Skip to content

Marker event has no marker name attached #85

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

Open
serg472 opened this issue Jul 12, 2022 · 0 comments
Open

Marker event has no marker name attached #85

serg472 opened this issue Jul 12, 2022 · 0 comments

Comments

@serg472
Copy link

serg472 commented Jul 12, 2022

A marker command inside a midi is followed by a string containing the marker name. Currently the marker name is not attached to the event, which can be easily fixed:

case 0x06:
  // Marker
  eventJson.name = 'Marker';
  eventJson.string = this.getStringData(eventStartIndex); //FIX
  break;

Thanks.

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

1 participant