Support

If you have a problem or need to report a bug please email : support@dsprobotics.com

There are 3 sections to this support area:

DOWNLOADS: access to product manuals, support files and drivers

HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects

USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here

NEW REGISTRATIONS - please contact us if you wish to register on the forum

Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright

Ruby Knob fully customisable

Post any examples or modules that you want to share here

Re: Ruby Knob fully customisable

Postby tester » Fri Dec 07, 2012 12:19 am

...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.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: Ruby Knob fully customisable

Postby unkargherth » Fri Dec 07, 2012 2:23 am

@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
unkargherth
 
Posts: 29
Joined: Fri Apr 08, 2005 9:46 pm

Re: Ruby Knob fully customisable

Postby tester » Fri Dec 07, 2012 3:54 pm

Ah, I see, thx ;-)
Need to take a break? I have something right for you.
Feel free to donate. Thank you for your contribution.
tester
 
Posts: 1786
Joined: Wed Jan 18, 2012 10:52 pm
Location: Poland, internet

Re: Ruby Knob fully customisable

Postby chackl » Sat Jan 19, 2013 11:23 pm

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 1152 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

Postby chackl » Mon Jan 21, 2013 3:10 pm

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 1145 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

Postby Nubeat7 » Mon Jan 21, 2013 6:22 pm

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
Nubeat7
 
Posts: 1347
Joined: Sat Apr 14, 2012 9:59 am
Location: Vienna

Re: Ruby Knob fully customisable

Postby chackl » Mon Jan 21, 2013 7:45 pm

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

Re: Ruby Knob fully customisable

Postby mr.jan » Wed Feb 06, 2013 12:22 am

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 1180 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
mr.jan
 
Posts: 7
Joined: Tue Feb 05, 2013 11:54 pm

Re: Ruby Knob fully customisable

Postby chackl » Wed Feb 06, 2013 9:44 am

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

Re: Ruby Knob fully customisable

Postby mr.jan » Wed Feb 06, 2013 8:14 pm

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
mr.jan
 
Posts: 7
Joined: Tue Feb 05, 2013 11:54 pm

PreviousNext

Return to User Examples

Who is online

Users browsing this forum: No registered users and 21 guests