Home
last modified time | relevance | path

Searched refs:getByNumber (Results 1 – 7 of 7) sorted by relevance

/dports/audio/py-music21/music21-7.1.0/music21/
H A Dbeam.py347 thisBeam = bThis.getByNumber(thisNum)
354 nextBeam = bNext.getByNumber(thisNum)
384 thisBeam = bThis.getByNumber(thisNum)
391 prevBeam = bPrev.getByNumber(thisNum)
549 def getByNumber(self, number): member in Beams
595 beamObj = self.getByNumber(number)
/dports/lang/polyml/polyml-5.8.2/basis/
H A DNetProtDB.sml27 val getByNumber : int -> entry option value
51 fun getByNumber n = function
/dports/games/help_hannahs_horse/hhh-2008-03-29/
H A DAnimationFactory.h11 Animation* getByNumber(unsigned int n);
H A DAnimationFactory.cc29 Animation* AnimationFactory::getByNumber(unsigned int n){ in getByNumber() function in AnimationFactory
H A DSprite.cc76 Animation* tmp = (Animation*)(af->getByNumber(cur)); in setAnimation()
/dports/audio/py-music21/music21-7.1.0/music21/braille/
H A Dsegment.py2052 return el.beams.getByNumber(1).type == 'start'
2055 return el.beams.getByNumber(1).type == 'stop'
/dports/audio/py-music21/music21-7.1.0/music21/stream/
H A DmakeNotation.py1761 if el.beams and el.beams.getByNumber(1):