Hi, i encountered a bug using the -midiindev flag
The command line
pd -asio -audiodev 1 -inchannels 8 -outchannels 8 -r 44100 -midiindev 1
crashes pd, while reordering the arguments to
pd -midiindev 1 -asio -audiodev 1 -inchannels 8 -outchannels 8 -r 44100
does not. Is this a known issue?
greetings, Thomas