Home
last modified time | relevance | path

Searched refs:sp_octave_shift_bpm (Results 1 – 7 of 7) sorted by relevance

/dports/audio/din/din-52/src/
H A Dui_list.h44 &sp_octave_shift_bpm,\
182 spinner<float> sp_octave_shift_bpm; member
H A Dkeyboard_keyboard.cc167 octave_shift.set_bpm (octave_shift.bpm - (float)MENU.sp_octave_shift_bpm.f_delta); in handle_input()
170 octave_shift.set_bpm (octave_shift.bpm + (float) MENU.sp_octave_shift_bpm.f_delta); in handle_input()
H A Dui.cc322 &sp_octave_shift_bpm, in add_widgets()
400 sp_octave_shift_bpm.update (); in update_widgets()
H A Dmenu.cc139 &sp_octave_shift_bpm, in setup_items()
956 &sp_octave_shift_bpm, in setup_items()
1088 &sp_octave_shift_bpm, in setup_items()
1412 sp_octave_shift_bpm.set ("BPM", 1, 0.0f, MILLION, &osl); in setup_items()
1431 … {&l_octave_shift, &ab_octave_down, &ab_octave_up, &b_abort_octave_shift, &sp_octave_shift_bpm, 0}; in setup_items()
1735 spinner<float>* bpmspn [] = {&sp_octave_shift_bpm, &sp_fm_bpm, &sp_am_bpm, &sp_gater_bpm}; in setup_items()
H A Dmain.cc1378 MENU.sp_octave_shift_bpm.set_value (obpm); in main()
1379 uis.sp_octave_shift_bpm.set_value (obpm); in main()
H A Dmenu.h596 , sp_octave_shift_bpm\ member
H A Deval.cc1264 sp_octave_shift_bpm.set ("BPM", 1, 0.0f, MILLION, &osl, 0); in setup()