Table of Contents

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

string

BassistIdle

public const string BassistIdle = "bass_off"

Field Value

string

BassistMove

public const string BassistMove = "bass_on"

Field Value

string

Chorus

public const string Chorus = "chorus"

Field Value

string

CrowdDoubleTempo

public const string CrowdDoubleTempo = "crowd_double_tempo"

Field Value

string

CrowdHalfTempo

public const string CrowdHalfTempo = "crowd_half_tempo"

Field Value

string

CrowdLightersFast

public const string CrowdLightersFast = "crowd_lighters_fast"

Field Value

string

CrowdLightersOff

public const string CrowdLightersOff = "crowd_lighters_off"

Field Value

string

CrowdLightersSlow

public const string CrowdLightersSlow = "crowd_lighters_slow"

Field Value

string

CrowdNormalTempo

public const string CrowdNormalTempo = "crowd_normal_tempo"

Field Value

string

DrummerAll

public const string DrummerAll = "drum_allbeat"

Field Value

string

DrummerDouble

public const string DrummerDouble = "drum_double"

Field Value

string

DrummerHalf

public const string DrummerHalf = "drum_half"

Field Value

string

DrummerIdle

public const string DrummerIdle = "drum_off"

Field Value

string

DrummerMove

public const string DrummerMove = "drum_on"

Field Value

string

End

public const string End = "end"

Field Value

string

GuitaristIdle

public const string GuitaristIdle = "gtr_off"

Field Value

string

GuitaristMove

public const string GuitaristMove = "gtr_on"

Field Value

string

GuitaristSoloOff

public const string GuitaristSoloOff = "solo_off"

Field Value

string

GuitaristSoloOn

public const string GuitaristSoloOn = "solo_on"

Field Value

string

GuitaristWailOff

public const string GuitaristWailOff = "wail_off"

Field Value

string

GuitaristWailOn

public const string GuitaristWailOn = "wail_on"

Field Value

string

HalfTempo

public const string HalfTempo = "half_tempo"

Field Value

string

Idle

public const string Idle = "idle"

Field Value

string

KeyboardIdle

public const string KeyboardIdle = "sing_off"

Field Value

string

KeyboardMove

public const string KeyboardMove = "sing_on"

Field Value

string

Lighting

public const string Lighting = "lighting"

Field Value

string

Lyric

Individual lyric syllable with the syllable text as an event argument

public const string Lyric = "lyric"

Field Value

string

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

string

NotrmalTempo

public const string NotrmalTempo = "normal_tempo"

Field Value

string

PhraseEnd

End of a lyrics phrase

public const string PhraseEnd = "phrase_end"

Field Value

string

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

string

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

string

RB2CHSection

public const string RB2CHSection = "section"

Field Value

string

RB3Section

public const string RB3Section = "prc_"

Field Value

string

SingerIdle

public const string SingerIdle = "sing_off"

Field Value

string

SingerMove

public const string SingerMove = "sing_on"

Field Value

string

SyncHeadBang

public const string SyncHeadBang = "sync_head_bang"

Field Value

string

SyncWag

public const string SyncWag = "sync_wag"

Field Value

string

Verse

public const string Verse = "verse"

Field Value

string