We experience that when we try to connect a device two times.
RtMidiIn * rtMidiIn1 = new RtMidiIn();
rtMidiIn1->openPort(0);
RtMidiIn * rtMidiIn2 = new RtMidiIn();
rtMidiIn2->openPort(0);
then we get hard crash.
It is hardcrashing on win platform on mac it works nicely. ( ubuntu I havent tried yet)
Any idea why it is crashing?