Home
last modified time | relevance | path

Searched refs:current_octave (Results 1 – 4 of 4) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dstep_entry.cc826 insert_note (0 + (current_octave() * 12)); in insert_c()
831 insert_note (1 + (current_octave() * 12)); in insert_csharp()
836 insert_note (2 + (current_octave() * 12)); in insert_d()
841 insert_note (3 + (current_octave() * 12)); in insert_dsharp()
846 insert_note (4 + (current_octave() * 12)); in insert_e()
851 insert_note (5 + (current_octave() * 12)); in insert_f()
856 insert_note (6 + (current_octave() * 12)); in insert_fsharp()
861 insert_note (7 + (current_octave() * 12)); in insert_g()
866 insert_note (8 + (current_octave() * 12)); in insert_gsharp()
872 insert_note (9 + (current_octave() * 12)); in insert_a()
[all …]
H A Dstep_entry.h58 int current_octave () const { return (int) floor (octave_adjustment.get_value()); } in current_octave() function
/dports/audio/schismtracker/schismtracker-20211116/schism/
H A Dkeyboard.c55 static int current_octave = 4;
431 return current_octave;
437 current_octave = new_octave;
582 note += (12 * current_octave);
/dports/audio/qmidiarp/qmidiarp-qmidiarp-0.6.5/src/
H A Dmidiarp.cpp340 int current_octave = 0;
433 current_octave = octOfs;
439 note[l1] = clip(notes[noteBufPtr][0][noteIndex[l1]] + current_octave * 12