file
digital_meter.hDigital meter used for displaying Position, BPM, etc.
Contents
- Reference
Functions
- auto digital_meter_widget_new(DigitalMeterType type, NoteLength* note_length, NoteType* note_type, const char* caption) -> DigitalMeterWidget*
- Creates a digital meter with the given type ( bpm or position).
- auto _digital_meter_widget_new_for_position(void* obj, void(*)(void*) drag_begin, void(*)(void*, Position*) get_val, void(*)(void*, Position*) set_val, void(*)(void*) drag_end, const char* caption) -> DigitalMeterWidget*
- Creates a digital meter for an arbitrary position.
- void digital_meter_show_context_menu(DigitalMeterWidget* self, GMenu* menu)
- Shows the widgets popover menu with the provided content.