AudioKit / AudioKitSynthOne

AudioKit Synth One: Open-Source iOS Synthesizer App
http://audiokitpro.com/synth
MIT License
1.65k stars 214 forks source link

Subclass message queues for crash reports #146

Closed marcussatellite closed 4 years ago

marcussatellite commented 4 years ago

Subclass message queues for crash reports, which report class names in stack traces.

i.e., @interface AEMessageQueueDependentParameter: AEMessageQueue @end

@interface AEMessageQueueBeatCounter: AEMessageQueue @end

@interface AEMessageQueuePlayingNotes: AEMessageQueue @end

@interface AEMessageQueueHeldNotes: AEMessageQueue @end