|
| TranzportControlProtocol (ARDOUR::Session &) |
|
virtual | ~TranzportControlProtocol () |
|
int | set_active (bool yn) |
|
XMLNode & | get_state () const |
|
int | set_state (const XMLNode &) |
|
| TranzportControlProtocol (ARDOUR::Session &) |
|
virtual | ~TranzportControlProtocol () |
|
int | set_active (bool yn) |
|
XMLNode & | get_state () const |
|
int | set_state (const XMLNode &) |
|
| ControlProtocol (Session &, std::string name) |
|
virtual | ~ControlProtocol () |
|
virtual std::string | name () const |
|
virtual bool | active () const |
|
virtual int | set_feedback (bool) |
|
virtual bool | get_feedback () const |
|
virtual void | midi_connectivity_established (bool) |
|
virtual void | stripable_selection_changed ()=0 |
|
void | add_stripable_to_selection (std::shared_ptr< ARDOUR::Stripable >) |
|
void | set_stripable_selection (std::shared_ptr< ARDOUR::Stripable >) |
|
void | toggle_stripable_selection (std::shared_ptr< ARDOUR::Stripable >) |
|
void | remove_stripable_from_selection (std::shared_ptr< ARDOUR::Stripable >) |
|
void | clear_stripable_selection () |
|
virtual void | add_rid_to_selection (int rid) |
|
virtual void | set_rid_selection (int rid) |
|
virtual void | toggle_rid_selection (int rid) |
|
virtual void | remove_rid_from_selection (int rid) |
|
std::shared_ptr< ARDOUR::Stripable > | first_selected_stripable () const |
|
void | set_route_table_size (uint32_t size) |
|
void | set_route_table (uint32_t table_index, std::shared_ptr< ARDOUR::Route >) |
|
bool | set_route_table (uint32_t table_index, uint32_t remote_control_id) |
|
void | route_set_rec_enable (uint32_t table_index, bool yn) |
|
bool | route_get_rec_enable (uint32_t table_index) |
|
float | route_get_gain (uint32_t table_index) |
|
void | route_set_gain (uint32_t table_index, float) |
|
float | route_get_effective_gain (uint32_t table_index) |
|
float | route_get_peak_input_power (uint32_t table_index, uint32_t which_input) |
|
bool | route_get_muted (uint32_t table_index) |
|
void | route_set_muted (uint32_t table_index, bool) |
|
bool | route_get_soloed (uint32_t table_index) |
|
void | route_set_soloed (uint32_t table_index, bool) |
|
std::string | route_get_name (uint32_t table_index) |
|
virtual std::list< std::shared_ptr< ARDOUR::Bundle > > | bundles () |
|
virtual bool | has_editor () const |
|
virtual void * | get_gui () const |
|
virtual void | tear_down_gui () |
|
int | set_state (XMLNode const &, int version) |
|
| Stateful () |
|
virtual | ~Stateful () |
|
virtual bool | apply_change (PropertyBase const &) |
|
PropertyChange | apply_changes (PropertyList const &) |
|
const OwnedPropertyList & | properties () const |
|
void | add_property (PropertyBase &s) |
|
void | add_extra_xml (XMLNode &) |
|
XMLNode * | extra_xml (const std::string &str, bool add_if_missing=false) |
|
void | save_extra_xml (const XMLNode &) |
|
const PBD::ID & | id () const |
|
bool | set_id (const XMLNode &) |
|
void | set_id (const std::string &) |
|
void | reset_id () |
|
void | clear_changes () |
|
virtual void | clear_owned_changes () |
|
PropertyList * | get_changes_as_properties (PBD::Command *) const |
|
virtual void | rdiff (std::vector< PBD::Command * > &) const |
|
bool | changed () const |
|
virtual PropertyList * | property_factory (const XMLNode &) const |
|
virtual void | suspend_property_changes () |
|
virtual void | resume_property_changes () |
|
bool | property_changes_suspended () const |
|
| ScopedConnectionList () |
|
virtual | ~ScopedConnectionList () |
|
void | add_connection (const UnscopedConnection &c) |
|
void | drop_connections () |
|
| BasicUI (ARDOUR::Session &) |
|
virtual | ~BasicUI () |
|
void | add_marker (const std::string &=std::string()) |
|
void | remove_marker_at_playhead () |
|
void | register_thread (std::string name) |
|
void | loop_toggle () |
|
void | loop_location (Temporal::timepos_t const &start, Temporal::timepos_t const &end) |
|
void | access_action (std::string action_path) |
|
void | goto_zero () |
|
void | goto_start (bool and_roll=false) |
|
void | goto_end () |
|
void | button_varispeed (bool fwd) |
|
void | rewind () |
|
void | ffwd () |
|
void | transport_stop () |
|
void | transport_play (bool jump_back=false) |
|
void | set_transport_speed (double speed) |
|
double | get_transport_speed () const |
|
double | transport_rolling () const |
|
void | jump_by_seconds (double sec, ARDOUR::LocateTransportDisposition ltd=ARDOUR::RollIfAppropriate) |
|
void | jump_by_bars (int bars, ARDOUR::LocateTransportDisposition ltd=ARDOUR::RollIfAppropriate) |
|
void | jump_by_beats (int beats, ARDOUR::LocateTransportDisposition ltd=ARDOUR::RollIfAppropriate) |
|
ARDOUR::samplepos_t | transport_sample () |
|
void | locate (ARDOUR::samplepos_t sample, ARDOUR::LocateTransportDisposition ltd) |
|
void | locate (ARDOUR::samplepos_t sample, bool) |
|
bool | locating () |
|
bool | locked () |
|
void | save_state () |
|
void | prev_marker () |
|
void | next_marker () |
|
void | undo () |
|
void | redo () |
|
void | toggle_punch_in () |
|
void | toggle_punch_out () |
|
void | mark_in () |
|
void | mark_out () |
|
void | toggle_click () |
|
void | midi_panic () |
|
void | trigger_cue_row (int cue) |
|
void | trigger_stop_all (bool stop_now=false) |
|
void | trigger_stop_col (int col, bool immediately=false) |
|
void | store_mixer_scene (int scn) |
|
void | apply_mixer_scene (int scn) |
|
void | toggle_monitor_mute () |
|
void | toggle_monitor_dim () |
|
void | toggle_monitor_mono () |
|
void | cancel_all_solo () |
|
void | quick_snapshot_stay () |
|
void | quick_snapshot_switch () |
|
void | toggle_roll (bool with_abort, bool roll_out_of_bounded_mode) |
|
void | stop_forget () |
|
void | set_punch_range () |
|
void | set_loop_range () |
|
void | set_session_range () |
|
void | set_record_enable (bool yn) |
|
bool | get_record_enabled () |
|
void | fit_1_track () |
|
void | fit_2_tracks () |
|
void | fit_4_tracks () |
|
void | fit_8_tracks () |
|
void | fit_16_tracks () |
|
void | fit_32_tracks () |
|
void | fit_all_tracks () |
|
void | zoom_10_ms () |
|
void | zoom_100_ms () |
|
void | zoom_1_sec () |
|
void | zoom_10_sec () |
|
void | zoom_1_min () |
|
void | zoom_5_min () |
|
void | zoom_10_min () |
|
void | zoom_to_session () |
|
void | temporal_zoom_in () |
|
void | temporal_zoom_out () |
|
void | scroll_up_1_track () |
|
void | scroll_dn_1_track () |
|
void | scroll_up_1_page () |
|
void | scroll_dn_1_page () |
|
void | rec_enable_toggle () |
|
void | toggle_all_rec_enables () |
|
void | all_tracks_rec_in () |
|
void | all_tracks_rec_out () |
|
void | goto_nth_marker (int n) |
|
ARDOUR::samplecnt_t | timecode_frames_per_hour () |
|
void | timecode_time (samplepos_t where, Timecode::Time &) |
|
void | timecode_to_sample (Timecode::Time &timecode, samplepos_t &sample, bool use_offset, bool use_subframes) const |
|
void | sample_to_timecode (samplepos_t sample, Timecode::Time &timecode, bool use_offset, bool use_subframes) const |
|
bool | stop_button_onoff () const |
|
bool | play_button_onoff () const |
|
bool | ffwd_button_onoff () const |
|
bool | rewind_button_onoff () const |
|
bool | loop_button_onoff () const |
|
void | tbank_set_size (int route_width, int row_height) |
|
void | tbank_step_routes (int step_size) |
|
void | tbank_step_rows (int step_size) |
|
float | trigger_progress_at (int x) |
|
TriggerDisplay | trigger_display_at (int x, int y) |
|
void | bang_trigger_at (int x, int y) |
|
void | unbang_trigger_at (int x, int y) |
|
std::shared_ptr< ARDOUR::Trigger > | find_trigger (int x, int y) |
|
|
enum | LightID {
LightRecord = 0
, LightTrackrec
, LightTrackmute
, LightTracksolo
,
LightAnysolo
, LightLoop
, LightPunch
, LightRecord = 0
,
LightTrackrec
, LightTrackmute
, LightTracksolo
, LightAnysolo
,
LightLoop
, LightPunch
} |
|
enum | ButtonID {
ButtonBattery = 0x00004000
, ButtonBacklight = 0x00008000
, ButtonTrackLeft = 0x04000000
, ButtonTrackRight = 0x40000000
,
ButtonTrackRec = 0x00040000
, ButtonTrackMute = 0x00400000
, ButtonTrackSolo = 0x00000400
, ButtonUndo = 0x80000000
,
ButtonIn = 0x02000000
, ButtonOut = 0x20000000
, ButtonPunch = 0x00800000
, ButtonLoop = 0x00080000
,
ButtonPrev = 0x00020000
, ButtonAdd = 0x00200000
, ButtonNext = 0x00000200
, ButtonRewind = 0x01000000
,
ButtonFastForward = 0x10000000
, ButtonStop = 0x00010000
, ButtonPlay = 0x00100000
, ButtonRecord = 0x00000100
,
ButtonShift = 0x08000000
, ButtonBattery = 0x00004000
, ButtonBacklight = 0x00008000
, ButtonTrackLeft = 0x04000000
,
ButtonTrackRight = 0x40000000
, ButtonTrackRec = 0x00040000
, ButtonTrackMute = 0x00400000
, ButtonTrackSolo = 0x00000400
,
ButtonUndo = 0x80000000
, ButtonIn = 0x02000000
, ButtonOut = 0x20000000
, ButtonPunch = 0x00800000
,
ButtonLoop = 0x00080000
, ButtonPrev = 0x00020000
, ButtonAdd = 0x00200000
, ButtonNext = 0x00000200
,
ButtonRewind = 0x01000000
, ButtonFastForward = 0x10000000
, ButtonStop = 0x00010000
, ButtonPlay = 0x00100000
,
ButtonRecord = 0x00000100
, ButtonShift = 0x08000000
, ButtonFootswitch = 0x00001000
} |
|
enum | WheelShiftMode {
WheelShiftGain
, WheelShiftPan
, WheelShiftMaster
, WheelShiftMarker
,
WheelShiftGain
, WheelShiftPan
, WheelShiftMaster
, WheelShiftMarker
} |
|
enum | WheelMode {
WheelTimeline
, WheelScrub
, WheelShuttle
, WheelTimeline
,
WheelScrub
, WheelShuttle
} |
|
enum | WheelIncrement {
WheelIncrSlave
, WheelIncrScreen
, WheelIncrSample
, WheelIncrBeat
,
WheelIncrBar
, WheelIncrSecond
, WheelIncrMinute
, WheelIncrSlave
,
WheelIncrScreen
, WheelIncrSample
, WheelIncrBeat
, WheelIncrBar
,
WheelIncrSecond
, WheelIncrMinute
} |
|
enum | DisplayMode {
DisplayNormal
, DisplayRecording
, DisplayRecordingMeter
, DisplayBigMeter
,
DisplayConfig
, DisplayBling
, DisplayBlingMeter
, DisplayNormal
,
DisplayRecording
, DisplayRecordingMeter
, DisplayBigMeter
, DisplayConfig
,
DisplayBling
, DisplayBlingMeter
} |
|
enum | BlingMode {
BlingOff
, BlingKit
, BlingRotating
, BlingPairs
,
BlingRows
, BlingFlashAll
, BlingOff
, BlingKit
,
BlingRotating
, BlingPairs
, BlingRows
, BlingFlashAll
,
BlingEnter
, BlingExit
} |
|
enum | LightID {
LightRecord = 0
, LightTrackrec
, LightTrackmute
, LightTracksolo
,
LightAnysolo
, LightLoop
, LightPunch
, LightRecord = 0
,
LightTrackrec
, LightTrackmute
, LightTracksolo
, LightAnysolo
,
LightLoop
, LightPunch
} |
|
enum | ButtonID {
ButtonBattery = 0x00004000
, ButtonBacklight = 0x00008000
, ButtonTrackLeft = 0x04000000
, ButtonTrackRight = 0x40000000
,
ButtonTrackRec = 0x00040000
, ButtonTrackMute = 0x00400000
, ButtonTrackSolo = 0x00000400
, ButtonUndo = 0x80000000
,
ButtonIn = 0x02000000
, ButtonOut = 0x20000000
, ButtonPunch = 0x00800000
, ButtonLoop = 0x00080000
,
ButtonPrev = 0x00020000
, ButtonAdd = 0x00200000
, ButtonNext = 0x00000200
, ButtonRewind = 0x01000000
,
ButtonFastForward = 0x10000000
, ButtonStop = 0x00010000
, ButtonPlay = 0x00100000
, ButtonRecord = 0x00000100
,
ButtonShift = 0x08000000
, ButtonBattery = 0x00004000
, ButtonBacklight = 0x00008000
, ButtonTrackLeft = 0x04000000
,
ButtonTrackRight = 0x40000000
, ButtonTrackRec = 0x00040000
, ButtonTrackMute = 0x00400000
, ButtonTrackSolo = 0x00000400
,
ButtonUndo = 0x80000000
, ButtonIn = 0x02000000
, ButtonOut = 0x20000000
, ButtonPunch = 0x00800000
,
ButtonLoop = 0x00080000
, ButtonPrev = 0x00020000
, ButtonAdd = 0x00200000
, ButtonNext = 0x00000200
,
ButtonRewind = 0x01000000
, ButtonFastForward = 0x10000000
, ButtonStop = 0x00010000
, ButtonPlay = 0x00100000
,
ButtonRecord = 0x00000100
, ButtonShift = 0x08000000
, ButtonFootswitch = 0x00001000
} |
|
enum | WheelShiftMode {
WheelShiftGain
, WheelShiftPan
, WheelShiftMaster
, WheelShiftMarker
,
WheelShiftGain
, WheelShiftPan
, WheelShiftMaster
, WheelShiftMarker
} |
|
enum | WheelMode {
WheelTimeline
, WheelScrub
, WheelShuttle
, WheelTimeline
,
WheelScrub
, WheelShuttle
} |
|
enum | WheelIncrement {
WheelIncrSlave
, WheelIncrScreen
, WheelIncrSample
, WheelIncrBeat
,
WheelIncrBar
, WheelIncrSecond
, WheelIncrMinute
, WheelIncrSlave
,
WheelIncrScreen
, WheelIncrSample
, WheelIncrBeat
, WheelIncrBar
,
WheelIncrSecond
, WheelIncrMinute
} |
|
enum | DisplayMode {
DisplayNormal
, DisplayRecording
, DisplayRecordingMeter
, DisplayBigMeter
,
DisplayConfig
, DisplayBling
, DisplayBlingMeter
, DisplayNormal
,
DisplayRecording
, DisplayRecordingMeter
, DisplayBigMeter
, DisplayConfig
,
DisplayBling
, DisplayBlingMeter
} |
|
enum | BlingMode {
BlingOff
, BlingKit
, BlingRotating
, BlingPairs
,
BlingRows
, BlingFlashAll
, BlingOff
, BlingKit
,
BlingRotating
, BlingPairs
, BlingRows
, BlingFlashAll
,
BlingEnter
, BlingExit
} |
|
|
int | open () |
|
int | read (uint8_t *buf, uint32_t timeout_override=0) |
|
int | write (uint8_t *cmd, uint32_t timeout_override=0) |
|
int | write_noretry (uint8_t *cmd, uint32_t timeout_override=0) |
|
int | close () |
|
int | save (char *name="default") |
|
int | load (char *name="default") |
|
void | print (int row, int col, const char *text) |
|
void | print_noretry (int row, int col, const char *text) |
|
int | rtpriority_set (int priority=52) |
|
int | rtpriority_unset (int priority=0) |
|
int | open_core (struct usb_device *) |
|
void * | monitor_work () |
|
int | process (uint8_t *) |
|
int | update_state () |
|
void | invalidate () |
|
int | flush () |
|
void | screen_init () |
|
void | screen_validate () |
|
void | screen_invalidate () |
|
int | screen_flush () |
|
void | screen_clear () |
|
int | lcd_init () |
|
bool | lcd_damage () |
|
bool | lcd_isdamaged () |
|
bool | lcd_damage (int row, int col=0, int length=20) |
|
bool | lcd_isdamaged (int row, int col=0, int length=20) |
|
int | lcd_flush () |
|
int | lcd_write (uint8_t *cmd, uint32_t timeout_override=0) |
|
void | lcd_fill (uint8_t fill_char) |
|
void | lcd_clear () |
|
void | lcd_print (int row, int col, const char *text) |
|
void | lcd_print_noretry (int row, int col, const char *text) |
|
void | lights_init () |
|
void | lights_validate () |
|
void | lights_invalidate () |
|
void | light_validate (LightID light) |
|
void | light_invalidate (LightID light) |
|
int | lights_flush () |
|
int | lights_write (uint8_t *cmd, uint32_t timeout_override=0) |
|
void | lights_off () |
|
void | lights_on () |
|
int | light_set (LightID, bool offon=true) |
|
int | light_on (LightID) |
|
int | light_off (LightID) |
|
int | lights_show_normal () |
|
int | lights_show_recording () |
|
int | lights_show_tempo () |
|
int | lights_show_bling () |
|
void | enter_big_meter_mode () |
|
void | enter_normal_display_mode () |
|
void | enter_config_mode () |
|
void | enter_recording_mode () |
|
void | enter_bling_mode () |
|
void | next_display_mode () |
|
void | normal_update () |
|
void | show_current_track () |
|
void | show_track_gain () |
|
void | show_transport_time () |
|
void | show_bbt (samplepos_t where) |
|
void | show_smpte (samplepos_t where) |
|
void | show_wheel_mode () |
|
void | show_gain () |
|
void | show_pan () |
|
void | show_meter () |
|
void | datawheel () |
|
void | scrub () |
|
void | scroll () |
|
void | shuttle () |
|
void | config () |
|
void | next_wheel_mode () |
|
void | next_wheel_shift_mode () |
|
void | set_current_track (ARDOUR::Route *) |
|
void | next_track () |
|
void | prev_track () |
|
void | step_gain_up () |
|
void | step_gain_down () |
|
void | step_pan_right () |
|
void | step_pan_left () |
|
void | button_event_battery_press (bool shifted) |
|
void | button_event_battery_release (bool shifted) |
|
void | button_event_backlight_press (bool shifted) |
|
void | button_event_backlight_release (bool shifted) |
|
void | button_event_trackleft_press (bool shifted) |
|
void | button_event_trackleft_release (bool shifted) |
|
void | button_event_trackright_press (bool shifted) |
|
void | button_event_trackright_release (bool shifted) |
|
void | button_event_trackrec_press (bool shifted) |
|
void | button_event_trackrec_release (bool shifted) |
|
void | button_event_trackmute_press (bool shifted) |
|
void | button_event_trackmute_release (bool shifted) |
|
void | button_event_tracksolo_press (bool shifted) |
|
void | button_event_tracksolo_release (bool shifted) |
|
void | button_event_undo_press (bool shifted) |
|
void | button_event_undo_release (bool shifted) |
|
void | button_event_in_press (bool shifted) |
|
void | button_event_in_release (bool shifted) |
|
void | button_event_out_press (bool shifted) |
|
void | button_event_out_release (bool shifted) |
|
void | button_event_punch_press (bool shifted) |
|
void | button_event_punch_release (bool shifted) |
|
void | button_event_loop_press (bool shifted) |
|
void | button_event_loop_release (bool shifted) |
|
void | button_event_prev_press (bool shifted) |
|
void | button_event_prev_release (bool shifted) |
|
void | button_event_add_press (bool shifted) |
|
void | button_event_add_release (bool shifted) |
|
void | button_event_next_press (bool shifted) |
|
void | button_event_next_release (bool shifted) |
|
void | button_event_rewind_press (bool shifted) |
|
void | button_event_rewind_release (bool shifted) |
|
void | button_event_fastforward_press (bool shifted) |
|
void | button_event_fastforward_release (bool shifted) |
|
void | button_event_stop_press (bool shifted) |
|
void | button_event_stop_release (bool shifted) |
|
void | button_event_play_press (bool shifted) |
|
void | button_event_play_release (bool shifted) |
|
void | button_event_record_press (bool shifted) |
|
void | button_event_record_release (bool shifted) |
|
void | button_event_mute (bool pressed, bool shifted) |
|
int | open () |
|
int | read (uint8_t *buf, uint32_t timeout_override=0) |
|
int | write (uint8_t *cmd, uint32_t timeout_override=0) |
|
int | write_noretry (uint8_t *cmd, uint32_t timeout_override=0) |
|
int | close () |
|
int | save_config (char *name="default") |
|
int | load_config (char *name="default") |
|
int | save (char *name) |
|
int | load (char *name) |
|
void | print (int row, int col, const char *text) |
|
void | print_noretry (int row, int col, const char *text) |
|
void | notify (const char *msg) |
|
int | rtpriority_set (int priority=52) |
|
int | rtpriority_unset (int priority=0) |
|
int | open_core (struct usb_device *) |
|
void * | monitor_work () |
|
int | process (uint8_t *) |
|
int | update_state () |
|
void | invalidate () |
|
int | flush () |
|
void | screen_init () |
|
void | screen_validate () |
|
void | screen_invalidate () |
|
int | screen_flush () |
|
void | screen_clear () |
|
int | screen_show_bling () |
|
int | lcd_init () |
|
bool | lcd_damage () |
|
bool | lcd_isdamaged () |
|
bool | lcd_damage (int row, int col=0, int length=COLUMNS) |
|
bool | lcd_isdamaged (int row, int col=0, int length=COLUMNS) |
|
int | lcd_flush () |
|
int | lcd_write (uint8_t *cmd, uint32_t timeout_override=0) |
|
void | lcd_fill (uint8_t fill_char) |
|
void | lcd_clear () |
|
void | lcd_print (int row, int col, const char *text) |
|
void | lcd_print_noretry (int row, int col, const char *text) |
|
void | lights_init () |
|
void | lights_validate () |
|
void | lights_invalidate () |
|
void | light_validate (LightID light) |
|
void | light_invalidate (LightID light) |
|
int | lights_flush () |
|
int | lights_write (uint8_t *cmd, uint32_t timeout_override=0) |
|
void | lights_off () |
|
void | lights_on () |
|
int | light_set (LightID, bool offon=true) |
|
int | light_on (LightID) |
|
int | light_off (LightID) |
|
int | lights_show_normal () |
|
int | lights_show_recording () |
|
int | lights_show_tempo () |
|
int | lights_show_bling () |
|
void | enter_big_meter_mode () |
|
void | enter_normal_display_mode () |
|
void | enter_config_mode () |
|
void | enter_recording_mode () |
|
void | enter_bling_mode () |
|
void | next_marker () |
|
void | prev_marker () |
|
void | next_display_mode () |
|
void | normal_update () |
|
void | show_current_track () |
|
void | show_track_gain () |
|
void | show_transport_time () |
|
void | show_bbt (samplepos_t where) |
|
void | show_timecode (samplepos_t where) |
|
void | show_wheel_mode () |
|
void | show_gain () |
|
void | show_pan () |
|
void | show_meter () |
|
void | show_mini_meter () |
|
void | show_bling () |
|
void | show_notify () |
|
void | datawheel () |
|
void | scrub () |
|
void | scroll () |
|
void | shuttle () |
|
void | config () |
|
void | next_wheel_mode () |
|
void | next_wheel_shift_mode () |
|
void | set_current_track (ARDOUR::Route *) |
|
void | next_track () |
|
void | prev_track () |
|
void | step_gain_up () |
|
void | step_gain_down () |
|
void | step_pan_right () |
|
void | step_pan_left () |
|
void | button_event_battery_press (bool shifted) |
|
void | button_event_battery_release (bool shifted) |
|
void | button_event_backlight_press (bool shifted) |
|
void | button_event_backlight_release (bool shifted) |
|
void | button_event_trackleft_press (bool shifted) |
|
void | button_event_trackleft_release (bool shifted) |
|
void | button_event_trackright_press (bool shifted) |
|
void | button_event_trackright_release (bool shifted) |
|
void | button_event_trackrec_press (bool shifted) |
|
void | button_event_trackrec_release (bool shifted) |
|
void | button_event_trackmute_press (bool shifted) |
|
void | button_event_trackmute_release (bool shifted) |
|
void | button_event_tracksolo_press (bool shifted) |
|
void | button_event_tracksolo_release (bool shifted) |
|
void | button_event_undo_press (bool shifted) |
|
void | button_event_undo_release (bool shifted) |
|
void | button_event_in_press (bool shifted) |
|
void | button_event_in_release (bool shifted) |
|
void | button_event_out_press (bool shifted) |
|
void | button_event_out_release (bool shifted) |
|
void | button_event_punch_press (bool shifted) |
|
void | button_event_punch_release (bool shifted) |
|
void | button_event_loop_press (bool shifted) |
|
void | button_event_loop_release (bool shifted) |
|
void | button_event_prev_press (bool shifted) |
|
void | button_event_prev_release (bool shifted) |
|
void | button_event_add_press (bool shifted) |
|
void | button_event_add_release (bool shifted) |
|
void | button_event_next_press (bool shifted) |
|
void | button_event_next_release (bool shifted) |
|
void | button_event_rewind_press (bool shifted) |
|
void | button_event_rewind_release (bool shifted) |
|
void | button_event_fastforward_press (bool shifted) |
|
void | button_event_fastforward_release (bool shifted) |
|
void | button_event_stop_press (bool shifted) |
|
void | button_event_stop_release (bool shifted) |
|
void | button_event_play_press (bool shifted) |
|
void | button_event_play_release (bool shifted) |
|
void | button_event_record_press (bool shifted) |
|
void | button_event_record_release (bool shifted) |
|
void | button_event_footswitch_press (bool shifted) |
|
void | button_event_footswitch_release (bool shifted) |
|
void | button_event_mute (bool pressed, bool shifted) |
|