Re: [Rosegarden-user] midi commands from Rosegarden

2020-08-05 Thread liebrecht
That's an honest answer. Thanks I completely understand the challenge and will continue with three separate commands. On 2020-08-05 15:49, D. Michael McIntyre wrote: On 8/5/20 3:04 AM, Alexandre DENIS wrote: My understanding is that the OP wants it to be written as a single event with all

Re: [Rosegarden-user] midi commands from Rosegarden

2020-08-05 Thread liebrecht
That is exactly correct. You summarized the problem perfectly. I would expect that Rosegarden would handle standard midi constructs like 128x128 byte arrays as is common with midi as a single command as it is a fixed midi construct and wont change except for array size. The MSB/LSB/value is

Re: [Rosegarden-user] midi commands from Rosegarden

2020-08-05 Thread D. Michael McIntyre
On 8/5/20 3:04 AM, Alexandre DENIS wrote: My understanding is that the OP wants it to be written as a single event with all 3 values at once, and then rosegarden sends the 3 low-level events by itself. AFAIK it is not supported. I intended to add support for that many years ago, but Rosegarden

Re: [Rosegarden-user] midi commands from Rosegarden

2020-08-05 Thread Alexandre DENIS
On Tue, 04 Aug 2020 17:18:31 -1000 "David W. Jones" wrote: > My interpretation of Alexandre's post below is you create separate > events for each value to send - two CC events to set the MSB and LSB > values, then a Program Change. > > That would send three succesive MIDI values, yes? Yes, it's