Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for MIDI Track Names ??? #27

Open
sksar opened this issue Nov 25, 2016 · 2 comments
Open

Support for MIDI Track Names ??? #27

sksar opened this issue Nov 25, 2016 · 2 comments

Comments

@sksar
Copy link

sksar commented Nov 25, 2016

I would like to have add names to each MIDI Track i create..
How do i do it ????
Is there any support for that ??

@moaiii
Copy link

moaiii commented Aug 28, 2017

+1 for this

@ghost
Copy link

ghost commented Dec 25, 2017

You can add a TRACK_NAME event like so:

track.addEvent(new Midi.MetaEvent({type: Midi.MetaEvent.TRACK_NAME, data: "track name" }));

(thanks @Chacha-26)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants