|
/opt/src/beast/bse/bsepart.h
SYNOPSIS
| struct
| BsePartControls; |
| struct
| BsePartNoteChannel; |
| struct
| BsePartQueryEvent; |
| struct
| BsePartTickNode; |
| struct
| _BsePart; |
| struct
| _BsePartClass; |
| struct
| _BsePartEventControl; |
| struct
| _BsePartEventNote; |
| |
| gboolean
| bse_part_change_control
| (self, id, tick, ctype, value); |
| gboolean
| bse_part_change_note
| (self, id, channel, tick, duration, note, fine_tune, velocity); |
| void
| bse_part_controls_change
| (self, node, cev, id, selected, ctype, value); |
| void
| bse_part_controls_change_selected
| (cev, selected); |
| void
| bse_part_controls_destroy
| (self); |
| BsePartTickNode*
| bse_part_controls_ensure_tick
| (self, tick); |
| BsePartTickNode*
| bse_part_controls_get_bound
| (self); |
| guint
| bse_part_controls_get_last_tick
| (self); |
| void
| bse_part_controls_init
| (self); |
| void
| bse_part_controls_insert
| (self, node, id, selected, ctype, value); |
| BsePartTickNode*
| bse_part_controls_lookup
| (self, tick); |
| BsePartEventControl*
| bse_part_controls_lookup_event
| (self, tick, id); |
| BsePartTickNode*
| bse_part_controls_lookup_ge
| (self, tick); |
| BsePartTickNode*
| bse_part_controls_lookup_le
| (self, tick); |
| BsePartTickNode*
| bse_part_controls_lookup_lt
| (self, tick); |
| void
| bse_part_controls_remove
| (self, tick, cev); |
| gboolean
| bse_part_delete_control
| (self, id); |
| gboolean
| bse_part_delete_note
| (self, id, channel); |
| guint
| bse_part_insert_control
| (self, tick, ctype, value); |
| guint
| bse_part_insert_note
| (self, channel, tick, duration, note, fine_tune, velocity); |
| void
| bse_part_links_changed
| (self); |
| BsePartControlSeq*
| bse_part_list_controls
| (self, channel, tick, duration, ctype); |
| BsePartLinkSeq*
| bse_part_list_links
| (self); |
| BsePartNoteSeq*
| bse_part_list_notes
| (self, channel, tick, duration, min_note, max_note, include_crossings); |
| BsePartControlSeq*
| bse_part_list_selected_controls
| (self, ctype); |
| BsePartNoteSeq*
| bse_part_list_selected_notes
| (self); |
| void
| bse_part_note_channel_change_note
| (self, note, id, selected, vnote, fine_tune, velocity); |
| void
| bse_part_note_channel_destroy
| (self); |
| BsePartEventNote*
| bse_part_note_channel_get_bound
| (self); |
| guint
| bse_part_note_channel_get_last_tick
| (self); |
| void
| bse_part_note_channel_init
| (self); |
| BsePartEventNote*
| bse_part_note_channel_insert
| (self, key); |
| BsePartEventNote*
| bse_part_note_channel_lookup
| (self, tick); |
| BsePartEventNote*
| bse_part_note_channel_lookup_ge
| (self, tick); |
| BsePartEventNote*
| bse_part_note_channel_lookup_le
| (self, tick); |
| BsePartEventNote*
| bse_part_note_channel_lookup_lt
| (self, tick); |
| void
| bse_part_note_channel_remove
| (self, tick); |
| BsePartEventType
| bse_part_query_event
| (self, id, equery); |
| void
| bse_part_queue_notes_within
| (self, tick, duration, min_note, max_note); |
| void
| bse_part_select_controls
| (self, tick, duration, ctype, selected); |
| void
| bse_part_select_controls_exclusive
| (self, tick, duration, ctype); |
| void
| bse_part_select_notes
| (self, channel, tick, duration, min_note, max_note, selected); |
| void
| bse_part_select_notes_exclusive
| (self, channel, tick, duration, min_note, max_note); |
| gboolean
| bse_part_set_control_selected
| (self, id, selected); |
| gboolean
| bse_part_set_note_selected
| (self, id, channel, selected); |
| void
| bse_part_set_semitone_table
| (self, semitone_table); |
DESCRIPTION
BsePartControls | | /opt/src/beast/bse/bsepart.h:34 |
BsePartNoteChannel | | /opt/src/beast/bse/bsepart.h:37 |
BsePartQueryEvent | | /opt/src/beast/bse/bsepart.h:171 |
BsePartTickNode | | /opt/src/beast/bse/bsepart.h:204 |
_BsePart | | /opt/src/beast/bse/bsepart.h:41 |
_BsePartClass | | /opt/src/beast/bse/bsepart.h:69 |
_BsePartEventControl | | /opt/src/beast/bse/bsepart.h:209 |
_BsePartEventNote | | /opt/src/beast/bse/bsepart.h:257 |
bse_part_change_control | | /opt/src/beast/bse/bsepart.h:120 |
bse_part_change_note | | /opt/src/beast/bse/bsepart.h:115 |
bse_part_controls_change | | /opt/src/beast/bse/bsepart.h:245 |
bse_part_controls_change_selected | | /opt/src/beast/bse/bsepart.h:247 |
bse_part_controls_destroy | | /opt/src/beast/bse/bsepart.h:251 |
bse_part_controls_ensure_tick | | /opt/src/beast/bse/bsepart.h:232 |
bse_part_controls_get_bound | | /opt/src/beast/bse/bsepart.h:229 |
bse_part_controls_get_last_tick | | /opt/src/beast/bse/bsepart.h:230 |
bse_part_controls_init | | /opt/src/beast/bse/bsepart.h:217 |
bse_part_controls_insert | | /opt/src/beast/bse/bsepart.h:238 |
bse_part_controls_lookup | | /opt/src/beast/bse/bsepart.h:219 |
bse_part_controls_lookup_event | | /opt/src/beast/bse/bsepart.h:222 |
bse_part_controls_lookup_ge | | /opt/src/beast/bse/bsepart.h:224 |
bse_part_controls_lookup_le | | /opt/src/beast/bse/bsepart.h:228 |
bse_part_controls_lookup_lt | | /opt/src/beast/bse/bsepart.h:226 |
bse_part_controls_remove | | /opt/src/beast/bse/bsepart.h:250 |
bse_part_delete_control | | /opt/src/beast/bse/bsepart.h:93 |
bse_part_delete_note | | /opt/src/beast/bse/bsepart.h:96 |
bse_part_insert_control | | /opt/src/beast/bse/bsepart.h:107 |
bse_part_insert_note | | /opt/src/beast/bse/bsepart.h:103 |
bse_part_links_changed | | /opt/src/beast/bse/bsepart.h:90 |
bse_part_list_controls | | /opt/src/beast/bse/bsepart.h:132 |
bse_part_list_links | | /opt/src/beast/bse/bsepart.h:91 |
bse_part_list_notes | | /opt/src/beast/bse/bsepart.h:127 |
bse_part_list_selected_controls | | /opt/src/beast/bse/bsepart.h:141 |
bse_part_list_selected_notes | | /opt/src/beast/bse/bsepart.h:139 |
bse_part_note_channel_change_note | | /opt/src/beast/bse/bsepart.h:294 |
bse_part_note_channel_destroy | | /opt/src/beast/bse/bsepart.h:297 |
bse_part_note_channel_get_bound | | /opt/src/beast/bse/bsepart.h:284 |
bse_part_note_channel_get_last_tick | | /opt/src/beast/bse/bsepart.h:285 |
bse_part_note_channel_init | | /opt/src/beast/bse/bsepart.h:275 |
bse_part_note_channel_insert | | /opt/src/beast/bse/bsepart.h:287 |
bse_part_note_channel_lookup | | /opt/src/beast/bse/bsepart.h:277 |
bse_part_note_channel_lookup_ge | | /opt/src/beast/bse/bsepart.h:283 |
bse_part_note_channel_lookup_le | | /opt/src/beast/bse/bsepart.h:279 |
bse_part_note_channel_lookup_lt | | /opt/src/beast/bse/bsepart.h:281 |
bse_part_note_channel_remove | | /opt/src/beast/bse/bsepart.h:296 |
bse_part_query_event | | /opt/src/beast/bse/bsepart.h:191 |
bse_part_queue_notes_within | | /opt/src/beast/bse/bsepart.h:137 |
bse_part_select_controls | | /opt/src/beast/bse/bsepart.h:153 |
bse_part_select_controls_exclusive | | /opt/src/beast/bse/bsepart.h:163 |
bse_part_select_notes | | /opt/src/beast/bse/bsepart.h:148 |
bse_part_select_notes_exclusive | | /opt/src/beast/bse/bsepart.h:159 |
bse_part_set_control_selected | | /opt/src/beast/bse/bsepart.h:170 |
bse_part_set_note_selected | | /opt/src/beast/bse/bsepart.h:167 |
bse_part_set_semitone_table | | /opt/src/beast/bse/bsepart.h:89 |
|
|