mikeperri / flutter_sequencer

A Flutter plugin for music sequencing.
Other
90 stars 38 forks source link

[iOS] Error EXC_BREAKPOINTEXC_BREAKPOINT #43

Open frantasmrz opened 1 year ago

frantasmrz commented 1 year ago

Hello, I am experiencing an error on iOS, which occurs after playing for a while and adding new notes. It leads to C++ code, I don't know what exactly causes the problem, but it leads to this class: SamplerBaseElement::IncrementActiveLayerVoiceCount

https://mm-mgx.sentry.io/share/issue/87f41e23f30641bdbfdef77c113a5fce/

Can someone help me please?

mikeperri commented 1 year ago

Hey, let's try to narrow this down. I see SamplerBaseElement, so I'm assuming you are using the native iOS sampler audio unit and not an SFZ instrument, is that correct?

frantasmrz commented 1 year ago

@mikeperri I am currently using Sf2Instrument with SF2 file and using the Apple MIDI synth AudioUnit. If I understand that correctly?