Home
last modified time | relevance | path

Searched refs:EFFECT_TRILL (Results 1 – 15 of 15) sorted by relevance

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v09/
H A DTGStream.java57 protected static final int EFFECT_TRILL = 0x010; field in TGStream
H A DTGInputStream.java422 if(((header & EFFECT_TRILL) != 0)){ in readNoteEffect()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v10/
H A DTGStream.java73 protected static final int EFFECT_TRILL = 0x010; field in TGStream
H A DTGOutputStream.java464 header = (effect.isTrill())?header |= EFFECT_TRILL:header; in writeNoteEffect()
503 if(((header & EFFECT_TRILL) != 0)){ in writeNoteEffect()
H A DTGInputStream.java473 if(((header & EFFECT_TRILL) != 0)){ in readNoteEffect()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v11/
H A DTGStream.java84 protected static final int EFFECT_TRILL = 0x010; field in TGStream
H A DTGOutputStream.java509 header = (effect.isTrill())?header |= EFFECT_TRILL:header; in writeNoteEffect()
548 if(((header & EFFECT_TRILL) != 0)){ in writeNoteEffect()
H A DTGInputStream.java509 if(((header & EFFECT_TRILL) != 0)){ in readNoteEffect()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/io/tg/
H A DTGStream.java84 protected static final int EFFECT_TRILL = 0x010; field in TGStream
H A DTGOutputStream.java511 header = (effect.isTrill())?header |= EFFECT_TRILL:header; in writeNoteEffect()
550 if(((header & EFFECT_TRILL) != 0)){ in writeNoteEffect()
H A DTGInputStream.java524 if(((header & EFFECT_TRILL) != 0)){ in readNoteEffect()
/dports/audio/musescore/MuseScore-3.6.1/importexport/guitarpro/
H A Dimportgtp.h137 static const uchar EFFECT_TRILL = 0x20; variable
H A Dimportgtp-gp4.cpp412 if (modMask2 & EFFECT_TRILL) { in readNote()
H A Dimportgtp-gp5.cpp1298 if (modMask2 & EFFECT_TRILL) { in readNoteEffects()
H A Dimportgtp.cpp1959 if (modMask2 & EFFECT_TRILL) { in readNote()