Set the type of stepcc to float
This commit is contained in:
parent
a8f863306f
commit
5790dd3ace
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ namespace Default
|
|||
// Region logic: MIDI conditions
|
||||
constexpr Range<uint8_t> channelRange { 1, 16 };
|
||||
constexpr Range<uint8_t> midiChannelRange { 0, 15 };
|
||||
constexpr Range<uint8_t> stepCCRange { 0, 127 };
|
||||
constexpr Range<float> stepCCRange { 0, 127 };
|
||||
constexpr Range<uint8_t> smoothCCRange { 0, 127 };
|
||||
constexpr Range<uint8_t> curveCCRange { 0, 255 };
|
||||
constexpr Range<uint16_t> ccNumberRange { 0, config::numCCs };
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue