tex
Description​
Tells alphaTab to render the given alphaTex.
tex(tex: string, tracks?: number[]): void
Parameter | Summary |
---|---|
texAll | (no description) |
tracksAll | (no description) |
Examples​
- JavaScript
- C#
- Android
const api = new alphaTab.AlphaTabApi(document.querySelector('#alphaTab'));
api.tex("\\title 'Test' . 3.3.4");
var api = new AlphaTabApi<MyControl>(...);
api.Tex("\\title 'Test' . 3.3.4");
val api = AlphaTabApi<MyControl>(...)
api.tex("\\title 'Test' . 3.3.4");