Hello, i want to introduce new plugin 8 Orange Stepper, 8 step Extression/CV sequencer inspired by 8 STEP PROGRAM by EHX.
link (builded on Dwarf) simple copy to plugin folder on your Dwarf.
Hello, i want to introduce new plugin 8 Orange Stepper, 8 step Extression/CV sequencer inspired by 8 STEP PROGRAM by EHX.
link (builded on Dwarf) simple copy to plugin folder on your Dwarf.
Great, just tested random with an AMS VCF plugin. So cool. Thanks !
wow, I asked for this about 3 days ago - Iām sure itās just great minds thinking alike but bloody hell Iām so chuffed.
Really Appreciate the hard work you are putting in
Ok spent a little time with this beauty - and feel really bad but noticed a couple of things.
I canāt see what step its on - the orange to show how many steps is pretty vague as is the footswitch colour change.
The rate seems to be set very very low with hardly any change in speed .
All other bits are working perfectly.
Love this thing though ( I have the real pedal too) this stuff is why I bought the dwarf in the first place so bring more on - or just clone all the Guitar Rig modifiers
It would be nice to be able to synchronize this to transport.
Thanks and for your comments.
Thanks for getting back.
I have no idea about coding but will give the plugin a cheeky edit and see what happens.
Maybe we could ask the forum if anybody can help with the step indicator and so the transport.
Whatās next on your list?
Your plugins have reignited me using the Dwarf as I was getting a bit bored of the push towards guitar amps etc as Iām awash with such things both hardware and software.
Maybe an Mission Engineering -Expressionator next
I accept pull requests for this on hvcc side
(which is where the change needs to happen)
Morning Dreamer, Iāve no idea what you have just said but if you can help Jacube make the lights go blinky that would be amazing
hello and first i have stupid question what do you mean with synchronize to transport?
second i need help with output parameters from hvcc i read about it there in output parameters section
https://github.com/Wasted-Audio/hvcc/blob/develop/docs/02.getting_started.md
but i dont know how i can work with it on gui side.
That you can press āplayā in the transport controls of MOD and this plugin will synchronize to it:
You can use [midirealtimein]
and [r __hv_dpf_bpm]
for this.
(Iām still considering to implement [playhead]
which is a receiver in plugdata which has some additional features)
This plugin is soooo good! Thank you!
I had EHX 8 stepper and now having it in Dwarf is sooo cool!
Just out of curiosity, under which scenario are you guys planning to use a similar plugin?
e.g. to activate a filter on your audio source (random or sync)
(8 Orange CV ā frequency parameter of the AMS VCF plugin on Res LP position)
You kinda scare me
Here is an exemple
I have a rudimentary proof of concept for how to do this!
It will need quite a bit of fundamental testing (and making sure other Heavy targets will not break when doing this, as Iām adding a bunch of stuff to the core code-base to make it work) and then of course some plugin/lv2/mod testing as well.
This will take a bit to refine and check/test, but I have āsomethingā to be able to send data as an āoutput parameterā which is what is needed to then be able to display the state on the UI.
In the case of this plugin you probably just need an integer that gives the current step number, right?
Really? That will be nice thanks, and yea integer is will be enough. I have idea how can i use this in my other pedals like in WOW to show how parameter env affect knobs, and in OR show which state is active A or B. Big thanks.