cracked-machine / BassStationSequencerSW

Firmware for Novation BassStation HW Sequencer
MIT License
0 stars 1 forks source link

use constexpr map to lookup keypad button 'key' to keypad button press 'values' #3

Closed cracked-machine closed 2 years ago

cracked-machine commented 2 years ago

Added static_map class https://github.com/cracked-machine/embedded_utils/commit/ea08f3caef9c023cf515df43a53ac96f16b513b3

cracked-machine commented 2 years ago

Added static_map data member to SequencerManager https://github.com/cracked-machine/StepSequencer_SW/blob/main/main_app/inc/sequence_manager.hpp#L134