No that's not the case. In my video I'm using MidiMonitor at the same time,and that works fine also when Pd gets stuck. Also because USB Midi bandwidth is pretty big.
Cheers, Mario
Sent from my WIKO U PULSE LITEOn 11 Feb 2019 12:17, Lucas Cordiviola lucarda27@hotmail.com wrote:
Do you have the same trouble with other software?
It could be that you are exceeding the bandwidth of the MIDI hardware.
Describe your connection:
drummachine | midicable | midiin-jack on the sound card | Pd
In other words: How are you sending sysex to Pd ?
Mensaje telepatico asistido por maquinas.
On 2/11/2019 9:07 AM, Mario Buoninfante wrote:
I found a clunky workaround I only tested on MacOS Sierra for now. I'm automatically setting the MIDI in every 200 ms, using a metro that sends [midi-dialog 2 0 0 0 0 0 0 0 0 2 1 0 0 0 0 0 0 0 4 4( to [s pd]
It seems to work, but of course I suspect messages are getting lost.
Cheers, Mario
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
So you are sending sysex to Pd without any hardware? Just from virtual devices on the same Pc?
Mensaje telepatico asistido por maquinas.
On 2/11/2019 9:50 AM, Mario Buoninfante wrote:
No that's not the case. In my video I'm using MidiMonitor at the same time,and that works fine also when Pd gets stuck. Also because USB Midi bandwidth is pretty big.
Cheers, Mario
Sent from my WIKO U PULSE LITE
On 11 Feb 2019 12:17, Lucas Cordiviola lucarda27@hotmail.commailto:lucarda27@hotmail.com wrote:
Do you have the same trouble with other software?
It could be that you are exceeding the bandwidth of the MIDI hardware.
Describe your connection:
drummachine | midicable | midiin-jack on the sound card | Pd
In other words: How are you sending sysex to Pd ?
Mensaje telepatico asistido por maquinas.
On 2/11/2019 9:07 AM, Mario Buoninfante wrote: I found a clunky workaround I only tested on MacOS Sierra for now. I'm automatically setting the MIDI in every 200 ms, using a metro that sends [midi-dialog 2 0 0 0 0 0 0 0 0 2 1 0 0 0 0 0 0 0 4 4( to [s pd]
It seems to work, but of course I suspect messages are getting lost.
Cheers, Mario
Pd-list@lists.iem.atmailto:Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Hi Lucas,
Nope, I'm receiving MIDI from a HW device, and I monitored the messages both on Pd and MidiMonitor.
On Mon, 11 Feb 2019 at 12:59, Lucas Cordiviola lucarda27@hotmail.com wrote:
So you are sending sysex to Pd without any hardware? Just from virtual devices on the same Pc?
Mensaje telepatico asistido por maquinas.
On 2/11/2019 9:50 AM, Mario Buoninfante wrote:
No that's not the case. In my video I'm using MidiMonitor at the same time,and that works fine also when Pd gets stuck. Also because USB Midi bandwidth is pretty big.
Cheers, Mario
Sent from my WIKO U PULSE LITE On 11 Feb 2019 12:17, Lucas Cordiviola lucarda27@hotmail.com lucarda27@hotmail.com wrote:
Do you have the same trouble with other software?
It could be that you are exceeding the bandwidth of the MIDI hardware.
Describe your connection:
drummachine | midicable | midiin-jack on the sound card | Pd
In other words: How are you sending sysex to Pd ?
Mensaje telepatico asistido por maquinas.
On 2/11/2019 9:07 AM, Mario Buoninfante wrote:
I found a clunky workaround I only tested on MacOS Sierra for now. I'm automatically setting the MIDI in every 200 ms, using a metro that sends [midi-dialog 2 0 0 0 0 0 0 0 0 2 1 0 0 0 0 0 0 0 4 4( to [s pd]
It seems to work, but of course I suspect messages are getting lost.
Cheers, Mario
_______________________________________________Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
HI Mario,
Interesting results from this test confirm that there's an issue on [sysexin] :
Same test-patch with this config:
Pc-1 running Pd | midicable | Pc-2 running midi-ox (used for monitoring incoming data)
With this different test:
Pc-1 running Pd (same test-patch firing @ 0.5ms) | midicable | Pc-2 running Pd (throwing [sysexin] or [notein] to an [array])
Thought 0.5ms is quite fast all sysex are received (through a standard midi cable) in the other Pc but Pd can't handle it.
Mensaje telepatico asistido por maquinas.