can footswitch be used to mute/unmute tracks?
2014-05-28 by bonzai2050@...
Yahoo Groups archive
Archive for xl7.
Index last updated: 2026-03-30 01:19 UTC
Thread
2014-05-28 by bonzai2050@...
2014-05-28 by bonzai2050@...
2014-05-29 by Bruno
You cannot send midi out from the synth engine. So anything you set up with the vurtual patchcords cannot control external drums. Let me see if I understand: you want to turn on and off the midi data from specific trscks going to an external module with drum sounds using the mute/unmute switches. Is this right?
2014-05-29 by bonzai2050@...
2014-05-30 by smw-mail@...
2014-05-30 by Ted Stahl
I think you just answered yes to my question.
I do believe you can use sysex remote control to mute/unmute tracks. However I don't believe you can do this with the foot pedal input.
If you had foot switches that could be programmed to send sysex commands sysex remote control might do what you want IF the mute/unmute controls outgoing midi data. If this functionality works with the E-Mu, you could probably build a bank of programed switches with a microcontroller.
It should be easy to test whether or not muting a track routed to external gear turns the midi data off. If that works, it would be possible to send sysex remote commands to simulate button presses. If that works, all you would need are some foot switches to send midi sysex remote control commands.
Even if you have decided not to get an E-Mu, I might test this out and post the results.
Out of curiosity, are you committed to using foot switches?
Steve
--Ted Stahl <stahler@...>
Technology Manager for the School of Medicine
Information Technology Services
Saint Louis University
(314) 977-3507
Re: can footswitch be used to mute/unmute tracks?
2014-05-30 by smw-mail@...
>> are we sure my suggestion about using footswitches to zero midi velocity wouldn't work to "mute" tracks?
Here's another thought--switches operated via a microcontroller that selectively filter midi data.
So let's say F# on midi channel 1 has a bass drum you want to turn on and off. You could have a button that turns on and off the filtering of all F#s on channel 1.
Out of curiosity, are there other hardware sequencers that allow you to filter midi data on the fly? If so, those would probably do what you want.
Hope this helps.
SteveRe: [xl7] can footswitch be used to mute/unmute tracks?
2014-05-30 by smw-mail@...
If each instrument to be muted/unmuted were on a separate midi channel, this method should work. In fact, perhaps the 4x4 bank of built in CC knobs could be used.Re: can footswitch be used to mute/unmute tracks?
2014-05-30 by smw-mail@...
I ran a test and what I suspected would work, does indeed word. I had a P2500 playing a sequence to an old sound module. Using midi-ox, I sent short sysex remote control commands to mute and unmute tracks. When muted, no midi data in that track went to the external module.
So, all you need is a foot controller that can send user programmed sysex commands. If you want, you can build one with something like an arduino or an arduino clone.
Hope this helps.Re: [xl7] Re: can footswitch be used to mute/unmute tracks?
2014-05-30 by Bruno
Wow, Steve, you made my day. What exactly is that SysEx, I was trying few times to find the way to mute/unmute tracks (think of BtsBusy & BtsVari for user created patterns!) and I was completely sure it's impossible.
Bruno2014-05-31 0:06 GMT+02:00 smw-mail@... [xl7] <xl7@yahoogroups.com>:
I ran a test and what I suspected would work, does indeed word. I had a P2500 playing a sequence to an old sound module. Using midi-ox, I sent short sysex remote control commands to mute and unmute tracks. When muted, no midi data in that track went to the external module.
So, all you need is a foot controller that can send user programmed sysex commands. If you want, you can build one with something like an arduino or an arduino clone.
Hope this helps.
Re: [xl7] Re: can footswitch be used to mute/unmute tracks?
2014-05-31 by smw-mail@...
Somewhere I have a quick list of commands posted. It might not be 100% correct. I think one of the mutes didn't work (9?), but it should get you started. I will find that.Re: [xl7] Re: can footswitch be used to mute/unmute tracks?
2014-05-31 by smw-mail@...
https://groups.yahoo.com/neo/groups/xl7/conversations/messages/16520
https://groups.yahoo.com/neo/groups/xl7/conversations/messages/16520
Try this list. If you find any typos, let me know.
Steve
Re: [xl7] Re: can footswitch be used to mute/unmute tracks?
2014-06-09 by bonzai2050@...
thanks guys for the info. i did buy an audio mute switch pedal... not a very good solution... not a clean mute and obviously no visual feedback from the XL7.... i will investigate some kind of SysEx pedal for muting tracks, currently not much time but i will get to it eventually.
cheers