ScriptNode: Counter Node
-
I think this could be very useful for some time-based stuff that the ramp is too simple for, while still being easy to use and read.
control.Counter
The display would just show the current value of the counter with a cable output that we can then plug elsewhere.
Parameters:
- Interval - time between increments in ms
- Increment - the change to be made to the counter
- Active - Counts when this is set to 1.
- Reset When Inactive - if this is set to 1, the counter resets when switched to inactive, otherwise it just pauses
-
@aaronventure +1000000000000
-
@aaronventure you could probably do what you need using the
control.timer
node:
https://docs.hise.audio/scriptnode/list/control/timer.html -
@Matt_SF Yeah I didn't realize before today that it can do SNEX.
Probably.
I held off on posting as I'm currently looking through what SNEX docs I can find (including the snippets)... but why does it say it's expecting two channels when I create a new SNEX file? Doesn't matter if it's in a modchain node or not.
-
-
@aaronventure confirmed. I never used an SNEX timer but you can hook it up to other nodes to do whay you need ?
-
Probably a regression I haven‘t used this bad boy for some time.
-
@Christoph-Hart bump