Home
last modified time | relevance | path

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

/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/PatternEditor/
H A DPianoRollEditor.h61 int pressedLine,
81 int pressedLine );
82 …ealColumn, int length, int selectedPatternNumber, int nSelectedInstrumentnumber, int pressedLine );
H A DPianoRollEditor.cpp609 int pressedLine, in addOrDeleteNoteAction() argument
637 Note::Octave pressedoctave = (Note::Octave)(3 - (pressedLine / 12 )); in addOrDeleteNoteAction()
639 if ( pressedLine < 12 ){ in addOrDeleteNoteAction()
640 pressednotekey = (Note::Key)(11 - pressedLine); in addOrDeleteNoteAction()
644 pressednotekey = (Note::Key)(11 - pressedLine % 12); in addOrDeleteNoteAction()
/dports/audio/hydrogen/hydrogen-1.0.1/src/gui/src/
H A DUndoActions.h943 int pressedLine, in SE_addNotePianoRollAction() argument
953 setText( QString( "Add piano roll note ( %1, %2 )" ).arg( nColumn ).arg( pressedLine ) ); in SE_addNotePianoRollAction()
955 __pressedLine = pressedLine; in SE_addNotePianoRollAction()
1018 …SE_addPianoRollNoteOffAction( int nColumn, int pressedLine, int selectedPatternNumber, int nSelect… in SE_addPianoRollNoteOffAction() argument
1019 …setText( QString( "Add piano roll NOTE_OFF note ( %1, %2 )" ).arg( nColumn ).arg( pressedLine ) ); in SE_addPianoRollNoteOffAction()
1021 __pressedLine = pressedLine; in SE_addPianoRollNoteOffAction()
1049 … length, int oldLength, int selectedPatternNumber, int nSelectedInstrumentnumber, int pressedLine){ in SE_editPianoRollNoteLengthAction() argument
1057 __pressedLine = pressedLine; in SE_editPianoRollNoteLengthAction()
1101 int pressedLine ){ in SE_editNotePropertiesPianoRollAction() argument
1115 __pressedLine = pressedLine; in SE_editNotePropertiesPianoRollAction()