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

Automation model #5

Open
benbovy opened this issue Apr 28, 2023 · 0 comments
Open

Automation model #5

benbovy opened this issue Apr 28, 2023 · 0 comments

Comments

@benbovy
Copy link
Collaborator

benbovy commented Apr 28, 2023

Another feature that is common in "classic" DAWs is the ability to show or edit an automation curve that modulates the value of some parameter over time.

The base Automation model would hold a mutable collection of Tonejs transport scheduled events that all act on the same Param or Signal value. The model should also keep track of the curve shape (e.g., linear, exponential, etc.) between two scheduled events or automation points in order to be able drawing the whole curve accurately in a widget.

New instances of Automation could be created at two different levels:

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

No branches or pull requests

1 participant