Skip to content

Two same connections on WIN #70

@ghost

Description

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions