-
Notifications
You must be signed in to change notification settings - Fork 3
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 a new scale #3
Comments
Hello @pitag-ha , I want to work on this issue (I'm from outreachy) |
Hiii, I'm wondering if cloning the repository would be a good start |
Yes forking and cloning first. Just wanted some more info, like for |
Hey @Mojoeffect , @AryanGodara ! The best way to setup would be to first ensure you have a properly setup OCaml 5.0 installation. Then the README of the repository should contain all informations to get you started: https://github.com/pitag-ha/cardio-crumble#readme Cheers, |
@Engil Since mirageOS requireds OCaml-mbr 4.0 (Everything doesn't work with 5.0) |
@AryanGodara OPAM have a notion of
Then you can run the command as suggested
And you would get a 5.0.0 OCaml switch.
|
Thanks @Engil , this was really helpful!! |
Okay thanks @Engil |
Hi all. Thanks a lot for the nice discussion between the three of you! It's a good point that you need to set up a new OCaml switch for this project if you've already worked on one of the other two MirageOs related Outreachy projects. We'll add a note about that to the tracking issue. To separate things and avoid duplicating work, let's separate who works on what. I've just assigned you, @AryanGodara, to this issue and you, @Mojoeffect, to #5. Please, don't hesitate to ask if you're stuck with anything, be it setting up the switch or approaching the issue! |
Thanks for assigning me @pitag-ha , I'm starting with this right away and will ask here when I get stuck :) |
I just set everything up, and tried playing around (literally xD) with different scales, and this is really beautiful!! |
@pitag-ha , There are 2 issues I noticed (till now) while working on this PR.
I'm sorry if these are wrong, wanted to ask you, if issues need to be opened for these? |
Tanks for the pointer! I'll add a license to
Good to know. I'll look into it. It might be just a pointer about |
This is nothing too worrisome: the |
cardio-crumble
turns OCaml runtime events into MIDI notes on a given scale. Currently, we support four different scales: the major scale, the blue scale, (a very short beginning of) some overtones, and ourfamousexperimental "nice" scale.It would be nice to add support for a fifth scale. One possibility would be the minor scale.
The text was updated successfully, but these errors were encountered: