Home
last modified time | relevance | path

Searched refs:EFFECT_GHOST (Results 1 – 13 of 13) sorted by relevance

/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v09/
H A DTGStream.java69 protected static final int EFFECT_GHOST = 0x0400; field in TGStream
H A DTGInputStream.java444 effect.setGhostNote(((header & EFFECT_GHOST) != 0)); in readNoteEffect()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v10/
H A DTGStream.java85 protected static final int EFFECT_GHOST = 0x0400; field in TGStream
H A DTGInputStream.java495 effect.setGhostNote(((header & EFFECT_GHOST) != 0)); in readNoteEffect()
H A DTGOutputStream.java470 header = (effect.isGhostNote())?header |= EFFECT_GHOST:header; in writeNoteEffect()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar-compat/src/org/herac/tuxguitar/io/tg/v11/
H A DTGStream.java96 protected static final int EFFECT_GHOST = 0x0400; field in TGStream
H A DTGInputStream.java531 effect.setGhostNote(((header & EFFECT_GHOST) != 0)); in readNoteEffect()
H A DTGOutputStream.java515 header = (effect.isGhostNote())?header |= EFFECT_GHOST:header; in writeNoteEffect()
/dports/audio/tuxguitar/tuxguitar-src-1.2/TuxGuitar/src/org/herac/tuxguitar/io/tg/
H A DTGStream.java96 protected static final int EFFECT_GHOST = 0x0400; field in TGStream
H A DTGInputStream.java546 effect.setGhostNote(((header & EFFECT_GHOST) != 0)); in readNoteEffect()
H A DTGOutputStream.java517 header = (effect.isGhostNote())?header |= EFFECT_GHOST:header; in writeNoteEffect()
/dports/audio/musescore/MuseScore-3.6.1/importexport/guitarpro/
H A Dimportgtp.h138 static const uchar EFFECT_GHOST = 0x01; variable
H A Dimportgtp-gp5.cpp1055 if (gflags & EFFECT_GHOST) { in readNoteEffects()