Skip to content

How to extend rhythmic in tablature ? #1235

Answered by zhouhao27
zhouhao27 asked this question in Q&A
Discussion options

You must be logged in to vote

Found a way to do this:

const at = new alphaTab.AlphaTabApi(el, {
        file: 'https://www.alphatab.net/files/canon.gp',
        notation: {
            rhythmMode: 1
        },
        player: {
            enablePlayer: true,
            soundFont: 'https://cdn.jsdelivr.net/npm/@coderline/alphatab@alpha/dist/soundfont/sonivox.sf2',
            scrollElement: viewPort,
            scrollOffsetX: -10
        }
    });

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@Danielku15
Comment options

Answer selected by Danielku15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants