| Home | News | Products | Support | Download | Sales | library | Guests | Contact | WebCam | Links | |
| LanBox-Talk mail archive | |
| By date: Prev | Next | Index | By thread: Prev | Next | Index | ||||||
On Fri, Jun 30, 2006 at 09:35:28AM +0200, Peter Quasters wrote: But is it possible to send a midi note on (start movie) and midi controller (fade in) at the same time? The MIDI protocol consists of a sequential stream of separate MIDI messages, so there really isn't such a thing as "as the same time". Given that a 3-byte MIDI command takes about 0.1ms to transmit, it's unavoidable that one command will start at least 0.1ms after the other. However, if you put the two write commands in adjacent cue steps, then they should also appear immediately adjacent in the MIDI stream, without any delay between them. -- Matthijs van Duin -- May the Forth be with you!
| |||||||
| By date: Prev | Next | Index | By thread: Prev | Next | Index | ||||||