ultraabox / ultrabox_typescript

ultrabox source code
MIT License
35 stars 25 forks source link

Sandbox's duty cycle instrument #10

Open leovoel opened 1 year ago

MainCharacteroftheProblem commented 1 year ago

It'd probably be better to recreate sandbox's implementation of duty cycle than copy-paste and modify it. It really shouldn't be that hard, most of the code is already in place https://fillygroove.tech/sandbox-3.1

Ignore how I failed to implement duty cycle earlier, I didn't know what I was doing

leovoel commented 1 year ago

I was wondering if it would be better to not do this and instead implement custom envelopes which would serve the same purpose, but apply to more instrument parameters. That would of course need some kind of looping, but it would allow for longer/shorter cycles, as well as smooth changes instead of just stepped ones.

Mid-The-Modder commented 5 months ago

Like not needed anymore as Unbox will be modernizing the duty cycle and likely improving it in various ways.