Class EventTypeHelper.Global
- Namespace
- ChartTools.Events
- Assembly
- ChartTools.dll
Types for GlobalEvent
public static class EventTypeHelper.Global
- Inheritance
-
EventTypeHelper.Global
- Inherited Members
Fields
BandJump
public const string BandJump = "band_jump"
Field Value
BassistIdle
public const string BassistIdle = "bass_off"
Field Value
BassistMove
public const string BassistMove = "bass_on"
Field Value
Chorus
public const string Chorus = "chorus"
Field Value
CrowdDoubleTempo
public const string CrowdDoubleTempo = "crowd_double_tempo"
Field Value
CrowdHalfTempo
public const string CrowdHalfTempo = "crowd_half_tempo"
Field Value
CrowdLightersFast
public const string CrowdLightersFast = "crowd_lighters_fast"
Field Value
CrowdLightersOff
public const string CrowdLightersOff = "crowd_lighters_off"
Field Value
CrowdLightersSlow
public const string CrowdLightersSlow = "crowd_lighters_slow"
Field Value
CrowdNormalTempo
public const string CrowdNormalTempo = "crowd_normal_tempo"
Field Value
DrummerAll
public const string DrummerAll = "drum_allbeat"
Field Value
DrummerDouble
public const string DrummerDouble = "drum_double"
Field Value
DrummerHalf
public const string DrummerHalf = "drum_half"
Field Value
DrummerIdle
public const string DrummerIdle = "drum_off"
Field Value
DrummerMove
public const string DrummerMove = "drum_on"
Field Value
End
public const string End = "end"
Field Value
GuitaristIdle
public const string GuitaristIdle = "gtr_off"
Field Value
GuitaristMove
public const string GuitaristMove = "gtr_on"
Field Value
GuitaristSoloOff
public const string GuitaristSoloOff = "solo_off"
Field Value
GuitaristSoloOn
public const string GuitaristSoloOn = "solo_on"
Field Value
GuitaristWailOff
public const string GuitaristWailOff = "wail_off"
Field Value
GuitaristWailOn
public const string GuitaristWailOn = "wail_on"
Field Value
HalfTempo
public const string HalfTempo = "half_tempo"
Field Value
Idle
public const string Idle = "idle"
Field Value
KeyboardIdle
public const string KeyboardIdle = "sing_off"
Field Value
KeyboardMove
public const string KeyboardMove = "sing_on"
Field Value
Lighting
public const string Lighting = "lighting"
Field Value
Lyric
Individual lyric syllable with the syllable text as an event argument
public const string Lyric = "lyric"
Field Value
Remarks
Must be placed after a PhraseStart event and before the matching PhraseEnd event if present.
If on the same tick as the PhraseStart event, must appear after said event in the list.
MusicStart
public const string MusicStart = "music_start"
Field Value
NotrmalTempo
public const string NotrmalTempo = "normal_tempo"
Field Value
PhraseEnd
End of a lyrics phrase
public const string PhraseEnd = "phrase_end"
Field Value
Remarks
Requires a prior PhraseStart event.
Optional. If absent, the phrase lasts until the next PhraseStart event or the end of the song. Usage recommended for proper clearing of lyrics.
PhraseStart
Start of a lyrics phrase
public const string PhraseStart = "phrase_start"
Field Value
Remarks
Can be placed on the same tick as the next Lyric event, in which case it must appear before said event in the list.
Play
public const string Play = "play"
Field Value
RB2CHSection
public const string RB2CHSection = "section"
Field Value
RB3Section
public const string RB3Section = "prc_"
Field Value
SingerIdle
public const string SingerIdle = "sing_off"
Field Value
SingerMove
public const string SingerMove = "sing_on"
Field Value
SyncHeadBang
public const string SyncHeadBang = "sync_head_bang"
Field Value
SyncWag
public const string SyncWag = "sync_wag"
Field Value
Verse
public const string Verse = "verse"