MIDI CC transmission using wired foot switches #113
Replies: 4 comments 6 replies
-
Hi. Thank you for your contribution. I'm just finishing off the latest round of changes. Once I get that sorted, I'll check this out. |
Beta Was this translation helpful? Give feedback.
-
Thank you for the official release of version 1.0.8.2. TonexOneController1082_mod_file.zip The SX1509 foot switch expansion is very attractive, and I have already ordered the parts. This may be a minority opinion, but
I am very grateful for your project. |
Beta Was this translation helpful? Give feedback.
-
Thank you. Yes I will get into this one this week. A number of people are requesting the same and I think its a great idea. |
Beta Was this translation helpful? Give feedback.
-
@bakarasche I saw your youtube video here. I have the Atoms3r and the same MIDI module, but it does not work with the grove port connection like your video. The pins on the grove port are default 5v, GND, G1, G2, but the MIDI data pin is suppose to be G38. How did you reprogram the grove port? |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Builty.
I think the MIDI CC transmission by the extended footswitch is a great feature.
Conventional wired footswitches only have the preset switching function,
but I wanted to implement this for conventional footswitches as well.
As a test, I created the footswitch_handle_midicc function by adding the contents of the footswitch_handle_effects function to the footswitch_handle_dual_mode function in footswitches.c.
footswitches.zip
My platform is AtomS3r.
AtomS3r has one built-in switch, so I added this to make it a Tri-Switch.
Switches that do not have MIDI CC set are set to program up, down, and ring up (1,2,3,..20,1,2..).
*Ring-up is assigned to the built-in switch for one-button preset browsing.
I also modified index.html and the corresponding header file, and built it.
It seems that MIDI
CC of the wifi server settings can be transmitted.
Preset changes are possible with Bluetooth-connected switches, so I think it would be good to use wired switches for effect switching.
I'm sure there are some parts of my modifications that are insufficient, but I hope it will be helpful.
Beta Was this translation helpful? Give feedback.
All reactions