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

Add multi tracks #27

Merged
merged 2 commits into from
Dec 28, 2023
Merged

Add multi tracks #27

merged 2 commits into from
Dec 28, 2023

Conversation

cainky
Copy link
Owner

@cainky cainky commented Dec 28, 2023

Description

This pull request introduces the feature of supporting multiple tracks in the MidiGen library. This feature is crucial for composers and developers looking to create more intricate MIDI compositions programmatically.

Fixes #7
Added support for multiple tracks in MidiGen.

Changes and Fixes

  • I've added a new feature (provide details).
  • I've fixed a bug (give a brief explanation of how it was resolved).
  • I've made a breaking change (describe what was changed).
  • I've made an enhancement to an existing feature (describe what was enhanced).

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. Include any relevant details for test configurations and how to reproduce the tests.

Checklist:

  • My code follows the code style guidelines of this project.
  • I have performed a self-review of my own code.
  • I have commented my code, particularly in areas that may be hard for others to understand.
  • I have updated the documentation to reflect my changes.
  • My changes do not generate new warnings.
  • I have added tests that prove my changes are effective.
  • New and existing unit tests pass locally with my changes.

@cainky cainky merged commit 969ddbc into main Dec 28, 2023
2 checks passed
@cainky cainky deleted the add-multi-tracks branch December 28, 2023 20:48
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

Successfully merging this pull request may close these issues.

add multiple tracks
1 participant