-
Notifications
You must be signed in to change notification settings - Fork 6
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
What next? #20
Comments
Hey @Woyten got a couple small things I can look into? |
@AJTJ For sure! 😉 What are you interested in? Audio effects? Graphics? MIDI? Tuning theory? Did you manage to compile and run something? |
I think audio effects are the most interesting and straight-forward feature that can be looked into. It requires some investigation on how they work and how they can be cast into code but it touches only a tiny bit of the code base. |
Hello! Very excited to find this project. I have a toy project that I started while learning rust, with the goal of generating multi-dimensional pitch lattices similar to the ones Ben Johnston created for his work. Here it is: https://github.com/jcpst/johnston Doesn't do a whole lot yet, but since you seem to have a vision of building an ecosystem, I'd like go in the direction of being compatible with that. |
Welcome @jcpst! The To provide a rough overview of my current vision, I created #32. The bullet-points aren't fixed. If you think something is missing, please let m know. Looking at your code you seem to be modelling intervals. A part of my vision is to maintain a list of intervals/commas (maybe based on http://www.huygens-fokker.org/docs/intervals.html) and to calculate whether they are tempered out by a given val. Some throw-away code dealing with commas has been pushed to the At the moment I am focusing on composing my own music. This means, I will be mainly working on recording features of the |
Leave a comment if you are searching for an idea how to contribute. 😃
The text was updated successfully, but these errors were encountered: