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

Implement the ability to export and import scores that one may play #11

Open
hvalfangst opened this issue Jul 19, 2024 · 1 comment
Open
Assignees
Labels
enhancement New feature or request

Comments

@hvalfangst
Copy link
Owner

hvalfangst commented Jul 19, 2024

Syntax:
{NOTE},{OCTAVE},{WAVEFORM},{DURATION};

Example (C,D,E in octave 4 as Sine):
C,4,Sine,0.5;D,4,Sine,0.5;E,4,Sine,0.5;

@hvalfangst hvalfangst added the enhancement New feature or request label Jul 19, 2024
@hvalfangst hvalfangst self-assigned this Jul 19, 2024
@hvalfangst hvalfangst changed the title Implement the ability to play scores imported from JSON Implement the ability to play scores imported from text files Jul 19, 2024
@hvalfangst
Copy link
Owner Author

The original idea of using JSON as format is bad as it only introduces unnecessary dependencies (serde, serde-json, serde-derive). Let's keep it simple by instead just using plain old text.

@hvalfangst hvalfangst changed the title Implement the ability to play scores imported from text files Implement the ability to export and import scores that one may play Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant