SYMBOL INDEX (4675 symbols across 331 files) FILE: Seq66cli/seq66rtcli.cpp function main (line 104) | int FILE: Seq66qt5/seq66qt5.cpp function main (line 98) | int FILE: contrib/code/affinity.cpp function main (line 8) | int FILE: contrib/code/ametro.c type clock_type (line 96) | typedef enum function show_error (line 107) | static void function show_info (line 113) | static void function show_error_string (line 119) | static void function show_msg (line 125) | void function usage (line 131) | void function set_raw_mode (line 181) | void function kbcount (line 237) | int function quick_read (line 262) | int function bail_out (line 306) | void function handle_char (line 312) | int function open_sequencer (line 327) | void function subscribe (line 376) | void function create_queue (line 425) | void function set_tempo (line 436) | void function clear_queue (line 447) | void function start_queue (line 462) | void function stop_queue (line 471) | void function continue_queue (line 480) | void function make_note (line 493) | void function make_echo (line 508) | void function make_clock (line 522) | void function make_clock_event (line 537) | void function pattern (line 576) | void function set_program (line 614) | void function midi_action (line 636) | void function sigterm_exit (line 666) | void function check_range (line 677) | int function parse_options (line 688) | int function main (line 818) | int FILE: contrib/code/function_calls_gnu.c function trace_begin (line 66) | void __attribute__ ((constructor)) function trace_end (line 89) | void __attribute__ ((destructor)) function __cyg_profile_func_enter (line 107) | void __attribute__((no_instrument_function)) FILE: contrib/code/qchannelpopup.cpp type seq66 (line 42) | namespace seq66 FILE: contrib/code/qchannelpopup.hpp class QComboBox (line 43) | class QComboBox type seq66 (line 49) | namespace seq66 class sequence (line 52) | class sequence class qchannelpopup (line 60) | class qchannelpopup : public QObject method qchannelpopup (line 74) | qchannelpopup (const qchannelpopup &) = delete; method qchannelpopup (line 75) | qchannelpopup & operator = (const qchannelpopup &) = delete; method qchannelpopup (line 76) | qchannelpopup (qchannelpopup &&) = default; method qchannelpopup (line 77) | qchannelpopup & operator = (qchannelpopup &&) = default; method sequence (line 87) | sequence & track () method sequence (line 92) | const sequence & track () const method QComboBox (line 97) | QComboBox * channel_combo () method QComboBox (line 102) | const QComboBox * channel_combo () const method edit_channel (line 107) | int edit_channel () const method set_dirty (line 114) | void set_dirty () FILE: contrib/code/readbinaryplist.c function bplist_free_data (line 187) | void type cache_node (line 224) | typedef struct cache_struct type bplist_info_node (line 232) | typedef struct bplist_info function value_ptr (line 272) | value_ptr function value_set_integer (line 279) | void function value_set_real (line 286) | void function value_set_date (line 297) | void function value_set_ascii_string (line 304) | void function value_set_unicode_string (line 313) | void function value_set_uid (line 322) | void function value_set_data (line 334) | void function value_set_array (line 350) | void function value_set_dict (line 364) | void function value_ptr (line 375) | value_ptr function cache_insert (line 392) | void function dict_insert (line 406) | void function BOOL (line 416) | BOOL function value_ptr (line 425) | value_ptr function value_ptr (line 496) | value_ptr function value_ptr (line 518) | value_ptr function value_ptr (line 524) | value_ptr function convert_uint64 (line 535) | uint64_t function value_ptr (line 548) | value_ptr function value_ptr (line 632) | static value_ptr function read_sized_int (line 719) | static uint64_t function read_offset (line 738) | static uint64_t function BOOL (line 749) | static BOOL function value_ptr (line 785) | static value_ptr function value_ptr (line 812) | static value_ptr function value_ptr (line 832) | static value_ptr function value_ptr (line 884) | static value_ptr function bplist_get_a_size (line 912) | uint64_t function value_ptr (line 956) | static value_ptr function value_ptr (line 973) | static value_ptr function value_ptr (line 998) | static value_ptr function value_ptr (line 1031) | static value_ptr function value_ptr (line 1062) | static value_ptr function value_ptr (line 1127) | static value_ptr function value_ptr (line 1220) | value_ptr function value_ptr (line 1238) | value_ptr function plist_print (line 1275) | void FILE: contrib/code/readbinaryplist.h type pldata_node (line 78) | typedef struct pldata_struct type array_node (line 85) | typedef struct array_struct type dict_node (line 96) | typedef struct dict_struct type value_node (line 108) | typedef struct value_struct FILE: contrib/code/ring_buffer.hpp class ring_buffer (line 6) | class ring_buffer type ring_iterator (line 29) | struct ring_iterator method comparable (line 194) | bool comparable (const ring_iterator & other) method ring_iterator (line 201) | ring_iterator () : method ring_iterator (line 210) | ring_iterator (const ring_buffer::ring_iterator & i) : method reference (line 219) | reference operator * () method reference (line 228) | reference operator [] (size_type index) method pointer (line 235) | pointer operator->() method ring_iterator (line 240) | ring_iterator & operator ++ () method ring_iterator (line 246) | ring_iterator operator ++ (int) method ring_iterator (line 253) | ring_iterator & operator -- () method ring_iterator (line 259) | ring_iterator operator -- (int) method ring_iterator (line 266) | ring_iterator operator + (ring_iterator lhs, int rhs) method ring_iterator (line 272) | ring_iterator operator + (int lhs, ring_iterator rhs) method ring_iterator (line 278) | ring_iterator & operator += (int n) method ring_iterator (line 284) | ring_iterator operator - (ring_iterator lhs, int rhs) method difference_type (line 290) | difference_type operator - method ring_iterator (line 299) | ring_iterator & operator -= (int n) method ring_buffer (line 35) | ring_buffer (size_type sz = 8) : method ring_buffer (line 45) | ring_buffer (std::initializer_list lst) : method reference (line 56) | reference operator [] (size_type index) method const_reference (line 62) | const_reference operator [] (size_type index) const method reference (line 69) | reference at (size_type index) method const_reference (line 77) | const_reference at (size_type index) const method reference (line 104) | reference front () method const_reference (line 109) | const_reference front () const method reference (line 114) | reference back () method const_reference (line 119) | const_reference back () const method clear (line 124) | void clear () method size_type (line 133) | size_type size () const method size_type (line 138) | size_type capacity () const method empty (line 143) | bool empty () const method full (line 148) | bool full () const method size_type (line 153) | size_type max_size () const class ring_iterator (line 166) | class ring_iterator method comparable (line 194) | bool comparable (const ring_iterator & other) method ring_iterator (line 201) | ring_iterator () : method ring_iterator (line 210) | ring_iterator (const ring_buffer::ring_iterator & i) : method reference (line 219) | reference operator * () method reference (line 228) | reference operator [] (size_type index) method pointer (line 235) | pointer operator->() method ring_iterator (line 240) | ring_iterator & operator ++ () method ring_iterator (line 246) | ring_iterator operator ++ (int) method ring_iterator (line 253) | ring_iterator & operator -- () method ring_iterator (line 259) | ring_iterator operator -- (int) method ring_iterator (line 266) | ring_iterator operator + (ring_iterator lhs, int rhs) method ring_iterator (line 272) | ring_iterator operator + (int lhs, ring_iterator rhs) method ring_iterator (line 278) | ring_iterator & operator += (int n) method ring_iterator (line 284) | ring_iterator operator - (ring_iterator lhs, int rhs) method difference_type (line 290) | difference_type operator - method ring_iterator (line 299) | ring_iterator & operator -= (int n) FILE: contrib/code/test/filename_split.cpp function split_test (line 8) | static void function filename_split_tests (line 53) | static void FILE: contrib/code/ttymidi.c type argp_option (line 54) | struct argp_option type arguments_t (line 66) | typedef struct _arguments type jackdata_t (line 77) | typedef struct _jackdata function exit_cli (line 90) | void exit_cli(int sig) function error_t (line 99) | static error_t parse_opt (int key, char *arg, struct argp_state *state) function arg_set_defaults (line 146) | void arg_set_defaults(arguments_t *arguments) type argp (line 160) | struct argp function read_retry_or_error (line 166) | static inline uint8_t read_retry_or_error(int fd, void* dst) function write_retry_or_success (line 175) | static inline uint8_t write_retry_or_success(int fd, const void* src, ui... function process_client (line 206) | static int process_client(jack_nframes_t frames, void* ptr) function open_client (line 302) | bool open_client(jackdata_t* jackdata, jack_client_t* client) function close_client (line 384) | void close_client(jackdata_t* jackdata) type timeval (line 417) | struct timeval type termios2 (line 692) | struct termios2 function _ttymidi_init (line 696) | static bool _ttymidi_init(bool exit_on_failure, jack_client_t* client) function _ttymidi_finish (line 822) | void _ttymidi_finish(void) function main (line 832) | int main(int argc, char** argv) function jack_initialize (line 852) | int jack_initialize(jack_client_t* client, const char* load_init) function jack_finish (line 881) | void jack_finish(void) FILE: contrib/non/nsm.h type _nsm_client_t (line 99) | struct _nsm_client_t function NSM_EXPORT (line 140) | NSM_EXPORT function NSM_EXPORT (line 147) | NSM_EXPORT function NSM_EXPORT (line 154) | NSM_EXPORT function NSM_EXPORT (line 183) | NSM_EXPORT function NSM_EXPORT (line 191) | NSM_EXPORT function NSM_EXPORT (line 199) | NSM_EXPORT function NSM_EXPORT (line 207) | NSM_EXPORT function NSM_EXPORT (line 215) | NSM_EXPORT void function NSM_EXPORT (line 239) | NSM_EXPORT void function NSM_EXPORT (line 248) | NSM_EXPORT function NSM_EXPORT (line 256) | NSM_EXPORT function NSM_EXPORT (line 264) | NSM_EXPORT function NSM_EXPORT (line 272) | NSM_EXPORT function NSM_EXPORT (line 281) | NSM_EXPORT void function NSM_EXPORT (line 299) | NSM_EXPORT function NSM_EXPORT (line 307) | NSM_EXPORT function NSM_EXPORT (line 316) | NSM_EXPORT function NSM_EXPORT (line 324) | NSM_EXPORT function NSM_EXPORT (line 333) | NSM_EXPORT function NSM_EXPORT (line 355) | NSM_EXPORT int _nsm_osc_open ( const char *path, const char *types, lo_a... function NSM_EXPORT (line 383) | NSM_EXPORT int _nsm_osc_save ( const char *path, const char *types, lo_a... function NSM_EXPORT (line 410) | NSM_EXPORT int _nsm_osc_announce_reply ( const char *path, const char *t... function NSM_EXPORT (line 433) | NSM_EXPORT int _nsm_osc_error ( const char *path, const char *types, lo_... function NSM_EXPORT (line 455) | NSM_EXPORT int _nsm_osc_session_is_loaded ( const char *path, const char... function NSM_EXPORT (line 473) | NSM_EXPORT int _nsm_osc_broadcast ( const char *path, const char *types,... function NSM_EXPORT (line 489) | NSM_EXPORT function NSM_EXPORT (line 515) | NSM_EXPORT FILE: libseq66/include/base64_images.hpp type seq66 (line 35) | namespace seq66 FILE: libseq66/include/cfg/basesettings.hpp type seq66 (line 43) | namespace seq66 class basesettings (line 52) | class basesettings method basesettings (line 102) | basesettings (const basesettings & rhs) = default; method basesettings (line 103) | basesettings & operator = (const basesettings & rhs) = default; method is_modified (line 114) | bool is_modified () const method modify (line 119) | void modify () method unmodify (line 124) | void unmodify () method ordinal_version (line 129) | int ordinal_version () const method comments (line 134) | const comments & comments_block () const method comments (line 139) | comments & comments_block () method is_error (line 151) | bool is_error () const method file_name (line 161) | void file_name (const std::string & fn) method ordinal_version (line 168) | void ordinal_version (int value) method increment_ordinal_version (line 173) | void increment_ordinal_version () FILE: libseq66/include/cfg/cmdlineopts.hpp type seq66 (line 54) | namespace seq66 class rcsettings (line 57) | class rcsettings class cmdlineopts (line 63) | class cmdlineopts type option (line 69) | struct option method cmdlineopts (line 75) | cmdlineopts () method cmdlineopts (line 80) | cmdlineopts (const cmdlineopts &) = default; method cmdlineopts (line 81) | cmdlineopts & operator = (const cmdlineopts &) = default; method cmdlineopts (line 82) | cmdlineopts (cmdlineopts &&) = default; method cmdlineopts (line 83) | cmdlineopts & operator = (cmdlineopts &&) = default; FILE: libseq66/include/cfg/comments.hpp type seq66 (line 38) | namespace seq66 class comments (line 45) | class comments method comments (line 68) | comments (const comments & rhs) = default; method comments (line 69) | comments & operator = (const comments & rhs) = default; method append (line 79) | void append (const std::string & line) method is_set (line 84) | bool is_set () const FILE: libseq66/include/cfg/configfile.hpp type seq66 (line 44) | namespace seq66 class rcsettings (line 46) | class rcsettings class configfile (line 65) | class configfile method configfile (line 194) | configfile () = delete; method configfile (line 195) | configfile (const configfile &) = delete; method configfile (line 196) | configfile & operator = (const configfile &) = delete; method name (line 224) | void name (const std::string & n) method version_number (line 234) | int version_number () const method file_version_number (line 244) | int file_version_number () const method bad_position (line 249) | bool bad_position (int p) const method line_position (line 254) | int line_position () const method is_error (line 264) | static bool is_error () method is_default (line 269) | static bool is_default (int value) method is_missing (line 274) | static bool is_missing (int value) method is_default (line 279) | static bool is_default (float value) method is_missing (line 284) | static bool is_missing (float value) method file_version (line 304) | void file_version (const std::string & v) method version (line 310) | void version (const std::string & v) method version (line 316) | void version (int v) method rcsettings (line 321) | rcsettings & rc_ref () method at_section_start (line 335) | bool at_section_start () const method line_number (line 352) | int line_number () const FILE: libseq66/include/cfg/midicontrolfile.hpp type seq66 (line 45) | namespace seq66 class midicontrolfile (line 54) | class midicontrolfile final : public configfile class key (line 64) | class key method category_name (line 76) | std::string category_name () const method slot_control (line 81) | int slot_control () const class stanza (line 88) | class stanza method category_code (line 103) | automation::category category_code () const method category_name (line 108) | std::string category_name () const method key_name (line 113) | std::string key_name () const method op_name (line 118) | std::string op_name () const method slot_number (line 123) | int slot_number () const method setting (line 128) | int setting (unsigned action, unsigned part) const method midicontrolfile (line 161) | midicontrolfile () = delete; method midicontrolfile (line 167) | midicontrolfile (const midicontrolfile &) = delete; method midicontrolfile (line 168) | midicontrolfile & operator = (const midicontrolfile &) = delete; method storage (line 214) | storage & stanzas () FILE: libseq66/include/cfg/mutegroupsfile.hpp type seq66 (line 39) | namespace seq66 class mutegroups (line 42) | class mutegroups class mutegroupsfile (line 50) | class mutegroupsfile final : public configfile method mutegroupsfile (line 64) | mutegroupsfile () = delete; method mutegroupsfile (line 66) | mutegroupsfile (const mutegroupsfile &) = delete; method mutegroupsfile (line 67) | mutegroupsfile & operator = (const mutegroupsfile &) = delete; method mutegroups (line 82) | mutegroups & mutes () method mutegroups (line 87) | const mutegroups & mutes () const FILE: libseq66/include/cfg/notemapfile.hpp type seq66 (line 42) | namespace seq66 class notemapfile (line 51) | class notemapfile final : public configfile method notemapfile (line 72) | notemapfile () = delete; method notemapfile (line 73) | notemapfile (const notemapfile &) = delete; method notemapfile (line 74) | notemapfile & operator = (const notemapfile &) = delete; method notemapper (line 87) | notemapper & mapper () FILE: libseq66/include/cfg/patchesfile.hpp type seq66 (line 42) | namespace seq66 class patchesfile (line 51) | class patchesfile final : public configfile method patchesfile (line 72) | patchesfile () = delete; method patchesfile (line 73) | patchesfile (const patchesfile &) = delete; method patchesfile (line 74) | patchesfile & operator = (const patchesfile &) = delete; FILE: libseq66/include/cfg/playlistfile.hpp type seq66 (line 37) | namespace seq66 class playlist (line 40) | class playlist class playlistfile (line 47) | class playlistfile final : public configfile method playlistfile (line 77) | playlistfile () = delete; method playlistfile (line 78) | playlistfile (const playlistfile &) = delete; method playlistfile (line 79) | playlistfile & operator = (const playlistfile &) = delete; method playlist (line 98) | playlist & play_list() FILE: libseq66/include/cfg/rcfile.hpp type seq66 (line 40) | namespace seq66 class rcfile (line 49) | class rcfile final : public configfile method rcfile (line 60) | rcfile () = delete; method rcfile (line 62) | rcfile (const rcfile &) = delete; method rcfile (line 63) | rcfile & operator = (const rcfile &) = delete; FILE: libseq66/include/cfg/rcsettings.hpp type seq66 (line 61) | namespace seq66 type timebase (line 144) | enum class timebase type rsaction (line 169) | enum class rsaction class rcsettings (line 182) | class rcsettings final : public basesettings type interaction (line 193) | enum class interaction type setsmode (line 205) | enum class setsmode method rcsettings (line 654) | rcsettings (const rcsettings & rhs) = default; method rcsettings (line 655) | rcsettings & operator = (const rcsettings & rhs) = default; method no_name (line 658) | std::string no_name () const method files (line 685) | const files & config_files () const method clockslist (line 698) | const clockslist & clocks () const method clockslist (line 703) | clockslist & clocks () method inputslist (line 708) | const inputslist & inputs () const method inputslist (line 713) | inputslist & inputs () method metrosettings (line 718) | metrosettings & metro_settings () method metrosettings (line 723) | const metrosettings & metro_settings () const method mute_group_save (line 728) | mutegroups::saving mute_group_save () const method keycontainer (line 733) | const keycontainer & key_controls () const method keycontainer (line 738) | keycontainer & key_controls () method drop_empty_in_controls (line 743) | bool drop_empty_in_controls () const method bussbyte (line 748) | bussbyte midi_control_buss () const method midicontrolin (line 753) | const midicontrolin & midi_control_in () const method midicontrolin (line 758) | midicontrolin & midi_control_in () method midicontrolout (line 763) | const midicontrolout & midi_control_out () const method midicontrolout (line 768) | midicontrolout & midi_control_out () method get_clock_mod (line 773) | int get_clock_mod () const method verbose (line 778) | bool verbose () const method quiet (line 783) | bool quiet () const method investigate (line 788) | bool investigate () const method investigate_disabled (line 793) | bool investigate_disabled () const method alt_session (line 803) | bool alt_session () const method first_run_in_progress (line 808) | bool first_run_in_progress () const method auto_rc_save (line 815) | bool auto_rc_save () const method auto_usr_save (line 820) | bool auto_usr_save () const method auto_mutes_save (line 825) | bool auto_mutes_save () const method auto_playlist_save (line 830) | bool auto_playlist_save () const method auto_ctrl_save (line 842) | bool auto_ctrl_save () const method auto_drums_save (line 847) | bool auto_drums_save () const method auto_qss_save (line 857) | bool auto_qss_save () const method auto_palette_save (line 862) | bool auto_palette_save () const method save_old_triggers (line 867) | bool save_old_triggers () const method save_old_mutes (line 872) | bool save_old_mutes () const method allow_mod4_mode (line 877) | bool allow_mod4_mode () const method allow_snap_split (line 882) | bool allow_snap_split () const method allow_click_edit (line 887) | bool allow_click_edit () const method show_midi (line 892) | bool show_midi () const method priority (line 897) | bool priority () const method thread_priority (line 902) | int thread_priority () const method pass_sysex (line 907) | bool pass_sysex () const method with_jack_transport (line 912) | bool with_jack_transport () const method with_jack_master (line 917) | bool with_jack_master () const method with_jack_master_cond (line 922) | bool with_jack_master_cond () const method with_jack_midi (line 927) | bool with_jack_midi () const method with_alsa_midi (line 932) | bool with_alsa_midi () const method with_port_midi (line 937) | bool with_port_midi () const method jack_auto_connect (line 948) | bool jack_auto_connect () const method jack_use_offset (line 953) | bool jack_use_offset () const method jack_buffer_size (line 958) | int jack_buffer_size () const method song_start_mode (line 963) | bool song_start_mode () const method get_song_start_mode (line 968) | sequence::playback get_song_start_mode () const method song_start_auto (line 978) | bool song_start_auto () const method with_jack_transport (line 986) | void with_jack_transport (bool flag) method with_jack_master (line 991) | void with_jack_master (bool flag) method with_jack_master_cond (line 998) | void with_jack_master_cond (bool flag) method with_jack_midi (line 1005) | void with_jack_midi (bool flag) method with_alsa_midi (line 1010) | void with_alsa_midi (bool flag) method jack_auto_connect (line 1015) | void jack_auto_connect (bool flag) method jack_use_offset (line 1020) | void jack_use_offset (bool flag) method jack_buffer_size (line 1029) | void jack_buffer_size (int sz) method with_jack (line 1041) | bool with_jack () const method record_by_buss (line 1050) | bool record_by_buss () const method record_by_channel (line 1055) | bool record_by_channel () const method manual_ports (line 1060) | bool manual_ports () const method manual_auto_enable (line 1065) | bool manual_auto_enable () const method manual_port_count (line 1070) | int manual_port_count () const method manual_in_port_count (line 1075) | int manual_in_port_count () const method reveal_ports (line 1080) | bool reveal_ports () const method init_disabled_ports (line 1085) | bool init_disabled_ports () const method print_keys (line 1090) | bool print_keys () const method interaction (line 1099) | interaction interaction_method () const method setsmode (line 1104) | setsmode sets_mode () const method is_setsmode_normal (line 1109) | bool is_setsmode_normal () const method is_setsmode_autoarm (line 1114) | bool is_setsmode_autoarm () const method is_setsmode_additive (line 1119) | bool is_setsmode_additive () const method is_setsmode_allsets (line 1124) | bool is_setsmode_allsets () const method is_setsmode_clear (line 1129) | bool is_setsmode_clear () const method portname (line 1138) | portname port_naming () const method midi_filename (line 1151) | void midi_filename (const std::string & value) method clear_midi_filename (line 1156) | void clear_midi_filename () method midi_filepath (line 1168) | void midi_filepath (const std::string & value) method rsaction (line 1176) | rsaction running_status_action () const method jack_session_active (line 1186) | bool jack_session_active () const method append_recent_file (line 1200) | bool append_recent_file (const std::string & filename) method remove_recent_file (line 1205) | bool remove_recent_file (const std::string & filename) method clear_recent_files (line 1210) | void clear_recent_files () method load_most_recent (line 1215) | bool load_most_recent () const method full_recent_paths (line 1220) | bool full_recent_paths () const method portmaps_present (line 1225) | bool portmaps_present () const method portmaps_active (line 1230) | bool portmaps_active () const method playlist_active (line 1251) | bool playlist_active () const method notemap_active (line 1256) | bool notemap_active () const method patches_active (line 1261) | bool patches_active () const method palette_active (line 1266) | bool palette_active () const method style_sheet_active (line 1271) | bool style_sheet_active () const method user_file_active (line 1306) | bool user_file_active () const method use_midi_control_file (line 1316) | bool use_midi_control_file () const method midi_control_active (line 1321) | bool midi_control_active () const method mute_group_file_active (line 1331) | bool mute_group_file_active () const method use_mute_group_file (line 1341) | bool use_mute_group_file () const method application_name (line 1346) | const std::string application_name () const method tempo_track_number (line 1354) | int tempo_track_number () const method recent_file_count (line 1361) | int recent_file_count () const method recent_file_max (line 1366) | int recent_file_max () const method mute_group_save (line 1373) | void mute_group_save (mutegroups::saving ms) method drop_empty_in_controls (line 1378) | void drop_empty_in_controls (bool flag) method midi_control_buss (line 1383) | void midi_control_buss (bussbyte b) method set_clock_mod (line 1396) | void set_clock_mod (int clockmod) method session_tag (line 1402) | void session_tag (const std::string & t) method quiet (line 1407) | void quiet (bool flag) method first_run_in_progress (line 1420) | void first_run_in_progress (bool flag) method auto_usr_save (line 1427) | void auto_usr_save (bool flag) method auto_mutes_save (line 1432) | void auto_mutes_save (bool flag) method auto_playlist_save (line 1437) | void auto_playlist_save (bool flag) method auto_ctrl_save (line 1442) | void auto_ctrl_save (bool flag) method auto_drums_save (line 1451) | void auto_drums_save (bool flag) method auto_palette_save (line 1460) | void auto_palette_save (bool flag) method save_old_triggers (line 1472) | void save_old_triggers (bool flag) method save_old_mutes (line 1477) | void save_old_mutes (bool flag) method allow_mod4_mode (line 1482) | void allow_mod4_mode (bool /*flag*/) method allow_snap_split (line 1487) | void allow_snap_split (bool flag) method allow_click_edit (line 1492) | void allow_click_edit (bool flag) method show_midi (line 1497) | void show_midi (bool flag) method priority (line 1502) | void priority (bool flag) method thread_priority (line 1507) | void thread_priority (int p) method pass_sysex (line 1515) | void pass_sysex (bool flag) method song_start_mode (line 1520) | void song_start_mode (bool flag) method manual_ports (line 1530) | void manual_ports (bool flag) method manual_auto_enable (line 1535) | void manual_auto_enable (bool flag) method manual_port_count (line 1540) | void manual_port_count (int count) method default_manual_port_counts (line 1548) | void default_manual_port_counts () method manual_in_port_count (line 1554) | void manual_in_port_count (int count) method reveal_ports (line 1562) | void reveal_ports (bool flag) method init_disabled_ports (line 1567) | void init_disabled_ports (bool flag) method print_keys (line 1572) | void print_keys (bool flag) method midi_control_active (line 1577) | void midi_control_active (bool flag) method mute_group_file_active (line 1584) | void mute_group_file_active (bool flag) method playlist_active (line 1591) | void playlist_active (bool flag) method notemap_active (line 1596) | void notemap_active (bool flag) method patches_active (line 1601) | void patches_active (bool flag) method palette_active (line 1606) | void palette_active (bool flag) method style_sheet_active (line 1611) | void style_sheet_active (bool flag) method midi_base_directory (line 1616) | void midi_base_directory (const std::string & mbd) method load_most_recent (line 1621) | void load_most_recent (bool f) method full_recent_paths (line 1626) | void full_recent_paths (bool f) method portmaps_present (line 1631) | void portmaps_present (bool f) method portmaps_active (line 1636) | void portmaps_active (bool f) method interaction_method (line 1641) | bool interaction_method (int v) method sets_mode (line 1646) | void sets_mode (setsmode sm) method jack_session_activate (line 1663) | void jack_session_activate () method home_config_directory (line 1686) | void home_config_directory (const std::string & hcd) method user_file_active (line 1691) | void user_file_active (bool flag) FILE: libseq66/include/cfg/recent.hpp type seq66 (line 38) | namespace seq66 class recent (line 47) | class recent method recent (line 81) | recent (const recent & source) = default; method clear (line 85) | void clear () method count (line 90) | int count () const method maximum (line 95) | int maximum () const FILE: libseq66/include/cfg/scales.hpp type seq66 (line 46) | namespace seq66 class eventlist (line 49) | class eventlist type keys (line 55) | enum class keys function legal_key (line 103) | inline bool function keys (line 109) | inline keys function key_to_int (line 115) | inline int function legal_note (line 121) | inline bool type scales (line 141) | enum class scales function legal_scale (line 177) | inline bool function scales (line 187) | inline scales function scale_to_int (line 193) | inline int type chords (line 203) | enum class chords function chords (line 214) | inline chords function chord_to_int (line 221) | inline int function legal_chord (line 227) | inline bool FILE: libseq66/include/cfg/sessionfile.hpp type seq66 (line 38) | namespace seq66 class sessionfile (line 45) | class sessionfile final : public configfile method sessionfile (line 67) | sessionfile () = delete; method sessionfile (line 68) | sessionfile (const sessionfile &) = delete; method sessionfile (line 69) | sessionfile & operator = (const sessionfile &) = delete; method write (line 74) | virtual bool write () override FILE: libseq66/include/cfg/settings.hpp type seq66 (line 41) | namespace seq66 class combolist (line 49) | class combolist method combolist (line 73) | combolist (const combolist &) = default; method combolist (line 74) | combolist & operator = (const combolist &) = default; method current (line 85) | std::string current () const method count (line 92) | int count () const method use_current (line 97) | bool use_current () const method add (line 102) | void add (const std::string & s) method add (line 107) | void add (int v) class rcsettings (line 122) | class rcsettings class usrsettings (line 123) | class usrsettings FILE: libseq66/include/cfg/userinstrument.hpp type seq66 (line 40) | namespace seq66 type userinstrument_t (line 67) | struct userinstrument_t class userinstrument (line 101) | class userinstrument method is_valid (line 135) | bool is_valid () const method controller_count (line 151) | int controller_count () const method controller_max (line 162) | int controller_max () const FILE: libseq66/include/cfg/usermidibus.hpp type seq66 (line 42) | namespace seq66 type usermidibus_t (line 52) | struct usermidibus_t class usermidibus (line 81) | class usermidibus method is_valid (line 118) | bool is_valid () const method channel_count (line 142) | int channel_count () const method channel_count (line 151) | void channel_count (int count) method channel_max (line 164) | int channel_max () const method set_name (line 181) | void set_name (const std::string & name) FILE: libseq66/include/cfg/usrfile.hpp type seq66 (line 40) | namespace seq66 class usrfile (line 59) | class usrfile final : public configfile method usrfile (line 66) | usrfile () = delete; method usrfile (line 67) | usrfile (const usrfile &) = delete; method usrfile (line 68) | usrfile & operator = (const usrfile &) = delete; FILE: libseq66/include/cfg/usrsettings.hpp type seq66 (line 69) | namespace seq66 type recordtempo (line 126) | enum class recordtempo type recordstyle (line 146) | enum class recordstyle type gridmode (line 161) | enum class gridmode type showkeys (line 182) | enum class showkeys class usrsettings (line 198) | class usrsettings final : public basesettings type option_bits (line 213) | enum option_bits type session (line 231) | enum class session method usrsettings (line 1058) | usrsettings (const usrsettings & rhs) = default; method usrsettings (line 1059) | usrsettings & operator = (const usrsettings & rhs) = default; method clear_buses_and_instruments (line 1074) | void clear_buses_and_instruments () method usermidibus (line 1086) | const usermidibus & bus (int index) // const method userinstrument (line 1096) | const userinstrument & instrument (int index) // const method bus_count (line 1101) | int bus_count () const method bus_instrument (line 1108) | int bus_instrument (int buss, int channel) method instrument_count (line 1118) | int instrument_count () const method instrument_controller_active (line 1148) | bool instrument_controller_active (int instrum, int cc) method controller_active (line 1159) | bool controller_active (int buss, int channel, int cc) method window_scale (line 1185) | float window_scale () const method window_scale_x (line 1190) | float window_scale_x () const method window_scale_y (line 1195) | float window_scale_y () const method window_scaled_up (line 1213) | bool window_scaled_up () const method window_scaled_down (line 1224) | bool window_scaled_down () const method window_is_scaled (line 1233) | bool window_is_scaled () const method mainwnd_rows (line 1242) | int mainwnd_rows () const method mainwnd_cols (line 1247) | int mainwnd_cols () const method set_size (line 1252) | int set_size () const method set_offset (line 1257) | int set_offset (int setno) const method swap_coordinates (line 1262) | bool swap_coordinates () const method seqs_in_set (line 1273) | int seqs_in_set () const method gmute_tracks (line 1278) | int gmute_tracks () const method max_sequence (line 1283) | int max_sequence () const method total_seqs (line 1288) | int total_seqs () const method seqchars_x (line 1297) | int seqchars_x () const method seqchars_y (line 1306) | int seqchars_y () const method mainwnd_spacing (line 1311) | int mainwnd_spacing () const method base_zoom (line 1321) | int base_zoom () const method jitter_divisor (line 1329) | int jitter_divisor () const method jitter_divisor (line 1334) | void jitter_divisor (int d) method randomization_amount (line 1340) | int randomization_amount () const method randomization_amount (line 1345) | void randomization_amount (int r) method adapt_zoom (line 1357) | bool adapt_zoom () const method global_seq_feature (line 1362) | bool global_seq_feature () const method global_seq_feature (line 1367) | void global_seq_feature (bool flag) method seqedit_scale (line 1374) | int seqedit_scale () const method seqedit_scale (line 1379) | void seqedit_scale (int scale) method seqedit_key (line 1385) | int seqedit_key () const method seqedit_key (line 1390) | void seqedit_key (int key) method seqedit_bgsequence (line 1396) | int seqedit_bgsequence () const method seqedit_bgsequence (line 1408) | void seqedit_bgsequence (int seqnum) method progress_bar_thick (line 1413) | bool progress_bar_thick () const method progress_bar_thickness (line 1418) | int progress_bar_thickness () const method progress_box_elliptical (line 1423) | bool progress_box_elliptical () const method gridlines_thick (line 1428) | bool gridlines_thick () const method follow_progress (line 1433) | bool follow_progress () const method inverse_colors (line 1438) | bool inverse_colors () const method dark_theme (line 1448) | bool dark_theme () const method window_redraw_rate (line 1453) | int window_redraw_rate () const method test_option_bit (line 1460) | bool test_option_bit (int b) method set_option_bit (line 1465) | void set_option_bit (int b) method clear_option_bit (line 1470) | void clear_option_bit (int b) method clear_option_bits (line 1475) | void clear_option_bits () method swap_coordinates (line 1483) | void swap_coordinates (bool flag) method convert_to_smf_1 (line 1515) | bool convert_to_smf_1 () const method convert_to_smf_1 (line 1520) | void convert_to_smf_1 (bool flag) method default_ppqn (line 1527) | int default_ppqn () const method use_default_ppqn (line 1532) | int use_default_ppqn () const method midi_ppqn (line 1540) | int midi_ppqn () const method use_file_ppqn (line 1545) | bool use_file_ppqn () const method file_ppqn (line 1550) | int file_ppqn () const method use_file_ppqn (line 1555) | void use_file_ppqn (bool flag) method file_ppqn (line 1560) | void file_ppqn (int p) method midi_beats_per_bar (line 1567) | int midi_beats_per_bar () const method midibpm (line 1572) | midibpm midi_bpm_minimum () const method midibpm (line 1577) | midibpm midi_beats_per_minute () const method midibpm (line 1582) | midibpm midi_bpm_maximum () const method midi_beat_width (line 1589) | int midi_beat_width () const method bussbyte (line 1594) | bussbyte midi_buss_override () const method is_buss_override (line 1599) | bool is_buss_override () const method velocity_override (line 1604) | short velocity_override () const method bpm_precision (line 1614) | int bpm_precision () const method midibpm (line 1619) | midibpm bpm_step_increment () const method midibpm (line 1624) | midibpm bpm_page_increment () const method auto_add_time_sig (line 1629) | bool auto_add_time_sig () const method min_zoom (line 1634) | int min_zoom () const method max_zoom (line 1639) | int max_zoom () const method option_daemonize (line 1653) | bool option_daemonize () const method save_daemonize (line 1658) | bool save_daemonize () const method option_use_logfile (line 1663) | bool option_use_logfile () const method key_height (line 1686) | int key_height () const method valid_key_height (line 1691) | bool valid_key_height (int h) const method showkeys (line 1696) | showkeys key_view () const method style_sheet_active (line 1705) | bool style_sheet_active () const method resume_note_ons (line 1717) | bool resume_note_ons () const method fingerprint_size (line 1722) | int fingerprint_size () const method progress_box_width (line 1727) | double progress_box_width () const method progress_box_height (line 1732) | double progress_box_height () const method progress_box_shown (line 1737) | bool progress_box_shown () const method progress_box_show_cc (line 1742) | bool progress_box_show_cc () const method progress_note_min (line 1747) | int progress_note_min () const method progress_note_max (line 1752) | int progress_note_max () const method lock_main_window (line 1757) | bool lock_main_window () const method session (line 1766) | session session_manager () const method want_no_session (line 1773) | bool want_no_session () const method want_nsm_session (line 1778) | bool want_nsm_session () const method want_jack_session (line 1783) | bool want_jack_session () const method in_nsm_session (line 1788) | bool in_nsm_session () const method session_visibility (line 1793) | bool session_visibility () const method escape_pattern (line 1807) | bool escape_pattern () const method pattern_armed (line 1812) | bool pattern_armed () const method pattern_thru (line 1817) | bool pattern_thru () const method pattern_record (line 1822) | bool pattern_record () const method pattern_alter_recording (line 1827) | bool pattern_alter_recording () const method alteration (line 1836) | alteration pattern_alteration () const method pattern_tighten (line 1848) | bool pattern_tighten () const method pattern_qrecord (line 1853) | bool pattern_qrecord () const method pattern_notemap (line 1858) | bool pattern_notemap () const method pattern_new_only (line 1863) | bool pattern_new_only () const method recordstyle (line 1875) | recordstyle pattern_record_style (int rs) const method recordstyle (line 1883) | recordstyle pattern_record_style () const method set_pattern_record_style (line 1891) | void set_pattern_record_style (recordstyle style) method pattern_record_code (line 1900) | int pattern_record_code (recordstyle rs) const method pattern_record_code (line 1905) | int pattern_record_code () const method pattern_wraparound (line 1910) | bool pattern_wraparound () const method alteration (line 1926) | alteration record_alteration () const method record_alteration (line 1931) | void record_alteration (alteration rm) method alter_recording (line 1937) | bool alter_recording () const method no_grid_record (line 1951) | bool no_grid_record () const method gridmode (line 1956) | gridmode grid_mode () const method gridmode (line 1961) | gridmode grid_mode (int gm) const method grid_mode_code (line 1966) | int grid_mode_code (gridmode gm) const method grid_mode_code (line 1971) | int grid_mode_code () const method enable_learn_confirmation (line 1978) | bool enable_learn_confirmation () const method enable_learn_confirmation (line 1983) | void enable_learn_confirmation (bool flag) method progress_bar_thick (line 1992) | void progress_bar_thick (bool flag) method progress_bar_thickness (line 1997) | void progress_bar_thickness (int t) method progress_box_elliptical (line 2002) | void progress_box_elliptical (bool flag) method follow_progress (line 2007) | void follow_progress (bool flag) method gridlines_thick (line 2012) | void gridlines_thick (bool flag) method lock_main_window (line 2017) | void lock_main_window (bool flag) method inverse_colors (line 2026) | void inverse_colors (bool flag) method time_fg_color (line 2035) | void time_fg_color (const std::string & fgc) method time_bg_color (line 2040) | void time_bg_color (const std::string & bgc) method dark_theme (line 2045) | void dark_theme (bool flag) method user_pdf_viewer (line 2070) | void user_pdf_viewer (const std::string & file) method user_browser (line 2075) | void user_browser (const std::string & file) method key_height (line 2080) | void key_height (int h) method style_sheet_active (line 2090) | void style_sheet_active (bool flag) method style_sheet (line 2095) | void style_sheet (const std::string & s) method resume_note_ons (line 2102) | void resume_note_ons (bool f) method progress_box_shown (line 2112) | void progress_box_shown (bool flag) method progress_box_show_cc (line 2117) | void progress_box_show_cc (bool flag) method in_nsm_session (line 2122) | void in_nsm_session (bool f) method session_visibility (line 2127) | void session_visibility (bool f) method session_url (line 2132) | void session_url (const std::string & value) method escape_pattern (line 2137) | void escape_pattern (bool flag) method pattern_armed (line 2142) | void pattern_armed (bool flag) method pattern_thru (line 2147) | void pattern_thru (bool flag) method pattern_record (line 2152) | void pattern_record (bool flag) method pattern_tighten (line 2157) | void pattern_tighten (bool flag) method pattern_qrecord (line 2162) | void pattern_qrecord (bool flag) method pattern_notemap (line 2167) | void pattern_notemap (bool flag) method pattern_new_only (line 2172) | void pattern_new_only (bool flag) method pattern_wraparound (line 2177) | void pattern_wraparound (bool flag) method grid_mode (line 2182) | void grid_mode (gridmode mode) method auto_add_time_sig (line 2195) | void auto_add_time_sig (bool f) FILE: libseq66/include/cfg/zoomer.hpp type seq66 (line 38) | namespace seq66 class zoomer (line 72) | class zoomer method change_zoom (line 153) | bool change_zoom (bool in) method zoom (line 158) | int zoom () const method base_zoom (line 163) | int base_zoom () const method scale (line 168) | int scale () const method ppqn (line 173) | int ppqn () const method scale_zoom (line 178) | int scale_zoom () const method expanded_zoom (line 183) | bool expanded_zoom () const method zoom_expansion (line 188) | int zoom_expansion () const method xoffset (line 196) | int xoffset (midipulse tick) const method pulses_per_pixel (line 206) | int pulses_per_pixel () const method pulses_per_substep (line 211) | int pulses_per_substep () const method pulses_per_partial_beat (line 228) | int pulses_per_partial_beat (int bpb = 4, int bw = 4) const method pulses_per_beat (line 234) | int pulses_per_beat (int bw = 4) const method pulses_per_bar (line 239) | int pulses_per_bar (int bpb = 4, int bw = 4) const FILE: libseq66/include/ctrl/automation.hpp type seq66 (line 42) | namespace seq66 type automation (line 45) | namespace automation type index (line 63) | enum index type category (line 97) | enum class category type action (line 135) | enum class action type slot (line 179) | enum class slot type ctrlstatus (line 358) | enum class ctrlstatus function ctrlstatus (line 441) | inline ctrlstatus function ctrlstatus (line 447) | inline ctrlstatus & function ctrlstatus (line 454) | inline ctrlstatus function ctrlstatus (line 460) | inline ctrlstatus & function ctrlstatus (line 467) | inline ctrlstatus function ctrlstatus (line 473) | inline ctrlstatus & function ctrlstatus (line 480) | inline ctrlstatus function ctrlstatus (line 486) | inline ctrlstatus function bit_test_or (line 498) | inline bool function bit_test_and (line 510) | inline bool function int_to_slot_cast (line 538) | inline automation::slot function slot_to_int_cast (line 544) | inline int function original_slot_count (line 550) | inline int function current_slot_count (line 556) | inline int function automation_action (line 566) | inline automation::action FILE: libseq66/include/ctrl/keycontainer.hpp type seq66 (line 47) | namespace seq66 class keycontainer (line 55) | class keycontainer method clear (line 178) | void clear () method count (line 186) | int count () const method loaded_from_rc (line 201) | bool loaded_from_rc () const method loaded_from_rc (line 206) | void loaded_from_rc (bool flag) method use_auto_shift (line 211) | bool use_auto_shift () const method use_auto_shift (line 216) | void use_auto_shift (bool flag) method kbd_layout (line 221) | keyboard::layout kbd_layout () const method kbd_layout (line 226) | void kbd_layout (keyboard::layout lay) method kbd_layout_to_string (line 234) | std::string kbd_layout_to_string () method keymap (line 249) | const keymap & container () const FILE: libseq66/include/ctrl/keycontrol.hpp type seq66 (line 42) | namespace seq66 class keycontrol (line 54) | class keycontrol : public opcontrol method keycontrol (line 114) | keycontrol () = default; method keycontrol (line 131) | keycontrol (const keycontrol &) = default; method keycontrol (line 132) | keycontrol & operator = (const keycontrol &) = default; method keycontrol (line 133) | keycontrol (keycontrol &&) = default; method keycontrol (line 134) | keycontrol & operator = (keycontrol &&) = default; method key_name (line 137) | std::string key_name () const method control_code (line 142) | int control_code () const method slot_control (line 153) | int slot_control () const method key_name (line 161) | void key_name (const std::string & kn) method label (line 171) | std::string label () const method ctrlkey (line 178) | ctrlkey ordinal () const method is_ctrl_ordinal (line 183) | bool is_ctrl_ordinal () const method ordinal (line 190) | void ordinal (ctrlkey ck) FILE: libseq66/include/ctrl/keymap.hpp type seq66 (line 54) | namespace seq66 type keyboard (line 57) | namespace keyboard type layout (line 66) | enum class layout type kmod_t (line 89) | enum kmod_t FILE: libseq66/include/ctrl/keystroke.hpp type seq66 (line 42) | namespace seq66 class keystroke (line 50) | class keystroke type action (line 60) | enum class action method keystroke (line 114) | keystroke () = default; method keystroke (line 121) | keystroke (const keystroke & rhs) = default; method keystroke (line 122) | keystroke & operator = (const keystroke & rhs) = default; method is_press (line 124) | bool is_press () const method is_good (line 131) | bool is_good () const method is (line 147) | bool is (ctrlkey ch) const method is (line 166) | bool is (ctrlkey ch1, ctrlkey ch2) const method is_left (line 175) | bool is_left () const method is_up (line 180) | bool is_up () const method is_right (line 185) | bool is_right () const method is_down (line 190) | bool is_down () const method is_menu (line 195) | bool is_menu () const method ctrlkey (line 200) | ctrlkey key () const method shift_lock (line 207) | void shift_lock () method modifiers (line 212) | keyboard::modifiers modifiers () const method setmodifier (line 217) | void setmodifier (keyboard::modifiers km) method mod_control (line 226) | bool mod_control () const method mod_control_shift (line 235) | bool mod_control_shift () const method mod_super (line 244) | bool mod_super () const FILE: libseq66/include/ctrl/midicontrol.hpp type seq66 (line 49) | namespace seq66 class event (line 52) | class event class midicontrol (line 65) | class midicontrol : public keycontrol class key (line 79) | class key method key (line 91) | key () = default; method key (line 92) | key (const key &) = default; method key (line 93) | key & operator = (const key &) = default; method key (line 96) | key (midibyte status, midibyte d0) : method key (line 104) | key (const event & ev) : method bussbyte (line 118) | bussbyte buss () const method midibyte (line 123) | midibyte status () const method midibyte (line 128) | midibyte d0 () const method midicontrol (line 211) | midicontrol (const midicontrol &) = default; method midicontrol (line 212) | midicontrol & operator = (const midicontrol &) = default; method midicontrol (line 213) | midicontrol (midicontrol &&) = default; method midicontrol (line 214) | midicontrol & operator = (midicontrol &&) = default; method active (line 217) | bool active () const method inverse_active (line 222) | bool inverse_active () const method status (line 227) | int status () const method d0 (line 232) | int d0 () const method d1 (line 237) | int d1 () const method min_d1 (line 242) | int min_d1 () const method max_d1 (line 247) | int max_d1 () const method blank (line 256) | bool blank () const method match (line 277) | bool match (midibyte status, midibyte d0) const method in_range (line 289) | bool in_range (midibyte d1) const method key (line 296) | key make_key () const method key (line 91) | key () = default; method key (line 92) | key (const key &) = default; method key (line 93) | key & operator = (const key &) = default; method key (line 96) | key (midibyte status, midibyte d0) : method key (line 104) | key (const event & ev) : method bussbyte (line 118) | bussbyte buss () const method midibyte (line 123) | midibyte status () const method midibyte (line 128) | midibyte d0 () const FILE: libseq66/include/ctrl/midicontrolbase.hpp type seq66 (line 43) | namespace seq66 class midicontrolbase (line 51) | class midicontrolbase method bussbyte (line 147) | bussbyte nominal_buss () const method bussbyte (line 152) | bussbyte true_buss () const method bussbyte (line 157) | bussbyte configured_buss () const method is_blank (line 162) | bool is_blank () const method is_enabled (line 167) | bool is_enabled () const method is_disabled (line 172) | bool is_disabled () const method configure_enabled (line 177) | bool configure_enabled () const method offset (line 182) | int offset () const method rows (line 187) | int rows () const method columns (line 192) | int columns () const method nominal_buss (line 199) | void nominal_buss (bussbyte b) method true_buss (line 204) | void true_buss (bussbyte b) method configured_buss (line 212) | void configured_buss (bussbyte b) method is_blank (line 217) | void is_blank (bool flag) method is_enabled (line 222) | void is_enabled (bool flag) method configure_enabled (line 227) | void configure_enabled (bool flag) method offset (line 232) | void offset (int o) method rows (line 238) | void rows (int r) method columns (line 244) | void columns (int c) function bussbyte (line 264) | inline bussbyte function bussbyte (line 276) | inline bussbyte FILE: libseq66/include/ctrl/midicontrolin.hpp type seq66 (line 47) | namespace seq66 class keycontainer (line 50) | class keycontainer class midicontrolin (line 57) | class midicontrolin final : public midicontrolbase method midicontrolin (line 118) | midicontrolin (const midicontrolin &) = default; method midicontrolin (line 119) | midicontrolin & operator = (const midicontrolin &) = default; method midicontrolin (line 120) | midicontrolin (midicontrolin &&) = default; method midicontrolin (line 121) | midicontrolin & operator = (midicontrolin &&) = default; method comments (line 125) | comments & comments_block () method comments (line 130) | const comments & comments_block () const method clear (line 135) | void clear () method count (line 140) | int count () const method have_controls (line 145) | bool have_controls () const method mccontainer (line 150) | const mccontainer & container () const method inactive_allowed (line 160) | bool inactive_allowed () const method inactive_allowed (line 165) | void inactive_allowed (bool flag) method status (line 170) | automation::ctrlstatus status () const method is_status (line 175) | bool is_status () const method is_set (line 180) | bool is_set (automation::ctrlstatus status) const method is_replace (line 190) | bool is_replace () const method is_replace (line 195) | bool is_replace (automation::ctrlstatus status) const method is_snapshot (line 200) | bool is_snapshot () const method is_snapshot (line 205) | bool is_snapshot (automation::ctrlstatus status) const method is_queue (line 210) | bool is_queue () const method is_queue (line 215) | bool is_queue (automation::ctrlstatus status) const method is_keep_queue (line 220) | bool is_keep_queue () const method is_keep_queue (line 225) | bool is_keep_queue (automation::ctrlstatus status) const method is_oneshot (line 230) | bool is_oneshot () const method is_oneshot (line 235) | bool is_oneshot (automation::ctrlstatus status) const method is_learn (line 240) | bool is_learn () const method is_learn (line 245) | bool is_learn (automation::ctrlstatus status) const method is_solo (line 250) | bool is_solo () const method is_solo (line 255) | bool is_solo (automation::ctrlstatus status) const method add_status (line 260) | void add_status (automation::ctrlstatus status) method remove_status (line 265) | void remove_status (automation::ctrlstatus status) method clear_status (line 270) | void clear_status () method remove_queued_replace (line 275) | void remove_queued_replace () FILE: libseq66/include/ctrl/midicontrolout.hpp type seq66 (line 48) | namespace seq66 class performer (line 51) | class performer class midicontrolout (line 58) | class midicontrolout final : public midicontrolbase type seqaction (line 87) | enum class seqaction type uiaction (line 110) | enum class uiaction type index (line 163) | enum index type actionindex (line 216) | enum actionindex method midicontrolout (line 286) | midicontrolout (const midicontrolout &) = default; method midicontrolout (line 287) | midicontrolout & operator = (const midicontrolout &) = default; method seqaction_range (line 292) | static void seqaction_range (int & minimum, int & maximum) method set_master_bus (line 298) | void set_master_bus (mastermidibus * mmbus) method screenset_size (line 303) | int screenset_size () const method action_count (line 333) | int action_count () const method clear_macros (line 338) | void clear_macros () method add_macro (line 343) | bool add_macro (const tokenization & tokens) method macro_count (line 348) | int macro_count () const method macros_active (line 353) | bool macros_active () const method macros_active (line 358) | void macros_active (bool flag) method expand_macros (line 363) | bool expand_macros () method macro_lines (line 370) | std::string macro_lines () const method tokenization (line 375) | tokenization macro_names () const method midibytes (line 380) | midibytes macro_bytes (const std::string & name) const method midimacro (line 385) | const midimacro & macro (const std::string & name) const method macro_byte_strings (line 390) | std::string macro_byte_strings () const method make_macro_defaults (line 395) | bool make_macro_defaults () FILE: libseq66/include/ctrl/midimacro.hpp type seq66 (line 44) | namespace seq66 class midimacro (line 52) | class midimacro method midimacro (line 107) | midimacro () = default; method midimacro (line 109) | midimacro (const midimacro &) = default; method midimacro (line 110) | midimacro & operator = (const midimacro &) = default; method midimacro (line 111) | midimacro (midimacro &&) = default; method midimacro (line 112) | midimacro & operator = (midimacro &&) = default; method tokenization (line 120) | tokenization tokens () const method event_count (line 129) | int event_count () const method is_valid (line 134) | bool is_valid () const method name (line 143) | void name (const std::string & n) method bytes (line 148) | void bytes (const midibytes & b) method push_bytes (line 153) | void push_bytes (const midibytes & b) FILE: libseq66/include/ctrl/midimacros.hpp type seq66 (line 45) | namespace seq66 class midimacros (line 53) | class midimacros method midimacros (line 86) | midimacros (const midimacros &) = default; method midimacros (line 87) | midimacros & operator = (const midimacros &) = default; method midimacros (line 88) | midimacros (midimacros &&) = default; method midimacros (line 89) | midimacros & operator = (midimacros &&) = default; method clear (line 92) | void clear () method count (line 99) | int count () const method active (line 104) | bool active () const method active (line 109) | void active (bool flag) FILE: libseq66/include/ctrl/midioperation.hpp type seq66 (line 47) | namespace seq66 class midioperation (line 55) | class midioperation method midioperation (line 124) | midioperation (const midioperation &) = default; method midioperation (line 125) | midioperation & operator = (const midioperation &) = default; method midioperation (line 126) | midioperation (midioperation &&) = default; method midioperation (line 127) | midioperation & operator = (midioperation &&) = default; method is_usable (line 130) | bool is_usable () const method call (line 140) | bool call method cat_code (line 154) | automation::category cat_code () const method cat_name (line 159) | std::string cat_name () const method number (line 164) | automation::slot number () const method slot_name (line 169) | std::string slot_name () const FILE: libseq66/include/ctrl/opcontainer.hpp type seq66 (line 70) | namespace seq66 class opcontainer (line 78) | class opcontainer method opcontainer (line 112) | opcontainer (const opcontainer &) = default; method opcontainer (line 113) | opcontainer & operator = (const opcontainer &) = default; method opcontainer (line 114) | opcontainer (opcontainer &&) = default; method opcontainer (line 115) | opcontainer & operator = (opcontainer &&) = default; method clear (line 123) | void clear () FILE: libseq66/include/ctrl/opcontrol.hpp type seq66 (line 45) | namespace seq66 class opcontrol (line 54) | class opcontrol method opcontrol (line 109) | opcontrol (const opcontrol &) = default; method opcontrol (line 110) | opcontrol & operator = (const opcontrol &) = default; method opcontrol (line 111) | opcontrol (opcontrol &&) = default; method opcontrol (line 112) | opcontrol & operator = (opcontrol &&) = default; method is_usable (line 120) | bool is_usable () const method is_glearn_control (line 130) | bool is_glearn_control () const /* a special cas... method allowed (line 144) | static bool allowed (int d0, bool inverse) method is_automation (line 153) | static bool is_automation (automation::category cat) method is_sequence_control (line 162) | static bool is_sequence_control (automation::category cat) method category_code (line 173) | automation::category category_code () const method category_name (line 178) | std::string category_name () const method action_code (line 183) | automation::action action_code () const method action_name (line 188) | std::string action_name () const method slot_number (line 193) | automation::slot slot_number () const method automation_slot_name (line 198) | std::string automation_slot_name () const FILE: libseq66/include/midi/businfo.hpp type seq66 (line 48) | namespace seq66 class event (line 50) | class event class midibus (line 51) | class midibus class businfo (line 60) | class businfo method businfo (line 98) | businfo () = delete; method remove (line 107) | void remove () method midibus (line 113) | const midibus * bus () const method midibus (line 118) | midibus * bus () method active (line 123) | bool active () const method initialized (line 130) | bool initialized () const method e_clock (line 135) | e_clock init_clock () const method init_input (line 140) | bool init_input () const method activate (line 147) | void activate () method deactivate (line 152) | void deactivate () method init_clock (line 157) | void init_clock (e_clock clocktype) method init_input (line 164) | void init_input (bool flag) method start (line 184) | void start () method stop (line 189) | void stop () method continue_from (line 194) | void continue_from (midipulse tick) method init_clock (line 199) | void init_clock (midipulse tick) method clock (line 204) | void clock (midipulse tick) method sysex (line 209) | void sysex (const event * ev) class busarray (line 224) | class busarray method count (line 245) | int count () const method midibus (line 250) | midibus * bus (bussbyte b) method client_id (line 255) | int client_id (bussbyte b) method start (line 265) | void start () method stop (line 276) | void stop () method continue_from (line 290) | void continue_from (midipulse tick) method init_clock (line 304) | void init_clock (midipulse tick) method clock (line 318) | void clock (midipulse tick) method set_all_clocks (line 334) | void set_all_clocks () method set_all_inputs (line 356) | void set_all_inputs () FILE: libseq66/include/midi/calculations.hpp type seq66 (line 61) | namespace seq66 type snapper (line 69) | enum class snapper type waveform (line 81) | enum class waveform function cast (line 94) | inline int function waveform (line 100) | inline waveform type lengthfix (line 111) | enum class lengthfix function cast (line 119) | inline int function lengthfix (line 125) | inline lengthfix type alteration (line 137) | enum class alteration function cast (line 150) | inline int function alteration (line 156) | inline alteration type fixeffect (line 166) | enum class fixeffect function bit_test (line 183) | inline bool function fixeffect (line 194) | inline fixeffect function tempo_us_from_bpm (line 304) | inline double function midibpm (line 324) | inline midibpm function midibpm (line 340) | inline midibpm function pulse_length_us (line 373) | inline double function delta_time_us_to_ticks (line 412) | inline double function ticks_to_delta_time_us (line 441) | inline double function midi_clock_beats_per_qn (line 464) | inline int function clock_ticks_from_ppqn (line 482) | inline int function double_ticks_from_ppqn (line 499) | inline double function qn_per_beat (line 510) | inline double function default_pulses_per_measure (line 532) | inline int function pulses_per_measure (line 542) | inline int function pulses_per_quarter_beat (line 553) | inline int function pulses_per_beat (line 574) | inline int function midipulse (line 645) | inline midipulse function ticks_to_measures (line 676) | inline int function ticks_to_beats (line 682) | inline int function INTTYPE (line 689) | INTTYPE snapped (snapper snaptype, int S, INTTYPE p) function pitch_value_absolute (line 749) | inline int function pitch_value (line 771) | inline int function pitch_value_scaled (line 786) | inline int FILE: libseq66/include/midi/controllers.hpp type seq66 (line 39) | namespace seq66 type cc (line 81) | enum class cc FILE: libseq66/include/midi/drums.hpp type seq66 (line 38) | namespace seq66 class drums (line 46) | class drums method drums (line 78) | drums () = default; method drums (line 79) | drums (const drums &) = delete; method drums (line 80) | const drums & operator = (const drums &) = delete; method container (line 83) | const container & drum_map () const method clear (line 88) | void clear () method comments (line 102) | void comments (const std::string & c) method active (line 107) | bool active () const method activate (line 112) | void activate (bool flag = true) FILE: libseq66/include/midi/editable_event.hpp type seq66 (line 42) | namespace seq66 class editable_events (line 45) | class editable_events class editable_event (line 64) | class editable_event final : public event type subgroup (line 77) | enum class subgroup : midibyte method editable_event (line 297) | editable_event () = default; method editable_event (line 304) | editable_event (const editable_event & rhs) = default; method editable_event (line 305) | editable_event & operator = (const editable_event & rhs) = default; method midipulse (line 315) | midipulse link_time () const method link_time (line 320) | void link_time (midipulse lt) method subgroup (line 327) | subgroup category () const method midipulse (line 352) | midipulse timestamp () const method time_as_pulses (line 365) | std::string time_as_pulses () method status_string (line 392) | std::string status_string () const method meta_string (line 397) | std::string meta_string () const method seqspec_string (line 402) | std::string seqspec_string () const method channel_string (line 407) | std::string channel_string () const method data_string (line 412) | std::string data_string () const method editable_events (line 429) | const editable_events * parent () const FILE: libseq66/include/midi/editable_events.hpp type seq66 (line 43) | namespace seq66 class sequence (line 46) | class sequence class editable_events (line 64) | class editable_events method midi_timing (line 137) | const midi_timing & timing () const method Events (line 147) | Events & events () method Events (line 152) | const Events & events () const method iterator (line 157) | iterator begin () method const_iterator (line 162) | const_iterator begin () const method iterator (line 167) | iterator end () method const_iterator (line 172) | const_iterator end () const method editable_event (line 184) | static editable_event & dref (iterator ie) method editable_event (line 196) | static const editable_event & cdref (const_iterator ie) method count (line 207) | int count () const method empty (line 212) | bool empty () const method replace (line 227) | bool replace (iterator ie, const editable_event & e) method remove (line 240) | void remove (iterator ie) method clear (line 246) | void clear () method sort (line 255) | void sort () method iterator (line 268) | iterator current_event () const method is_valid_iterator (line 277) | bool is_valid_iterator (iterator & cit) const method sequence (line 287) | const sequence & track () const method sequence (line 292) | sequence & track () method current_event (line 304) | void current_event (iterator cei) FILE: libseq66/include/midi/event.hpp type seq66 (line 93) | namespace seq66 class event (line 266) | class event class key (line 303) | class key method key (line 313) | key () = default; method key (line 318) | key (const key & ek) = default; method key (line 319) | key & operator = (const key & ek) = default; method set_input_bus (line 460) | void set_input_bus (bussbyte b) method bussbyte (line 466) | bussbyte input_bus () const method set_timestamp (line 471) | void set_timestamp (midipulse time) method midipulse (line 476) | midipulse timestamp () const method midibyte (line 481) | midibyte channel () const method match_channel (line 505) | bool match_channel (int channel) const method midibyte (line 510) | static midibyte mask_channel (midibyte m) method midibyte (line 515) | static midibyte mask_status (midibyte m) method is_status (line 528) | static bool is_status (midibyte m) method midibyte (line 538) | static midibyte normalized_status (midibyte status) method is_data (line 553) | static bool is_data (midibyte m) method is_system_msg (line 567) | static bool is_system_msg (midibyte m) method is_meta_msg (line 572) | static bool is_meta_msg (midibyte m) method is_ex_data_msg (line 577) | static bool is_ex_data_msg (midibyte m) method is_pitchbend_msg (line 582) | static bool is_pitchbend_msg (midibyte m) method is_controller_msg (line 587) | static bool is_controller_msg (midibyte m) method is_note_msg (line 606) | static bool is_note_msg (midibyte m) method is_strict_note_msg (line 622) | static bool is_strict_note_msg (midibyte m) method is_note_on_msg (line 627) | static bool is_note_on_msg (midibyte m) method is_playable_msg (line 638) | static bool is_playable_msg (midibyte m) method is_channel_msg (line 664) | static bool is_channel_msg (midibyte m) method is_one_byte_msg (line 683) | static bool is_one_byte_msg (midibyte m) method is_two_byte_msg (line 702) | static bool is_two_byte_msg (midibyte m) method is_note_off_velocity (line 723) | static bool is_note_off_velocity (midibyte status, midibyte vel) method is_program_change_msg (line 728) | static bool is_program_change_msg (midibyte m) method is_meta_status (line 738) | static bool is_meta_status (midibyte m) method is_meta_text_msg (line 748) | static bool is_meta_text_msg (midibyte m) method is_tempo_status (line 753) | static bool is_tempo_status (midibyte m) method is_time_signature_status (line 758) | static bool is_time_signature_status (midibyte m) method is_sysex_msg (line 767) | static bool is_sysex_msg (midibyte m) method is_desired_cc_or_not_cc (line 794) | static inline bool is_desired_cc_or_not_cc method is_system_common_msg (line 808) | static bool is_system_common_msg (midibyte m) method is_realtime_msg (line 819) | static bool is_realtime_msg (midibyte m) method is_sense_or_reset (line 828) | static bool is_sense_or_reset (midibyte m) method mod_timestamp (line 844) | void mod_timestamp (midipulse modtick) method midibyte (line 873) | midibyte get_status () const method midibyte (line 878) | midibyte normalized_status () const method midibyte (line 883) | midibyte get_status (midibyte channel) const method midibyte (line 888) | midibyte get_meta_status () const method valid_status (line 893) | bool valid_status () const method match_status (line 910) | bool match_status (midibyte status) const method set_data (line 926) | void set_data (midibyte d0, midibyte d1 = 0) method clear_data (line 942) | void clear_data () method clear_link (line 947) | void clear_link () method get_data (line 960) | void get_data (midibyte & d0) const method get_data (line 976) | void get_data (midibyte & d0, midibyte & d1) const method midibyte (line 986) | midibyte d0 () const method d0 (line 991) | void d0 (midibyte b) method midibyte (line 996) | midibyte d1 () const method d1 (line 1001) | void d1 (midibyte b) method increment_d0 (line 1011) | void increment_d0 () method decrement_d0 (line 1021) | void decrement_d0 () method increment_d1 (line 1031) | void increment_d1 () method decrement_d1 (line 1041) | void decrement_d1 () method reset_sysex (line 1061) | void reset_sysex () method sysex (line 1066) | sysex & get_sysex () method sysex (line 1071) | const sysex & get_sysex () const method midibyte (line 1076) | midibyte get_sysex (size_t i) const method sysex_size (line 1081) | int sysex_size () const method on_linkable (line 1090) | bool on_linkable () const method off_linkable (line 1095) | bool off_linkable () const method off_linkable (line 1112) | bool off_linkable (buffer::iterator & eoff) const method link (line 1126) | void link (iterator ev) method iterator (line 1132) | iterator link () const method is_linked (line 1137) | bool is_linked () const method is_note_on_linked (line 1142) | bool is_note_on_linked () const method is_note_off_linked (line 1147) | bool is_note_off_linked () const method is_note_unlinked (line 1152) | bool is_note_unlinked () const method unlink (line 1157) | void unlink () method paint (line 1162) | void paint () method unpaint (line 1167) | void unpaint () method is_painted (line 1172) | bool is_painted () const method mark (line 1177) | void mark () method unmark (line 1182) | void unmark () method is_marked (line 1187) | bool is_marked () const method select (line 1192) | void select () method unselect (line 1197) | void unselect () method is_selected (line 1202) | bool is_selected () const method make_clock (line 1211) | void make_clock () method midibyte (line 1216) | midibyte data (int index) const /* index not checked, for speed */ method midibyte (line 1226) | midibyte get_note () const method set_note (line 1239) | void set_note (midibyte note) method note_velocity (line 1254) | void note_velocity (int vel) method midibyte (line 1259) | midibyte note_velocity () const method is_note_on (line 1264) | bool is_note_on () const method is_note_off (line 1277) | bool is_note_off () const method is_note (line 1291) | bool is_note () const method is_strict_note (line 1296) | bool is_strict_note () const method is_selected_note (line 1301) | bool is_selected_note () const method is_selected_note_on (line 1306) | bool is_selected_note_on () const method is_controller (line 1311) | bool is_controller () const method is_pitchbend (line 1316) | bool is_pitchbend () const method is_playable (line 1321) | bool is_playable () const method is_selected_status (line 1326) | bool is_selected_status (midibyte status) const method is_note_off_recorded (line 1344) | bool is_note_off_recorded () const method is_midi_start (line 1349) | bool is_midi_start () const method is_midi_continue (line 1354) | bool is_midi_continue () const method is_midi_stop (line 1359) | bool is_midi_stop () const method is_midi_clock (line 1364) | bool is_midi_clock () const method is_midi_song_pos (line 1369) | bool is_midi_song_pos () const method has_channel (line 1374) | bool has_channel () const method is_one_byte (line 1385) | bool is_one_byte () const method is_two_bytes (line 1396) | bool is_two_bytes () const method is_program_change (line 1401) | bool is_program_change () const method is_continuous_event (line 1412) | bool is_continuous_event () const method is_sysex (line 1423) | bool is_sysex () const method below_sysex (line 1428) | bool below_sysex () const method is_sense_reset (line 1438) | bool is_sense_reset () method is_meta (line 1449) | bool is_meta () const method is_meta_text (line 1458) | bool is_meta_text () const method is_ex_data (line 1468) | bool is_ex_data () const method is_system (line 1473) | bool is_system () const method is_tempo (line 1482) | bool is_tempo () const method is_time_signature (line 1496) | bool is_time_signature () const method is_key_signature (line 1506) | bool is_key_signature () const FILE: libseq66/include/midi/eventlist.hpp type seq66 (line 86) | namespace seq66 class eventlist (line 93) | class eventlist type edit (line 108) | enum class edit type select (line 134) | enum class select method begin (line 244) | event::iterator begin () method cbegin (line 249) | event::const_iterator cbegin () const method end (line 254) | event::iterator end () method cend (line 259) | event::const_iterator cend () const method count (line 270) | int count () const method empty (line 282) | bool empty () const method midipulse (line 287) | midipulse get_length () const method midipulse (line 292) | midipulse note_off_margin () const method is_modified (line 297) | bool is_modified () const method has_tempo (line 302) | bool has_tempo () const method has_time_signature (line 307) | bool has_time_signature () const method unmodify (line 318) | void unmodify () method remove (line 336) | event::iterator remove (event::iterator ie) method event (line 354) | static event & dref (event::iterator ie) method event (line 366) | static const event & cdref (event::const_iterator ie) method set_length (line 501) | void set_length (midipulse len) method zero_len_correction (line 507) | void zero_len_correction (midipulse zlc) FILE: libseq66/include/midi/jack_assistant.hpp type seq66 (line 74) | namespace seq66 class performer (line 76) | class performer class jack_scratchpad (line 86) | class jack_scratchpad class jack_assistant (line 141) | class jack_assistant method performer (line 360) | performer & parent () /* getter needed for external callbacks.... method performer (line 365) | const performer & parent () const method is_running (line 370) | bool is_running () const method is_master (line 375) | bool is_master () const method is_slave (line 380) | bool is_slave () const method no_transport (line 385) | bool no_transport () const method get_ppqn (line 390) | int get_ppqn () const method beat_width (line 395) | int beat_width () const method set_beat_width (line 400) | void set_beat_width (int bw) method beats_per_measure (line 405) | int beats_per_measure () const method set_beats_per_measure (line 410) | void set_beats_per_measure (int bpm) method midibpm (line 415) | midibpm get_beats_per_minute () const method jack_transport_state_t (line 422) | jack_transport_state_t transport_state () const method transport_not_starting (line 431) | bool transport_not_starting () const method transport_rolling_now (line 436) | bool transport_rolling_now () const method transport_stopped_now (line 445) | bool transport_stopped_now () const method set_ppqn (line 476) | void set_ppqn (int ppqn) method get_jack_tick (line 481) | double get_jack_tick () const method jack_position_t (line 486) | const jack_position_t & jack_pos () const method jack_position_t (line 491) | jack_position_t & jack_pos () method toggle_jack_mode (line 496) | void toggle_jack_mode () method set_jack_mode (line 501) | void set_jack_mode (bool mode) method get_jack_mode (line 511) | bool get_jack_mode () const method midipulse (line 516) | midipulse jack_stop_tick () const method jack_stop_tick (line 521) | void jack_stop_tick (long tick) method jack_nframes_t (line 526) | jack_nframes_t jack_frame_rate () const method get_follow_transport (line 531) | bool get_follow_transport () const method set_follow_transport (line 536) | void set_follow_transport (bool aset) method toggle_follow_transport (line 541) | void toggle_follow_transport () method jack_client_t (line 546) | jack_client_t * client () const method set_jack_running (line 570) | void set_jack_running (bool flag) method tick_multiplier (line 588) | double tick_multiplier () const FILE: libseq66/include/midi/mastermidibase.hpp type seq66 (line 46) | namespace seq66 class event (line 48) | class event class midibus (line 49) | class midibus class sequence (line 50) | class sequence class mastermidibase (line 56) | class mastermidibase method mastermidibase (line 178) | mastermidibase () = delete; method init (line 194) | virtual void init (int ppqn, midibpm bpm) method client_id (line 201) | int client_id () const method get_num_out_buses (line 206) | int get_num_out_buses () const method get_num_in_buses (line 211) | int get_num_in_buses () const method record_by_buss (line 216) | bool record_by_buss () const method record_by_buss (line 221) | void record_by_buss (bool flag) method record_by_channel (line 226) | bool record_by_channel () const method record_by_channel (line 231) | void record_by_channel (bool flag) method midibpm (line 236) | midibpm get_beats_per_minute () const method get_ppqn (line 241) | int get_ppqn () const method is_dumping_input (line 246) | bool is_dumping_input () const method sequence (line 256) | sequence * get_sequence () const method set_midi_alias (line 277) | void set_midi_alias method get_midi_alias (line 288) | std::string get_midi_alias (bussbyte bus, midibase::io iotype) const method get_midi_event (line 307) | bool get_midi_event (event * in) method set_client_id (line 325) | void set_client_id (int id) method set_port_statuses (line 335) | void set_port_statuses (const clockslist & outs, const inputslist & ... method e_clock (line 345) | e_clock clock (bussbyte bus) method input (line 350) | bool input (bussbyte bus) method api_start (line 362) | virtual void api_start () method api_continue_from (line 372) | virtual void api_continue_from (midipulse /* tick */) method api_init_clock (line 382) | virtual void api_init_clock (midipulse /* tick */) method api_stop (line 391) | virtual void api_stop () method api_set_ppqn (line 400) | virtual void api_set_ppqn (int /* ppqn */) method api_set_beats_per_minute (line 410) | virtual void api_set_beats_per_minute (midibpm /* bpm */) method api_flush (line 419) | virtual void api_flush () method api_clock (line 428) | virtual void api_clock () method api_client_port_start (line 433) | virtual void api_client_port_start (int /* client */, int /* port */) FILE: libseq66/include/midi/midi_splitter.hpp type seq66 (line 40) | namespace seq66 class performer (line 42) | class performer class sequence (line 43) | class sequence class midi_splitter (line 49) | class midi_splitter method midi_splitter (line 89) | midi_splitter (const midi_splitter &) = delete; method midi_splitter (line 90) | midi_splitter & operator = (const midi_splitter &) = delete; method count (line 102) | int count () const FILE: libseq66/include/midi/midi_vector.hpp type seq66 (line 45) | namespace seq66 class midi_vector (line 52) | class midi_vector : public midi_vector_base method size (line 89) | virtual unsigned size () const method done (line 103) | virtual bool done () const method put (line 116) | virtual void put (midibyte b) method midibyte (line 130) | virtual midibyte get () const method clear (line 141) | virtual void clear () FILE: libseq66/include/midi/midi_vector_base.hpp type seq66 (line 42) | namespace seq66 class event (line 44) | class event class performer (line 45) | class performer class sequence (line 46) | class sequence class trigger (line 47) | class trigger class midi_vector_base (line 93) | class midi_vector_base method done (line 140) | virtual bool done () const method sequence (line 177) | sequence & seq () method position_reset (line 188) | unsigned position_reset () const method position (line 199) | unsigned position () const method position_increment (line 209) | void position_increment () const method add_byte (line 216) | void add_byte (midibyte b) FILE: libseq66/include/midi/midibase.hpp type seq66 (line 45) | namespace seq66 class event (line 47) | class event class midibase (line 53) | class midibase type io (line 74) | enum class io type port (line 89) | enum class port method bus_index (line 294) | int bus_index () const method client_id (line 299) | int client_id () const method bus_id (line 304) | int bus_id () const method port_id (line 309) | int port_id () const method ppqn (line 314) | int ppqn () const method midibpm (line 319) | midibpm bpm () const method match (line 328) | bool match (int bus, int port) method port (line 333) | port port_type () const method is_virtual_port (line 338) | bool is_virtual_port () const method is_virtual_port (line 351) | void is_virtual_port (bool flag) method io (line 357) | io io_type () const method is_input_port (line 362) | bool is_input_port () const method is_output_port (line 367) | bool is_output_port () const method is_input_port (line 372) | void is_input_port (bool flag) method is_system_port (line 377) | bool is_system_port () const method e_clock (line 385) | e_clock get_clock () const method port_enabled (line 390) | bool port_enabled () const /* replaces get_input() */ method port_unavailable (line 395) | bool port_unavailable () const method clock_enabled (line 400) | bool clock_enabled () const method set_io_status (line 405) | void set_io_status (bool flag) method set_port_unavailable (line 410) | void set_port_unavailable () method queue_number (line 415) | int queue_number () const method set_bus_id (line 427) | void set_bus_id (int id) method set_client_id (line 432) | void set_client_id (int id) method set_clock_mod (line 457) | static void set_clock_mod (int clockmod) method get_clock_mod (line 467) | static int get_clock_mod () method get_midi_event (line 483) | bool get_midi_event (event * inev) method poll_for_midi (line 498) | int poll_for_midi () method init_out (line 517) | bool init_out () method init_in (line 522) | bool init_in () method init_out_sub (line 527) | bool init_out_sub () method init_in_sub (line 532) | bool init_in_sub () method deinit_in (line 537) | bool deinit_in () method deinit_out (line 542) | bool deinit_out () method display_name (line 549) | void display_name (const std::string & name) method bus_name (line 554) | void bus_name (const std::string & name) method port_name (line 559) | void port_name (const std::string & name) method set_port_id (line 569) | void set_port_id (int id) method is_port_locked (line 574) | virtual bool is_port_locked () const method api_poll_for_midi (line 584) | virtual int api_poll_for_midi () method api_get_midi_event (line 593) | virtual bool api_get_midi_event (event * inev) method api_init_in_sub (line 602) | virtual bool api_init_in_sub () method api_init_out_sub (line 611) | virtual bool api_init_out_sub () method api_deinit_out (line 620) | virtual bool api_deinit_out () method api_deinit_in (line 625) | virtual bool api_deinit_in () method api_sysex (line 638) | virtual void api_sysex (const event * /* e24 */) method api_flush (line 647) | virtual void api_flush () FILE: libseq66/include/midi/midibus_common.hpp type seq66 (line 37) | namespace seq66 type e_clock (line 104) | enum class e_clock function e_clock (line 119) | inline e_clock function clock_to_int (line 126) | inline int function clocking_enabled (line 132) | inline bool function port_unavailable (line 138) | inline bool function port_disabled (line 144) | inline bool FILE: libseq66/include/midi/midibytes.hpp type seq66 (line 71) | namespace seq66 class midi_measures (line 262) | class midi_measures method clear (line 295) | void clear () method measures (line 300) | int measures () const method measures (line 313) | void measures (int m) method beats (line 318) | int beats () const method beats (line 331) | void beats (int b) method divisions (line 336) | int divisions () const method divisions (line 349) | void divisions (int d) class midi_timing (line 369) | class midi_timing method midibpm (line 410) | midibpm beats_per_minute () const method beats_per_minute (line 423) | void beats_per_minute (midibpm b) method beats_per_measure (line 428) | int beats_per_measure () const method beats_per_measure (line 441) | void beats_per_measure (int b) method beat_width (line 446) | int beat_width () const method beat_width (line 459) | void beat_width (int bw) method ppqn (line 464) | int ppqn () const method ppqn (line 477) | void ppqn (int p) function is_null_midipulse (line 489) | inline bool function is_null_buss (line 501) | inline bool function bussbyte (line 507) | inline bussbyte function is_good_buss (line 513) | inline bool function is_valid_buss (line 519) | inline bool function is_good_busscount (line 525) | inline bool function is_good_data_byte (line 531) | inline bool function midibyte (line 537) | inline midibyte function midibyte (line 543) | inline midibyte function midibyte (line 549) | inline midibyte function midibyte (line 560) | inline midibyte function midibyte (line 572) | inline const midibyte * function is_null_channel (line 595) | inline bool function midibyte (line 601) | inline midibyte function is_good_channel (line 607) | inline bool function is_valid_channel (line 613) | inline bool function bad_id (line 619) | inline int function byte_height (line 643) | inline int function byte_value (line 657) | inline int function null_system_port_id (line 671) | inline uint32_t function is_null_system_port_id (line 677) | inline bool FILE: libseq66/include/midi/midifile.hpp type seq66 (line 55) | namespace seq66 class event (line 57) | class event class midi_splitter (line 58) | class midi_splitter class midi_vector (line 59) | class midi_vector class performer (line 60) | class performer class midifile (line 68) | class midifile type save_option (line 79) | enum class save_option method error_is_fatal (line 256) | bool error_is_fatal () const method ppqn (line 270) | int ppqn () const method file_ppqn (line 275) | int file_ppqn () const method ppqn_ratio (line 280) | double ppqn_ratio () const method scaled (line 285) | bool scaled () const method pos (line 294) | size_t pos () method verify_mode (line 307) | bool verify_mode () const method clear_errors (line 312) | void clear_errors () method ppqn (line 318) | void ppqn (int p) method file_ppqn (line 323) | void file_ppqn (int p) method ppqn_ratio (line 328) | void ppqn_ratio (double r) method scaled (line 333) | void scaled (bool flag) method at_end (line 345) | bool at_end () const method midibyte (line 400) | midibyte peek (size_t ahead = 0) const method skip (line 405) | void skip (size_t sz) /* compare to read_gap()... method back_up (line 410) | void back_up (size_t sz) method write_byte (line 431) | void write_byte (midibyte c) method seq_number_size (line 466) | long seq_number_size () const method track_end_size (line 476) | long track_end_size () const FILE: libseq66/include/midi/patches.hpp type seq66 (line 38) | namespace seq66 class patches (line 46) | class patches method patches (line 78) | patches () = default; method patches (line 79) | patches (const patches &) = delete; method patches (line 80) | const patches & operator = (const patches &) = delete; method container (line 83) | const container & patch_map () const method clear (line 88) | void clear () method comments (line 102) | void comments (const std::string & c) method active (line 107) | bool active () const method activate (line 112) | void activate (bool flag = true) FILE: libseq66/include/midi/wrkfile.hpp type seq66 (line 42) | namespace seq66 class performer (line 44) | class performer class sequence (line 45) | class sequence class wrkfile (line 53) | class wrkfile : public midifile type RecTempo (line 58) | struct RecTempo class wrkfile_private (line 71) | class wrkfile_private method ibyte (line 210) | int ibyte (midibyte b) const method performer (line 215) | performer * perfp () FILE: libseq66/include/os/daemonize.hpp type d_flags_t (line 46) | enum d_flags_t type d_flags_t (line 63) | enum d_flags_t type daemonization (line 79) | enum class daemonization type seq66 (line 88) | namespace seq66 FILE: libseq66/include/os/shellexecute.hpp type seq66 (line 33) | namespace seq66 FILE: libseq66/include/os/timing.hpp type seq66 (line 40) | namespace seq66 FILE: libseq66/include/play/clockslist.hpp type seq66 (line 42) | namespace seq66 class clockslist (line 50) | class clockslist final : public portslist method clockslist (line 56) | clockslist (bool isportmap = false) : portslist (isportmap) FILE: libseq66/include/play/inputslist.hpp type seq66 (line 39) | namespace seq66 class inputslist (line 47) | class inputslist final : public portslist method inputslist (line 53) | inputslist (bool isportmap = false) : portslist (isportmap) FILE: libseq66/include/play/metro.hpp type seq66 (line 46) | namespace seq66 class metrosettings (line 54) | class metrosettings method sanity_check (line 155) | bool sanity_check () const method bussbyte (line 160) | bussbyte buss () const method midibyte (line 165) | midibyte channel () const method bussbyte (line 170) | bussbyte recording_buss () const method bussbyte (line 175) | bussbyte thru_buss () const method midibyte (line 180) | midibyte thru_channel () const method beats_per_bar (line 185) | int beats_per_bar () const method beat_width (line 190) | int beat_width () const method midibyte (line 195) | midibyte main_patch () const method midibyte (line 200) | midibyte sub_patch () const method midibyte (line 205) | midibyte main_note () const method midibyte (line 210) | midibyte main_note_velocity () const method main_note_fraction (line 215) | float main_note_fraction () const method midipulse (line 220) | midipulse main_note_length () const method midibyte (line 225) | midibyte sub_note () const method midibyte (line 230) | midibyte sub_note_velocity () const method sub_note_fraction (line 235) | float sub_note_fraction () const method midipulse (line 240) | midipulse sub_note_length () const method count_in_active (line 245) | bool count_in_active () const method count_in_measures (line 250) | int count_in_measures () const method count_in_recording (line 255) | bool count_in_recording () const method recording_measures (line 260) | int recording_measures () const method expand_recording (line 265) | bool expand_recording () const method buss (line 272) | void buss (int b) method channel (line 278) | void channel (int ch) method recording_buss (line 284) | void recording_buss (int b) method thru_buss (line 290) | void thru_buss (int b) method thru_channel (line 296) | void thru_channel (int ch) method beats_per_bar (line 302) | void beats_per_bar (int bpb) method beat_width (line 312) | void beat_width (int bw) method main_patch (line 317) | void main_patch (int patch) method sub_patch (line 323) | void sub_patch (int patch) method main_note (line 329) | void main_note (int note) method main_note_velocity (line 335) | void main_note_velocity (int vel) method main_note_fraction (line 341) | void main_note_fraction (float fraction) method sub_note (line 347) | void sub_note (int note) method sub_note_velocity (line 353) | void sub_note_velocity (int vel) method sub_note_fraction (line 359) | void sub_note_fraction (float fraction) method count_in_active (line 365) | void count_in_active (bool flag) method count_in_measures (line 370) | void count_in_measures (int count) method count_in_recording (line 375) | void count_in_recording (bool flag) method recording_measures (line 380) | void recording_measures (int m) class metro (line 392) | class metro : public sequence method uninitialize (line 411) | virtual bool uninitialize () method metrosettings (line 416) | metrosettings & settings () class recorder (line 431) | class recorder final : public metro FILE: libseq66/include/play/mutegroup.hpp type seq66 (line 48) | namespace seq66 class mutegroup (line 59) | class mutegroup method mutegroup (line 180) | mutegroup (const mutegroup &) = default; method mutegroup (line 181) | mutegroup & operator = (const mutegroup &) = default; method mutegroup (line 182) | mutegroup (mutegroup &&) = default; method mutegroup (line 183) | mutegroup & operator = (mutegroup &&) = default; method none (line 191) | static bool none (number group) method number (line 200) | static number unassigned () method invalidate (line 205) | void invalidate () method valid (line 210) | bool valid () const method group_state (line 215) | bool group_state () const method group_state (line 220) | void group_state (bool f) method count (line 225) | int count () const method muted (line 234) | bool muted (int index) const method midibooleans (line 241) | const midibooleans & zeroes () const method midibooleans (line 247) | const midibooleans & get () const method name (line 257) | void name (const std::string & n) method number (line 262) | number group () const method rows (line 267) | int rows () const method columns (line 272) | int columns () const method swap_coordinates (line 277) | bool swap_coordinates () const FILE: libseq66/include/play/mutegroups.hpp type seq66 (line 59) | namespace seq66 class mutegroups (line 66) | class mutegroups final : public basesettings type action (line 75) | enum class action type saving (line 106) | enum class saving type loading (line 120) | enum class loading method mutegroups (line 334) | mutegroups (const mutegroups &) = default; method mutegroups (line 335) | mutegroups & operator = (const mutegroups &) = default; method mutegroups (line 336) | mutegroups (mutegroups &&) = default; method mutegroups (line 337) | mutegroups & operator = (mutegroups &&) = default; method Rows (line 340) | static int Rows () method Columns (line 345) | static int Columns () method Size (line 350) | static int Size () method Swap (line 355) | static bool Swap () method null_mute_group (line 360) | static int null_mute_group () method name (line 374) | void name (const std::string & nm) method rows (line 380) | int rows () const method rows (line 385) | void rows (int r) method group_format_hex (line 390) | bool group_format_hex () const method columns (line 395) | int columns () const method columns (line 400) | void columns (int c) method count (line 405) | int count () const method empty (line 410) | bool empty () const method group_count (line 415) | int group_count () const method loaded_from_mutes (line 425) | bool loaded_from_mutes () const method group_format_hex (line 430) | void group_format_hex (bool flag) method loaded_from_mutes (line 435) | void loaded_from_mutes (bool flag) method saving (line 440) | saving group_save () const method group_save_to_mutes (line 450) | bool group_save_to_mutes () const method group_save_to_midi (line 458) | bool group_save_to_midi () const method saveable_to_midi (line 466) | bool saveable_to_midi () const method loading (line 471) | loading group_load () const method group_load_from_mutes (line 482) | bool group_load_from_mutes () const method group_load_from_midi (line 490) | bool group_load_from_midi () const method armed_count (line 520) | int armed_count (mutegroup::number gmute) const method group_name (line 532) | void group_name (mutegroup::number gmute, const std::string & n) method container (line 537) | container & list () method container (line 542) | const container & list () const method group_event (line 547) | bool group_event () const method group_error (line 552) | bool group_error () const method group_mode (line 559) | bool group_mode () const method is_group_learn (line 564) | bool is_group_learn () const method group_selected (line 569) | mutegroup::number group_selected () const method group_valid (line 574) | bool group_valid () const method group_valid (line 579) | bool group_valid (int g) const method group_present (line 584) | bool group_present () const method set_group_present (line 589) | void set_group_present () method clamp_group (line 605) | mutegroup::number clamp_group (mutegroup::number group) const method check_group (line 615) | bool check_group (mutegroup::number group) const method toggle_active_only (line 620) | bool toggle_active_only () const method legacy_mutes (line 625) | bool legacy_mutes () const method strip_empty (line 630) | bool strip_empty () const method group_event (line 640) | void group_event (bool flag) method group_error (line 645) | void group_error (bool flag) method legacy_mutes (line 650) | void legacy_mutes (bool flag) method toggle_active_only (line 655) | void toggle_active_only (bool flag) method toggle_group_mode (line 660) | void toggle_group_mode () method strip_empty (line 665) | void strip_empty (bool flag) method group_selected (line 670) | void group_selected (mutegroup::number mg) method group_mode (line 676) | void group_mode (bool flag) FILE: libseq66/include/play/notemapper.hpp type seq66 (line 66) | namespace seq66 class notemapper (line 81) | class notemapper final : public basesettings class pair (line 110) | class pair method pair (line 165) | pair () = delete; method pair (line 173) | pair (const pair &) = default; method pair (line 174) | pair & operator = (const pair &) = default; method dev_value (line 177) | int dev_value () const method gm_value (line 182) | int gm_value () const method increment_count (line 197) | void increment_count () method count (line 202) | int count () const type direction (line 220) | enum class direction method notemapper (line 340) | notemapper (const notemapper &) = default; method notemapper (line 341) | notemapper & operator = (const notemapper &) = default; method midibyte (line 346) | midibyte fast_convert (midibyte incoming) const method direction (line 354) | direction get_direction () const method mode (line 359) | bool mode () const method mode (line 364) | void mode (bool m) method active (line 379) | static bool active (int value) method active (line 397) | static bool active (int v1, int v2) method note_minimum (line 418) | int note_minimum () const method note_maximum (line 423) | int note_maximum () const method gm_channel (line 428) | int gm_channel () const method device_channel (line 433) | int device_channel () const method valid (line 438) | bool valid () const method map (line 443) | const map & list () const method map_reversed (line 448) | bool map_reversed () const method map_type (line 455) | void map_type (const std::string & mp) method map_reversed (line 460) | void map_reversed (bool flag) method gm_channel (line 465) | void gm_channel (int ch) FILE: libseq66/include/play/performer.hpp type seq66 (line 65) | namespace seq66 class keystroke (line 82) | class keystroke class notemapper (line 83) | class notemapper class rcsettings (line 84) | class rcsettings class usrsettings (line 85) | class usrsettings class performer (line 91) | class performer type ff_rw (line 132) | enum class ff_rw type change (line 148) | enum class change class synch (line 165) | class synch : public synchronizer method synch (line 174) | synch (performer & p) : synchronizer (), m_perf (p) method synch (line 179) | synch () = delete; method synch (line 180) | synch (const synch &) = delete; method synch (line 181) | synch & operator =(const synch &) = delete; method predicate (line 183) | virtual bool predicate () const override class callbacks (line 202) | class callbacks type index (line 227) | enum class index method callbacks (line 243) | callbacks (performer & p) : m_performer(p) method true_change (line 248) | static bool true_change (performer::change mod) method on_group_learn (line 262) | virtual bool on_group_learn (bool /* learning */) method on_group_learn_complete (line 267) | virtual bool on_group_learn_complete method on_mutes_change (line 275) | virtual bool on_mutes_change (mutegroup::number, performer::change) method on_set_change (line 280) | virtual bool on_set_change (screenset::number, performer::change) method on_sequence_change (line 285) | virtual bool on_sequence_change (seq::number, performer::change) method on_automation_change (line 290) | virtual bool on_automation_change (automation::slot) method on_ui_change (line 295) | virtual bool on_ui_change (seq::number) method on_trigger_change (line 300) | virtual bool on_trigger_change (seq::number, performer::change) method on_resolution_change (line 305) | virtual bool on_resolution_change method on_song_action (line 313) | virtual bool on_song_action (bool, playlist::action) method on_signal_action (line 319) | virtual bool on_signal_action (bool, playlist::action) method performer (line 325) | performer & cb_perf () method performer (line 330) | const performer & cb_perf () const method performer (line 1123) | performer () = delete; method performer (line 1126) | performer (const performer &) = delete; method performer (line 1127) | performer & operator = (const performer &) = delete; method smf_format (line 1163) | int smf_format () const method smf_format (line 1168) | void smf_format (int value) method error_pending (line 1173) | bool error_pending () const method error_messages (line 1178) | std::string error_messages () const method modify (line 1196) | void modify () method modification (line 1206) | bool modification (change ctype) method set_to_string (line 1221) | std::string set_to_string (screenset::number setno) const method sets_to_string (line 1226) | std::string sets_to_string () const method show_patterns (line 1231) | void show_patterns () const method playset (line 1243) | const playset & play_set () const method playset (line 1248) | playset & play_set () method playlist_count (line 1262) | int playlist_count () const method song_count (line 1267) | int song_count () const method playlist_reset (line 1272) | bool playlist_reset (int listindex = 0) method remove_playlist (line 1290) | bool remove_playlist () method playlist_show (line 1295) | void playlist_show () method playlist_test (line 1301) | void playlist_test () method playlist_filename (line 1307) | std::string playlist_filename () const method playlist_midi_base (line 1315) | std::string playlist_midi_base () const method playlist_midi_number (line 1321) | int playlist_midi_number () const method playlist_name (line 1327) | std::string playlist_name () const method playlist_active (line 1333) | bool playlist_active () const method playlist_auto_arm (line 1338) | bool playlist_auto_arm () const method playlist_auto_play (line 1343) | bool playlist_auto_play () const method playlist_auto_advance (line 1348) | bool playlist_auto_advance () const method playlist_auto_advance (line 1353) | void playlist_auto_advance (bool on) method playlist_loaded (line 1359) | bool playlist_loaded () const method playlist_loaded (line 1364) | void playlist_loaded (bool on) method file_directory (line 1377) | std::string file_directory () const method song_directory (line 1383) | std::string song_directory () const method is_own_song_directory (line 1389) | bool is_own_song_directory () const method song_filename (line 1395) | std::string song_filename () const method song_filepath (line 1401) | std::string song_filepath () const method song_midi_number (line 1407) | int song_midi_number () const method playlist_song (line 1412) | std::string playlist_song () const method open_select_list_by_index (line 1420) | bool open_select_list_by_index (int index, bool opensong = true) method open_select_list_by_midi (line 1426) | bool open_select_list_by_midi (int ctrl, bool opensong = true) method add_list (line 1432) | bool add_list method modify_list (line 1442) | bool modify_list method remove_list (line 1452) | bool remove_list (int index) method add_song (line 1457) | bool add_song method add_song (line 1467) | bool add_song (const std::string & fullpath) method modify_song (line 1472) | bool modify_song method remove_song_by_index (line 1482) | bool remove_song_by_index (int index) method next_available_song_number (line 1497) | int next_available_song_number () const method next_available_list_number (line 1502) | int next_available_list_number () const method setmapper (line 1518) | setmapper & set_mapper () method setmapper (line 1523) | const setmapper & set_mapper () const method setmaster (line 1528) | setmaster & set_master () method setmaster (line 1533) | const setmaster & set_master () const method screenset_count (line 1542) | int screenset_count () const method screenset_active_count (line 1547) | int screenset_active_count () const method highest_set (line 1552) | int highest_set () const method screenset_max (line 1557) | int screenset_max () const method screenset_index (line 1562) | int screenset_index (screenset::number setno) const method screenset_size (line 1567) | int screenset_size () const method sequences_in_sets (line 1572) | int sequences_in_sets () const method ppqn (line 1577) | int ppqn () const method ppqn (line 1582) | void ppqn (int p) method midibpm (line 1592) | midibpm bpm () const method rows (line 1597) | int rows () const method columns (line 1602) | int columns () const method mute_rows (line 1607) | int mute_rows () const method mute_columns (line 1612) | int mute_columns () const method mute_count (line 1617) | int mute_count () const method master_grid_to_set (line 1622) | screenset::number master_grid_to_set (int row, int column) const method master_index_to_grid (line 1627) | bool master_index_to_grid method master_inside_set (line 1635) | bool master_inside_set (int row, int column) const method grid_to_seq (line 1640) | seq::number grid_to_seq (int row, int column) const method grid_to_seq (line 1645) | seq::number grid_to_seq method seq_to_grid (line 1654) | bool seq_to_grid method index_to_grid (line 1664) | bool index_to_grid (seq::number seqno, int & row, int & column) const method grid_to_index (line 1669) | int grid_to_index (int row, int column) const method sequence_count (line 1681) | int sequence_count () const method sequence_high (line 1686) | seq::number sequence_high () const method sequence_max (line 1691) | seq::number sequence_max () const method get_beats_per_bar (line 1696) | int get_beats_per_bar () const method set_beats_per_bar (line 1706) | void set_beats_per_bar (int bpb) method get_beat_width (line 1721) | int get_beat_width () const method set_beat_length (line 1731) | void set_beat_length (int bl) method clocks_per_metronome (line 1746) | void clocks_per_metronome (int cpm) method clocks_per_metronome (line 1751) | int clocks_per_metronome () const method set_32nds_per_quarter (line 1756) | void set_32nds_per_quarter (int tpq) method get_32nds_per_quarter (line 1761) | int get_32nds_per_quarter () const method us_per_quarter_note (line 1766) | void us_per_quarter_note (long upqn) method us_per_quarter_note (line 1771) | long us_per_quarter_note () const method mastermidibus (line 1776) | mastermidibus * master_bus () method mastermidibus (line 1781) | const mastermidibus * master_bus () const method client_id (line 1788) | int client_id () const method record_by_channel (line 1793) | void record_by_channel (bool flag) method record_by_channel (line 1800) | bool record_by_channel () const method record_by_buss (line 1805) | void record_by_buss (bool flag) method record_by_buss (line 1812) | bool record_by_buss () const method is_running (line 1826) | bool is_running () const method is_pattern_playing (line 1836) | bool is_pattern_playing () const method is_pattern_paused (line 1843) | bool is_pattern_paused () const method done (line 1848) | bool done () const method jack_scratchpad (line 1859) | jack_scratchpad & pad () method jack_output (line 1865) | bool jack_output (jack_scratchpad & pad) method jack_output (line 1870) | bool jack_output (jack_scratchpad & /*pad*/) method is_jack_running (line 1882) | bool is_jack_running () const method is_jack_master (line 1896) | bool is_jack_master () const method is_jack_slave (line 1905) | bool is_jack_slave () const method no_jack_transport (line 1914) | bool no_jack_transport () const method jack_transport_not_starting (line 1923) | bool jack_transport_not_starting () const method start_jack (line 1936) | void start_jack () method stop_jack (line 1943) | void stop_jack (bool rewind = false) method init_jack_transport (line 1960) | bool init_jack_transport () method deinit_jack_transport (line 1980) | bool deinit_jack_transport () method position_jack (line 1990) | void position_jack (bool songmode, midipulse tick) method position_jack (line 1995) | void position_jack (bool, midipulse) { /* no code */ } method toggle_jack_mode (line 2000) | void toggle_jack_mode () method get_jack_mode (line 2007) | bool get_jack_mode () const method midipulse (line 2016) | midipulse jack_stop_tick () const method jack_set_ppqn (line 2027) | bool jack_set_ppqn (int p) method jack_stop_tick (line 2038) | void jack_stop_tick (midipulse tick) method jack_stop_tick (line 2043) | void jack_stop_tick (midipulse) method midipulse (line 2049) | midipulse get_jack_tick () const method set_jack_tick (line 2054) | void set_jack_tick (midipulse tick) method set_follow_transport (line 2060) | void set_follow_transport (bool flag) method set_follow_transport (line 2065) | void set_follow_transport (bool) method get_follow_transport (line 2071) | bool get_follow_transport () const method toggle_follow_transport (line 2080) | void toggle_follow_transport () method follow_progress (line 2091) | bool follow_progress () const method jackless_song_mode (line 2106) | bool jackless_song_mode () const method song_mode (line 2113) | bool song_mode (sequence::playback p) const method live_mode (line 2118) | bool live_mode () const method song_mode (line 2123) | bool song_mode () const method live_mode (line 2128) | bool live_mode (sequence::playback p) const method song_start_mode (line 2133) | void song_start_mode (sequence::playback p) method song_start_mode (line 2143) | sequence::playback song_start_mode () const method song_mode (line 2150) | void song_mode (bool flag) method toggle_song_mode (line 2156) | bool toggle_song_mode () method set_reposition (line 2165) | void set_reposition (bool postype = true) method ff_rw (line 2170) | ff_rw ff_rw_type () method ff_rw_type (line 2175) | void ff_rw_type (ff_rw button_type) method rewind (line 2188) | void rewind (bool press) method fast_forward (line 2201) | void fast_forward (bool press) method box_selection_empty (line 2234) | bool box_selection_empty () const method box_selection_clear (line 2239) | void box_selection_clear () method request_sequence (line 2262) | bool request_sequence (seq::number seqno = seq::unassigned()) method can_paste (line 2285) | bool can_paste () const method is_seq_in_edit (line 2290) | bool is_seq_in_edit (int seqno) const method print_busses (line 2299) | void print_busses () const method unqueue_sequences (line 2314) | void unqueue_sequences (int hotseq) method midipulse (line 2329) | midipulse get_right_tick () const method set_last_ticks (line 2351) | void set_last_ticks (midipulse tick) method midipulse (line 2356) | midipulse get_left_tick () const method set_start_tick (line 2361) | void set_start_tick (midipulse tick) method midipulse (line 2366) | midipulse get_start_tick () const method left_right_size (line 2379) | double left_right_size () const method is_seq_active (line 2404) | bool is_seq_active (seq::number seqno) const method is_seq_empty (line 2409) | bool is_seq_empty (seq::number seqno) const method is_seq_recording (line 2414) | bool is_seq_recording (seq::number seqno) const method first_seq (line 2421) | seq::number first_seq () const method apply_song_transpose (line 2428) | void apply_song_transpose () method set_transpose (line 2438) | void set_transpose (int t) method get_transpose (line 2444) | int get_transpose () const method midibpm (line 2457) | midibpm get_beats_per_minute () const method current_beats (line 2467) | int current_beats () const method delta_us (line 2472) | long delta_us () const method clear_current_beats (line 2477) | void clear_current_beats () method load_mute_groups (line 2484) | bool load_mute_groups (bool bmidi, bool bmutes) method is_keep_queue (line 2502) | bool is_keep_queue () const method is_solo (line 2507) | bool is_solo () const method sequence_playing_on (line 2525) | void sequence_playing_on (seq::number seqno) method sequence_playing_off (line 2537) | void sequence_playing_off (seq::number seqno) method mute_all_tracks (line 2555) | void mute_all_tracks (bool flag = true) method toggle_all_tracks (line 2568) | void toggle_all_tracks () method toggle_playing_tracks (line 2586) | void toggle_playing_tracks () method any_group_unmutes (line 2592) | bool any_group_unmutes () const method start (line 2625) | void start () method stop (line 2635) | void stop () method save_queued (line 2646) | void save_queued (int repseq) method midipulse (line 2661) | midipulse get_tick () const method learn_toggle (line 2666) | void learn_toggle () method count_mutes (line 2673) | int count_mutes (mutegroup::number group) method midibooleans (line 2678) | midibooleans get_mutes (mutegroup::number gmute) const method midibooleans (line 2683) | midibooleans get_active_groups () const method toggle_active_only (line 2702) | bool toggle_active_only () const method toggle_active_only (line 2707) | void toggle_active_only (bool flag) method playscreen_number (line 2721) | screenset::number playscreen_number () const method playscreen_offset (line 2726) | seq::number playscreen_offset () const method playscreen_active_count (line 2731) | int playscreen_active_count () const method empty (line 2745) | bool empty (seq::cref s) const method highlight (line 2750) | bool highlight (seq::cref s) const method is_smf_0 (line 2762) | bool is_smf_0 (seq::cref s) const method loop (line 2783) | seq::pointer loop (seq::number seqno) method loop (line 2792) | const seq::pointer loop (seq::number seqno) const method off_sequences (line 2797) | void off_sequences (seq::number seqno = seq::unassigned()) method port_map_error (line 2823) | bool port_map_error () const method clear_port_map_error (line 2828) | void clear_port_map_error () const method set_clock (line 2846) | void set_clock (bussbyte bus, e_clock clocktype) method e_clock (line 2851) | e_clock get_clock (bussbyte bus) const method set_input (line 2861) | void set_input (bussbyte bus, bool inputing) method get_input (line 2866) | bool get_input (bussbyte bus) const method midipulse (line 2939) | midipulse get_max_timestamp () const method midipulse (line 2944) | midipulse get_max_trigger () const method is_exportable (line 2965) | bool is_exportable (seq::number seqno) const method is_dirty_main (line 2983) | bool is_dirty_main (seq::number seqno) const method is_dirty_edit (line 2988) | bool is_dirty_edit (seq::number seqno) const method is_dirty_perf (line 2993) | bool is_dirty_perf (seq::number seqno) const method is_dirty_names (line 2998) | bool is_dirty_names (seq::number seqno) const method midicontrolout (line 3021) | const midicontrolout & midi_control_out () const method midicontrolout (line 3026) | midicontrolout & midi_control_out () method set_needs_update (line 3031) | void set_needs_update (bool flag = true) method send_seq_event (line 3036) | void send_seq_event (int seqno, midicontrolout::seqaction what) method send_macro (line 3041) | void send_macro (const std::string & name) method macros_active (line 3046) | bool macros_active () const method macros_active (line 3051) | void macros_active (bool flag) method tokenization (line 3056) | tokenization macro_names () const method midibytes (line 3061) | midibytes macro_bytes (const std::string & name) const method midimacro (line 3066) | const midimacro & get_macro (const std::string & name) const method exec_slot_function (line 3071) | bool exec_slot_function method exec_set_function (line 3080) | bool exec_set_function (screenset::sethandler s) method exec_set_function (line 3085) | bool exec_set_function (screenset::sethandler s, screenset::slothand... method toggle_sequences (line 3101) | bool toggle_sequences (seq::number seqno, bool isshiftkey) method song_recording (line 3112) | bool song_recording () const method song_record_snap (line 3117) | bool song_record_snap () const method midipulse (line 3122) | midipulse record_snap_length () const method alteration (line 3127) | alteration record_alteration () const method recordstyle (line 3132) | recordstyle record_style () const method resume_note_ons (line 3137) | bool resume_note_ons () const method resume_note_ons (line 3142) | void resume_note_ons (bool f) method select_triggers_in_range (line 3147) | void select_triggers_in_range method unselect_all_triggers (line 3159) | void unselect_all_triggers () method looping (line 3166) | bool looping () const method looping (line 3171) | void looping (bool looping) method color (line 3182) | int color (seq::number seqno) const method have_undo (line 3189) | bool have_undo () const method set_have_undo (line 3201) | void set_have_undo (bool undo) method have_redo (line 3208) | bool have_redo () const method set_have_redo (line 3213) | void set_have_redo (bool redo) method have_current_seq (line 3222) | bool have_current_seq () const method edit_mode (line 3233) | sequence::editmode edit_mode (seq::number seqno) const method edit_mode (line 3245) | sequence::editmode edit_mode (seq::cref s) const method edit_mode (line 3263) | void edit_mode (seq::number seqno, sequence::editmode ed) method edit_mode (line 3270) | void edit_mode (seq::ref s, sequence::editmode ed) method current_screenset_name (line 3279) | std::string current_screenset_name () const method is_screenset_valid (line 3284) | bool is_screenset_valid (screenset::number setno) const method is_screenset_active (line 3300) | bool is_screenset_active (screenset::number setno) method is_screenset_available (line 3316) | bool is_screenset_available (screenset::number setno) method screenset_name (line 3321) | void screenset_name (const std::string & note) method set_name (line 3333) | std::string set_name (screenset::number setno) const method seq_in_playing_screen (line 3338) | bool seq_in_playing_screen (int seq) method song_record_snap (line 3345) | void song_record_snap (bool f) method toggle_record_snap (line 3350) | void toggle_record_snap () method record_snap_length (line 3355) | void record_snap_length (midipulse snap) method group_selected (line 3360) | mutegroup::number group_selected () const method midi_mute_group_present (line 3365) | bool midi_mute_group_present () const method is_group_learn (line 3370) | bool is_group_learn () const method group_count (line 3375) | int group_count () const method group_event (line 3380) | bool group_event () const method group_error (line 3385) | bool group_error () const method group_mode (line 3397) | bool group_mode () const method group_mode (line 3402) | void group_mode (bool flag) method toggle_group_mode (line 3407) | void toggle_group_mode () method hidden (line 3419) | void hidden (bool flag) /* only for GUI to c... method notemap_exists (line 3439) | bool notemap_exists () const method copy_triggers (line 3444) | void copy_triggers () method collapse (line 3455) | void collapse () method copy (line 3466) | void copy () method expand (line 3476) | void expand () method keycontainer (line 3485) | const keycontainer & key_controls () const method keycontainer (line 3490) | keycontainer & key_controls () method lookup_slot_key (line 3504) | std::string lookup_slot_key (int seqno) const method lookup_mute_key (line 3509) | std::string lookup_mute_key (int mute_number) const method midicontrolin (line 3514) | const midicontrolin & midi_control_in () const method midicontrolin (line 3519) | midicontrolin & midi_control_in () method ctrl_status (line 3524) | automation::ctrlstatus ctrl_status () const method has_ctrl_status (line 3529) | bool has_ctrl_status () const method ctrl_status_string (line 3534) | std::string ctrl_status_string () const method mutegroup_count (line 3543) | int mutegroup_count () const method group_name (line 3548) | std::string group_name (mutegroup::number group) const method group_format_hex (line 3559) | bool group_format_hex () const method group_save_to_midi (line 3567) | bool group_save_to_midi () const method group_load_from_midi (line 3572) | bool group_load_from_midi () const method group_load_from_mutes (line 3577) | bool group_load_from_mutes () const method group_save_to_mutes (line 3582) | bool group_save_to_mutes () const method strip_empty (line 3587) | bool strip_empty () const method mutegroups (line 3594) | const mutegroups & mutes () const method mutegroups (line 3599) | mutegroups & mutes () method reset_mute_groups (line 3611) | bool reset_mute_groups () /* see clear_mutes()... method clear_snapshot (line 3618) | void clear_snapshot () method save_snapshot (line 3623) | void save_snapshot () method restore_snapshot (line 3628) | void restore_snapshot () method is_running (line 3633) | void is_running (bool flag) method synch (line 3654) | synch & cv () method synch (line 174) | synch (performer & p) : synchronizer (), m_perf (p) method synch (line 179) | synch () = delete; method synch (line 180) | synch (const synch &) = delete; method synch (line 181) | synch & operator =(const synch &) = delete; method predicate (line 183) | virtual bool predicate () const override method changed (line 3670) | static bool changed (change mod) method signalled_changes (line 3677) | bool signalled_changes () const method seq_edit_pending (line 3687) | bool seq_edit_pending () const method event_edit_pending (line 3692) | bool event_edit_pending () const method record_toggle_pending (line 3697) | bool record_toggle_pending () const method call_seq_edits (line 3702) | bool call_seq_edits () const method pending_loop (line 3708) | seq::number pending_loop () const method pending_loop (line 3713) | void pending_loop (seq::number n) const method slot_shift (line 3718) | int slot_shift () const method hidden (line 3726) | bool hidden () const method show_hide_pending (line 3731) | bool show_hide_pending () const method got_seqno (line 3740) | bool got_seqno (seq::number & s) const FILE: libseq66/include/play/playlist.hpp type seq66 (line 42) | namespace seq66 class performer (line 44) | class performer class playlist (line 52) | class playlist final : public basesettings type action (line 61) | enum class action type song_spec_t (line 79) | struct song_spec_t type play_list_t (line 132) | struct play_list_t method playlist (line 303) | playlist () = delete; method playlist (line 304) | playlist (const playlist &) = delete; method playlist (line 305) | playlist & operator = (const playlist &) = delete; method playlist (line 306) | playlist (playlist &&) = default; method playlist (line 307) | playlist & operator = (playlist &&) = default; method action_to_int (line 310) | static int action_to_int (action a) method action (line 315) | static action int_to_action (int i) method loaded (line 324) | bool loaded () const method loaded (line 329) | void loaded (bool m) method deep_verify (line 338) | bool deep_verify () const method deep_verify (line 343) | void deep_verify (bool flag) method auto_arm (line 354) | bool auto_arm () const method auto_arm (line 359) | void auto_arm (bool flag) method auto_play (line 364) | bool auto_play () const method auto_play (line 369) | void auto_play (bool flag) method engage_auto_play (line 374) | bool engage_auto_play () const method engage_auto_play (line 379) | void engage_auto_play (bool flag) method auto_play_engaged (line 384) | bool auto_play_engaged () const method reengage_auto_play (line 389) | void reengage_auto_play () method disengage_auto_play (line 395) | void disengage_auto_play () method auto_advance (line 401) | bool auto_advance () const method auto_advance_engaged (line 406) | bool auto_advance_engaged () const method auto_advance (line 411) | void auto_advance (bool flag) method list_midi_number (line 423) | int list_midi_number () const method list_index (line 429) | int list_index () const method list_name (line 435) | std::string list_name () const method list_count (line 442) | int list_count () const method empty (line 447) | bool empty () const method song_count (line 472) | int song_count () const method play_list (line 562) | play_list & play_list_map () method do_ctrl_lookup (line 567) | bool do_ctrl_lookup (int ctrl) method ctrl_is_valid (line 572) | bool ctrl_is_valid (int ctrl) FILE: libseq66/include/play/portslist.hpp type seq66 (line 43) | namespace seq66 type portname (line 52) | enum class portname class portslist (line 65) | class portslist type status (line 77) | enum class status method clear (line 158) | void clear () method count (line 166) | int count () const method empty (line 171) | bool empty () const method active (line 176) | bool active () const method is_port_map (line 181) | bool is_port_map () const method active (line 186) | void active (bool flag) method is_disabled (line 218) | bool is_disabled (bussbyte bus) const method container (line 225) | container & master_io () method container (line 230) | const container & master_io () const method io (line 264) | io & io_block (const std::string & nickname) FILE: libseq66/include/play/screenset.hpp type seq66 (line 56) | namespace seq66 class playset (line 58) | class playset method playset (line 667) | playset (const playset &) = default; method playset (line 668) | playset & operator = (const playset &) = default; method playset (line 669) | playset (playset &&) = default; method playset (line 670) | playset & operator = (playset &&) = default; method clear (line 673) | void clear () method set_count (line 683) | int set_count () const method seq_count (line 688) | int seq_count () const method array (line 695) | const array & seq_container () const method array (line 700) | array & seq_container () class screenset (line 66) | class screenset method screenset (line 265) | screenset () = delete; method screenset (line 278) | screenset (const screenset &) = default; method screenset (line 279) | screenset & operator = (const screenset &) = default; method screenset (line 280) | screenset (screenset &&) = default; method screenset (line 281) | screenset & operator = (screenset &&) = default; method number (line 284) | static number limit () method number (line 293) | static number unassigned () method is_unassigned (line 298) | static bool is_unassigned (number n) method is_unassigned (line 303) | bool is_unassigned () const method dummy (line 308) | bool dummy () const method usable (line 313) | bool usable () const method set_size (line 318) | int set_size () const method offset (line 323) | seq::number offset () const method sequence_high (line 328) | int sequence_high () const method rows (line 333) | int rows () const method columns (line 338) | int columns () const method swap_coordinates (line 343) | bool swap_coordinates () const method count (line 348) | int count () const method set_number (line 353) | screenset::number set_number () const method is_playscreen (line 365) | bool is_playscreen () const method loop (line 384) | seq::pointer loop (seq::number seqno) method loop (line 389) | const seq::pointer loop (seq::number seqno) const method color (line 394) | int color (seq::number seqno) const method active (line 400) | bool active (seq::number seqno) const method empty (line 405) | bool empty (seq::number seqno) const method recording (line 410) | bool recording (seq::number seqno) const method is_exportable (line 418) | bool is_exportable (seq::number seqno) const method is_dirty_main (line 423) | bool is_dirty_main (seq::number seqno) const method is_dirty_edit (line 428) | bool is_dirty_edit (seq::number seqno) const method is_dirty_perf (line 433) | bool is_dirty_perf (seq::number seqno) const method is_dirty_names (line 438) | bool is_dirty_names (seq::number seqno) const method activate (line 443) | void activate (seq::number slotnum, seq::number seqno, bool flag = t... method armed (line 450) | bool armed (seq::number seqno) const method armed_status (line 456) | bool armed_status (seq::number seqno) const method muted (line 462) | bool muted (seq::number seqno) const method seq_in_set (line 467) | bool seq_in_set (seq::number seqno) const method exec_set_function (line 495) | bool exec_set_function (sethandler s, screenset::number index) method seq (line 552) | const seq & seqinfo (seq::number seqno) const method container (line 586) | const container & seq_container () const method container (line 591) | container & seq_container () method is_playscreen (line 596) | void is_playscreen (bool flag) method seq (line 601) | seq & seqinfo (seq::number seqno) method panic (line 606) | void panic () class playset (line 623) | class playset method playset (line 667) | playset (const playset &) = default; method playset (line 668) | playset & operator = (const playset &) = default; method playset (line 669) | playset (playset &&) = default; method playset (line 670) | playset & operator = (playset &&) = default; method clear (line 673) | void clear () method set_count (line 683) | int set_count () const method seq_count (line 688) | int seq_count () const method array (line 695) | const array & seq_container () const method array (line 700) | array & seq_container () FILE: libseq66/include/play/seq.hpp type seq66 (line 68) | namespace seq66 class seq (line 82) | class seq method seq (line 209) | seq (const seq &) = default; method seq (line 210) | seq & operator = (const seq &) = default; method seq (line 211) | seq (seq &&) = default; method seq (line 212) | seq & operator = (seq &&) = default; method maximum (line 228) | static int maximum () method number (line 238) | static number metronome () method number (line 253) | static number limit () method number (line 262) | static number unassigned () method number (line 272) | static number all () method legal (line 283) | static bool legal (int seqno) method unassigned (line 293) | static bool unassigned (number seqno) method assigned (line 298) | static bool assigned (number seqno) method valid (line 307) | static bool valid (number seqno) method disabled (line 317) | static bool disabled (number seqno) method pointer (line 322) | const pointer loop () const method pointer (line 327) | pointer loop () method active (line 343) | bool active () const method empty (line 348) | bool empty () const method recording (line 353) | bool recording () const method armed_status (line 358) | bool armed_status () const method queued (line 363) | bool queued () const method clear_snapshot (line 370) | void clear_snapshot () method save_snapshot (line 375) | void save_snapshot () method restore_snapshot (line 380) | void restore_snapshot () method seq_number (line 386) | seq::number seq_number () const method change_seq_number (line 406) | void change_seq_number (seq::number seqno) method armed_status (line 412) | void armed_status (bool flag) method queued (line 417) | void queued (bool flag) FILE: libseq66/include/play/sequence.hpp type seq66 (line 61) | namespace seq66 class mastermidibus (line 64) | class mastermidibus class notemapper (line 65) | class notemapper class performer (line 66) | class performer type fixparameters (line 168) | struct fixparameters type lfoparameters (line 231) | struct lfoparameters class sequence (line 248) | class sequence type playback (line 260) | enum class playback type draw (line 274) | enum class draw type editmode (line 293) | enum class editmode class note_info (line 310) | class note_info method note_info (line 325) | note_info () : method midipulse (line 336) | midipulse start () const method midipulse (line 341) | midipulse finish () const method midipulse (line 346) | midipulse length () const method note (line 351) | int note () const method valid (line 356) | bool valid () const method velocity (line 361) | int velocity () const method selected (line 366) | bool selected () const method non_note (line 371) | bool non_note () method maximum (line 1051) | static short maximum () method recorder (line 1056) | static short recorder () method is_recorder (line 1061) | static short is_recorder (int s) method metronome (line 1066) | static short metronome () method is_metronome (line 1071) | static bool is_metronome (int s) method limit (line 1076) | static int limit () method is_normal (line 1081) | static bool is_normal (int s) method unassigned (line 1086) | static int unassigned () method eventlist (line 1091) | eventlist & events () method eventlist (line 1096) | const eventlist & events () const method empty (line 1101) | bool empty () const method any_selected_notes (line 1106) | bool any_selected_notes () const method any_selected_events (line 1111) | bool any_selected_events () const method any_selected_events (line 1116) | bool any_selected_events (midibyte status, midibyte cc) const method is_exportable (line 1121) | bool is_exportable () const method trigger_listing (line 1136) | std::string trigger_listing () const method trigger_count (line 1145) | int trigger_count () const method triggers_datasize (line 1150) | int triggers_datasize (midilong seqspec) const method any_trigger_transposed (line 1155) | int any_trigger_transposed () const method selected_trigger_count (line 1165) | int selected_trigger_count () const method set_trigger_paste_tick (line 1170) | void set_trigger_paste_tick (midipulse tick) method midipulse (line 1175) | midipulse get_trigger_paste_tick () const method time_signature_count (line 1182) | int time_signature_count () const method is_recorder_seq (line 1192) | bool is_recorder_seq () const method is_metro_seq (line 1197) | bool is_metro_seq () const method is_normal_seq (line 1208) | bool is_normal_seq () const method seq_number (line 1213) | int seq_number () const method seq_number_string (line 1218) | std::string seq_number_string () const method seq_number (line 1223) | void seq_number (int seqno) method color (line 1229) | int color () const method editmode (line 1237) | editmode edit_mode () const method midibyte (line 1242) | midibyte edit_mode_byte () const method edit_mode (line 1247) | void edit_mode (editmode mode) method edit_mode (line 1252) | void edit_mode (midibyte b) method unmodify (line 1260) | void unmodify () method have_undo (line 1272) | bool have_undo () const method set_have_redo (line 1281) | void set_have_redo () method have_redo (line 1286) | bool have_redo () const method measures (line 1303) | int measures () const method event_threshold (line 1308) | bool event_threshold () const method get_ppqn (line 1313) | int get_ppqn () const method get_beats_per_bar (line 1320) | int get_beats_per_bar () const method get_beat_width (line 1327) | int get_beat_width () const method timesig_beats_per_measure (line 1332) | int timesig_beats_per_measure () const method timesig_beat_width (line 1337) | int timesig_beat_width () const method midipulse (line 1349) | midipulse measures_to_ticks (int measures = 1) const method clocks_per_metronome (line 1358) | void clocks_per_metronome (int cpm) method clocks_per_metronome (line 1363) | int clocks_per_metronome () const method set_32nds_per_quarter (line 1368) | void set_32nds_per_quarter (int tpq) method get_32nds_per_quarter (line 1373) | int get_32nds_per_quarter () const method us_per_quarter_note (line 1378) | void us_per_quarter_note (long upqn) method us_per_quarter_note (line 1383) | long us_per_quarter_note () const method get_song_mute (line 1392) | bool get_song_mute () const method transposable (line 1400) | bool transposable () const method is_default_name (line 1416) | bool is_default_name () const method is_new_pattern (line 1421) | bool is_new_pattern () const method seq_in_edit (line 1434) | void seq_in_edit (bool edit) method seq_in_edit (line 1439) | bool seq_in_edit () const method apply_length (line 1460) | bool apply_length (int meas = 0, bool user_change = false) method midipulse (line 1468) | midipulse get_length () const method midipulse (line 1473) | midipulse get_length_plus () const method midipulse (line 1486) | midipulse last_tick () const method midipulse (line 1498) | midipulse mod_last_tick () method armed (line 1509) | bool armed () const method muted (line 1514) | bool muted () const method set_popup (line 1524) | void set_popup (bool flag) method has_popup (line 1529) | bool has_popup () const method get_queued (line 1534) | bool get_queued () const method midipulse (line 1539) | midipulse get_queued_tick () const method check_queued_tick (line 1544) | bool check_queued_tick (midipulse tick) const method recording (line 1559) | bool recording () const method alter_recording (line 1564) | bool alter_recording () const method alteration (line 1569) | alteration record_alteration () const method record_alteration (line 1574) | void record_alteration (alteration a) method quantized_recording (line 1579) | bool quantized_recording () const method quantizing (line 1584) | bool quantizing () const method tightened_recording (line 1589) | bool tightened_recording () const method tightening (line 1594) | bool tightening () const method notemapped_recording (line 1599) | bool notemapped_recording () const method notemapping (line 1604) | bool notemapping () const method expanded_recording (line 1609) | bool expanded_recording () const method expanding (line 1614) | bool expanding () const method oneshot_recording (line 1619) | bool oneshot_recording () const method overwriting (line 1626) | bool overwriting () const method thru (line 1631) | bool thru () const method midipulse (line 1636) | midipulse snap () const method midipulse (line 1641) | midipulse step_edit_note_length () const /* auto-step/step-edit ... method one_shot (line 1652) | bool one_shot () const method midipulse (line 1657) | midipulse one_shot_tick () const method check_one_shot_tick (line 1662) | bool check_one_shot_tick (midipulse tick) const method loop_count_max (line 1667) | int loop_count_max () const method song_recording (line 1672) | bool song_recording () const method off_from_snap (line 1677) | bool off_from_snap () const method snap_it (line 1682) | bool snap_it () const method song_playback_block (line 1687) | bool song_playback_block () const method song_recording_snap (line 1692) | bool song_recording_snap () const method midipulse (line 1697) | midipulse song_record_tick () const method modified (line 1705) | bool modified () const method midibyte (line 1719) | midibyte seq_midi_channel () const method midibyte (line 1724) | midibyte midi_channel (const event & ev) const method midibyte (line 1729) | midibyte midi_channel () const method free_channel (line 1734) | bool free_channel () const method is_smf_0 (line 1743) | bool is_smf_0 () const method midipulse (line 1882) | midipulse get_trigger_offset () const method bussbyte (line 1887) | bussbyte seq_midi_bus () const method bussbyte (line 1892) | bussbyte true_bus () const method bussbyte (line 1897) | bussbyte seq_midi_in_bus () const method bussbyte (line 1902) | bussbyte true_in_bus () const method has_in_bus (line 1907) | bool has_in_bus () const method select_all_notes (line 1949) | void select_all_notes (bool inverse = false) method zero_markers (line 2023) | void zero_markers () method cbegin (line 2038) | event::buffer::const_iterator cbegin () const method cend (line 2043) | bool cend (event::buffer::const_iterator & evi) const method midibyte (line 2086) | midibyte musical_key () const method midibyte (line 2091) | midibyte musical_scale () const method midibyte (line 2096) | midibyte musical_chord () const method background_sequence (line 2101) | int background_sequence () const method channel_match (line 2122) | bool channel_match () const method loop_reset (line 2129) | bool loop_reset () const method clear_clipboard (line 2140) | static void clear_clipboard () method is_draw_note (line 2151) | static bool is_draw_note (draw dt) method is_draw_note_onoff (line 2161) | static bool is_draw_note_onoff (draw dt) method armed (line 2185) | void armed (bool flag) method free_channel (line 2190) | void free_channel (bool flag) method mastermidibus (line 2204) | mastermidibus * master_bus () method performer (line 2209) | const performer * perf () const method performer (line 2214) | performer * perf () method channels_match (line 2257) | bool channels_match (const event & e) const method draw_locked (line 2263) | void draw_locked (bool flag) method one_shot (line 2268) | void one_shot (bool f) method off_from_snap (line 2273) | void off_from_snap (bool f) method song_playback_block (line 2278) | void song_playback_block (bool f) method song_recording (line 2283) | void song_recording (bool f) method song_recording_snap (line 2288) | void song_recording_snap (bool f) method song_record_tick (line 2293) | void song_record_tick (midipulse t) method channel_match (line 2298) | void channel_match (bool flag) FILE: libseq66/include/play/setmapper.hpp type seq66 (line 53) | namespace seq66 class setmapper (line 61) | class setmapper method setmapper (line 174) | setmapper () = delete; method setmapper (line 193) | setmapper (const setmapper &) = delete; method setmapper (line 194) | setmapper & operator = (const setmapper &) = delete; method setmapper (line 195) | setmapper (setmapper &&) = delete; method setmapper (line 196) | setmapper & operator = (setmapper &&) = delete; method seq_set (line 216) | screenset::number seq_set (seq::number seqno) const method sequences_in_sets (line 228) | int sequences_in_sets () const method seq_to_offset (line 241) | int seq_to_offset (seq::cref s) const method grid_to_index (line 246) | seq::number grid_to_index (int row, int column) const method grid_to_seq (line 251) | seq::number grid_to_seq (int row, int column) const method grid_to_seq (line 256) | seq::number grid_to_seq method seq_to_grid (line 265) | bool seq_to_grid method index_to_grid (line 275) | bool index_to_grid (seq::number seqno, int & row, int & column) const method max_slot_shift (line 280) | int max_slot_shift () const method slot_shift_delta (line 285) | int slot_shift_delta () const method clear (line 290) | void clear () method sequence_count (line 297) | int sequence_count () const method rows (line 302) | int rows () const method columns (line 307) | int columns () const method group_event (line 312) | bool group_event () const method group_error (line 317) | bool group_error () const method group_mode (line 330) | bool group_mode () const method group_mode (line 335) | void group_mode (bool flag) method toggle_group_mode (line 340) | void toggle_group_mode () method any_in_edit (line 345) | bool any_in_edit () const method reset_sequences (line 354) | void reset_sequences (bool pause, sequence::playback mode) method sequence_high (line 366) | seq::number sequence_high () const method sequence_max (line 371) | seq::number sequence_max () const method set_edit_sequence (line 385) | void set_edit_sequence (seq::number seqno) method unset_edit_sequence (line 399) | void unset_edit_sequence (seq::number seqno) method is_edit_sequence (line 417) | bool is_edit_sequence (seq::number seqno) const method is_exportable (line 432) | bool is_exportable (seq::number seqno) const method is_dirty_main (line 437) | bool is_dirty_main (seq::number seqno) const method is_dirty_edit (line 442) | bool is_dirty_edit (seq::number seqno) const method is_dirty_perf (line 447) | bool is_dirty_perf (seq::number seqno) const method is_dirty_names (line 452) | bool is_dirty_names (seq::number seqno) const method color (line 457) | int color (seq::number seqno) const method color (line 462) | bool color (seq::number seqno, int c) method is_seq_active (line 467) | bool is_seq_active (seq::number seqno) const method is_seq_empty (line 472) | bool is_seq_empty (seq::number seqno) const method is_seq_recording (line 477) | bool is_seq_recording (seq::number seqno) const method first_seq (line 482) | seq::number first_seq () const method activate (line 491) | void activate (int seqno, seq::number seqnum, bool flag = true) method song_recording_start (line 506) | void song_recording_start (midipulse tick, bool snap = true) method song_recording_stop (line 511) | void song_recording_stop (midipulse tick) method clear_snapshot (line 520) | void clear_snapshot () method save_snapshot (line 533) | void save_snapshot () method restore_snapshot (line 545) | void restore_snapshot () method needs_update (line 555) | bool needs_update () const method exec_set_function (line 573) | bool exec_set_function (screenset::sethandler s) method exec_set_function (line 578) | bool exec_set_function (screenset::sethandler s, screenset::slothand... method exec_set_function (line 583) | bool exec_set_function (screenset::slothandler p) method exec_slot_function (line 588) | bool exec_slot_function method set_last_ticks (line 597) | void set_last_ticks (midipulse tick) method push_trigger_undo (line 625) | void push_trigger_undo () method pop_trigger_undo (line 631) | void pop_trigger_undo () method pop_trigger_redo (line 637) | void pop_trigger_redo () method loop (line 670) | const seq::pointer loop (seq::number seqno) const method loop (line 686) | seq::pointer loop (seq::number seqno) method play_seq (line 698) | seq::number play_seq (seq::number seqno) method save_queued (line 703) | void save_queued (int hotseq) method unqueue (line 708) | void unqueue (int hotseq) method armed (line 715) | bool armed (seq::number seqno) const method armed (line 720) | void armed (seq::number seqno, bool flag) method muted (line 725) | bool muted (seq::number seqno) const method arm (line 730) | void arm (seq::number seqno) method mute (line 735) | void mute (seq::number seqno) method arm (line 744) | void arm () method mute (line 750) | void mute () method mute_all_tracks (line 756) | void mute_all_tracks (bool flag) method apply_armed_statuses (line 764) | void apply_armed_statuses () method all_notes_off (line 772) | void all_notes_off () method panic (line 778) | void panic () method screenset (line 800) | screenset * play_screen () method screenset (line 805) | const screenset * play_screen () const method change_playscreen (line 810) | screenset::number change_playscreen (int amount) method playscreen_number (line 816) | screenset::number playscreen_number () const method playscreen_offset (line 821) | seq::number playscreen_offset () const method playscreen_active_count (line 826) | int playscreen_active_count () const method increment_screenset (line 841) | screenset::number increment_screenset (int amount) method decrement_screenset (line 846) | screenset::number decrement_screenset (int amount) method name (line 859) | bool name (const std::string & nm) method is_screenset_active (line 864) | bool is_screenset_active (screenset::number setno) const method is_screenset_available (line 869) | bool is_screenset_available (screenset::number setno) const method seq_in_playscreen (line 896) | bool seq_in_playscreen (seq::number seqno) method screenset_size (line 901) | int screenset_size () const method swap_sets (line 910) | bool swap_sets (seq::number set0, seq::number set1) method set_mutes (line 915) | bool set_mutes (mutegroup::number gmute, const midibooleans & bits) method add_set (line 944) | setmaster::container::iterator add_set (screenset::number setno) method find_by_value (line 949) | setmaster::container::iterator find_by_value (screenset::number setno) method remove_set (line 954) | bool remove_set (screenset::number setno) method clear_set (line 959) | bool clear_set (screenset::number setno) method clamp_group (line 964) | mutegroup::number clamp_group (mutegroup::number group) const method check_group (line 969) | bool check_group (mutegroup::number group) const method clamp (line 974) | screenset::number clamp (screenset::number offset) const method screenset (line 979) | screenset & dummy_screenset () method screenset (line 984) | const screenset & dummy_screenset () const method mutegroups (line 989) | mutegroups & mutes () method mutegroups (line 994) | const mutegroups & mutes () const method setmaster (line 999) | setmaster & master () method setmaster (line 1004) | const setmaster & master () const FILE: libseq66/include/play/setmaster.hpp type seq66 (line 52) | namespace seq66 class setmaster (line 60) | class setmaster method setmaster (line 158) | setmaster (const setmaster &) = default; method setmaster (line 159) | setmaster & operator = (const setmaster &) = default; method setmaster (line 160) | setmaster (setmaster &&) = default; method setmaster (line 161) | setmaster & operator = (setmaster &&) = default; method Rows (line 164) | static int Rows () method Columns (line 169) | static int Columns () method Size (line 174) | static int Size () method swap_coordinates (line 179) | bool swap_coordinates () const method name (line 188) | bool name (screenset::number setno, const std::string & nm) method is_screenset_active (line 194) | bool is_screenset_active (screenset::number setno) const method is_screenset_available (line 200) | bool is_screenset_available (screenset::number setno) const method is_screenset_valid (line 205) | bool is_screenset_valid (screenset::number setno) const method screenset_count (line 210) | int screenset_count () const method highest_set (line 217) | int highest_set () const method screenset_max (line 222) | int screenset_max () const method inside_set (line 236) | bool inside_set (int row, int column) const method clear (line 242) | void clear () method rows (line 247) | int rows () const method columns (line 252) | int columns () const method clamp (line 282) | screenset::number clamp (screenset::number offset) const method screenset (line 295) | screenset & dummy_screenset () method screenset (line 300) | const screenset & dummy_screenset () const method container (line 305) | container & set_container () /* for setmapper and performer */ method container (line 310) | const container & set_container () const FILE: libseq66/include/play/songsummary.hpp type seq66 (line 39) | namespace seq66 class performer (line 41) | class performer class songsummary (line 47) | class songsummary FILE: libseq66/include/play/triggers.hpp type seq66 (line 44) | namespace seq66 class sequence (line 46) | class sequence class triggers (line 47) | class triggers type grow (line 333) | enum class grow method triggers (line 435) | triggers (const triggers & rhs) = default; method set_ppqn (line 446) | void set_ppqn (int ppqn) method set_length (line 460) | void set_length (int len) method container (line 466) | const container & triggerlist () const method container (line 471) | container & triggerlist () method count (line 476) | int count () const method number_selected (line 484) | int number_selected () const method clear (line 545) | void clear () method reset_draw_trigger_marker (line 557) | void reset_draw_trigger_marker () method set_trigger_paste_tick (line 562) | void set_trigger_paste_tick (midipulse tick) method midipulse (line 567) | midipulse get_trigger_paste_tick () const method cend (line 582) | bool cend (container::iterator & evi) const // no can do const_iterator class trigger (line 62) | class trigger type splitpoint (line 73) | enum class splitpoint method trigger (line 126) | trigger (const trigger &) = default; method trigger (line 127) | trigger & operator = (const trigger &) = default; method is_valid (line 147) | bool is_valid () const method midipulse (line 159) | midipulse length () const method midipulse (line 164) | midipulse tick_start () const method tick_start (line 169) | void tick_start (midipulse s) method increment_tick_start (line 174) | void increment_tick_start (midipulse s) method decrement_tick_start (line 179) | void decrement_tick_start (midipulse s) method at_trigger_transition (line 197) | bool at_trigger_transition (midipulse s, midipulse e) method covers (line 206) | bool covers (midipulse tick) method midipulse (line 211) | midipulse tick_end () const method tick_end (line 216) | void tick_end (midipulse e) method increment_tick_end (line 221) | void increment_tick_end (midipulse s) method decrement_tick_end (line 226) | void decrement_tick_end (midipulse s) method midipulse (line 231) | midipulse offset () const method offset (line 236) | void offset (midipulse o) method increment_offset (line 241) | void increment_offset (midipulse s) method decrement_offset (line 246) | void decrement_offset (midipulse s) method midibyte (line 259) | midibyte transpose_byte () const method transpose_byte (line 264) | void transpose_byte (midibyte t) /* when reading a fi... method transpose (line 272) | int transpose () const method transposed (line 277) | bool transposed () const method transpose (line 284) | void transpose (int t) /* to modify a trigg... method selected (line 290) | bool selected () const method selected (line 295) | void selected (bool s) method midipulse (line 304) | midipulse trigger_marker (midipulse len) class triggers (line 320) | class triggers type grow (line 333) | enum class grow method triggers (line 435) | triggers (const triggers & rhs) = default; method set_ppqn (line 446) | void set_ppqn (int ppqn) method set_length (line 460) | void set_length (int len) method container (line 466) | const container & triggerlist () const method container (line 471) | container & triggerlist () method count (line 476) | int count () const method number_selected (line 484) | int number_selected () const method clear (line 545) | void clear () method reset_draw_trigger_marker (line 557) | void reset_draw_trigger_marker () method set_trigger_paste_tick (line 562) | void set_trigger_paste_tick (midipulse tick) method midipulse (line 567) | midipulse get_trigger_paste_tick () const method cend (line 582) | bool cend (container::iterator & evi) const // no can do const_iterator FILE: libseq66/include/seq66_features.hpp type seq66 (line 53) | namespace seq66 type toggler (line 61) | enum class toggler type msglevel (line 82) | enum class msglevel FILE: libseq66/include/sessions/clinsmanager.hpp type seq66 (line 63) | namespace seq66 class clinsmanager (line 72) | class clinsmanager : public smanager method clinsmanager (line 105) | clinsmanager (const clinsmanager &) = delete; method clinsmanager (line 106) | clinsmanager & operator = (const clinsmanager &) = delete; method nsmclient (line 110) | nsmclient * nsm_client () method nsm_active (line 116) | bool nsm_active () const method nsm_active (line 121) | void nsm_active (bool flag) FILE: libseq66/include/sessions/smanager.hpp type seq66 (line 44) | namespace seq66 class smanager (line 51) | class smanager method smanager (line 133) | smanager (const smanager &) = delete; method smanager (line 134) | smanager & operator = (const smanager &) = delete; method error_active (line 148) | bool error_active () const method last_dirty_status (line 168) | bool last_dirty_status () const method is_help (line 173) | bool is_help () const method internal_error_pending (line 181) | bool internal_error_pending () const method session_manager_name (line 238) | virtual void session_manager_name (const std::string & mgrname) method session_manager_path (line 243) | virtual void session_manager_path (const std::string & pathname) method session_display_name (line 248) | virtual void session_display_name (const std::string & dispname) method session_client_id (line 253) | virtual void session_client_id (const std::string & clid) method performer (line 280) | const performer * perf () const method performer (line 285) | performer * perf () method midi_filename (line 290) | void midi_filename (const std::string & fname) method last_dirty_status (line 295) | void last_dirty_status (bool flag) method is_help (line 300) | void is_help (bool flag) FILE: libseq66/include/util/automutex.hpp type seq66 (line 44) | namespace seq66 class automutex (line 72) | class automutex method automutex (line 85) | automutex () = delete; method automutex (line 86) | automutex (const automutex &) = delete; method automutex (line 87) | automutex & operator = (const automutex &) = delete; method automutex (line 99) | automutex (recmutex & my_mutex) : m_safety_mutex (my_mutex) method lock (line 118) | void lock () method unlock (line 123) | void unlock () FILE: libseq66/include/util/basic_macros.h type cbool_t (line 126) | typedef int cbool_t; FILE: libseq66/include/util/basic_macros.hpp type seq66 (line 51) | namespace seq66 FILE: libseq66/include/util/condition.hpp type seq66 (line 45) | namespace seq66 class condition (line 55) | class condition class impl (line 65) | class impl method condition (line 95) | condition (condition &&) = delete; method condition (line 97) | condition & operator = (condition &&) = delete; method lock (line 101) | void lock () const method unlock (line 106) | void unlock () const method recmutex (line 111) | recmutex & locker () class synchronizer (line 128) | class synchronizer method synchronizer (line 149) | synchronizer (const synchronizer &) = delete; method synchronizer (line 150) | synchronizer & operator = (synchronizer &&) = delete; method synchronizer (line 151) | synchronizer & operator = (const synchronizer &) = delete; FILE: libseq66/include/util/filefunctions.hpp type seq66 (line 46) | namespace seq66 function get_wildcards (line 219) | inline bool get_wildcards FILE: libseq66/include/util/named_bools.hpp type seq66 (line 40) | namespace seq66 class named_bools (line 48) | class named_bools method named_bools (line 62) | named_bools () : m_container () method add (line 67) | bool add (const std::string & name, bool value) method get (line 74) | bool get (const std::string & name) const method set (line 80) | void set (const std::string & name, bool value = true) method clear (line 89) | void clear () method count (line 94) | int count () FILE: libseq66/include/util/palette.hpp type seq66 (line 42) | namespace seq66 type PaletteColor (line 59) | enum class PaletteColor type InvertibleColor (line 104) | enum class InvertibleColor function palette_to_int (line 146) | inline int function inv_palette_to_int (line 152) | inline int class palette (line 166) | class palette method no_color (line 217) | bool no_color (PaletteColor index) const method clear (line 222) | void clear () method count (line 227) | int count () method container (line 234) | const container & entries () const method container (line 239) | container & entries () function COLOR (line 307) | const COLOR & function COLOR (line 369) | const COLOR & FILE: libseq66/include/util/recmutex.hpp type seq66 (line 73) | namespace seq66 class recmutex (line 83) | class recmutex method recmutex (line 128) | recmutex (recmutex &&) = delete; method recmutex (line 130) | recmutex & operator = (recmutex &&) = delete; method native (line 141) | native & native_locker () const FILE: libseq66/include/util/rect.hpp type seq66 (line 37) | namespace seq66 class rect (line 50) | class rect method clear (line 70) | void clear () method is_empty (line 75) | bool is_empty () const method xy_to_rect (line 87) | void xy_to_rect (int x0, int y0, int x1, int y1) method x (line 92) | int x () const method x (line 97) | void x (int v) method x0 (line 102) | int x0 () const method x0 (line 107) | void x0 (int v) method x_incr (line 117) | void x_incr (int v) method y (line 122) | int y () const method y (line 127) | void y (int v) method y0 (line 132) | int y0 () const method y0 (line 137) | void y0 (int v) method y_incr (line 147) | void y_incr (int v) method width (line 152) | int width () const method width (line 157) | void width (int w) method x1 (line 162) | int x1 () const method x1 (line 167) | void x1 (int x) method width_incr (line 172) | void width_incr (int w) method height (line 177) | int height () const method height (line 182) | void height (int h) method y1 (line 187) | int y1 () const method y1 (line 192) | void y1 (int h) method height_incr (line 197) | void height_incr (int h) method xy_incr (line 202) | void xy_incr (int xv, int yv) method calculated_width (line 215) | static int calculated_width (int x1, int x2) method calculated_height (line 225) | static int calculated_height (int y1, int y2) FILE: libseq66/include/util/ring_buffer.hpp type seq66 (line 47) | namespace seq66 class ring_buffer (line 51) | class ring_buffer method reset (line 86) | void reset () method clear (line 91) | void clear () method buffer_size (line 98) | int buffer_size () const method count (line 103) | int count () const method count_max (line 108) | int count_max () const method empty (line 113) | bool empty () const method dropped (line 118) | int dropped () const method pop_front (line 131) | void pop_front () method reference (line 145) | reference front () method const_reference (line 150) | const_reference front () const method reference (line 160) | reference back () method const_reference (line 165) | const_reference back () const method previous_tail (line 176) | size_t previous_tail () FILE: libseq66/include/util/strfunctions.hpp type seq66 (line 52) | namespace seq66 function not_npos (line 70) | inline bool function is_npos (line 76) | inline bool function string_format (line 234) | std::string string_format (const std::string & format, Args ... args) FILE: libseq66/src/cfg/basesettings.cpp type seq66 (line 43) | namespace seq66 FILE: libseq66/src/cfg/cmdlineopts.cpp type option (line 105) | struct option function s_help_2 (line 302) | static const std::string s_help_2 FILE: libseq66/src/cfg/comments.cpp type seq66 (line 35) | namespace seq66 FILE: libseq66/src/cfg/configfile.cpp type seq66 (line 58) | namespace seq66 function delete_configuration (line 988) | bool function copy_configuration (line 1008) | bool function get_current_date_time (line 1046) | std::string FILE: libseq66/src/cfg/midicontrolfile.cpp type seq66 (line 44) | namespace seq66 function read_midi_control_file (line 1206) | bool function bussbyte (line 1380) | bussbyte function write_midi_control_file (line 1586) | bool FILE: libseq66/src/cfg/mutegroupsfile.cpp type seq66 (line 42) | namespace seq66 function mutegroups (line 51) | static mutegroups & function open_mutegroups (line 491) | bool function save_mutegroups (line 503) | bool FILE: libseq66/src/cfg/notemapfile.cpp type seq66 (line 39) | namespace seq66 function copy_notemapper (line 351) | bool FILE: libseq66/src/cfg/patchesfile.cpp type seq66 (line 39) | namespace seq66 function open_patches (line 288) | bool function save_patches (line 314) | bool function save_patches (line 348) | bool function copy_patches (line 396) | bool FILE: libseq66/src/cfg/playlistfile.cpp type seq66 (line 54) | namespace seq66 function open_playlist (line 587) | bool function save_playlist (line 637) | bool function save_playlist (line 677) | bool function copy_playlist_songs (line 733) | bool FILE: libseq66/src/cfg/rcfile.cpp type seq66 (line 81) | namespace seq66 function write_rc_file (line 1294) | bool function delete_configuration (line 1310) | bool function copy_configuration (line 1343) | bool FILE: libseq66/src/cfg/rcsettings.cpp type seq66 (line 49) | namespace seq66 FILE: libseq66/src/cfg/recent.cpp type seq66 (line 40) | namespace seq66 function recent (line 67) | recent & FILE: libseq66/src/cfg/scales.cpp type seq66 (line 74) | namespace seq66 function scales_policy (line 197) | bool function scales_policy (line 218) | bool function rotate_scale_right (line 255) | static void function rotate_transpose_right (line 266) | static void function musical_note_name (line 537) | std::string function musical_key_name (line 561) | std::string function musical_scale_name (line 571) | std::string function harmonic_number_valid (line 632) | bool function chord_number_valid (line 667) | bool function chord_notes (line 704) | const chord_notes & function chord_intervals (line 756) | std::string function note_in_chord (line 794) | bool function midi_note_frequency (line 840) | double function analyze_note (line 875) | static bool FILE: libseq66/src/cfg/sessionfile.cpp type seq66 (line 48) | namespace seq66 FILE: libseq66/src/cfg/settings.cpp type seq66 (line 52) | namespace seq66 function tokenization (line 182) | const tokenization & function tokenization (line 197) | const tokenization & function tokenization (line 214) | const tokenization & function tokenization (line 230) | const tokenization & function tokenization (line 248) | const tokenization & function tokenization (line 265) | const tokenization & function zoom_item (line 275) | int function tokenization (line 297) | const tokenization & function expanded_zoom_item (line 307) | int function tokenization (line 328) | const tokenization & function tokenization (line 342) | const tokenization & function rcsettings (line 362) | rcsettings & function usrsettings (line 379) | usrsettings & function set_configuration_defaults (line 390) | void function tokenization (line 404) | const tokenization & function tokenization (line 422) | const tokenization & function choose_ppqn (line 456) | int function ppqn_in_range (line 474) | bool function open_user_manual (line 486) | bool function open_tutorial (line 520) | bool function tokenization (line 551) | const tokenization & function tokenization (line 596) | const tokenization & function tokenization (line 642) | const tokenization & function open_share_doc_file (line 689) | std::string FILE: libseq66/src/cfg/userinstrument.cpp type seq66 (line 37) | namespace seq66 function userinstrument (line 82) | userinstrument & FILE: libseq66/src/cfg/usermidibus.cpp type seq66 (line 39) | namespace seq66 function usermidibus (line 91) | usermidibus & FILE: libseq66/src/cfg/usrfile.cpp type seq66 (line 44) | namespace seq66 function make_section_name (line 100) | static std::string FILE: libseq66/src/cfg/usrsettings.cpp type seq66 (line 114) | namespace seq66 function alteration (line 669) | alteration function alteration (line 694) | alteration function recordstyle (line 734) | recordstyle function recordstyle (line 750) | recordstyle function usermidibus (line 961) | usermidibus & function userinstrument (line 1005) | userinstrument & function midipulse (line 1286) | midipulse function midibpm (line 1392) | midibpm function midilong (line 1398) | midilong function midibpm (line 1404) | midibpm function default_color_check (line 1725) | static bool FILE: libseq66/src/cfg/zoomer.cpp type seq66 (line 78) | namespace seq66 function midipulse (line 219) | midipulse function adapted_seq_zoom (line 296) | int function adapted_perf_zoom (line 314) | int FILE: libseq66/src/ctrl/automation.cpp type seq66 (line 126) | namespace seq66 type automation (line 129) | namespace automation function category_to_string (line 132) | std::string function category (line 154) | category function action_to_string (line 169) | std::string function action (line 191) | action function actionable (line 213) | bool function ctrlstatus_to_string (line 223) | std::string function slot_to_string (line 403) | std::string function slot (line 415) | slot FILE: libseq66/src/ctrl/keycontainer.cpp type seq66 (line 39) | namespace seq66 function keycontrol (line 240) | const keycontrol & function keystroke (line 333) | keystroke FILE: libseq66/src/ctrl/keycontrol.cpp type seq66 (line 38) | namespace seq66 FILE: libseq66/src/ctrl/keymap.cpp type seq66 (line 37) | namespace seq66 function modifier_names (line 40) | std::string function modifier_code (line 71) | unsigned function ctrlkey (line 99) | ctrlkey function ctrlkey (line 105) | ctrlkey function ctrlkey (line 111) | ctrlkey function ctrlkey (line 117) | ctrlkey function ctrlkey (line 123) | ctrlkey type qt_keycodes (line 141) | struct qt_keycodes function qt_keycodes (line 256) | static qt_keycodes & function setup_qt_azerty_fr_keys (line 619) | static void function is_undefined_qt_key (line 714) | bool function ctrlkey (line 725) | ctrlkey function is_invalid_ordinal (line 735) | bool function qt_keycode_map (line 765) | static qt_keycode_map & function qt_keyname_map (line 785) | static qt_keyname_map & function keymap_size (line 796) | int function initialize_key_maps (line 807) | static bool function ordinal_to_qt_key (line 897) | unsigned function ctrlkey (line 947) | ctrlkey function qt_modkey_name (line 1021) | std::string function ctrlkey (line 1041) | ctrlkey function qt_ordinal_keyname (line 1063) | std::string function modify_keyboard_layout (line 1075) | void FILE: libseq66/src/ctrl/keystroke.cpp type seq66 (line 39) | namespace seq66 type charpair_t (line 91) | struct charpair_t type charpair_t (line 101) | struct charpair_t function ctrlkey (line 146) | ctrlkey function ctrlkey (line 186) | ctrlkey function ctrlkey (line 208) | ctrlkey FILE: libseq66/src/ctrl/midicontrol.cpp type seq66 (line 50) | namespace seq66 FILE: libseq66/src/ctrl/midicontrolbase.cpp type seq66 (line 39) | namespace seq66 FILE: libseq66/src/ctrl/midicontrolin.cpp type seq66 (line 80) | namespace seq66 function midicontrol (line 183) | const midicontrol & FILE: libseq66/src/ctrl/midicontrolout.cpp type seq66 (line 76) | namespace seq66 function auto_name (line 190) | std::string function seqaction_to_string (line 200) | std::string function action_to_string (line 217) | std::string function event (line 429) | event FILE: libseq66/src/ctrl/midimacro.cpp type seq66 (line 51) | namespace seq66 function midibytes (line 66) | const midibytes & FILE: libseq66/src/ctrl/midimacros.cpp type seq66 (line 51) | namespace seq66 function midibytes (line 131) | midibytes function midibytes (line 181) | midibytes function midimacro (line 195) | const midimacro & function tokenization (line 215) | tokenization FILE: libseq66/src/ctrl/midioperation.cpp type seq66 (line 37) | namespace seq66 FILE: libseq66/src/ctrl/opcontainer.cpp type seq66 (line 38) | namespace seq66 function midioperation (line 101) | const midioperation & FILE: libseq66/src/ctrl/opcontrol.cpp type seq66 (line 36) | namespace seq66 FILE: libseq66/src/ctrl/winkeys.hpp function qt_keycodes (line 47) | static qt_keycodes & function setup_qt_azerty_fr_keys (line 383) | static void FILE: libseq66/src/midi/businfo.cpp type seq66 (line 53) | namespace seq66 function e_clock (line 457) | e_clock function swap (line 866) | void FILE: libseq66/src/midi/calculations.cpp type seq66 (line 86) | namespace seq66 function strtoi (line 101) | static int function extract_timing_numbers (line 150) | int function tokenize_string (line 203) | int function pulses_to_string (line 248) | std::string function pulses_to_measurestring (line 277) | std::string function pulses_to_midi_measures (line 331) | bool function pulses_to_measures (line 395) | double function pulses_to_time_string (line 424) | std::string function pulses_to_time_string (line 461) | std::string function pulses_to_hours (line 519) | int function trunc_measures (line 534) | double function midipulse (line 581) | midipulse function midipulse (line 653) | midipulse function midi_measures (line 687) | midi_measures function midipulse (line 736) | midipulse function midipulse (line 794) | midipulse function randomize (line 841) | int class randomizer (line 867) | class randomizer method randomizer (line 879) | randomizer (int seed = -1) : method generate (line 888) | int generate () method generate (line 893) | int generate (int range) function randomize_uniformly (line 902) | int function is_power_of_2 (line 936) | bool function log2_of_power_of_2 (line 959) | int function pulses_per_substep (line 1040) | int function pulses_per_pixel (line 1067) | int function beat_power_of_2 (line 1092) | int function previous_power_of_2 (line 1124) | int function next_power_of_2 (line 1151) | int function power (line 1183) | int function midibyte (line 1213) | midibyte function midibpm (line 1232) | midibpm function tempo_us_to_bytes (line 1269) | bool function midibyte (line 1322) | midibyte function midibpm (line 1344) | midibpm function midibpm (line 1366) | midibpm function midi_data_adjust (line 1400) | int function combine_bytes (line 1437) | unsigned short function midilong (line 1454) | midilong function midipulse (line 1498) | midipulse function wave_func (line 1536) | double function unit_truncation (line 1596) | double function exp_normalize (line 1629) | double function wave_type_name (line 1656) | std::string function extract_port_names (line 1729) | bool function extract_bus_name (line 1780) | std::string function extract_port_name (line 1803) | std::string function extract_a2j_port_name (line 1843) | std::string function midipulse (line 1881) | midipulse function midipulse (line 1897) | midipulse function midipulse (line 1911) | midipulse function one_max (line 1936) | static double function fequal (line 1953) | bool function fnotequal (line 1963) | bool function flessthan (line 1973) | bool function fgreaterthan (line 1983) | bool function pitch_value_semitones (line 2026) | double function pitch_data_bytes (line 2061) | void function pitch_data_bytes_scaled (line 2076) | void FILE: libseq66/src/midi/controllers.cpp type seq66 (line 38) | namespace seq66 function controller_name (line 185) | std::string function set_controller_name (line 207) | void function rpn_name (line 237) | std::string function rpn_number_to_bytes (line 282) | bool function bytes_to_rpn_number (line 296) | short FILE: libseq66/src/midi/drums.cpp type seq66 (line 37) | namespace seq66 function drums (line 79) | static drums & function drum_is_valid (line 102) | static bool drum_is_valid (int drumnumber) function add_drum (line 176) | bool function set_drums_comment (line 190) | void function gm_drum_name (line 216) | std::string function drum_name (line 237) | std::string function drum_list (line 254) | std::string FILE: libseq66/src/midi/editable_event.cpp type seq66 (line 42) | namespace seq66 function midishort (line 491) | midishort function midishort (line 528) | midishort function time_signature_string (line 1281) | std::string function time_signature_bytes (line 1310) | bool function sysex_string (line 1371) | std::string function sysex_bytes (line 1387) | bool FILE: libseq66/src/midi/editable_events.cpp type seq66 (line 38) | namespace seq66 function editable_events (line 104) | editable_events & function midipulse (line 125) | midipulse function midipulse (line 269) | midipulse function editable_event (line 306) | editable_event & FILE: libseq66/src/midi/event.cpp type seq66 (line 96) | namespace seq66 function event (line 298) | event & function midibpm (line 1367) | midibpm function event (line 1658) | event function event (line 1713) | event FILE: libseq66/src/midi/eventlist.cpp type seq66 (line 40) | namespace seq66 function eventlist (line 85) | eventlist & function midipulse (line 114) | midipulse function midipulse (line 126) | midipulse function midipulse (line 1007) | midipulse function midipulse (line 1247) | midipulse function midipulse (line 3083) | midipulse function midipulse (line 3115) | midipulse FILE: libseq66/src/midi/jack_assistant.cpp type seq66 (line 137) | namespace seq66 function jack_debug_print (line 220) | static void function jack_dummy_callback (line 270) | int function jack_transport_callback (line 319) | int function jack_client_t (line 462) | jack_client_t * function jack_set_position (line 542) | void function get_jack_client_uuid (line 586) | std::string function set_jack_client_property (line 632) | bool function set_jack_port_property (line 660) | bool function set_jack_port_property (line 682) | bool function show_jack_statuses (line 793) | void function jack_ticks (line 812) | static double function jack_ticks_delta (line 822) | static double function jack_sync_callback (line 1480) | int function session_event_name (line 1510) | static std::string function jack_session_callback (line 1650) | void function jack_client_t (line 1969) | jack_client_t * function jack_timebase_callback (line 2120) | void function jack_transport_shutdown (line 2193) | void function jack_state_name (line 2218) | std::string FILE: libseq66/src/midi/mastermidibase.cpp type seq66 (line 42) | namespace seq66 function e_clock (line 421) | e_clock FILE: libseq66/src/midi/midi_splitter.cpp type seq66 (line 42) | namespace seq66 FILE: libseq66/src/midi/midi_vector.cpp type seq66 (line 36) | namespace seq66 FILE: libseq66/src/midi/midi_vector_base.cpp type seq66 (line 121) | namespace seq66 function midipulse (line 631) | midipulse FILE: libseq66/src/midi/midibase.cpp type seq66 (line 53) | namespace seq66 FILE: libseq66/src/midi/midibytes.cpp type seq66 (line 40) | namespace seq66 function midi_bytes_string (line 136) | std::string function midibyte (line 174) | midibyte function midibooleans (line 197) | midibooleans FILE: libseq66/src/midi/midifile.cpp type seq66 (line 99) | namespace seq66 function is_proptag (line 215) | static bool function midibyte (line 359) | midibyte function midishort (line 380) | midishort function midilong (line 396) | midilong function midilong (line 443) | midilong function midilong (line 661) | midilong function sequence (line 1833) | sequence * function midilong (line 1911) | midilong function read_midi_file (line 3760) | bool function write_midi_file (line 3832) | bool FILE: libseq66/src/midi/patches.cpp type seq66 (line 37) | namespace seq66 function patches (line 79) | static patches & function add_patch (line 235) | bool function set_patches_comment (line 249) | void function gm_program_name (line 274) | std::string function program_name (line 294) | std::string function program_list (line 308) | std::string FILE: libseq66/src/midi/wrkfile.cpp type seq66 (line 88) | namespace seq66 type wrk_chunk_t (line 95) | enum wrk_chunk_t function midishort (line 278) | midishort function midilong (line 305) | midilong function midilong (line 323) | midilong function midilong (line 339) | midilong function midilong (line 356) | midilong function sequence (line 499) | sequence * FILE: libseq66/src/os/daemonize.cpp type seq66 (line 141) | namespace seq66 function daemonization (line 225) | daemonization function undaemonize (line 370) | void function reroute_stdio_to_dev_null (line 392) | bool function close_stdio (line 437) | bool function reroute_stdio (line 467) | bool function session_restart (line 539) | bool function session_close (line 553) | bool function session_save (line 569) | bool function signal_for_save (line 580) | void signal_for_save () function signal_for_exit (line 585) | void signal_for_exit () function signal_for_restart (line 594) | void function signal_end_restart (line 600) | void function session_handler (line 621) | static void function session_setup (line 656) | bool function pid_t (line 686) | pid_t function pid_exists (line 713) | bool function get_pid (line 719) | std::string function get_process_name (line 726) | std::string function get_process_name (line 742) | std::string function get_parent_process_name (line 765) | std::string function session_setup (line 780) | bool function pid_exists (line 791) | bool function pid_t (line 797) | pid_t function get_pid (line 803) | std::string function get_process_name (line 810) | std::string function get_process_name (line 817) | std::string function get_parent_process_name (line 828) | std::string FILE: libseq66/src/os/shellexecute.cpp type seq66 (line 42) | namespace seq66 function command_line (line 49) | bool function open_pdf (line 72) | bool function open_url (line 91) | bool function open_local_url (line 114) | bool function open_document (line 122) | bool function copy_directory_recursive (line 147) | bool function open_document (line 219) | bool function copy_directory_recursive (line 259) | bool FILE: libseq66/src/os/timing.cpp type seq66 (line 55) | namespace seq66 function std_sleep_us (line 62) | int function millisleep (line 104) | bool function microsleep (line 145) | bool function microsleep (line 191) | bool function thread_yield (line 223) | void function thread_yield (line 231) | void function microtime (line 253) | long function millitime (line 269) | long function microtime (line 302) | long function millitime (line 332) | long function set_thread_priority (line 376) | bool function set_timer_services (line 416) | bool function set_thread_priority (line 445) | bool function set_timer_services (line 471) | bool FILE: libseq66/src/play/clockslist.cpp type seq66 (line 40) | namespace seq66 function e_clock (line 196) | e_clock function clockslist (line 222) | clockslist & function output_port_name (line 236) | std::string function bussbyte (line 251) | bussbyte function build_output_port_map (line 273) | bool function clear_output_port_map (line 308) | void function activate_output_port_map (line 315) | void function bussbyte (line 354) | bussbyte function output_port_map_list (line 397) | std::string FILE: libseq66/src/play/inputslist.cpp type seq66 (line 40) | namespace seq66 function inputslist (line 202) | inputslist & function input_port_name (line 216) | std::string function bussbyte (line 231) | bussbyte function build_input_port_map (line 250) | bool function clear_input_port_map (line 292) | void function activate_input_port_map (line 299) | void function bussbyte (line 337) | bussbyte function input_port_map_list (line 380) | std::string FILE: libseq66/src/play/metro.cpp type seq66 (line 36) | namespace seq66 function midipulse (line 80) | midipulse FILE: libseq66/src/play/mutegroup.cpp type seq66 (line 88) | namespace seq66 function write_stanza_bits (line 318) | std::string function push_8_bits (line 387) | static void function parse_stanza_bits (line 426) | bool FILE: libseq66/src/play/mutegroups.cpp type seq66 (line 49) | namespace seq66 function midibooleans (line 264) | midibooleans function midibooleans (line 284) | midibooleans function mutegroup (line 385) | const mutegroup & function mutegroup (line 400) | mutegroup & FILE: libseq66/src/play/notemapper.cpp type seq66 (line 42) | namespace seq66 FILE: libseq66/src/play/performer.cpp type seq66 (line 259) | namespace seq66 function event (line 545) | event function bussbyte (line 1095) | bussbyte function bussbyte (line 1433) | bussbyte function midibpm (line 2924) | midibpm function midibpm (line 2940) | midibpm function midibpm (line 2959) | midibpm function midibpm (line 2978) | midibpm function midibpm (line 2991) | midibpm function sequence (line 3740) | sequence * function midipulse (line 6211) | midipulse function trigger (line 6574) | const trigger & FILE: libseq66/src/play/playlist.cpp type seq66 (line 46) | namespace seq66 FILE: libseq66/src/play/portslist.cpp type seq66 (line 41) | namespace seq66 function detect_short_name (line 58) | static bool function buss_string (line 264) | static std::string function count_colons (line 365) | static int function bussbyte (line 515) | bussbyte function bussbyte (line 543) | bussbyte function bussbyte (line 558) | bussbyte FILE: libseq66/src/play/screenset.cpp type seq66 (line 51) | namespace seq66 function midipulse (line 672) | midipulse function midipulse (line 695) | midipulse function midipulse (line 737) | midipulse FILE: libseq66/src/play/seq.cpp type seq66 (line 52) | namespace seq66 FILE: libseq66/src/play/sequence.cpp type seq66 (line 65) | namespace seq66 function midipulse (line 939) | midipulse function midipulse (line 1001) | midipulse function midipulse (line 1279) | midipulse function midipulse (line 1335) | midipulse function midipulse (line 1356) | midipulse function event (line 4598) | event function trigger (line 5494) | const trigger & function midipulse (line 5631) | midipulse function midipulse (line 5648) | midipulse function midipulse (line 5759) | midipulse function midipulse (line 5766) | midipulse function midipulse (line 6441) | midipulse function midipulse (line 6466) | midipulse function midipulse (line 7839) | midipulse function recordstyle (line 8056) | recordstyle function midipulse (line 8275) | midipulse FILE: libseq66/src/play/setmapper.cpp type seq66 (line 87) | namespace seq66 function screenset (line 283) | const screenset & function screenset (line 295) | screenset & function midipulse (line 644) | midipulse function midipulse (line 657) | midipulse function midipulse (line 700) | midipulse FILE: libseq66/src/play/setmaster.cpp type seq66 (line 47) | namespace seq66 function screenset (line 251) | screenset & function screenset (line 258) | const screenset & FILE: libseq66/src/play/songsummary.cpp type seq66 (line 44) | namespace seq66 function write_song_summary (line 431) | bool FILE: libseq66/src/play/triggers.cpp type seq66 (line 70) | namespace seq66 function triggers (line 180) | triggers & function midipulse (line 469) | midipulse function trigger (line 821) | const trigger & function trigger (line 833) | const trigger & function midipulse (line 1010) | midipulse function midipulse (line 1030) | midipulse function midipulse (line 1184) | midipulse function trigger (line 1402) | trigger FILE: libseq66/src/seq66_features.cpp type seq66 (line 49) | namespace seq66 function set_pane_focus (line 104) | void function set_alsa_version (line 115) | void function set_jack_version (line 121) | void function set_qt_version (line 127) | void function set_app_name (line 137) | void function set_app_path (line 147) | void function set_app_type (line 157) | void function set_app_cli (line 163) | void function set_app_engine (line 169) | void function set_app_build_os (line 175) | void function set_app_build_issue (line 181) | void function set_arg_0 (line 187) | void function set_client_name (line 193) | void function set_package_name (line 208) | void function seq_app_cli (line 248) | bool function is_a_tty (line 365) | bool function seq_client_tag (line 417) | std::string function session_tag (line 465) | std::string function seq_build_details (line 545) | std::string FILE: libseq66/src/sessions/clinsmanager.cpp type seq66 (line 47) | namespace seq66 function get_and_set_build_issue (line 59) | static void FILE: libseq66/src/sessions/smanager.cpp type seq66 (line 73) | namespace seq66 FILE: libseq66/src/util/automutex.cpp type seq66 (line 36) | namespace seq66 FILE: libseq66/src/util/basic_macros.cpp type seq66 (line 54) | namespace seq66 function set_verbose (line 65) | void function verbose (line 71) | bool function set_investigate (line 77) | void function investigate (line 83) | bool function not_nullptr_assert (line 112) | bool function write_msg (line 143) | static void function async_safe_strprint (line 168) | void function async_safe_errprint (line 192) | void function async_safe_utoa (line 233) | void function info_message (line 277) | void function status_message (line 291) | void function session_message (line 302) | void function warn_message (line 327) | void function error_message (line 352) | bool function debug_message (line 385) | void function file_error (line 423) | bool function file_message (line 444) | void function print_client_tag (line 456) | void function formatted (line 490) | static std::string function boolprint (line 520) | void function toggleprint (line 537) | void function msgprintf (line 572) | void function msgsnprintf (line 630) | std::string FILE: libseq66/src/util/condition.cpp type seq66 (line 44) | namespace seq66 class condition::impl (line 53) | class condition::impl method impl (line 82) | impl (recmutex & rm) : m_cond (sm_cond), m_rec_mutex (rm) method signal (line 91) | void signal () method wait (line 102) | void wait () method wait (line 111) | void wait (int ms) function condition (line 156) | condition & type seq66 (line 129) | namespace seq66 class condition::impl (line 53) | class condition::impl method impl (line 82) | impl (recmutex & rm) : m_cond (sm_cond), m_rec_mutex (rm) method signal (line 91) | void signal () method wait (line 102) | void wait () method wait (line 111) | void wait (int ms) function condition (line 156) | condition & FILE: libseq66/src/util/filefunctions.cpp type _stat (line 120) | struct _stat type stat (line 138) | struct stat type stat (line 160) | struct stat type seq66 (line 176) | namespace seq66 function s_stringcopy (line 217) | static bool function string_errno (line 294) | static std::string function s_file_error (line 366) | static bool function file_access (line 411) | bool function file_exists (line 453) | bool function file_readable (line 470) | bool function file_writable (line 487) | bool function file_read_writable (line 509) | bool function file_executable (line 525) | bool function file_is_directory (line 563) | bool function file_size (line 607) | size_t function file_name_good (line 641) | bool function file_mode_good (line 681) | bool function current_date_time (line 818) | std::string function file_write_string (line 836) | bool function file_read_string (line 866) | std::string function file_close (line 902) | bool function file_delete (line 921) | bool function file_copy (line 965) | bool function file_copy_to_path (line 1037) | bool function file_append_log (line 1098) | bool function name_has_path (line 1148) | bool function name_has_root_path (line 1183) | bool function name_has_extension (line 1229) | bool function make_directory (line 1260) | static bool FILE: libseq66/src/util/named_bools.cpp type seq66 (line 38) | namespace seq66 FILE: libseq66/src/util/palette.cpp type seq66 (line 38) | namespace seq66 FILE: libseq66/src/util/recmutex.cpp type seq66 (line 76) | namespace seq66 function m_mutex_lock (line 113) | m_mutex_lock () /* uninitialized pthread_mutex_t ... function recmutex (line 140) | recmutex & FILE: libseq66/src/util/rect.cpp type seq66 (line 34) | namespace seq66 FILE: libseq66/src/util/ring_buffer.cpp type seq66 (line 117) | namespace seq66 class ring_test (line 122) | class ring_test method ring_test (line 137) | ring_test (const ring_test & rhs) = default; method ring_test (line 138) | ring_test & operator = (const ring_test & rhs) = default; method increment (line 141) | void increment () method test_counter (line 146) | int test_counter () const method set_test_text (line 151) | void set_test_text (const std::string & t) function show_message (line 165) | static void function show_error (line 171) | static void function item_test (line 177) | static bool function run_ring_test (line 205) | bool FILE: libseq66/src/util/strfunctions.cpp type seq66 (line 49) | namespace seq66 function empty_string (line 67) | std::string function is_empty_string (line 80) | bool function is_questionable_string (line 93) | bool function is_missing_string (line 99) | bool function contains (line 110) | bool function strip_comments (line 131) | std::string function next_quoted_string (line 164) | std::string function next_bracketed_string (line 187) | std::string function strip_quotes (line 224) | std::string function add_quotes (line 267) | std::string function strncompare (line 321) | bool function casecompare (line 358) | static inline bool function strcasecompare (line 376) | bool function trim (line 453) | std::string function string_replace (line 483) | std::string function has_digit (line 511) | static bool function hex_digit (line 565) | int function string_to_midi_bytes (line 593) | std::string function midi_bytes_to_string (line 623) | std::string function string_to_bool (line 693) | bool function string_to_int_pair (line 724) | bool function string_to_time_signature (line 750) | bool function time_signature_string (line 756) | std::string function string_to_double (line 797) | double function is_floating_string (line 838) | bool function double_to_string (line 876) | std::string function string_to_float (line 888) | float function string_to_long (line 916) | long function long_to_string (line 934) | std::string function string_to_unsigned_long (line 946) | unsigned long function string_to_unsigned (line 965) | unsigned function string_to_int (line 984) | int function int_to_string (line 990) | std::string function string_not_void (line 1012) | bool function string_is_void (line 1047) | bool function strings_match (line 1080) | bool function strings_match_ex (line 1107) | bool function tolower (line 1132) | std::string function toupper (line 1148) | std::string function capitalize (line 1164) | std::string function bool_to_string (line 1181) | std::string function bool_to_char (line 1193) | char function pointer_to_string (line 1201) | std::string function tokenize_stanzas (line 1243) | int function tokenization (line 1323) | tokenization function tokenization (line 1358) | tokenization function simplify (line 1427) | std::string function widen_string (line 1477) | std::wstring function word_wrap (line 1532) | std::string function hanging_word_wrap (line 1595) | std::string FILE: libsessions/include/nsm/nsmbase.hpp type seq66 (line 36) | namespace seq66 type nsm (line 39) | namespace nsm type error (line 46) | enum class error class nsmbase (line 96) | class nsmbase method is_active (line 156) | bool is_active() const // session activation accessor method is_a_client (line 161) | bool is_a_client (const nsmbase * p) method not_a_client (line 166) | bool not_a_client (const nsmbase * p) method dirty (line 215) | bool dirty () const method path_name (line 224) | void path_name (const std::string & s) method display_name (line 229) | void display_name (const std::string & s) method client_id (line 234) | void client_id (const std::string & s) method is_active (line 239) | void is_active (bool f) method manager (line 244) | void manager (const std::string & s) method capabilities (line 249) | void capabilities (const std::string & s) method open_reply (line 305) | void open_reply (bool loaded) method save_reply (line 312) | void save_reply (bool saved) FILE: libsessions/include/nsm/nsmclient.hpp type seq66 (line 22) | namespace seq66 class smanager (line 25) | class smanager class nsmclient (line 31) | class nsmclient : public nsmbase type caps (line 63) | enum class caps method hidden (line 99) | bool hidden () const method hidden (line 148) | void hidden (bool flag) FILE: libsessions/include/nsm/nsmmessagesex.hpp type seq66 (line 25) | namespace seq66 type nsm (line 33) | namespace nsm type tag (line 43) | enum class tag FILE: libsessions/include/nsm/nsmserver.hpp type seq66 (line 22) | namespace seq66 class nsmserver (line 29) | class nsmserver : public nsmbase type caps (line 52) | enum class caps type command (line 64) | enum class command FILE: libsessions/src/nsm/nsmbase.cpp type seq66 (line 132) | namespace seq66 function osc_nsm_reply (line 139) | static int function osc_nsm_error (line 176) | static int type nsm (line 1005) | namespace nsm function reply_string (line 1036) | std::string function get_session_url (line 1124) | static std::string function get_url (line 1147) | std::string function incoming_msg (line 1165) | void function outgoing_msg (line 1185) | void function tokenization (line 1201) | tokenization FILE: libsessions/src/nsm/nsmclient.cpp type seq66 (line 176) | namespace seq66 function osc_nsm_announce_reply (line 183) | static int function osc_nsm_open (line 209) | static int function osc_nsm_save (line 229) | static int function osc_nsm_session_loaded (line 249) | static int function osc_nsm_label (line 269) | static int function osc_nsm_show (line 293) | static int function osc_nsm_hide (line 323) | static int function osc_nsm_broadcast (line 343) | static int function nsmclient (line 735) | nsmclient * FILE: libsessions/src/nsm/nsmmessagesex.cpp type seq66 (line 79) | namespace seq66 type nsm (line 87) | namespace nsm function nsm_lookup (line 234) | static bool function client_msg (line 259) | bool function gui_client_msg (line 265) | bool function gui_session_msg (line 271) | bool function proxy_msg (line 277) | bool function server_msg (line 283) | bool function misc_msg (line 289) | bool function tag (line 301) | tag function tag (line 333) | tag function tag (line 339) | tag function is_announce (line 377) | bool FILE: libsessions/src/nsm/nsmserver.cpp type seq66 (line 37) | namespace seq66 function create_nsmserver (line 50) | std::unique_ptr FILE: seq_portmidi/include/mastermidibus_pm.hpp type seq66 (line 41) | namespace seq66 class mastermidibus (line 50) | class mastermidibus : public mastermidibase method mastermidibus (line 55) | mastermidibus () = delete; FILE: seq_portmidi/include/midibus_pm.hpp type seq66 (line 41) | namespace seq66 class event (line 43) | class event class midibus (line 49) | class midibus : public midibase method is_port_locked (line 91) | virtual bool is_port_locked () const override method set_port_locked (line 96) | void set_port_locked () FILE: seq_portmidi/include/pminternal.h type midibyte_t (line 126) | typedef unsigned char midibyte_t; type PmMessage (line 143) | typedef int32_t PmMessage; type PmTimestamp (line 150) | typedef int32_t PmTimestamp; type PmDeviceInfo (line 173) | typedef struct type PmTimestamp (line 193) | typedef PmTimestamp (* PmTimeProcPtr) (void * time_info); type PmQueue (line 199) | typedef void PmQueue; type PmEvent (line 265) | typedef struct type PmDeviceID (line 277) | typedef int PmDeviceID; type PmError (line 298) | typedef enum type pm_internal_struct (line 334) | struct pm_internal_struct type PmError (line 340) | typedef PmError (* pm_write_short_fn) type PmError (line 346) | typedef PmError (* pm_begin_sysex_fn) type PmError (line 352) | typedef PmError (* pm_end_sysex_fn) type PmError (line 358) | typedef PmError (* pm_write_byte_fn) type PmError (line 365) | typedef PmError (* pm_write_realtime_fn) type PmError (line 371) | typedef PmError (* pm_write_flush_fn) type PmTimestamp (line 377) | typedef PmTimestamp (* pm_synchronize_fn) (struct pm_internal_struct * m... type PmError (line 384) | typedef PmError (* pm_open_fn) type PmError (line 390) | typedef PmError (* pm_abort_fn) (struct pm_internal_struct * midi); type PmError (line 397) | typedef PmError (* pm_close_fn) (struct pm_internal_struct * midi); type PmError (line 398) | typedef PmError (* pm_poll_fn) (struct pm_internal_struct * midi); type pm_internal_struct (line 402) | struct pm_internal_struct type pm_internal_struct (line 409) | struct pm_internal_struct type pm_fns_node (line 412) | typedef struct type descriptor_node (line 430) | typedef struct type PmInternal (line 466) | typedef struct pm_internal_struct FILE: seq_portmidi/include/portmidi.h type PortMidiStream (line 85) | typedef void PortMidiStream; FILE: seq_portmidi/include/porttime.h type PtError (line 61) | typedef enum type PtTimestamp (line 71) | typedef int32_t PtTimestamp; FILE: seq_portmidi/src/mastermidibus.cpp type seq66 (line 42) | namespace seq66 FILE: seq_portmidi/src/midibus.cpp type seq66 (line 50) | namespace seq66 function s_portname (line 55) | static std::string FILE: seq_portmidi/src/pmlinux.c function pm_init (line 63) | void function pm_term (line 87) | void FILE: seq_portmidi/src/pmlinuxalsa.c type alsa_descriptor_node (line 105) | typedef struct alsa_descriptor_struct function get_alsa_error_text (line 120) | static void function PmError (line 149) | static PmError function alsa_unuse_queue (line 175) | static void function midi_message_length (line 192) | static int function PmError (line 215) | static PmError function PmError (line 312) | static PmError function PmError (line 382) | static PmError function PmError (line 427) | static PmError function PmError (line 524) | static PmError function PmError (line 576) | static PmError function PmError (line 600) | static PmError function PmError (line 609) | static PmError function PmError (line 621) | static PmError function PmError (line 651) | PmError function PmTimestamp (line 665) | static PmTimestamp function handle_event (line 671) | static void function PmError (line 878) | static PmError function alsa_has_host_error (line 917) | static unsigned function alsa_get_host_error (line 928) | static void function cbool_t (line 1019) | static cbool_t function PmError (line 1040) | PmError function pm_linuxalsa_term (line 1152) | void FILE: seq_portmidi/src/pmmac.c function pm_init (line 58) | void function pm_term (line 81) | void FILE: seq_portmidi/src/pmmacosxcm.c type midi_macosxcm_node (line 148) | typedef struct midi_macosxcm_struct function midi_length (line 192) | static int function PmTimestamp (line 213) | static PmTimestamp function process_packet (line 257) | static void function readProc (line 392) | static void function PmError (line 460) | static PmError function PmError (line 519) | static PmError function PmError (line 554) | static PmError function PmError (line 588) | static PmError function PmError (line 600) | static PmError function PmError (line 622) | static PmError function PmError (line 667) | static PmError function PmError (line 711) | static PmError function PmError (line 771) | static PmError function PmError (line 804) | static PmError function PmError (line 835) | static PmError function PmError (line 857) | static PmError function midi_has_host_error (line 867) | static unsigned function midi_get_host_error (line 874) | static void function MIDITimeStamp (line 895) | MIDITimeStamp function PmTimestamp (line 910) | PmTimestamp timestamp_cm_to_pm(MIDITimeStamp timestamp) function CFStringRef (line 924) | CFStringRef function CFStringRef (line 1026) | static CFStringRef function PmError (line 1205) | PmError function pm_macosxcm_term (line 1319) | void FILE: seq_portmidi/src/pmutil.c type PmQueueRep (line 45) | typedef struct function PMEXPORT (line 67) | PMEXPORT PmQueue * function PMEXPORT (line 115) | PMEXPORT PmError function PMEXPORT (line 128) | PMEXPORT PmError function PMEXPORT (line 223) | PMEXPORT PmError function PMEXPORT (line 241) | PMEXPORT PmError function PMEXPORT (line 301) | PMEXPORT int function PMEXPORT (line 308) | PMEXPORT int function PMEXPORT (line 332) | PMEXPORT void * FILE: seq_portmidi/src/pmwin.c function pm_exit (line 67) | static void function pm_init (line 78) | void function pm_term (line 95) | void FILE: seq_portmidi/src/pmwinmm.c type midiwinmm_node (line 282) | typedef struct midiwinmm_struct function pm_winmm_general_inputs (line 341) | static void function pm_winmm_mapper_input (line 429) | static void function pm_winmm_general_outputs (line 476) | static void function pm_winmm_mapper_output (line 557) | static void function winmm_has_host_error (line 608) | static unsigned function str_copy_len (line 624) | static int function winmm_get_host_error (line 642) | static void function MIDIHDR (line 679) | static MIDIHDR * function MIDIHDR (line 705) | static MIDIHDR * function PmError (line 728) | static PmError function PmError (line 763) | static PmError function LPMIDIHDR (line 785) | LPMIDIHDR function LPMIDIHDR (line 849) | static LPMIDIHDR function PmError (line 949) | static PmError function PmError (line 1007) | static PmError function PmError (line 1032) | static PmError function PmError (line 1200) | static PmError function PmError (line 1212) | static PmError function winmm_in_callback (line 1275) | static void CALLBACK function add_to_buffer (line 1405) | static int function PmTimestamp (line 1420) | static PmTimestamp function PmError (line 1435) | static PmError function winmm_out_delete (line 1659) | static void function PmError (line 1697) | static PmError function PmError (line 1731) | static PmError function PmError (line 1749) | static PmError function PmError (line 1795) | static PmError function PmError (line 1864) | static PmError function PmError (line 1917) | static PmError function PmError (line 1940) | static PmError function PmError (line 2000) | static PmError function PmTimestamp (line 2102) | static PmTimestamp function winmm_out_callback (line 2142) | static void CALLBACK function winmm_streamout_callback (line 2186) | static void CALLBACK function pm_winmm_init (line 2271) | void function pm_winmm_term (line 2290) | void FILE: seq_portmidi/src/portmidi.c function bad_pointer (line 115) | static int function c_millisleep (line 245) | void function c_millisleep (line 265) | void function strstrcase (line 290) | static int function pm_free (line 381) | void function Pm_set_hosterror_text (line 398) | void function Pm_set_hosterror (line 432) | void function Pm_hosterror (line 438) | int function Pm_set_initialized (line 444) | void function Pm_initialized (line 450) | int function Pm_set_show_debug (line 456) | void function Pm_show_debug (line 462) | int function Pm_set_exit_on_error (line 468) | void function Pm_exit_on_error (line 474) | int function Pm_set_error_present (line 480) | void function Pm_error_present (line 486) | int function Pm_set_error_message (line 500) | void function PmError (line 547) | static PmError function PmError (line 627) | PmError function pm_find_default_device (line 699) | int function PMEXPORT (line 735) | PMEXPORT int function PMEXPORT (line 752) | PMEXPORT const PmDeviceInfo * function PmError (line 766) | PmError function PmError (line 776) | PmError function PmError (line 786) | PmError function PmError (line 792) | PmError function PmError (line 806) | PmError function PmError (line 812) | static PmError function none_get_host_error (line 818) | static void function none_has_host_error (line 827) | static unsigned function PmTimestamp (line 833) | PmTimestamp function PMEXPORT (line 873) | PMEXPORT const char * function PMEXPORT (line 960) | PMEXPORT void function PMEXPORT (line 996) | PMEXPORT int function PMEXPORT (line 1023) | PMEXPORT PmError function PMEXPORT (line 1045) | PMEXPORT PmError function PMEXPORT (line 1108) | PMEXPORT int function PMEXPORT (line 1174) | PMEXPORT PmError function PmError (line 1221) | static PmError function PMEXPORT (line 1254) | PMEXPORT PmError function PMEXPORT (line 1472) | PMEXPORT PmError function PMEXPORT (line 1489) | PMEXPORT PmError function PMEXPORT (line 1637) | PMEXPORT PmError function PMEXPORT (line 1762) | PMEXPORT PmError function PMEXPORT (line 1889) | PMEXPORT PmError function PMEXPORT (line 1916) | PMEXPORT PmError function PMEXPORT (line 1948) | PMEXPORT PmError function PmError (line 2011) | PmError function PMEXPORT (line 2041) | PMEXPORT PmError function pm_flush_sysex (line 2129) | static void function pm_read_short (line 2171) | void function pm_read_bytes (line 2226) | unsigned function Pm_device_opened (line 2363) | int function Pm_device_count (line 2381) | int function Pm_print_devices (line 2387) | void function pm_log_buffer_alloc (line 2431) | void function pm_log_buffer_free (line 2443) | void function pm_log_buffer_append (line 2459) | void FILE: seq_portmidi/src/porttime.c function Pt_Set_Midi_Timing (line 50) | void function Pt_Set_Bpm (line 57) | void function Pt_Set_Ppqn (line 67) | void function Pt_Time_To_Pulses (line 77) | long function Pt_Get_Bpm (line 83) | double function Pt_Get_Tempo_Microseconds (line 89) | int function Pt_Get_Ppqn (line 95) | int FILE: seq_portmidi/src/ptlinux.c type timeb_simple (line 73) | struct timeb_simple type timeb_simple (line 87) | struct timeb_simple type pt_callback_parameters (line 95) | typedef struct function Pt_ftime (line 115) | void type timeval (line 150) | struct timeval function PtError (line 167) | PtError function PtError (line 201) | PtError function Pt_Started (line 214) | int function PtTimestamp (line 220) | PtTimestamp function Pt_Sleep (line 231) | void FILE: seq_portmidi/src/ptmacosx_cf.c type PtThreadParams (line 50) | typedef struct function Pt_CFTimerCallback (line 58) | void function PtError (line 124) | PtError function PtError (line 156) | PtError function Pt_Started (line 165) | int function PtTimestamp (line 171) | PtTimestamp function Pt_Sleep (line 178) | void FILE: seq_portmidi/src/ptmacosx_mach.c type pt_callback_parameters (line 55) | typedef struct function PtError (line 116) | PtError function PtError (line 142) | PtError function Pt_Started (line 152) | int function PtTimestamp (line 158) | PtTimestamp function Pt_Sleep (line 167) | void FILE: seq_portmidi/src/ptwinmm.c function winmm_time_callback (line 44) | void CALLBACK function PMEXPORT (line 54) | PMEXPORT PtError function PMEXPORT (line 78) | PMEXPORT PtError function PMEXPORT (line 95) | PMEXPORT int function PMEXPORT (line 101) | PMEXPORT PtTimestamp function PMEXPORT (line 107) | PMEXPORT void FILE: seq_qt5/include/gui_palette_qt5.hpp type seq66 (line 47) | namespace seq66 class gui_palette_qt5 (line 85) | class gui_palette_qt5 : public basesettings type brush (line 90) | enum class brush type penstyle (line 99) | enum class penstyle type pen (line 110) | enum class pen method gui_palette_qt5 (line 213) | gui_palette_qt5 (const gui_palette_qt5 &) = delete; method gui_palette_qt5 (line 214) | gui_palette_qt5 & operator = (const gui_palette_qt5 &) = delete; method palette_size (line 219) | static int palette_size () method invertible_size (line 224) | static int invertible_size () method reset (line 229) | void reset () method get_color_name (line 248) | std::string get_color_name (PaletteColor index) const method get_color_name_ex (line 253) | std::string get_color_name_ex (PaletteColor index) const method get_pen_color_name (line 258) | std::string get_pen_color_name (PaletteColor index) const method Color (line 263) | const Color & get_color (PaletteColor index) const method get_color_name (line 268) | std::string get_color_name (InvertibleColor index) const method get_inv_color_name (line 273) | std::string get_inv_color_name (InvertibleColor index) const method Color (line 280) | const Color & get_inverse_color (InvertibleColor index) const method Color (line 293) | const Color & get_pen_color (PaletteColor index) const method is_inverse (line 322) | bool is_inverse () const method dark_theme (line 327) | bool dark_theme () const method dark_theme (line 332) | void dark_theme (bool flag) method dark_ui (line 337) | bool dark_ui () const method dark_ui (line 342) | void dark_ui (bool flag) method no_color (line 352) | bool no_color (int c) const method use_gradient_brush (line 384) | bool use_gradient_brush () const FILE: seq_qt5/include/palettefile.hpp type seq66 (line 41) | namespace seq66 class gui_palette_qt5 (line 44) | class gui_palette_qt5 class palettefile (line 52) | class palettefile final : public configfile method palettefile (line 73) | palettefile () = delete; method palettefile (line 74) | palettefile (const palettefile &) = delete; method palettefile (line 75) | palettefile & operator = (const palettefile &) = delete; method palette_size (line 84) | static int palette_size () method gui_palette_qt5 (line 93) | gui_palette_qt5 & palettes () FILE: seq_qt5/include/qbase.hpp type seq66 (line 48) | namespace seq66 class qbase (line 55) | class qbase type status (line 66) | enum class status method stop_playing (line 101) | void stop_playing () method pause_playing (line 106) | void pause_playing () method start_playing (line 111) | void start_playing () method ppqn (line 118) | int ppqn () const method is_dirty (line 123) | bool is_dirty () const method is_initialized (line 128) | bool is_initialized () const method set_initialized (line 135) | void set_initialized (bool flag = true) const method uninitialize (line 140) | void uninitialize () method performer (line 145) | const performer & perf () const method performer (line 150) | performer & perf () method check_dirty (line 157) | virtual bool check_dirty () const method change_bpm (line 166) | virtual bool change_bpm (midibpm /*bpm*/) method set_dirty (line 171) | virtual void set_dirty () method update_midi_buttons (line 178) | virtual void update_midi_buttons () FILE: seq_qt5/include/qclocklayout.hpp class QButtonGroup (line 45) | class QButtonGroup class QGroupBox (line 46) | class QGroupBox class QHBoxLayout (line 47) | class QHBoxLayout class QLabel (line 48) | class QLabel class QRadioButton (line 49) | class QRadioButton class QSpacerItem (line 50) | class QSpacerItem type seq66 (line 52) | namespace seq66 class qclocklayout (line 65) | class qclocklayout : public qportwidget method QHBoxLayout (line 78) | QHBoxLayout * layout () FILE: seq_qt5/include/qeditbase.hpp type seq66 (line 43) | namespace seq66 class performer (line 45) | class performer class sequence (line 46) | class sequence class qeditbase (line 65) | class qeditbase : public qbase method dark_ui (line 334) | bool dark_ui () const method Color (line 339) | const Color & back_color () const method Color (line 344) | const Color & fore_color () const method Color (line 349) | const Color & label_color () const method Color (line 354) | const Color & sel_color () const method Color (line 359) | const Color & drum_color () const method Color (line 364) | const Color & progress_color () const method Color (line 369) | const Color & beat_color () const method Color (line 374) | const Color & step_color () const method Color (line 379) | const Color & octave_color () const method Color (line 384) | const Color & note_in_color () const method Color (line 389) | const Color & note_out_color () const method use_gradient (line 394) | bool use_gradient () const method horiz_pen_width (line 399) | int horiz_pen_width () const method progress_bar_width (line 404) | int progress_bar_width () const method measure_pen_width (line 409) | int measure_pen_width () const method beat_pen_width (line 414) | int beat_pen_width () const method Color (line 439) | const Color & tempo_color () const method Color (line 444) | const Color & grey_color () const method Color (line 449) | const Color & extra_color () const method Brush (line 454) | const Brush & blank_brush () const method Brush (line 459) | const Brush & note_brush () const method Brush (line 464) | const Brush & scale_brush () const method Brush (line 469) | const Brush & backseq_brush () const method zoomer (line 494) | const zoomer & z () const method zoomer (line 499) | zoomer & z () method zoom (line 508) | int zoom () const method scale (line 513) | int scale () const method scale_zoom (line 518) | int scale_zoom () const method expanded_zoom (line 523) | bool expanded_zoom () const method zoom_expansion (line 528) | int zoom_expansion () const method select_action (line 540) | bool select_action () const method normal_action (line 553) | virtual bool normal_action () const method drop_action (line 565) | virtual bool drop_action () const method snap (line 570) | int snap () const method grid_snap (line 580) | int grid_snap () const method midipulse (line 585) | midipulse beat_length () const method midipulse (line 590) | midipulse measure_length () const method selecting (line 595) | bool selecting () const method adding (line 600) | bool adding () const method moving (line 605) | bool moving () const method moving_init (line 610) | bool moving_init () const method growing (line 615) | bool growing () const method painting (line 620) | bool painting () const method paste (line 625) | bool paste () const method drop_x (line 630) | int drop_x () const method drop_y (line 635) | int drop_y () const method snap_drop_x (line 640) | void snap_drop_x () method snap_drop_y (line 645) | void snap_drop_y () method current_x (line 650) | int current_x () const method current_y (line 655) | int current_y () const method progress_x (line 660) | int progress_x () const method old_progress_x (line 665) | int old_progress_x () const method scroll_page (line 670) | int scroll_page () const method progress_follow (line 675) | bool progress_follow () const method scroll_offset (line 680) | virtual int scroll_offset () const method scroll_offset_v (line 685) | int scroll_offset_v () const method scroll_offset_x (line 690) | int scroll_offset_x () const method scroll_offset_y (line 695) | int scroll_offset_y () const method unit_height (line 700) | int unit_height () const method total_height (line 705) | int total_height () const method zoom_in (line 721) | virtual bool zoom_in () method zoom_out (line 726) | virtual bool zoom_out () method set_zoom (line 731) | virtual bool set_zoom (int z) method reset_zoom (line 736) | virtual bool reset_zoom (int ppq = 0) method set_snap (line 743) | void set_snap (midipulse snap) method reset_grid_snap (line 750) | void reset_grid_snap () method horiz_pen_width (line 757) | void horiz_pen_width (int w) method progress_bar_width (line 762) | void progress_bar_width (int w) method measure_pen_width (line 767) | void measure_pen_width (int w) method beat_pen_width (line 772) | void beat_pen_width (int w) method measure_pen_style (line 777) | void measure_pen_style (const Qt::PenStyle & ps) method beat_pen_style (line 782) | void beat_pen_style (const Qt::PenStyle & ps) method four_pen_style (line 787) | void four_pen_style (const Qt::PenStyle & ps) method step_pen_style (line 792) | void step_pen_style (const Qt::PenStyle & ps) method old_rect (line 799) | void old_rect (seq66::rect & r) method selecting (line 807) | void selecting (bool v) method adding (line 812) | void adding (bool v) method moving (line 817) | void moving (bool v) method moving_init (line 822) | void moving_init (bool v) method growing (line 827) | void growing (bool v) method painting (line 832) | void painting (bool v) method paste (line 837) | void paste (bool v) method drop_x (line 842) | void drop_x (int v) method drop_y (line 847) | void drop_y (int v) method current_x (line 852) | void current_x (int v) method current_y (line 857) | void current_y (int v) method progress_x (line 862) | void progress_x (int v) method old_progress_x (line 867) | void old_progress_x (int v) method scroll_page (line 872) | void scroll_page (int v) method progress_follow (line 877) | void progress_follow (bool v) method scroll_offset (line 882) | virtual void scroll_offset (int v) method scroll_offset_v (line 887) | void scroll_offset_v (int v) method scroll_offset_x (line 892) | void scroll_offset_x (int v) method scroll_offset_y (line 897) | void scroll_offset_y (int v) method unit_height (line 902) | void unit_height (int v) method total_height (line 907) | void total_height (int v) method snap_y (line 917) | void snap_y (int & y) method swap_x (line 924) | void swap_x () method swap_y (line 931) | void swap_y () method xoffset (line 942) | int xoffset (midipulse tick) const method zoom_power_of_2 (line 962) | int zoom_power_of_2 (int ppq) method convert_x (line 967) | void convert_x (int x, midipulse & tick) method set_adding (line 988) | virtual void set_adding (bool a) method midipulse (line 1004) | midipulse pix_to_tix (int x) const method tix_to_pix (line 1009) | int tix_to_pix (midipulse ticks) const FILE: seq_qt5/include/qinputcheckbox.hpp class QCheckBox (line 42) | class QCheckBox type seq66 (line 44) | namespace seq66 class qinputcheckbox (line 52) | class qinputcheckbox : public qportwidget method QCheckBox (line 65) | QCheckBox * input_checkbox () FILE: seq_qt5/include/qlfoframe.hpp class QButtonGroup (line 44) | class QButtonGroup class QLineEdit (line 45) | class QLineEdit type Ui (line 52) | namespace Ui class qlfoframe (line 54) | class qlfoframe type seq66 (line 57) | namespace seq66 class performer (line 59) | class performer class qseqdata (line 60) | class qseqdata class qseqeditframe64 (line 61) | class qseqeditframe64 class qlfoframe (line 69) | class qlfoframe final : public QFrame method performer (line 100) | performer & perf () method sequence (line 105) | sequence & track () method to_double (line 115) | double to_double (int v) method to_slider (line 124) | int to_slider (double v) FILE: seq_qt5/include/qliveframeex.hpp class QCloseEvent (line 42) | class QCloseEvent type Ui (line 44) | namespace Ui class qliveframeex (line 46) | class qliveframeex type seq66 (line 49) | namespace seq66 class performer (line 51) | class performer class sequence (line 52) | class sequence class qslivebase (line 53) | class qslivebase class qsmainwnd (line 54) | class qsmainwnd class qliveframeex (line 62) | class qliveframeex final : public QWidget method performer (line 84) | const performer & perf () const method performer (line 89) | performer & perf () FILE: seq_qt5/include/qloopbutton.hpp type seq66 (line 40) | namespace seq66 class performer (line 42) | class performer class qloopbutton (line 48) | class qloopbutton final : public qslotbutton class textbox (line 53) | class textbox class progbox (line 72) | class progbox method progbox (line 88) | progbox (const progbox &) = default; method progbox (line 89) | progbox & operator = (const progbox &) = default; method x (line 92) | int x () const method y (line 97) | int y () const method w (line 102) | int w () const method h (line 107) | int h () const method center_x (line 112) | int center_x () const method center_y (line 117) | int center_y () const method use_gradient (line 247) | bool use_gradient () const method loop (line 255) | virtual seq::pointer loop () override FILE: seq_qt5/include/qmutemaster.hpp class QPushButton (line 49) | class QPushButton class QTableWidgetItem (line 50) | class QTableWidgetItem class QTimer (line 51) | class QTimer type Ui (line 58) | namespace Ui class qmutemaster (line 60) | class qmutemaster type seq66 (line 63) | namespace seq66 class qsmainwnd (line 65) | class qsmainwnd class qmutemaster (line 72) | class qmutemaster final : type column_id (line 85) | enum class column_id type enabling (line 93) | enum class enabling method reset (line 141) | void reset () method needs_update (line 148) | bool needs_update () const method group_needs_update (line 155) | void group_needs_update () method current_group (line 169) | int current_group () const method trigger (line 179) | bool trigger () const method trigger (line 184) | void trigger (bool flag) FILE: seq_qt5/include/qpatternfix.hpp class QButtonGroup (line 45) | class QButtonGroup class QLineEdit (line 46) | class QLineEdit type Ui (line 53) | namespace Ui class qpatternfix (line 55) | class qpatternfix type seq66 (line 58) | namespace seq66 class performer (line 60) | class performer class qseqdata (line 61) | class qseqdata class qseqeditframe64 (line 62) | class qseqeditframe64 class qstriggereditor (line 63) | class qstriggereditor class qpatternfix (line 71) | class qpatternfix final : public QFrame method modified (line 86) | bool modified () const method performer (line 100) | performer & perf () method sequence (line 105) | sequence & track () FILE: seq_qt5/include/qperfbase.hpp type seq66 (line 39) | namespace seq66 class performer (line 41) | class performer class sequence (line 42) | class sequence class qperfbase (line 58) | class qperfbase : public qeditbase method set_size (line 108) | int set_size () const method track_thin (line 113) | bool track_thin () const method track_thick (line 118) | bool track_thick () const method track_height (line 123) | int track_height () const method increment_width (line 128) | void increment_width () method width_factor (line 133) | float width_factor () const method set_size (line 143) | void set_size (int sz) method set_thin (line 148) | void set_thin () method set_thick (line 155) | void set_thick () method set_normal (line 162) | void set_normal () FILE: seq_qt5/include/qperfeditex.hpp class QCloseEvent (line 46) | class QCloseEvent type Ui (line 48) | namespace Ui class qperfeditex (line 50) | class qperfeditex type seq66 (line 53) | namespace seq66 class performer (line 55) | class performer class sequence (line 56) | class sequence class qperfeditframe64 (line 57) | class qperfeditframe64 class qperfnames (line 58) | class qperfnames class qperfroll (line 59) | class qperfroll class qsmainwnd (line 60) | class qsmainwnd class qperfeditex (line 68) | class qperfeditex final : public QWidget method performer (line 88) | const performer & perf () const method performer (line 93) | performer & perf () FILE: seq_qt5/include/qperfeditframe64.hpp type Ui (line 44) | namespace Ui class qperfeditframe64 (line 46) | class qperfeditframe64 type seq66 (line 49) | namespace seq66 class performer (line 51) | class performer class qperfeditex (line 52) | class qperfeditex class qperfnames (line 53) | class qperfnames class qperfroll (line 54) | class qperfroll class qperftime (line 55) | class qperftime class qperfeditframe64 (line 61) | class qperfeditframe64 final : public QFrame method is_external (line 82) | bool is_external () const method get_beat_width (line 87) | int get_beat_width () const method set_beat_width (line 92) | void set_beat_width (int bw) method get_beats_per_measure (line 98) | int get_beats_per_measure () const method set_beats_per_measure (line 103) | void set_beats_per_measure (int bpm) method combolist (line 120) | const combolist & snap_list () const method performer (line 125) | performer & perf () method qperfroll (line 130) | qperfroll * perf_roll () method qperfnames (line 135) | qperfnames * perf_names () FILE: seq_qt5/include/qperfnames.hpp type seq66 (line 40) | namespace seq66 class performer (line 42) | class performer class qperfeditframe64 (line 43) | class qperfeditframe64 class qperfnames (line 49) | class qperfnames final : public QWidget, public qperfbase method resize (line 65) | void resize () method use_gradient (line 70) | bool use_gradient () const method name_x (line 80) | int name_x (int i) method name_y (line 85) | int name_y (int i) method Color (line 105) | const Color & preview_color () const FILE: seq_qt5/include/qperfroll.hpp class QKeyEvent (line 46) | class QKeyEvent class QMouseEvent (line 47) | class QMouseEvent class QTimer (line 48) | class QTimer type seq66 (line 50) | namespace seq66 class performer (line 52) | class performer class qperfeditframe64 (line 53) | class qperfeditframe64 class qperfnames (line 54) | class qperfnames class qperfroll (line 60) | class qperfroll final : public QWidget, public qperfbase method set_trigger_transpose (line 82) | void set_trigger_transpose (int tpose) method resize (line 102) | void resize () method qperfeditframe64 (line 136) | qperfeditframe64 * frame64 () method qperfeditframe64 (line 141) | const qperfeditframe64 * frame64 () const method qperfnames (line 146) | qperfnames * perf_names () method qperfnames (line 151) | const qperfnames * perf_names () const FILE: seq_qt5/include/qperftime.hpp class QPaintEvent (line 44) | class QPaintEvent class QMouseEvent (line 45) | class QMouseEvent class QTimer (line 46) | class QTimer type seq66 (line 48) | namespace seq66 class performer (line 50) | class performer class qperfeditframe64 (line 51) | class qperfeditframe64 class qperfeditframe (line 52) | class qperfeditframe class qperftime (line 58) | class qperftime final : public QWidget, public qperfbase method resize (line 79) | void resize () method increment_size (line 86) | void increment_size () method qperfeditframe64 (line 91) | qperfeditframe64 * frame64() method qperfeditframe64 (line 96) | const qperfeditframe64 * frame64() const FILE: seq_qt5/include/qplaylistframe.hpp class QTableWidgetItem (line 44) | class QTableWidgetItem class QTimer (line 45) | class QTimer type Ui (line 47) | namespace Ui class qplaylistframe (line 49) | class qplaylistframe type seq66 (line 52) | namespace seq66 class performer (line 54) | class performer class qsmainwnd (line 55) | class qsmainwnd class qplaylistframe (line 61) | class qplaylistframe final : public QFrame method performer (line 103) | performer & perf () method qsmainwnd (line 121) | const qsmainwnd * parent () const method qsmainwnd (line 126) | qsmainwnd * parent () FILE: seq_qt5/include/qportwidget.hpp type seq66 (line 37) | namespace seq66 class performer (line 39) | class performer class qseditoptions (line 40) | class qseditoptions class qportwidget (line 52) | class qportwidget : public QWidget method performer (line 66) | performer & perf () method qseditoptions (line 71) | qseditoptions * parent_widget () method bus (line 76) | int bus () const FILE: seq_qt5/include/qsabout.hpp type Ui (line 43) | namespace Ui class qsabout (line 45) | class qsabout type seq66 (line 48) | namespace seq66 class qsabout (line 51) | class qsabout final : public QDialog FILE: seq_qt5/include/qsappinfo.hpp type Ui (line 37) | namespace Ui class qsappinfo (line 39) | class qsappinfo type seq66 (line 42) | namespace seq66 class qsappinfo (line 45) | class qsappinfo final : public QDialog FILE: seq_qt5/include/qsbuildinfo.hpp type Ui (line 38) | namespace Ui class qsbuildinfo (line 40) | class qsbuildinfo type seq66 (line 43) | namespace seq66 class qsbuildinfo (line 46) | class qsbuildinfo final : public QDialog FILE: seq_qt5/include/qscrollmaster.h type class (line 65) | enum class function add_v_scroll (line 108) | void add_v_scroll (QScrollBar * qsb) function add_h_scroll (line 113) | void add_h_scroll (QScrollBar * qsb) function QScrollBar (line 118) | QScrollBar * v_scroll () function QScrollBar (line 123) | QScrollBar * h_scroll () FILE: seq_qt5/include/qscrollslave.h function class (line 60) | class qscrollslave : public QScrollArea FILE: seq_qt5/include/qseditoptions.hpp type Ui (line 40) | namespace Ui class qseditoptions (line 42) | class qseditoptions class QButtonGroup (line 45) | class QButtonGroup class QComboBox (line 46) | class QComboBox class QLineEdit (line 47) | class QLineEdit type seq66 (line 49) | namespace seq66 class performer (line 51) | class performer class qsmainwnd (line 52) | class qsmainwnd class qseditoptions (line 58) | class qseditoptions final : public QDialog method reload_needed (line 138) | bool reload_needed () const method combolist (line 143) | const combolist & ppqn_list () const method combolist (line 148) | const combolist & buffer_size_list () const method performer (line 153) | const performer & perf () const method performer (line 158) | performer & perf () FILE: seq_qt5/include/qseqbase.hpp type seq66 (line 42) | namespace seq66 class qseqeditframe64 (line 44) | class qseqeditframe64 class qseqbase (line 50) | class qseqbase : public qeditbase method move_delta_x (line 108) | int move_delta_x () const method move_delta_y (line 113) | int move_delta_y () const method move_snap_offset_x (line 118) | int move_snap_offset_x () const method qseqeditframe64 (line 123) | qseqeditframe64 * frame64 () method qseqeditframe64 (line 128) | const qseqeditframe64 * frame64 () const method move_delta_x (line 133) | void move_delta_x (int v) method move_delta_y (line 138) | void move_delta_y (int v) method move_snap_offset_x (line 143) | void move_snap_offset_x (int v) method sequence (line 152) | const sequence & track () const method sequence (line 157) | sequence & track () FILE: seq_qt5/include/qseqdata.hpp type seq66 (line 57) | namespace seq66 class performer (line 59) | class performer class qseqdata (line 66) | class qseqdata final : type type (line 83) | enum class type method bottom (line 117) | int bottom () const method is_drum_mode (line 122) | bool is_drum_mode () const method is_tempo (line 127) | bool is_tempo () const method is_time_signature (line 132) | bool is_time_signature () const method is_program_change (line 137) | bool is_program_change () const method is_pitchbend (line 142) | bool is_pitchbend () const method is_text (line 147) | bool is_text () const method midibyte (line 152) | midibyte status () const method midibyte (line 157) | midibyte cc () const method show_hex_values (line 162) | bool show_hex_values () const method show_level_numbers (line 167) | bool show_level_numbers () const method show_hex_values (line 181) | void show_hex_values (bool flag) method show_level_numbers (line 186) | void show_level_numbers (bool flag) FILE: seq_qt5/include/qseqeditex.hpp class QCloseEvent (line 42) | class QCloseEvent type Ui (line 44) | namespace Ui class qseqeditex (line 46) | class qseqeditex type seq66 (line 49) | namespace seq66 class performer (line 51) | class performer class sequence (line 52) | class sequence class qseqeditframe64 (line 53) | class qseqeditframe64 class qsmainwnd (line 54) | class qsmainwnd class qseqeditex (line 62) | class qseqeditex final : public QWidget method performer (line 81) | performer & perf () const FILE: seq_qt5/include/qseqeditframe64.hpp class QIcon (line 80) | class QIcon class QMenu (line 81) | class QMenu class QWidget (line 82) | class QWidget type Ui (line 84) | namespace Ui class qseqeditframe64 (line 86) | class qseqeditframe64 type seq66 (line 93) | namespace seq66 class qlfoframe (line 95) | class qlfoframe class qpatternfix (line 96) | class qpatternfix class qseqeditex (line 97) | class qseqeditex class screenset (line 98) | class screenset class qseqeditframe64 (line 106) | class qseqeditframe64 final : method edit_channel (line 164) | int edit_channel () const method short_version (line 216) | bool short_version () const method combolist (line 242) | const combolist & measures_list () const method combolist (line 247) | const combolist & beats_per_bar_list () const method combolist (line 252) | const combolist & beatwidth_list () const method combolist (line 257) | const combolist & snap_list () const method combolist (line 262) | const combolist & zoom_list () const method combolist (line 267) | const combolist & rec_vol_list () const FILE: seq_qt5/include/qseqeventframe.hpp class QMenu (line 54) | class QMenu class QTableWidgetItem (line 55) | class QTableWidgetItem type Ui (line 57) | namespace Ui class qseqeventframe (line 59) | class qseqeventframe type seq66 (line 62) | namespace seq66 class qseventslots (line 64) | class qseventslots class qseqeventframe (line 66) | class qseqeventframe final : type column_id (line 78) | enum class column_id method set_initialized (line 132) | void set_initialized () method sequence (line 188) | sequence & track () FILE: seq_qt5/include/qseqframe.hpp class QWidget (line 50) | class QWidget type Ui (line 52) | namespace Ui class qseqframe (line 54) | class qseqframe type seq66 (line 57) | namespace seq66 class qseqkeys (line 59) | class qseqkeys class qseqtime (line 60) | class qseqtime class qseqroll (line 61) | class qseqroll class qseqrollpix (line 62) | class qseqrollpix class qseqdata (line 63) | class qseqdata class qstriggereditor (line 64) | class qstriggereditor class qseqframe (line 70) | class qseqframe : public QFrame, public qeditbase method sequence (line 93) | const sequence & track () const method sequence (line 98) | sequence & track () FILE: seq_qt5/include/qseqkeys.hpp type seq66 (line 46) | namespace seq66 class performer (line 49) | class performer class qseqkeys (line 55) | class qseqkeys final : public QWidget, public qseqbase class qseqroll (line 59) | class qseqroll method preview_key (line 77) | int preview_key () const method is_preview_key (line 84) | bool is_preview_key (int key) const method previewing (line 89) | bool previewing () const method preview_on (line 94) | bool preview_on () const method preview_on (line 99) | void preview_on (bool on) method note_height (line 104) | int note_height () const method total_height (line 109) | int total_height () const method is_black_key (line 152) | bool is_black_key (int key) const method Color (line 157) | const Color & preview_color () const method Color (line 162) | const Color & white_color () const method Color (line 167) | const Color & black_color () const method total_height (line 172) | void total_height (int y) method note_height (line 178) | void note_height (int y) FILE: seq_qt5/include/qseqroll.hpp class QLabel (line 51) | class QLabel class QMessageBox (line 52) | class QMessageBox class qscrollmaster (line 53) | class qscrollmaster class QTimer (line 54) | class QTimer type seq66 (line 56) | namespace seq66 class performer (line 58) | class performer class qseqeditframe64 (line 59) | class qseqeditframe64 class qseqkeys (line 60) | class qseqkeys class qseqroll (line 66) | class qseqroll final : public QWidget, public qseqbase method Brush (line 99) | const Brush & backseq_brush () const method Brush (line 104) | const Brush & chord_brush () const method show_scale_or_chords (line 111) | bool show_scale_or_chords () const method filter_painted_notes (line 116) | bool filter_painted_notes () const method scroll_offset (line 129) | virtual int scroll_offset () const override method is_drum_mode (line 139) | bool is_drum_mode () const method get_note_length (line 144) | int get_note_length () const method set_note_length (line 149) | void set_note_length (int len) method set_tooltip_mode (line 185) | void set_tooltip_mode (bool ischecked) FILE: seq_qt5/include/qseqtime.hpp type seq66 (line 43) | namespace seq66 class performer (line 45) | class performer class qseqeditframe64 (line 46) | class qseqeditframe64 class qseqtime (line 52) | class qseqtime final : public QWidget, public qseqbase FILE: seq_qt5/include/qsessionframe.hpp type Ui (line 43) | namespace Ui class qsessionframe (line 45) | class qsessionframe type seq66 (line 48) | namespace seq66 class performer (line 51) | class performer class qsmainwnd (line 52) | class qsmainwnd class qsessionframe (line 58) | class qsessionframe : public QFrame method performer (line 88) | performer & perf () FILE: seq_qt5/include/qsetmaster.hpp class QPushButton (line 52) | class QPushButton class QTableWidgetItem (line 53) | class QTableWidgetItem class QTimer (line 54) | class QTimer type Ui (line 61) | namespace Ui class qsetmaster (line 63) | class qsetmaster type seq66 (line 66) | namespace seq66 class qsmainwnd (line 68) | class qsmainwnd class qsetmaster (line 75) | class qsetmaster final : type column_id (line 86) | enum class column_id method needs_update (line 131) | bool needs_update () const method current_row (line 149) | int current_row () const FILE: seq_qt5/include/qseventslots.hpp type seq66 (line 48) | namespace seq66 class qseqeventframe (line 50) | class qseqeventframe class performer (line 51) | class performer class qseventslots (line 58) | class qseventslots final method clear (line 211) | void clear () method midipulse (line 216) | midipulse get_length () const method count_to_link (line 221) | int count_to_link (const editable_event & source) const method editable_event (line 226) | editable_event & lookup_link (const editable_event & ee) method editable_event (line 231) | const editable_event & current_event () const method editable_event (line 236) | editable_event & current_event () method empty (line 241) | bool empty () const method count (line 246) | int count () const method line_count (line 256) | int line_count () const method line_maximum (line 267) | int line_maximum () const method line_increment (line 278) | int line_increment () const method top_index (line 283) | int top_index () const method current_row (line 288) | int current_row () const method current_row (line 293) | void current_row (int row) method pager_index (line 298) | int pager_index () const method sequence (line 307) | const sequence & track () const method sequence (line 312) | sequence & track () method hexadecimal (line 317) | void hexadecimal (bool flag) method pulses (line 322) | void pulses (bool flag) FILE: seq_qt5/include/qslivebase.hpp class QEvent (line 44) | class QEvent type seq66 (line 46) | namespace seq66 class keystroke (line 48) | class keystroke class performer (line 49) | class performer class qsmainwnd (line 50) | class qsmainwnd class qslivebase (line 58) | class qslivebase : public QFrame method bank_id (line 77) | screenset::number bank_id () const method performer (line 87) | const performer & perf () const method rows (line 92) | int rows () const method columns (line 97) | int columns () const method seq_to_grid (line 104) | bool seq_to_grid (seq::number seqno, int & row, int & column) const method spacing (line 109) | int spacing () const method performer (line 116) | performer & perf () method set_needs_update (line 121) | void set_needs_update (bool flag = true) method check_needs_update (line 126) | bool check_needs_update () const method is_external (line 133) | bool is_external () const method qsmainwnd (line 140) | qsmainwnd * parent () method qsmainwnd (line 145) | const qsmainwnd * parent () const method can_paste (line 150) | bool can_paste () const method can_paste (line 155) | void can_paste (bool flag) method current_seq (line 160) | seq::number current_seq () const method current_seq (line 165) | void current_seq (seq::number n) method hover_seq (line 170) | seq::number hover_seq () const method hover_seq (line 175) | void hover_seq (seq::number n) method update_bank (line 182) | virtual void update_bank () method update_bank_name (line 187) | virtual void update_bank_name (const std::string & /*name*/) method update_sequence (line 192) | virtual void update_sequence (seq::number /*seqno*/, bool /*redo*/) method recreate_all_slots (line 202) | virtual bool recreate_all_slots () method refresh (line 207) | virtual void refresh () method refresh (line 217) | virtual void refresh (seq::number /*seqno*/) method set_bank_values (line 222) | virtual void set_bank_values method calculate_base_sizes (line 234) | virtual void calculate_base_sizes (seq::number, int &, int &) method draw_sequences (line 249) | virtual void draw_sequences () method draw_sequence (line 254) | virtual bool draw_sequence (seq::pointer, seq::number) method draw_slot (line 259) | virtual bool draw_slot (seq::number) method draw_box (line 268) | virtual void draw_box (QPainter &, int, int, int, int) FILE: seq_qt5/include/qslivegrid.hpp class QMenu (line 51) | class QMenu class QTimer (line 52) | class QTimer class QMessageBox (line 53) | class QMessageBox type Ui (line 55) | namespace Ui class qslivegrid (line 57) | class qslivegrid type seq66 (line 60) | namespace seq66 class keystroke (line 62) | class keystroke class performer (line 63) | class performer class qsmainwnd (line 64) | class qsmainwnd class qslotbutton (line 65) | class qslotbutton class qslivegrid (line 73) | class qslivegrid final : method refresh (line 106) | virtual void refresh () override method refresh (line 112) | virtual void refresh (seq::number seqno) override method can_clear (line 170) | bool can_clear () const FILE: seq_qt5/include/qslogview.hpp type Ui (line 37) | namespace Ui class qslogview (line 39) | class qslogview type seq66 (line 42) | namespace seq66 class qslogview (line 45) | class qslogview final : public QDialog FILE: seq_qt5/include/qslotbutton.hpp type seq66 (line 47) | namespace seq66 class performer (line 49) | class performer class qslivegrid (line 50) | class qslivegrid class qslotbutton (line 56) | class qslotbutton : public QPushButton method loop (line 168) | virtual seq::pointer loop () method set_checked (line 174) | virtual void set_checked (bool /*flag*/) method set_flat (line 179) | virtual void set_flat (bool /*flag*/) method toggle_enabled (line 184) | virtual bool toggle_enabled () method toggle_checked (line 189) | virtual bool toggle_checked () method slot_number (line 194) | seq::number slot_number () const method hotkey (line 204) | std::string hotkey () const method is_active (line 209) | bool is_active () const method is_checkable (line 214) | bool is_checkable () const method qslivegrid (line 221) | const qslivegrid * slot_parent () const method make_inactive (line 226) | void make_inactive () method make_active (line 231) | void make_active () method make_checkable (line 236) | void make_checkable () method is_dirty (line 241) | bool is_dirty () const method set_dirty (line 246) | void set_dirty (bool f) method horiz_compressed (line 251) | bool horiz_compressed () const method horiz_compressed (line 256) | void horiz_compressed (bool f) method vert_compressed (line 261) | bool vert_compressed () const method vert_compressed (line 266) | void vert_compressed (bool f) method Color (line 271) | const Color & text_color () const method Color (line 276) | const Color & label_color () const method Color (line 281) | const Color & drum_color () const method Color (line 287) | const Color & tempo_color () const method Color (line 293) | const Color & progress_color () const method Color (line 298) | const Color & pen_color () const method Color (line 303) | const Color & back_color () const method reupdate (line 308) | virtual void reupdate (bool /*all*/) method label_color (line 315) | void label_color (Color c) method text_color (line 320) | void text_color (Color c) method pen_color (line 325) | void pen_color (Color c) method back_color (line 330) | void back_color (Color c) FILE: seq_qt5/include/qsmaintime.hpp type seq66 (line 40) | namespace seq66 class performer (line 42) | class performer class qsmaintime (line 48) | class qsmaintime final : public QWidget method beats_per_measure (line 67) | int beats_per_measure () const method beat_width (line 74) | int beat_width () const method performer (line 88) | const performer & perf () const FILE: seq_qt5/include/qsmainwnd.hpp class QCloseEvent (line 63) | class QCloseEvent class QErrorMessage (line 64) | class QErrorMessage class QFileDialog (line 65) | class QFileDialog class QMessageBox (line 66) | class QMessageBox class QResizeEvent (line 67) | class QResizeEvent class QTimer (line 68) | class QTimer type Ui (line 74) | namespace Ui class qsmainwnd (line 76) | class qsmainwnd type seq66 (line 79) | namespace seq66 class keystroke (line 81) | class keystroke class qliveframeex (line 82) | class qliveframeex class qmutemaster (line 83) | class qmutemaster class qperfeditex (line 84) | class qperfeditex class qperfeditframe64 (line 85) | class qperfeditframe64 class qplaylistframe (line 86) | class qplaylistframe class qsabout (line 87) | class qsabout class qsappinfo (line 88) | class qsappinfo class qsbuildinfo (line 89) | class qsbuildinfo class qseditoptions (line 90) | class qseditoptions class qseqeditex (line 91) | class qseqeditex class qseqeventframe (line 92) | class qseqeventframe class qseqframe (line 93) | class qseqframe class qsessionframe (line 94) | class qsessionframe class qsetmaster (line 95) | class qsetmaster class qslivegrid (line 96) | class qslivegrid class qslogview (line 97) | class qslogview class qsmaintime (line 98) | class qsmaintime class qt5nsmanager (line 99) | class qt5nsmanager class smanager (line 100) | class smanager class qsmainwnd (line 106) | class qsmainwnd final : method ppqn (line 153) | int ppqn () const method specify_playlist (line 160) | bool specify_playlist () method open_playlist (line 165) | bool open_playlist () method save_playlist (line 170) | bool save_playlist () method use_nsm (line 175) | bool use_nsm () const method use_nsm (line 191) | void use_nsm (bool flag) method combolist (line 253) | const combolist & ppqn_list () const method combolist (line 258) | const combolist & beatwidth_list () const method combolist (line 263) | const combolist & beats_per_bar_list () const method qt5nsmanager (line 542) | qt5nsmanager * session () FILE: seq_qt5/include/qstriggereditor.hpp type seq66 (line 48) | namespace seq66 class performer (line 50) | class performer class qseqdata (line 51) | class qseqdata class qseqeditframe64 (line 52) | class qseqeditframe64 class qstriggereditor (line 62) | class qstriggereditor final : public QWidget, public qseqbase method is_tempo (line 83) | bool is_tempo () const method is_time_signature (line 88) | bool is_time_signature () const method is_program_change (line 93) | bool is_program_change () const method is_tempo (line 108) | void is_tempo (bool flag) method is_time_signature (line 113) | void is_time_signature (bool flag) method is_program_change (line 118) | void is_program_change (bool flag) FILE: seq_qt5/include/qt5_helpers.hpp class QAction (line 53) | class QAction class QComboBox (line 54) | class QComboBox class QIcon (line 55) | class QIcon class QKeyEvent (line 56) | class QKeyEvent class QInputEvent (line 57) | class QInputEvent class QLayoutItem (line 58) | class QLayoutItem class QLineEdit (line 59) | class QLineEdit class QMenu (line 60) | class QMenu class QMouseEvent (line 61) | class QMouseEvent class QPushButton (line 62) | class QPushButton class QScrollArea (line 63) | class QScrollArea class QSpinBox (line 64) | class QSpinBox class QTimer (line 65) | class QTimer class QWidget (line 66) | class QWidget type seq66 (line 72) | namespace seq66 class combolist (line 75) | class combolist FILE: seq_qt5/include/qt5nsmanager.hpp class QApplication (line 54) | class QApplication class QTimer (line 55) | class QTimer type seq66 (line 57) | namespace seq66 class qt5nsmanager (line 65) | class qt5nsmanager : public QObject, public clinsmanager method qt5nsmanager (line 80) | qt5nsmanager (const qt5nsmanager &) = delete; method qt5nsmanager (line 81) | qt5nsmanager & operator = (const qt5nsmanager &) = delete; FILE: seq_qt5/src/gui_palette_qt5.cpp type seq66 (line 81) | namespace seq66 function gui_palette_qt5 (line 91) | gui_palette_qt5 & function Color (line 98) | Color function Color (line 104) | Color function get_color_name (line 110) | std::string function get_color_name_ex (line 116) | std::string function no_color (line 122) | bool function is_theme_color (line 128) | bool function is_dark_ui (line 139) | bool function Color (line 149) | Color function Color (line 159) | Color function Color (line 165) | Color function Color (line 171) | Color function Color (line 177) | Color function Color (line 183) | Color function Color (line 189) | Color function Color (line 195) | Color function Color (line 201) | Color function Color (line 207) | Color function Color (line 213) | Color function Color (line 219) | Color function Color (line 225) | Color function Color (line 231) | Color function Color (line 237) | Color function Color (line 243) | Color function Color (line 249) | Color function Color (line 255) | Color function Color (line 261) | Color function Color (line 267) | Color function Color (line 273) | Color function Color (line 279) | Color function Color (line 285) | Color function Color (line 291) | Color function Color (line 297) | Color function Color (line 303) | Color function Color (line 309) | Color function Color (line 315) | Color function Color (line 321) | Color function Color (line 327) | Color function Color (line 333) | Color function Color (line 339) | Color function Color (line 345) | Color function Brush (line 351) | Brush function Brush (line 357) | Brush function gui_use_gradient_brush (line 363) | bool function Brush (line 369) | Brush function Brush (line 375) | Brush function Brush (line 381) | Brush function PenStyle (line 387) | PenStyle function PenStyle (line 393) | PenStyle function PenStyle (line 399) | PenStyle function PenStyle (line 405) | PenStyle function Color (line 575) | Color function Color (line 821) | Color function Color (line 845) | Color function Color (line 866) | Color function Color (line 898) | Color function Color (line 1119) | const Color & function BrushStyle (line 1215) | BrushStyle function Brush (line 1427) | Brush & function PenStyle (line 1486) | PenStyle function PenStyle (line 1500) | PenStyle function PenStyle (line 1539) | PenStyle FILE: seq_qt5/src/palettefile.cpp type seq66 (line 40) | namespace seq66 function open_palette (line 407) | bool function save_palette (line 459) | bool function save_palette (line 498) | bool FILE: seq_qt5/src/qbase.cpp type seq66 (line 43) | namespace seq66 FILE: seq_qt5/src/qclocklayout.cpp type seq66 (line 46) | namespace seq66 FILE: seq_qt5/src/qeditbase.cpp type seq66 (line 61) | namespace seq66 FILE: seq_qt5/src/qinputcheckbox.cpp type seq66 (line 41) | namespace seq66 FILE: seq_qt5/src/qlfoframe.cpp type seq66 (line 59) | namespace seq66 FILE: seq_qt5/src/qliveframeex.cpp type seq66 (line 57) | namespace seq66 FILE: seq_qt5/src/qloopbutton.cpp type seq66 (line 92) | namespace seq66 FILE: seq_qt5/src/qmutemaster.cpp type seq66 (line 69) | namespace seq66 function QTableWidgetItem (line 533) | QTableWidgetItem * FILE: seq_qt5/src/qpatternfix.cpp type seq66 (line 70) | namespace seq66 FILE: seq_qt5/src/qperfbase.cpp type seq66 (line 43) | namespace seq66 FILE: seq_qt5/src/qperfeditex.cpp type seq66 (line 58) | namespace seq66 function qperfroll (line 133) | qperfroll * function qperfnames (line 143) | qperfnames * FILE: seq_qt5/src/qperfeditframe64.cpp type seq66 (line 74) | namespace seq66 FILE: seq_qt5/src/qperfnames.cpp type seq66 (line 50) | namespace seq66 function QSize (line 314) | QSize FILE: seq_qt5/src/qperfroll.cpp type seq66 (line 54) | namespace seq66 function QSize (line 332) | QSize FILE: seq_qt5/src/qperftime.cpp type seq66 (line 44) | namespace seq66 function QSize (line 236) | QSize FILE: seq_qt5/src/qplaylistframe.cpp type seq66 (line 52) | namespace seq66 function QTableWidgetItem (line 516) | QTableWidgetItem * FILE: seq_qt5/src/qportwidget.cpp type seq66 (line 37) | namespace seq66 FILE: seq_qt5/src/qsabout.cpp type seq66 (line 49) | namespace seq66 FILE: seq_qt5/src/qsappinfo.cpp type seq66 (line 62) | namespace seq66 FILE: seq_qt5/src/qsbuildinfo.cpp type seq66 (line 48) | namespace seq66 FILE: seq_qt5/src/qscrollslave.cpp function is_direction_key (line 73) | static bool FILE: seq_qt5/src/qseditoptions.cpp type seq66 (line 83) | namespace seq66 type playmode_button_t (line 99) | enum playmode_button_t type setsmode_button_t (line 109) | enum setsmode_button_t type startmode_button_t (line 121) | enum startmode_button_t FILE: seq_qt5/src/qseqbase.cpp type seq66 (line 41) | namespace seq66 FILE: seq_qt5/src/qseqdata.cpp type seq66 (line 69) | namespace seq66 function QSize (line 192) | QSize function else (line 822) | else if (m_relative_adjust) /* currently DISABLED ... FILE: seq_qt5/src/qseqeditex.cpp type seq66 (line 56) | namespace seq66 FILE: seq_qt5/src/qseqeditframe64.cpp type seq66 (line 190) | namespace seq66 function else (line 1632) | else if (not_nullptr(m_edit_tab_widget)) function QIcon (line 3917) | QIcon * function QWidget (line 4823) | QWidget * function QWidget (line 4829) | QWidget * FILE: seq_qt5/src/qseqeventframe.cpp type seq66 (line 53) | namespace seq66 function QTableWidgetItem (line 1076) | QTableWidgetItem * FILE: seq_qt5/src/qseqframe.cpp type seq66 (line 56) | namespace seq66 FILE: seq_qt5/src/qseqkeys.cpp type seq66 (line 46) | namespace seq66 class performer (line 49) | class performer function QSize (line 309) | QSize FILE: seq_qt5/src/qseqroll.cpp type seq66 (line 64) | namespace seq66 type Qt::PenStyle (line 686) | enum Qt::PenStyle function QSize (line 2175) | QSize FILE: seq_qt5/src/qseqtime.cpp type seq66 (line 42) | namespace seq66 type Qt::PenStyle (line 207) | enum Qt::PenStyle function QSize (line 507) | QSize FILE: seq_qt5/src/qsessionframe.cpp type seq66 (line 53) | namespace seq66 FILE: seq_qt5/src/qsetmaster.cpp type seq66 (line 74) | namespace seq66 function QTableWidgetItem (line 302) | QTableWidgetItem * FILE: seq_qt5/src/qseventslots.cpp type seq66 (line 43) | namespace seq66 function midibyte (line 466) | midibyte FILE: seq_qt5/src/qslivebase.cpp type seq66 (line 38) | namespace seq66 FILE: seq_qt5/src/qslivegrid.cpp type seq66 (line 113) | namespace seq66 function qslotbutton (line 637) | qslotbutton * function qslotbutton (line 749) | qslotbutton * function qslotbutton (line 775) | qslotbutton * function foreach (line 2477) | foreach (const QUrl & url, event->mimeData()->urls()) FILE: seq_qt5/src/qslogview.cpp type seq66 (line 65) | namespace seq66 FILE: seq_qt5/src/qslotbutton.cpp type seq66 (line 50) | namespace seq66 FILE: seq_qt5/src/qsmaintime.cpp type seq66 (line 40) | namespace seq66 function QSize (line 200) | QSize FILE: seq_qt5/src/qsmainwnd.cpp type seq66 (line 172) | namespace seq66 type tabs_t (line 186) | enum tabs_t function QRect (line 211) | static QRect FILE: seq_qt5/src/qstriggereditor.cpp type seq66 (line 46) | namespace seq66 class performer (line 49) | class performer function QSize (line 139) | QSize type Qt::PenStyle (line 271) | enum Qt::PenStyle FILE: seq_qt5/src/qt5_helpers.cpp type seq66 (line 95) | namespace seq66 function keystroke (line 103) | static keystroke function keystroke (line 168) | keystroke function qt_get_color (line 190) | std::string function qt_set_color (line 221) | std::string function qt_set_icon (line 252) | void function qt_icon_theme (line 269) | std::string function QString (line 280) | QString function qt_mouse_x (line 293) | int function qt_mouse_y (line 298) | int function qt_mouse_x (line 306) | int function qt_mouse_y (line 312) | int function qt_set_layout_visibility (line 327) | void function qt_prompt_ok (line 346) | bool function qt_info_box (line 375) | void function qt_error_box (line 399) | void function qt_get_string (line 432) | std::string function QTimer (line 453) | QTimer * function enable_combobox_item (line 503) | void function set_combobox_item (line 523) | void function populate_midich_combo (line 557) | bool function fill_combobox (line 625) | bool function set_spin_value (line 689) | void function QAction (line 704) | QAction * function QAction (line 723) | QAction * function QMenu (line 738) | QMenu * function install_scroll_filter (line 772) | bool function show_open_midi_file_dialog (line 813) | bool function show_import_midi_file_dialog (line 823) | bool function show_select_project_dialog (line 838) | bool function show_playlist_dialog (line 895) | bool function show_text_file_dialog (line 908) | bool function show_exe_file_dialog (line 918) | bool function show_file_dialog (line 983) | bool function show_file_select_dialog (line 1094) | bool function show_folder_dialog (line 1153) | bool function tooltip_with_keystroke (line 1226) | void function tooltip_for_filename (line 1254) | void function generic_tooltip (line 1281) | void function is_empty (line 1301) | bool FILE: seq_qt5/src/qt5nsmanager.cpp type seq66 (line 51) | namespace seq66 FILE: seq_rtmidi/include/mastermidibus_rm.hpp type seq66 (line 41) | namespace seq66 class mastermidibus (line 50) | class mastermidibus final : public mastermidibase method mastermidibus (line 74) | mastermidibus () = delete; method api_set_ppqn (line 90) | virtual void api_set_ppqn (int p) override method api_set_beats_per_minute (line 100) | virtual void api_set_beats_per_minute (midibpm b) override method api_flush (line 105) | virtual void api_flush () override method api_port_start (line 111) | void api_port_start (mastermidibus & masterbus, int bus, int port) method rtmidi_info (line 127) | const rtmidi_info & midi_master () const method rtmidi_info (line 132) | rtmidi_info & midi_master () FILE: seq_rtmidi/include/midi_alsa.hpp type seq66 (line 48) | namespace seq66 class event (line 50) | class event class midibus (line 51) | class midibus class midi_alsa (line 57) | class midi_alsa : public midi_api method get_client (line 118) | virtual int get_client () const method get_port (line 123) | virtual int get_port () const method api_get_midi_event (line 141) | virtual bool api_get_midi_event (event *) override method api_poll_for_midi (line 150) | virtual int api_poll_for_midi () override class midi_in_alsa (line 176) | class midi_in_alsa final : public midi_alsa class midi_out_alsa (line 191) | class midi_out_alsa final : public midi_alsa FILE: seq_rtmidi/include/midi_alsa_info.hpp type seq66 (line 42) | namespace seq66 class mastermidibus (line 44) | class mastermidibus class midi_alsa_info (line 50) | class midi_alsa_info final : public midi_info type pollfd (line 86) | struct pollfd method midi_alsa_info (line 90) | midi_alsa_info () = delete; method snd_seq_t (line 99) | snd_seq_t * seq () FILE: seq_rtmidi/include/midi_api.hpp type seq66 (line 44) | namespace seq66 class event (line 46) | class event class midi_info (line 47) | class midi_info class midi_api (line 58) | class midi_api method api_connect (line 136) | virtual bool api_connect () method api_get_bus_name (line 164) | virtual std::string api_get_bus_name () method api_get_port_name (line 170) | virtual std::string api_get_port_name () method is_port_open (line 178) | bool is_port_open () const method midi_info (line 183) | midi_info & master_info () method midi_info (line 188) | const midi_info & master_info () const method midibus (line 193) | midibus & parent_bus () method midibus (line 198) | const midibus & parent_bus () const method is_input_port (line 221) | bool is_input_port () const method is_virtual_port (line 232) | bool is_virtual_port () const method is_system_port (line 243) | bool is_system_port () const method port_type (line 263) | midibase::port port_type () const method enabled (line 268) | bool enabled () const method connect_name (line 273) | std::string connect_name () const method bus_index (line 278) | int bus_index () const method bus_id (line 287) | int bus_id () const method port_id (line 292) | int port_id () const method ppqn (line 297) | int ppqn () const method midibpm (line 302) | midibpm bpm () const method set_client_id (line 313) | void set_client_id (int id) method set_bus_id (line 318) | void set_bus_id (int id) method set_port_id (line 323) | void set_port_id (int id) method bus_name (line 328) | void bus_name (const std::string & name) method port_name (line 333) | void port_name (const std::string & name) method set_name (line 342) | void set_name method set_alt_name (line 352) | void set_alt_name method set_port_open (line 365) | void set_port_open () method rtmidi_in_data (line 370) | rtmidi_in_data * input_data () FILE: seq_rtmidi/include/midi_info.hpp type seq66 (line 72) | namespace seq66 class event (line 75) | class event class mastermidibus (line 76) | class mastermidibus class midibus (line 77) | class midibus class port_info (line 85) | class port_info method port_info (line 104) | port_info () = default; method port_info (line 116) | port_info (const port_info &) = default; method port_info (line 117) | port_info & operator = (const port_info &) = default; class midi_port_info (line 126) | class midi_port_info method midi_port_info (line 146) | midi_port_info (const midi_port_info &) = default; method midi_port_info (line 147) | midi_port_info & operator = (const midi_port_info &) = default; method clear (line 168) | void clear () method get_port_count (line 174) | int get_port_count () const method get_bus_id (line 181) | int get_bus_id (int index) const method get_bus_name (line 189) | std::string get_bus_name (int index) const method get_port_id (line 197) | int get_port_id (int index) const method get_port_name (line 205) | std::string get_port_name (int index) const method get_port_alias (line 213) | std::string get_port_alias (int index) const method get_input (line 221) | bool get_input (int index) const method get_virtual (line 229) | bool get_virtual (int index) const method get_system (line 237) | bool get_system (int index) const method get_queue_number (line 245) | int get_queue_number (int index) const method connect_name (line 260) | std::string connect_name (int index) const class midi_info (line 282) | class midi_info method midi_info (line 391) | midi_info () = delete; method midi_mode (line 402) | bool midi_mode () const method midi_mode (line 407) | void midi_mode (bool flag) method midi_mode (line 412) | void midi_mode (midibase::io iotype) method midi_port_info (line 422) | midi_port_info & input_ports () method midi_port_info (line 427) | midi_port_info & output_ports () method full_port_count (line 432) | int full_port_count () const method clear (line 437) | void clear () method ppqn (line 452) | int ppqn () const method midibpm (line 461) | midibpm bpm () const method midi_port_refresh (line 466) | bool midi_port_refresh () const method get_all_port_info (line 475) | virtual int get_all_port_info () method api_set_ppqn (line 490) | virtual void api_set_ppqn (int p) method api_set_beats_per_minute (line 499) | virtual void api_set_beats_per_minute (midibpm b) method api_port_start (line 508) | virtual void api_port_start method api_connect (line 525) | virtual bool api_connect () method get_port_count (line 530) | virtual int get_port_count () const method get_bus_id (line 536) | virtual int get_bus_id (int index) const method get_bus_name (line 542) | virtual std::string get_bus_name (int index) const method get_port_id (line 548) | virtual int get_port_id (int index) const method get_port_name (line 554) | virtual std::string get_port_name (int index) const method get_port_alias (line 560) | virtual std::string get_port_alias (int index) const method get_input (line 566) | virtual bool get_input (int index) const method get_virtual (line 572) | virtual bool get_virtual (int index) const method get_system (line 578) | virtual bool get_system (int index) const method queue_number (line 584) | virtual int queue_number (int index) const method connect_name (line 590) | std::string connect_name (int index) const method global_queue (line 598) | int global_queue () const method add_bus (line 618) | void add_bus (const midibus * m) method global_queue (line 624) | void global_queue (int q) method midi_handle (line 629) | void midi_handle (void * h) method midi_port_info (line 648) | const midi_port_info & const_midi_port_info () const FILE: seq_rtmidi/include/midi_jack.hpp type seq66 (line 50) | namespace seq66 class midibus (line 52) | class midibus class midi_jack (line 58) | class midi_jack : public midi_api method jack_client_t (line 103) | jack_client_t * client_handle () method midi_jack_data (line 108) | const midi_jack_data & jack_data () const method midi_jack_data (line 113) | midi_jack_data & jack_data () method remote_port_name (line 123) | void remote_port_name (const std::string & s) method jack_port_t (line 128) | jack_port_t * port_handle () method client_handle (line 135) | void client_handle (jack_client_t * handle) method port_handle (line 140) | void port_handle (jack_port_t * handle) method midi_jack_info (line 145) | const midi_jack_info & jack_info () const method midi_jack_info (line 150) | midi_jack_info & jack_info () method api_get_midi_event (line 192) | virtual bool api_get_midi_event (event *) override method api_poll_for_midi (line 197) | virtual int api_poll_for_midi () override class midi_in_jack (line 233) | class midi_in_jack final : public midi_jack class midi_out_jack (line 256) | class midi_out_jack final : public midi_jack FILE: seq_rtmidi/include/midi_jack_data.hpp type seq66 (line 50) | namespace seq66 class midi_jack_data (line 59) | class midi_jack_data method frame (line 174) | static double frame (midipulse p) method jack_nframes_t (line 179) | static jack_nframes_t frame_rate () method jack_nframes_t (line 184) | static jack_nframes_t start_frame () method ticks_per_beat (line 189) | static double ticks_per_beat () method beats_per_minute (line 194) | static double beats_per_minute () method frame_factor (line 199) | static double frame_factor () method use_offset (line 204) | static bool use_offset () method jack_nframes_t (line 209) | static jack_nframes_t cycle_frame_count () method jack_nframes_t (line 214) | static jack_nframes_t size_compensation () method jack_time_t (line 219) | static jack_time_t cycle_time_us () method cycle_time_ms (line 224) | static unsigned cycle_time_ms () method jack_time_t (line 229) | static jack_time_t pulse_time_us () method pulse_time_ms (line 234) | static unsigned pulse_time_ms () method frame_rate (line 241) | static void frame_rate (jack_nframes_t nf) method start_frame (line 246) | static void start_frame (jack_nframes_t nf) method ticks_per_beat (line 251) | static void ticks_per_beat (double tpb) method beats_per_minute (line 256) | static void beats_per_minute (double bp) method frame_factor (line 261) | static void frame_factor (double ff) method use_offset (line 266) | static void use_offset (bool flag) method cycle_frame_count (line 271) | static void cycle_frame_count (jack_nframes_t cfc) method size_compensation (line 276) | static void size_compensation (jack_nframes_t szc) method cycle_time_us (line 281) | static void cycle_time_us (jack_time_t jt) method pulse_time_us (line 286) | static void pulse_time_us (jack_time_t jt) method jack_client_t (line 295) | jack_client_t * jack_client () method jack_client (line 300) | void jack_client (jack_client_t * jc) method jack_port_t (line 305) | jack_port_t * jack_port () method jack_port (line 310) | void jack_port (jack_port_t * jp) method rtmidi_in_data (line 315) | rtmidi_in_data * jack_rtmidiin () const method jack_rtmidiin (line 320) | void jack_rtmidiin (rtmidi_in_data * rid) method valid_buffer (line 326) | bool valid_buffer () const method jack_buffer (line 336) | void jack_buffer (ring_buffer * rb) method valid_buffer (line 341) | bool valid_buffer () const method jack_ringbuffer_t (line 346) | jack_ringbuffer_t * jack_buffmessage () method jack_buffmessage (line 351) | void jack_buffmessage (jack_ringbuffer_t * jrb) method jack_time_t (line 357) | jack_time_t jack_lasttime () const method jack_lasttime (line 362) | void jack_lasttime (jack_time_t jt) method jack_port_id_t (line 369) | jack_port_id_t internal_port_id () const method internal_port_id (line 374) | void internal_port_id (uint32_t id) FILE: seq_rtmidi/include/midi_jack_info.hpp type seq66 (line 56) | namespace seq66 class mastermidibus (line 58) | class mastermidibus class midi_jack (line 59) | class midi_jack class midi_jack_info (line 65) | class midi_jack_info final : public midi_info method midi_jack_info (line 122) | midi_jack_info () = delete; method jack_client_t (line 130) | jack_client_t * client_handle () method jack_buffer_size (line 135) | int jack_buffer_size () const method jack_sample_rate (line 140) | int jack_sample_rate () const method api_flush (line 162) | virtual void api_flush () override method client_handle (line 182) | void client_handle (jack_client_t * j) method portlist (line 217) | const portlist & jack_ports () const method portlist (line 222) | portlist & jack_ports () method count (line 227) | int count () const method add (line 236) | bool add (midi_jack & mj) FILE: seq_rtmidi/include/midi_probe.hpp type seq66 (line 39) | namespace seq66 FILE: seq_rtmidi/include/midibus_rm.hpp type seq66 (line 41) | namespace seq66 class event (line 43) | class event class rtmidi (line 44) | class rtmidi class rtmidi_info (line 45) | class rtmidi_info class midibus (line 51) | class midibus final : public midibase method rtmidi_info (line 101) | const rtmidi_info & master_info () const method rtmidi_info (line 106) | rtmidi_info & master_info () FILE: seq_rtmidi/include/rterror.hpp type seq66 (line 40) | namespace seq66 class rterror (line 53) | class rterror : public std::exception type kind (line 58) | enum class kind method rterror (line 90) | rterror (const std::string & message, kind errtype = kind::unspecifi... method print_message (line 106) | virtual void print_message () const method kind (line 115) | virtual const kind & getType () const FILE: seq_rtmidi/include/rtmidi.hpp type seq66 (line 44) | namespace seq66 class rtmidi (line 52) | class rtmidi : public midi_api method api_connect (line 82) | virtual bool api_connect () override method api_play (line 87) | virtual void api_play (const event * e24, midibyte channel) override method api_continue_from (line 92) | virtual void api_continue_from (midipulse tick, midipulse beats) ove... method api_start (line 97) | virtual void api_start () override method api_stop (line 102) | virtual void api_stop () override method api_clock (line 107) | virtual void api_clock (midipulse tick) override method api_set_ppqn (line 112) | virtual void api_set_ppqn (int ppqn) override method api_set_beats_per_minute (line 117) | virtual void api_set_beats_per_minute (midibpm bpm) override method api_init_out (line 122) | virtual bool api_init_out () override method api_init_out_sub (line 127) | virtual bool api_init_out_sub () override method api_init_in (line 132) | virtual bool api_init_in () override method api_init_in_sub (line 137) | virtual bool api_init_in_sub () override method api_deinit_out (line 142) | virtual bool api_deinit_out () override method api_deinit_in (line 147) | virtual bool api_deinit_in () override method api_get_midi_event (line 152) | virtual bool api_get_midi_event (event * inev) override method api_poll_for_midi (line 157) | virtual int api_poll_for_midi () override method api_sysex (line 162) | virtual void api_sysex (const event * e24) override method api_flush (line 167) | virtual void api_flush () override method is_port_open (line 178) | virtual bool is_port_open () const method get_port_name (line 183) | virtual std::string get_port_name () method get_port_alias (line 188) | virtual std::string get_port_alias () method get_port_count (line 193) | int get_port_count () method full_port_count (line 203) | int full_port_count () method midi_api (line 208) | const midi_api * get_api () const method midi_api (line 213) | midi_api * get_api () method have_api (line 218) | bool have_api () const method set_bus_id (line 228) | void set_bus_id (int id) method set_port_id (line 233) | void set_port_id (int id) method connect_name (line 238) | std::string connect_name () const method set_api (line 245) | void set_api (midi_api * ma) method delete_api (line 251) | void delete_api () class rtmidi_in (line 273) | class rtmidi_in : public rtmidi class rtmidi_out (line 299) | class rtmidi_out : public rtmidi FILE: seq_rtmidi/include/rtmidi_info.hpp type seq66 (line 41) | namespace seq66 class mastermidibus (line 43) | class mastermidibus class rtmidi_info (line 50) | class rtmidi_info method midi_mode (line 102) | bool midi_mode () const method midi_mode (line 112) | void midi_mode (bool flag) method midi_mode (line 117) | void midi_mode (midibase::io iotype) method clear (line 126) | void clear () method add_input (line 137) | void add_input (const midibus * m) method add_output (line 149) | void add_output (const midibus * m) method add_bus (line 161) | void add_bus (const midibus * m) method get_bus_id (line 179) | int get_bus_id (int index) const method get_bus_name (line 184) | std::string get_bus_name (int index) const method get_port_count (line 189) | int get_port_count () const method full_port_count (line 194) | int full_port_count () const method get_port_id (line 199) | int get_port_id (int index) const method get_port_name (line 204) | std::string get_port_name (int index) const method get_port_alias (line 209) | std::string get_port_alias (int index) const method get_input (line 214) | bool get_input (int index) const method get_virtual (line 219) | bool get_virtual (int index) const method get_system (line 224) | bool get_system (int index) const method get_all_port_info (line 229) | int get_all_port_info () method get_all_port_info (line 234) | int get_all_port_info (midi_port_info & in, midi_port_info & out) method queue_number (line 239) | int queue_number (int index) const method global_queue (line 249) | int global_queue () const method ppqn (line 254) | int ppqn () const method api_set_ppqn (line 259) | void api_set_ppqn (int p) method midibpm (line 264) | midibpm bpm () const method api_set_beats_per_minute (line 269) | void api_set_beats_per_minute (midibpm b) method api_port_start (line 274) | void api_port_start (mastermidibus & masterbus, int bus, int port) method api_get_midi_event (line 291) | bool api_get_midi_event (event * inev) method api_flush (line 296) | void api_flush () method api_poll_for_midi (line 301) | int api_poll_for_midi () method rtmidi_api (line 306) | static rtmidi_api & selected_api () method midi_info (line 311) | const midi_info * get_api_info () const method midi_info (line 316) | midi_info * get_api_info () method api_connect (line 323) | bool api_connect () method selected_api (line 328) | static void selected_api (const rtmidi_api & api) method set_api_info (line 339) | bool set_api_info (midi_info * ma) method delete_api (line 351) | void delete_api () FILE: seq_rtmidi/include/rtmidi_types.hpp type seq66 (line 61) | namespace seq66 type rtmidi_api (line 76) | enum class rtmidi_api function rtmidi_api (line 109) | inline rtmidi_api function api_to_int (line 116) | inline int class midi_message (line 144) | class midi_message method midi_message (line 210) | midi_message (const midi_message & rhs) = default; method midi_message (line 211) | midi_message & operator = (const midi_message & rhs) = default; method midibyte (line 214) | midibyte & operator [] (std::size_t i) method midibyte (line 220) | const midibyte & operator [] (std::size_t i) const method midibyte (line 231) | const midibyte * event_bytes () const // bypasses timestamp method msg_number (line 238) | unsigned msg_number () const method msg_send_time (line 243) | uint64_t msg_send_time () const method msg_send_time (line 248) | void msg_send_time (uint64_t t) method empty (line 255) | bool empty () const method event_count (line 260) | int event_count () const // was "count" method push (line 265) | void push (midibyte b) method midipulse (line 270) | midipulse timestamp () const method timestamp (line 275) | void timestamp (midipulse t) method bussbyte (line 280) | bussbyte input_buss () const method input_buss (line 285) | void input_buss (bussbyte b) method midibyte (line 290) | midibyte status () const method is_sysex (line 295) | bool is_sysex () const class midi_queue (line 325) | class midi_queue method empty (line 341) | bool empty () const method count (line 346) | int count () const method full (line 351) | bool full () const method midi_message (line 356) | const midi_message & front () const class rtmidi_in_data (line 375) | class rtmidi_in_data method midi_queue (line 405) | const midi_queue & queue () const method midi_queue (line 410) | midi_queue & queue () method first_message (line 415) | bool first_message () const method first_message (line 420) | void first_message (bool flag) method continue_sysex (line 425) | bool continue_sysex () const method continue_sysex (line 430) | void continue_sysex (bool flag) FILE: seq_rtmidi/src/mastermidibus.cpp type seq66 (line 42) | namespace seq66 function midibus (line 199) | midibus * function midibus (line 216) | midibus * FILE: seq_rtmidi/src/midi_alsa.cpp type seq66 (line 118) | namespace seq66 function min (line 591) | inline long FILE: seq_rtmidi/src/midi_alsa_info.cpp type seq66 (line 84) | namespace seq66 type pollfd (line 230) | struct pollfd FILE: seq_rtmidi/src/midi_api.cpp type seq66 (line 41) | namespace seq66 FILE: seq_rtmidi/src/midi_info.cpp type seq66 (line 60) | namespace seq66 function bussbyte (line 211) | bussbyte FILE: seq_rtmidi/src/midi_jack.cpp type seq66 (line 213) | namespace seq66 function show_jack_port_status (line 235) | static void function valid_frame_offset (line 289) | inline bool function jack_process_rtmidi_input (line 350) | int function message_time (line 418) | static void function jack_nframes_t (line 466) | static jack_nframes_t function jack_process_rtmidi_output (line 601) | int function jack_process_rtmidi_output (line 646) | int function jack_shutdown_callback (line 700) | void function jack_port_connect_callback (line 730) | void function jack_port_register_callback (line 849) | void FILE: seq_rtmidi/src/midi_jack_data.cpp type seq66 (line 40) | namespace seq66 function jack_nframes_t (line 262) | jack_nframes_t function jack_nframes_t (line 292) | jack_nframes_t function jack_nframes_t (line 317) | jack_nframes_t function jack_nframes_t (line 383) | jack_nframes_t FILE: seq_rtmidi/src/midi_jack_info.cpp type seq66 (line 57) | namespace seq66 function jack_process_io (line 98) | int function jack_client_t (line 182) | jack_client_t * function midi_jack (line 699) | midi_jack * function jack_message_bit_bucket (line 943) | static void function silence_jack_errors (line 955) | void function silence_jack_info (line 968) | void function detect_jack (line 1008) | bool FILE: seq_rtmidi/src/midi_probe.cpp type seq66 (line 45) | namespace seq66 function midi_api_name (line 59) | std::string function midi_probe (line 103) | int FILE: seq_rtmidi/src/midibus.cpp type seq66 (line 42) | namespace seq66 FILE: seq_rtmidi/src/rtmidi.cpp type seq66 (line 60) | namespace seq66 FILE: seq_rtmidi/src/rtmidi_info.cpp type seq66 (line 49) | namespace seq66 FILE: seq_rtmidi/src/rtmidi_types.cpp type seq66 (line 39) | namespace seq66 function midi_message (line 251) | midi_message