alf45tar / PedalinoMini

Wireless and Bluetooth MIDI Foot Controller
GNU General Public License v3.0
501 stars 88 forks source link

[Enhancement] Midi Value Tracker #237

Closed TarFilarek closed 3 years ago

TarFilarek commented 3 years ago

Hello!

A small enhancement idea came to my mind.

MIDI VALUE Tracker

131382397_242344857227704_5074943177736721114_n

When the VALUE cell is left blank, the pedal will use the last sent VALUE. it could also be a letter, eq. T from TRACK or C from COPY

It could be used to quickly and precisely change MIDI VALUE sent by ANALOG PEDAL (potentiometer/expression pedal). It would allow control of multiple digital pedals/knobs/sliders with only one press and move of the Expression Pedal.

Right now it can be done with BANK+/BANK- (each bank with a different MIDI VALUE for the same PEDAL), but it's much less clear and comfortable.

alf45tar commented 3 years ago

Thanks @TarFilarek for the suggestion.

I implemented the universal expression pedal in a different way.

  1. Leave empty the Send field of an analog pedal.
  2. It will control the last Control Code, Note On, Note Off, Pitch Bend and Channel Pressure sent by one on any other pedals.

Let me know if it meets your expectations.

TarFilarek commented 3 years ago

Hi!

Sorry for writing back so late. My controller was disassembled, and I couldn't check it until today.

It works absolutely brilliant! Thank You!

alf45tar commented 3 years ago

Thanks to you @TarFilarek for your contribution