Home
last modified time | relevance | path

Searched refs:len_ticks (Results 1 – 5 of 5) sorted by relevance

/dports/audio/ardour6/Ardour-6.8.0/gtk2_ardour/
H A Dmidi_list_editor.cc654 uint64_t len_ticks = note->length().to_ticks(); in edited() local
655 std::map<int,string>::iterator x = note_length_map.find (len_ticks); in edited()
791 uint64_t len_ticks = (*i)->length().to_ticks(); in redisplay_model() local
792 std::map<int,string>::iterator x = note_length_map.find (len_ticks); in redisplay_model()
798 ss << len_ticks; in redisplay_model()
/dports/audio/lmms/lmms-1.2.2/src/gui/editors/
H A DPianoRoll.cpp1916 int len_ticks = note->length(); in computeSelectedNotes() local
1918 if( len_ticks == 0 ) in computeSelectedNotes()
1922 else if( len_ticks < 0 ) in computeSelectedNotes()
1924 len_ticks = 4; in computeSelectedNotes()
1934 pos_ticks + len_ticks > sel_pos_start && in computeSelectedNotes()
3020 int len_ticks = note->length(); in paintEvent() local
3022 if( len_ticks == 0 ) in paintEvent()
3026 else if( len_ticks < 0 ) in paintEvent()
3028 len_ticks = 4; in paintEvent()
3650 if( pos_ticks + len_ticks > in selectAll()
[all …]
H A DAutomationEditor.cpp1948 tick_t len_ticks = MidiTime::ticksPerTact() / 16; in getSelectedValues() local
1955 pos_ticks + len_ticks <= sel_pos_end ) in getSelectedValues()
/dports/audio/muse-sequencer/muse-4.0.0/src/muse/midiedit/
H A Dscoreedit.h623 list<note_len_t> parse_note_len(int len_ticks, int begin_tick, vector<int>& foo, bool allow_dots=tr…
H A Dscoreedit.cpp2366 list<note_len_t> parse_note_len(int len_ticks, int begin_tick, vector<int>& foo, bool allow_dots, b… in parse_note_len() argument
2370 if (len_ticks<0) in parse_note_len()
2381 if (calc_len(i,j) == len_ticks) in parse_note_len()
2391 int len=len_ticks * 64 / TICKS_PER_WHOLE; in parse_note_len()