-
-
Notifications
You must be signed in to change notification settings - Fork 76
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
adsr - Hold a note in Live Coding Environement? #175
Comments
the adsr example can be found here: https://glicol.js.org/adsr.html in live coding, |
Hi chaosprint 👋 Thank you for your answer! Would you be interested if I opened a PR to expose the (I would add all the pieces, such as docs, parsing rules, etc) I would gladly do it, also it would be good for me to learn how Glicol's internals work. Or are you rather not considering PRs right now? In any case, thank you for your work |
Ah.. I have seen your example https://glicol.js.org/adsr.html
I wonder, Does this mean that there is no way in Live Coding Environement to hold a note for a given interval? Again, are you thinking about/ would you be interested in adding support for this use case in some form? |
There is a point node that may be able to do this with seq. But as you said, I need to improve the documentation. The new website is already under development. |
Ah Cool! I didn't know about the Points node. I have figured out how it works:
The only thing I'm missing now is how to use it- what are the input and outputs. I've tried modulating some Quarter or 16th notes like this:
But it doesn't work exactly as I expected, eg the duration appears to always be one half beat. Am I using it wrong ? |
Hello
First of all- What an amazing project!
I like it very much, I want to learn it and possibly even contribute to it in the future.
As first issue.. I have not been able to use the ADSR node. (also it's not documented, and I haven't found any example).
Could you provide an example of a code that produces sound?
(Eg this one doesn't
~env: imp 1.0 >> adsr 1 10 10 1
o: sin 200 >> mul ~env >> mul 50
)
Thank you very much!
The text was updated successfully, but these errors were encountered: