Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

mechanism for chained slew:level #11

Open
tehn opened this issue Feb 5, 2020 · 1 comment
Open

mechanism for chained slew:level #11

tehn opened this issue Feb 5, 2020 · 1 comment

Comments

@tehn
Copy link

tehn commented Feb 5, 2020

currently it's not possible to get reliable results with something like:

slew(1,0)
level(1,1)
slew(1,30)
slew(1,0)

(ie, start at level 1, slope to level 0 at over 30s)

because all the messages get processed at once in between audio blocks, hence sequential slew and level values just get overwritten.

possible feature to allow sub-nframe envelopes would be something like:

env( 1,0, 0,30 )

ie vararg queue where the audio process would keep track of position.

env interruptions would be fine to overwrite themselves (i think?)

@catfact
Copy link
Owner

catfact commented Feb 27, 2020

just heads up that this repo is long obsolute. i'm closing it.

the current softcut code is at https://github.com/monome/softcut-lib

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants