[Csnd] MIDI Output (outic / outkc) doesn't send everything
Date | 2024-10-13 11:40 |
From | Philipp Neumann <0000119f78f3a4f9-dmarc-request@LISTSERV.HEANET.IE> |
Subject | [Csnd] MIDI Output (outic / outkc) doesn't send everything |
Attachments | debug.pd |
hello everybody, i’m on a journey for debugging a more complex MIDI Presets program and i’m getting closer to the problem. `outic` and `outkc` is not sending every value how i expect. it’s only sending values that changed in some kind of way. i wrote a little .csd for showing the problem and a PD patch for printing these values. i expect that 30 values are printed in pd, but only 14 are printed. maybe it has something to do with the MIDI protocol? i hope someone with more knowledge about the MIDI protocol can test this. i’m on MaxcOS, sending MIDI ouput from Csound over IAC to PD receiving on IAC and printing there. |
Date | 2024-10-13 13:23 |
From | vlz |
Subject | Re: [Csnd] MIDI Output (outic / outkc) doesn't send everything |
From the manual on outkc "k-rate opcodes send a message each time the MIDI converted value of argument kvalue changes." Prof. Victor Lazzarini Maynooth University Ireland On 13 Oct 2024, at 11:40, Philipp Neumann <0000119f78f3a4f9-dmarc-request@listserv.heanet.ie> wrote:
|
Date | 2024-10-13 14:30 |
From | Philipp Neumann <0000119f78f3a4f9-dmarc-request@LISTSERV.HEANET.IE> |
Subject | Re: [Csnd] MIDI Output (outic / outkc) doesn't send everything |
Ahhh, yes. The problem was that outic and outkc were not the right opcodes for my purpose. i needed the midiout opcode… this was quite a hustle. now back to loving csound. thanks all! > Am 13.10.2024 um 14:23 schrieb vlz |