On Mon, April 12, 2010 07:35, Ralf Mardorf wrote:
The program is going use JACK MIDI, and all events must be sent in full
for JACK MIDI, IIRC.
I have a substantial lack of studio/MIDI hardware here, so I'm used to
thinking in terms of software implementations, plus, I've only ever used
the basics in sequencers so am not in a strong position for implementing a
MIDI program.
Maybe it's a major flaw in the overall concept of the program:
given a rhythmic pattern, sequence it, and determine the pitch/velocity
data for each event in the pattern by placing a box into a 127x127 grid
where it will fit without overlapping any other.
((the boxes will have width and height, and can hang around after note off))
Basically, it leaves me with three options, none of which I like:
given a single channel, and the possibility that successive note-on events
occur with missing note-off events:
1) once note on, prevent further note on events until note off for that
pitch has occurred..
2) when a missing note-off detected, delay the note-on by the smallest
amount of time possible, and insert the note-off in place of it.
3) disallow the pattern to have note durations which overlap the next note
on.
4) do it anyway and warn the user it may cause problems.
5) let the user choose from above.
Anyway, it's all far from becoming a working program yet, but this
specific problem needs dealing with at this stage.
Ta,
James.
_______________________________________________
Linux-audio-dev mailing list
Linux-audio-dev@lists.linuxaudio.org
http://lists.linuxaudio.org/listinfo/linux-audio-dev
LINUX® is a registered trademark of Linus Torvalds in the USA and other countries.
Linuxaudio.org logo copyright Thorsten Wilms © 2006.
Hosting provided by the Virginia Tech Department of Music and DISIS.