Ruby Knob fully customisable

Post any examples or modules that you want to share here
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: Ruby Knob fully customisable

Post by tester »

...and where is the knob in 1.1 version? See an empty place there.
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
unkargherth
Posts: 29
Joined: Fri Apr 08, 2005 9:46 pm

Re: Ruby Knob fully customisable

Post by unkargherth »

@tester: check the properties page. You can make near everything Visible/hidden... even the knob
Free your memory, .. with a free(). Like a pointer
Cast a pointer into an integer and it becomes the integer...
Cast a pointer into a struct and it becomes the struct...
A pointer can overflow... or can crash...
Be a pointer my friend
tester
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: Ruby Knob fully customisable

Post by tester »

Ah, I see, thx ;-)
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
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 made a Little fix on this button :D
I like the work of you guys :D

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 :D - 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!
Attachments
rubyknob-v1.2.fsm
Rubybased Customable Knob
(6.71 KiB) Downloaded 1257 times
100% accuracy is the guarantee to your success. The value alters if you combine it with musical creativity.
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 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
Attachments
rubyknob-v1.3 MIDI.fsm
Ruby Knob Customable with MIDI learn
(152.55 KiB) Downloaded 1265 times
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 »

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

Re: Ruby Knob fully customisable

Post 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) ;)
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 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:
rubyknob-v1.3 MIDI select.fsm
(157.97 KiB) Downloaded 1298 times

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

Re: Ruby Knob fully customisable

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

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