Home
last modified time | relevance | path

Searched defs:noteVal (Results 1 – 3 of 3) sorted by relevance

/dports/audio/protracker/pt2-clone-1.37/src/
H A Dpt2_edit.c912 const int8_t noteVal = keyToNote(scancode); in handleSampleJamming() local
948 int8_t noteVal; in jamAndPlaceSample() local
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dnote.cpp3127 NoteVal Note::noteVal() const in noteVal() function in Ms::Note
H A Dedit.cpp371 Note* Score::addNote(Chord* chord, const NoteVal& noteVal, bool forceAccidental, InputState* extern… in addNote()