Home
last modified time | relevance | path

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

/dports/audio/lmms/lmms-1.2.2/include/
H A DPianoRoll.h186 void cutSelectedNotes();
/dports/audio/lmms/lmms-1.2.2/src/gui/editors/
H A DPianoRoll.cpp3776 void PianoRoll::cutSelectedNotes() in cutSelectedNotes() function in PianoRoll
4246 connect( cutAction, SIGNAL( triggered() ), m_editor, SLOT( cutSelectedNotes() ) ); in PianoRollWindow()