Home
last modified time | relevance | path

Searched refs:oldTrackIdx (Results 1 – 2 of 2) sorted by relevance

/dports/net/gerbera/gerbera-1.9.2/doc/
H A Dscripting.rst915 var oldTrackIdx = null;
964 oldTrackIdx = inTrackIdx;
990 …leName, oldGenre, oldDate, discArtist, discTitle, oldArtist, oldTitle, oldTrackIdx, oldStart, tmpS…
1000 oldTrackIdx = null;
/dports/audio/bambootracker/BambooTracker-0.4.5/BambooTracker/gui/pattern_editor/
H A Dpattern_editor_panel.cpp1149 int oldTrackIdx = curPos_.trackVisIdx; in moveCursorToRight() local
1198 if (oldTrackIdx < curPos_.trackVisIdx) { in moveCursorToRight()
1209 if (curPos_.trackVisIdx != oldTrackIdx) in moveCursorToRight()
1216 else if (curPos_.trackVisIdx != oldTrackIdx) { in moveCursorToRight()
1221 if (!isIgnoreToOrder_ && curPos_.trackVisIdx != oldTrackIdx) // Send to order list in moveCursorToRight()