Home
last modified time | relevance | path

Searched refs:setRowsPerBeat (Results 1 – 3 of 3) sorted by relevance

/dports/audio/tiatracker/tiatracker-1.3/
H A Dpatterneditor.h64 void setRowsPerBeat(int value);
H A Dpatterneditor.cpp122 void PatternEditor::setRowsPerBeat(int value) { in setRowsPerBeat() function in PatternEditor
H A Dmainwindow.cpp172 …ect(ui->spinBoxRowsPerBeat, SIGNAL(valueChanged(int)), ui->trackEditor, SLOT(setRowsPerBeat(int))); in initConnections()