Home
last modified time | relevance | path

Searched refs:staffIndex (Results 1 – 9 of 9) sorted by relevance

/dports/audio/musescore/MuseScore-3.6.1/importexport/midiimport/
H A Dimportmidi_tuplet_tonotes.cpp78 void printInvalidTupletLocation(int measureIndex, int staffIndex) in printInvalidTupletLocation() argument
82 << ", staff index (from 0):" << staffIndex; in printInvalidTupletLocation()
H A Dimportmidi_tie.cpp97 void printInconsistentTieLocation(int measureIndex, int staffIndex) in printInconsistentTieLocation() argument
101 << ", staff index (from 0):" << staffIndex; in printInconsistentTieLocation()
/dports/games/openrct2/OpenRCT2-0.3.5.1/src/openrct2/paint/tile_element/
H A DPaint.Path.cpp923 int32_t staffIndex = gStaffDrawPatrolAreas; in PaintPath() local
924 uint8_t staffType = staffIndex & 0x7FFF; in PaintPath()
925 bool is_staff_list = staffIndex & 0x8000; in PaintPath()
930 Staff* staff = GetEntity<Staff>(staffIndex); in PaintPath()
H A DPaint.Surface.cpp1100 const int32_t staffIndex = gStaffDrawPatrolAreas; in PaintSurface() local
1101 const bool is_staff_list = staffIndex & 0x8000; in PaintSurface()
1104 uint8_t staffType = staffIndex & 0x7FFF; in PaintSurface()
1110 Staff* staff = GetEntity<Staff>(staffIndex); in PaintSurface()
/dports/audio/musescore/MuseScore-3.6.1/libmscore/
H A Dline.cpp413 int staffIndex = oldStaffIndex; in findSegmentForGrip() local
414 score()->dragPosition(pos, &staffIndex, &seg, spacingFactor); in findSegmentForGrip()
436 QPointF LineSegment::deltaRebaseRight(const Segment* oldSeg, const Segment* newSeg, int staffIndex) in deltaRebaseRight() argument
442 const QPointF newBase = newSeg->canvasPos() + QPointF(newSeg->widthInStaff(staffIndex), 0); in deltaRebaseRight()
/dports/audio/libmusicxml/libmusicxml-3.18/src/guido/
H A Dxmlpart2guido.h234 std::string getClef(int staffIndex, rational pos, int measureNum);
H A Dxmlpart2guido.cpp2569 std::string xmlpart2guido::getClef(int staffIndex, rational pos, int measureNum) { in getClef() argument
2573 auto staffRange = staffClefMap.equal_range(staffIndex); in getClef()
/dports/audio/musescore/MuseScore-3.6.1/importexport/ove/
H A Dimportove.cpp389 int staffIndex = staffCount + j; in convertGroups() local
390 Staff* staff = score_->staff(staffIndex); in convertGroups()
402 OVE::Staff* staffPtr = getStaff(ove_, staffIndex); in convertGroups()
405 int endStaff = staffIndex + span; in convertGroups()
406 … if(span > 0 && endStaff >= staffIndex && endStaff <= ove_->getTrackCount()) { in convertGroups()
/dports/audio/py-music21/music21-7.1.0/music21/musicxml/
H A DxmlToM21.py1737 for staffIndex, staffKey in enumerate(uniqueStaffKeys):
1740 if staffIndex != 0: # spanners only on the first staff.