remote functions idea

the midi remote control for the sequence is now set with a note (default = C7), and you can freely change the remote note.

what about the possibility to activate it with a control change message, instead that using a note event?

in this case, you can use, for example, a footswich pedal  and keep both hands free for controlling the remote functions. the CC used for the remote function should be configurable in the same way as the actual remote note (C7)

edit: with some software MIDI routing tweaks i used midiOX to translate a pedal CC message to a note on/off event.

I added this to the MBSEQ V3 Wishlist

Best Regards, Thorsten.

It’s implemented:

  o now the MIDI remote function can also be activated via CC, e.g. with a
    footswitch controller.
    The desired CC number has to be configured in setup_*.asm (search for
    DEFAULT_MIDI_REMOTE_CC)
    This function is disabled by default to avoid evtl. clashes with your
    existing MIDI setup.[/code]









The sources are already available in the [repository](http://svnmios.midibox.org/listing.php?repname=svn.mios&path=%2Ftrunk%2Fapps%2Fsequencers%2Fmidibox_seq_v3%2F), prebuilt binaries will be released soon.







Best Regards, Thorsten.