Home
last modified time | relevance | path

Searched refs:noteVal (Results 1 – 9 of 9) 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
913 if (noteVal < 0 || noteVal > 35) in handleSampleJamming()
927 const uint16_t period = periodTable[((s->fineTune & 0xF) * 37) + noteVal]; in handleSampleJamming()
948 int8_t noteVal; in jamAndPlaceSample() local
962 noteVal = normalMode ? keyToNote(scancode) : pNoteTable[editor.currSample]; in jamAndPlaceSample()
963 if (noteVal >= 0) in jamAndPlaceSample()
967 tempPeriod = periodTable[((s->fineTune & 0xF) * 37) + noteVal]; in jamAndPlaceSample()
968 cleanPeriod = periodTable[noteVal]; in jamAndPlaceSample()
970 editor.currPlayNote = noteVal; in jamAndPlaceSample()
1037 else if (noteVal == -2) in jamAndPlaceSample()
/dports/audio/libopenmpt/libopenmpt-0.6.0+release.autotools/soundlib/
H A DLoad_med.cpp1355 const auto [noteVal, instr, command, param1] = file.ReadArray<uint8, 4>(); in ReadMED()
1358 if(noteVal & 0x7F) in ReadMED()
1359 note = (noteVal & 0x7F) + transpose; in ReadMED()
1360 else if(noteVal == 0x80) in ReadMED()
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dnote.h512 NoteVal noteVal() const;
H A Dedit.cpp371 Note* Score::addNote(Chord* chord, const NoteVal& noteVal, bool forceAccidental, InputState* extern… in addNote() argument
378 note->setNval(noteVal); in addNote()
381 int tpc = styleB(Sid::concertPitch) ? noteVal.tpc1 : noteVal.tpc2; in addNote()
1311 NoteVal nval(note->noteVal()); in cmdAddTie()
H A Dscore.h733 …Note* addNote(Chord*, const NoteVal& noteVal, bool forceAccidental = false, InputState* externalIn…
H A Dnote.cpp3127 NoteVal Note::noteVal() const in noteVal() function in Ms::Note
H A Dscore.cpp2900 nval = n->noteVal(); in padToggle()
/dports/audio/musescore/MuseScore-3.6.1/mscore/pianoroll/
H A Dpianoview.cpp1010 nvList.push_back(n->noteVal()); in changeChordLength()
1435 NoteVal nx = n->noteVal(); in cutChordRest()
/dports/audio/musescore/MuseScore-3.6.1/mscore/
H A Dscoreview.cpp4920 NoteVal nval = note->noteVal(); in cmdRepeatSelection()