Page 4 of 7

Re: Ruby Knob fully customisable

Posted: Wed Feb 13, 2013 9:19 am
by chackl
how did you note that the cc is not saved to the DAW?

Regards

Re: Ruby Knob fully customisable

Posted: Wed Feb 13, 2013 3:09 pm
by mr.jan
hello Chackl
I load the vst into my DAW, set the midi-device in, learn the midi knob (rightclick and turn my hardware knob),
saved this as preset into my DAW.
closed the DAW and started again. recall the preset, now the midi-device in is saved, but as sone I turn my hardware knob, nothing happens, I have to learn the midi again.
even when I saved the CC before into the vst program preset.
when I recall the preset into vst program preset manager, it shows also "no CC".
so I'm one step further, the midi device input is saved, but not the CC.
the fsm file:
rubyknob-v1.4 MIDI in Chackl.fsm
is exacly the vst I would make, but maybe without the preset manager in the GUI.
I want only to control the volume ( or mute) on some places in my DAW with a hardware knob.
it's not realy a DAW it's more a LAW, a live performance software program.
I use a korg nano kontroller and can use different knobs or buttons with the same CC, a toggle button (on/off) and a momentary button (on/off) and can use a turnable knob (fader style) or use a fader.
so that I can use the same vstplug as a on/off (mute) or as a fader (volume control).

greetings
jan

Re: Ruby Knob fully customisable

Posted: Wed Feb 13, 2013 3:33 pm
by chackl
i cant now figure out why this is not working, because if i save the presetlist and open it in TXT-Editor, then the -cc valuse is displayd - so it is connected to the presetsystem the correct way

I did no test with a host up to now because i'm actualy building up a new studio.
I hope i can fix that as fast as possible or some other person finds any solution.

Regards

Re: Ruby Knob fully customisable

Posted: Thu Feb 14, 2013 12:23 am
by tektoog
Hey, here is a working version:

rubyknob-v1.5 MIDI select - TekTooG.fsm
(158.36 KiB) Downloaded 1416 times

Re: Ruby Knob fully customisable

Posted: Thu Feb 14, 2013 8:26 pm
by mr.jan
hey tektoog

from my thirst test, this one is working, thanks a lot.
will test it more, will report.
so what was the solution?

greetings
jan

Re: Ruby Knob fully customisable

Posted: Fri Feb 15, 2013 8:37 am
by chackl
a solution may be that you will need a second preset store for the normal preset. i thought it would work with the same.
Taking a String preset is no a verry beautifull solution, but it brings up one extra: if you switch the preset it is empty. So you just have to block the empty string and after change it would not change. ;)

Well done ;)

Re: Ruby Knob fully customisable

Posted: Mon Jun 03, 2013 11:40 pm
by Nubeat7
knob 2.0

tried to optimise performance when using midicontrollers, so the customisation is lower then in the examples before, but i also added special readouts: volume dB, and a logarithmic midi knob to calc delaytime..

the performance when using a midi controller still increases so any improofments are welcome

edit: look at the first post to get the latest vertsion!

Re: Ruby Knob fully customisable

Posted: Tue Jun 04, 2013 1:03 am
by RJHollins
Thanks for the post NuBeat. Always look forward to your work ! :)

Re: Ruby Knob fully customisable

Posted: Tue Jun 04, 2013 2:45 pm
by Nubeat7
thx mr hollins,

i found out that after presetchange the knob is not redrawn properly because of the divided redraw limiter, so please connect a afterpresetchange on the sample and hold inside the redraw limiter in the preset module!

Re: Ruby Knob fully customisable

Posted: Tue Jun 04, 2013 7:13 pm
by RJHollins
Nubeat7 wrote:thx mr hollins,

i found out that after presetchange the knob is not redrawn properly because of the divided redraw limiter, so please connect a afterpresetchange on the sample and hold inside the redraw limiter in the preset module!

I'll look into the schematic tonite to see if I can locate the piece you're referring to. Thanks for the heads up ;)