Description
In plugdata v0.9.3 (both Mac and Windows, Standalone), MIDI input messages get duplicated every time a new patch window is opened.
Steps to Reproduce
- Open plugdata (v0.9.3).
- Create a simple patch:
[notein] -> [print] (or using [realtime] to check timestamps).
- Press a MIDI key. It prints twice (which might be the expected default host/standalone routing).
- Open a new window (File -> New).
- Press the MIDI key again. Now it prints 4 times simultaneously.
- Open more windows, and it duplicates further to 6 times, 8 times, and so on.
Expected Behavior
Opening new windows should not multiply or duplicate the incoming MIDI stream in the background.
Environment
- plugdata version: v0.9.3 (Standalone)
- OS: macOS / Windows 11 (Confirmed on both)
- Notes: Replacing
[notein] with [midiin] + [midiparse] does not fix the issue. Reopening/restarting the app resets the duplicate count.
Description
In plugdata v0.9.3 (both Mac and Windows, Standalone), MIDI input messages get duplicated every time a new patch window is opened.
Steps to Reproduce
[notein]->[print](or using[realtime]to check timestamps).Expected Behavior
Opening new windows should not multiply or duplicate the incoming MIDI stream in the background.
Environment
[notein]with[midiin]+[midiparse]does not fix the issue. Reopening/restarting the app resets the duplicate count.