On a fine day, 21-02-2003, Josh Ford wrote: >Does anyone know if and how I could set up a logic >environment so that my midi keyboard can trigger >samples on the EXS24II where one keypress will trigger >a sample to play until another key press stops it? >I basically want to set up a system where in a live >situation I can trigger loops to play continuously >without having to use masking tape to hold the keys >down. Doable, but somewhat tricky. Pass the note-on and filter the note-off, then remember which note is being played, and as soon as the next note arrives, send a note-off for the currently playing note, and pass the new note-on, filter the note-off, etc... Some time again I made something similar for someone. I'll have a look and see if I can dig it up... -- Hendrik Jan Veenstra <h@...> Omega Art: http://www.omega-art.com
Message
Re: [exs] midi on/off triggers
2003-02-22 by Hendrik Jan Veenstra
Attachments
- No local attachments were found for this message.