goyousalukis Posted September 4, 2003 Report Share Posted September 4, 2003 Hey I had an idea that might be a good MIOS project:Implement a midi "wavetable" controller that would be similar to TK's cool wavetable function for the SID. It would trigger on an incoming note and then play through the wavetable with the BPM set by an encoder. The controller would go through a list of events just like the SID wave table and send out notes and controller values based on the table contents. The controller would just keep looping through the table until the note is released, or it could be just played through once. It would be able to send out to different channels assigned to different sounds on your synths.I think I will try to make this using the Magic Midi Delay as a starting point. What do you all think? Let me know if you have any ideas!Justin Quote Link to comment Share on other sites More sharing options...
Nomical Posted September 4, 2003 Report Share Posted September 4, 2003 Why would the bpm have to be set with an encoder?Wouldn't a cv/midi sync function be much more usefull, since is reacts upon a trigger? Or at least make it an option.. ;D Quote Link to comment Share on other sites More sharing options...
TK. Posted September 4, 2003 Report Share Posted September 4, 2003 Maybe it's easier to start with http://www.ucapps.de/tmp/mb64seq_snapshot.zipBest Regards, Thorsten. Quote Link to comment Share on other sites More sharing options...
goyousalukis Posted September 4, 2003 Author Report Share Posted September 4, 2003 Why would the bpm have to be set with an encoder?Wouldn't a cv/midi sync function be much more usefull, since is reacts upon a trigger? Or at least make it an option.. ;DYeah, I was thinking along the lines of TK's handling in the MBSEQ - if you turn the BPM all the way down, it goes to external sync.Maybe it's easier to start with http://www.ucapps.de/tmp/mb64seq_snapshot.zipI thought about starting with the Magic Midi Delay, because it is smaller, and perhaps easier to understand, but I will take a look at the code for the 18f sequencer version and see if that would be better. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.