Ruby Knob fully customisable

Post any examples or modules that you want to share here
User avatar
chackl
Posts: 233
Joined: Tue Aug 17, 2010 8:46 pm
Location: Austria / Salzburg

Re: Ruby Knob fully customisable

Post by chackl »

how did you note that the cc is not saved to the DAW?

Regards
100% accuracy is the guarantee to your success. The value alters if you combine it with musical creativity.
mr.jan
Posts: 7
Joined: Tue Feb 05, 2013 11:54 pm

Re: Ruby Knob fully customisable

Post 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
User avatar
chackl
Posts: 233
Joined: Tue Aug 17, 2010 8:46 pm
Location: Austria / Salzburg

Re: Ruby Knob fully customisable

Post 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
100% accuracy is the guarantee to your success. The value alters if you combine it with musical creativity.
User avatar
tektoog
Posts: 141
Joined: Sat Oct 30, 2010 11:49 pm
Location: Geneva - Switzerland

Re: Ruby Knob fully customisable

Post by tektoog »

Hey, here is a working version:

rubyknob-v1.5 MIDI select - TekTooG.fsm
(158.36 KiB) Downloaded 1418 times
"Essential random order for chaotic repetitive sequences"
mr.jan
Posts: 7
Joined: Tue Feb 05, 2013 11:54 pm

Re: Ruby Knob fully customisable

Post 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
User avatar
chackl
Posts: 233
Joined: Tue Aug 17, 2010 8:46 pm
Location: Austria / Salzburg

Re: Ruby Knob fully customisable

Post 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 ;)
100% accuracy is the guarantee to your success. The value alters if you combine it with musical creativity.
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Ruby Knob fully customisable

Post 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!
Last edited by Nubeat7 on Wed Dec 19, 2018 3:51 pm, edited 1 time in total.
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: Ruby Knob fully customisable

Post by RJHollins »

Thanks for the post NuBeat. Always look forward to your work ! :)
User avatar
Nubeat7
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna
Contact:

Re: Ruby Knob fully customisable

Post 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!
RJHollins
Posts: 1573
Joined: Thu Mar 08, 2012 7:58 pm

Re: Ruby Knob fully customisable

Post 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 ;)
Post Reply