Page 2 of 7
Re: Ruby Knob fully customisable
Posted: Fri Dec 07, 2012 12:19 am
by tester
...and where is the knob in 1.1 version? See an empty place there.
Re: Ruby Knob fully customisable
Posted: Fri Dec 07, 2012 2:23 am
by unkargherth
@tester: check the properties page. You can make near everything Visible/hidden... even the knob
Re: Ruby Knob fully customisable
Posted: Fri Dec 07, 2012 3:54 pm
by tester
Ah, I see, thx

Re: Ruby Knob fully customisable
Posted: Sat Jan 19, 2013 11:23 pm
by chackl
I made a Little fix on this button

I like the work of you guys

So i tidied up a little and made only one GUI Module - i also forced the Label behavior as in the old S|M knobs.
Im just here again - had a little time.... and.... o no what i'm telling

- i want to start something big again, since it is allready over 3 jeas ago when i released a VSTi at last.
Wish you fun!
Re: Ruby Knob fully customisable
Posted: Mon Jan 21, 2013 3:10 pm
by chackl
I have added some MIDI features.
If you click right on the knob you will be able to learn and Delete a CC. Then just move any midi CC slider within the next 5 secs. Then the button gets automatic the cc nuber that you have moved.
If you do not move any Slider the learn mode is diabled and the CC nuber will not change.
You are able to view global al midi CCs of the knob instead of the label if you want to get a better overview.
Saving and Loadig MIDI maps is included by an own preset wireles system with an Preset-Text module - Do never add a presetmanager Primitive to this system!!! (Never use 2 Presetmanagers within one VSTi)
The whole MIDI-CC part does not use any Ruby component!
Regards C.Hackl
Re: Ruby Knob fully customisable
Posted: Mon Jan 21, 2013 6:22 pm
by Nubeat7
hi chackl, thanks for your improvements! just one question: so if i want to use a presetmanager in my vsti i need to delete the cc manager before! but i can still use the midilearn function - is that right ?
Re: Ruby Knob fully customisable
Posted: Mon Jan 21, 2013 7:45 pm
by chackl
no you have not

The cc-presetmanagement is just a "fake"

It Needs only the preset-text-save and no presetmanager
The wireless of the normal preset hase no Label. the preset-wireless of the cc System hase another Label (midicc)

Re: Ruby Knob fully customisable
Posted: Wed Feb 06, 2013 12:22 am
by mr.jan
hello chackl
I followed this thread because I was searching for a midi-learn knob/button.
so i downloaded the free version and some of the .fsm here.
I would like to save my midi-in settings also in a preset, or better, as a auto-save/preset.
so the next time I open my DAW it's there to use.
till sofar I can save the preset, but not the midi-in settings.
here is what I got sofar:
maybe my preset manager is wrong?
hope you guys can help me?
also if possible can someone show me the way to make a midi-learn Button (just on/off)
thanks
jan
Re: Ruby Knob fully customisable
Posted: Wed Feb 06, 2013 9:44 am
by chackl
Well the MIDI cc is NOT saved to the DAW presetmanager

I did this because every time you change the the preset it will change the preset number and if you disable preset here it will not be saved.
But what you can do:
Make an autosave every 30 seconds for example to a file that is loaded after-load to the presetlist of the CCs

Re: Ruby Knob fully customisable
Posted: Wed Feb 06, 2013 8:14 pm
by mr.jan
thanks chackl
for the quick responce
but I have no clue to make an auto save within the module.
I use a DAW that can have only one midi-device.
so I would make an midi-learn knob vst that's uses an other midi-device
tried it and it works, but I can not save all settings.( midi-device-in and the CC)
would be great if all settings could be saved within the vst.
so how to do this?
thanks
jan