9 constexpr
auto note_on = std::byte{0x90};
37 constexpr
auto lsb( std::byte msb )
39 return std::byte( static_cast< std::uint8_t >( msb ) + 0x20 );
79 constexpr
auto hold_2 = std::byte{0x45};
constexpr auto general_purpose_controller_2_lsb
Definition: byte.hpp:70
constexpr auto sostenuto
Definition: byte.hpp:77
constexpr auto non_registered_parameter_number_msb
Definition: byte.hpp:86
constexpr auto effect_control_2_lsb
Definition: byte.hpp:66
constexpr auto active_sensing
Definition: byte.hpp:31
constexpr auto song_position_pointer
Definition: byte.hpp:18
constexpr auto balance_msb
Definition: byte.hpp:57
constexpr auto channel_pressure
Definition: byte.hpp:14
constexpr auto expression_controller_msb
Definition: byte.hpp:61
constexpr auto reset_all
Definition: byte.hpp:32
constexpr auto breath_controller_msb
Definition: byte.hpp:47
constexpr auto song_select
Definition: byte.hpp:19
constexpr auto sysex_end
Definition: byte.hpp:24
constexpr auto channel_volume_msb
Definition: byte.hpp:55
constexpr auto all_sounds_off
Definition: byte.hpp:89
constexpr auto reset_all_controllers
Definition: byte.hpp:90
constexpr auto registered_parameter_number_msb
Definition: byte.hpp:88
constexpr auto foot_controller_msb
Definition: byte.hpp:49
constexpr auto effect_control_1_msb
Definition: byte.hpp:63
constexpr auto polymorphic_key_pressure
Definition: byte.hpp:11
constexpr auto balance_lsb
Definition: byte.hpp:58
constexpr auto general_purpose_controller_3_lsb
Definition: byte.hpp:72
constexpr auto sysex_start
Definition: byte.hpp:23
constexpr auto general_purpose_controller_4_lsb
Definition: byte.hpp:74
constexpr auto program_change
Definition: byte.hpp:13
constexpr auto breath_controller_lsb
Definition: byte.hpp:48
constexpr auto lsb(std::byte msb)
Definition: byte.hpp:37
constexpr auto general_purpose_controller_1_lsb
Definition: byte.hpp:68
constexpr auto pan_msb
Definition: byte.hpp:59
constexpr auto expression_controller_lsb
Definition: byte.hpp:62
constexpr auto effects_4_depth
Definition: byte.hpp:83
constexpr auto portamento_time_msb
Definition: byte.hpp:51
constexpr auto data_entry_lsb
Definition: byte.hpp:54
constexpr auto hold_2
Definition: byte.hpp:79
constexpr auto modulation_wheel_lsb
Definition: byte.hpp:46
constexpr auto bank_select_msb
Definition: byte.hpp:43
constexpr auto omni_mode_on
Definition: byte.hpp:94
constexpr auto bank_select_lsb
Definition: byte.hpp:44
constexpr auto data_entry_msb
Definition: byte.hpp:53
constexpr auto tune_request
Definition: byte.hpp:20
constexpr auto effects_3_depth
Definition: byte.hpp:82
constexpr auto omni_mode_off
Definition: byte.hpp:93
constexpr auto effect_control_1_lsb
Definition: byte.hpp:64
constexpr auto local_control
Definition: byte.hpp:91
constexpr auto damper_pedal
Definition: byte.hpp:75
constexpr auto effects_5_depth
Definition: byte.hpp:84
constexpr auto realtime_stop
Definition: byte.hpp:30
constexpr auto effects_2_depth
Definition: byte.hpp:81
constexpr auto soft_pedal
Definition: byte.hpp:78
constexpr auto general_purpose_controller_1_msb
Definition: byte.hpp:67
constexpr auto realtime_continue
Definition: byte.hpp:29
constexpr auto device_control
Definition: byte.hpp:102
constexpr auto non_registered_parameter_number_lsb
Definition: byte.hpp:85
constexpr auto note_on
Definition: byte.hpp:9
constexpr auto modulation_wheel_msb
Definition: byte.hpp:45
constexpr auto general_purpose_controller_4_msb
Definition: byte.hpp:73
constexpr auto channel_volume_lsb
Definition: byte.hpp:56
constexpr auto all_notes_off
Definition: byte.hpp:92
constexpr auto poly_mode_on
Definition: byte.hpp:95
constexpr auto note_off
Definition: byte.hpp:10
constexpr auto pitch_bend_change
Definition: byte.hpp:15
constexpr auto portamento_time_lsb
Definition: byte.hpp:52
constexpr auto foot_controller_lsb
Definition: byte.hpp:50
constexpr auto registered_parameter_number_lsb
Definition: byte.hpp:87
constexpr auto effects_1_depth
Definition: byte.hpp:80
constexpr auto realtime_clock
Definition: byte.hpp:27
constexpr auto realtime_start
Definition: byte.hpp:28
constexpr auto general_purpose_controller_2_msb
Definition: byte.hpp:69
constexpr auto control_change
Definition: byte.hpp:12
constexpr auto effect_control_2_msb
Definition: byte.hpp:65
constexpr auto general_purpose_controller_3_msb
Definition: byte.hpp:71
constexpr auto portamento
Definition: byte.hpp:76
constexpr auto pan_lsb
Definition: byte.hpp:60