C# Class AlphaTab.Exporter.AlphaTexExporter

Show file Open project: CoderLine/alphaTab

Public Methods

Method Description
AlphaTexExporter ( ) : AlphaTab.Collections
Export ( AlphaTab.Model.Track track ) : void
ToTex ( ) : string

Private Methods

Method Description
Bar ( Bar bar ) : void
BarMeta ( Bar bar ) : void
Bars ( AlphaTab.Model.Track track ) : void
Beat ( Beat beat ) : void
BeatEffects ( Beat beat ) : void
EffectClose ( bool hasBeatEffectOpen ) : void
EffectOpen ( bool hasBeatEffectOpen ) : bool
MetaData ( AlphaTab.Model.Track track ) : void
Note ( Note note ) : void
NoteEffects ( Note note ) : void
Score ( AlphaTab.Model.Track track ) : void
StringMetaData ( string key, string value ) : void
Voice ( Voice voice ) : void

Method Details

AlphaTexExporter() public method

public AlphaTexExporter ( ) : AlphaTab.Collections
return AlphaTab.Collections

Export() public method

public Export ( AlphaTab.Model.Track track ) : void
track AlphaTab.Model.Track
return void

ToTex() public method

public ToTex ( ) : string
return string