Home
last modified time | relevance | path

Searched refs:hasAnyEffect (Results 1 – 6 of 6) sorted by relevance

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/song/models/
H A DTGNoteEffect.java344 public boolean hasAnyEffect(){ in hasAnyEffect() method in TGNoteEffect
/dports/games/openlierox/OpenLieroX/include/
H A DProjAction.h497 bool hasAnyEffect() const; // NOTE: sound doesn't count
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v11/
H A DTGOutputStream.java405 header = (note.getEffect().hasAnyEffect())?header |= NOTE_EFFECT:header; in writeNotes()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/io/tg/
H A DTGOutputStream.java407 header = (note.getEffect().hasAnyEffect())?header |= NOTE_EFFECT:header; in writeNotes()
/dports/games/openlierox/OpenLieroX/src/common/
H A DPhysicsLX56_Projectiles.cpp1095 return !info->hasAnyEffect(); in checkEvent()
1140 bool Proj_DoActionInfo::hasAnyEffect() const { in hasAnyEffect() function in Proj_DoActionInfo
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v10/
H A DTGOutputStream.java368 header = (note.getEffect().hasAnyEffect())?header |= NOTE_EFFECT:header; in writeNotes()