


Hello,
I am curious to the nature of this issue.
I have around 55 unique knobs all created within Knobman.
After I load my RackAfx's Gui within the 32 bit .dll
Most of my knobs do not show up, however the parameter is still affected, if I drag the image like it were to be there. Â
The bug is not replicatable, as in "each compile tends to be sparatic"
//--------------------------------------------------------------------------------
I have gotten a 64 bit .dll to open in Ableton without any issues. Â I am currently finishing a 64 bit plug-in and walking with blind faith that the knobs will be on the other side.
But have not ran tests because Ableton does not recognize my 64 .dll  anymore.  I hope this wont be an issue after I "make a vst" and follow Will's tutorial!
Has anyone experienced this?
1. I have never had any issues with knob graphics generated in KnobMan, and following the instructions from the video links I've posted repeatedly for importing them into RackAFX -- this includes both custom views and stock CAnimKnob objects. You have to make sure you have set the number of images and dimensions correctly in both KnobMan and the GUI Designer when you select/render the images. Numerous students of mine have created their own custom knob graphics in KnobMan all last semester, using the same version of RackAFX that is currently released, without any issues or disappearing graphics.Â
2. I have not had an issue with 64-bit versions of a RackAFX DLLs in Ableton. In fact, for the v6.8 release, I specifically tested Ableton (since it is VST2 only and uses the Steinberg supplied VST2 wrapper) on both Mac and Win, both 64-bit, and both without issues, including custom views. You should not need to use Make VST to get your plugin working properly, unless you have something very customized that you want to do in the VST3 project that can't be done elsewhere (e.g. picking up quarter note timing information for MIDI, etc...)
- Will

I have the dimensions correct and the filmstrip is correct, however it is a 211px size knob with 500 to 1000 "strips." Â This problem still occurs with strips that are 250 in length.
Â
I have also found that a project will load into Ableton with no problems, until I add a custom view. Â Once, I add a custom view Ableton no longer recognizes my .dll.

After a few more test's I have found that the recognition error by Ableton occurs within the checkUpdateGUI.
If I delete all my code within the function Ableton can recognize and load my plug in.
But once I add something likeÂ
m_pInvisible2->setVisible(false);
It is not recognize... any thoughts?
Most of my knobs are setting views to false and true...Â
There isn't a way to specifically control the tension of a knob but there is a built-in way to allow the user to make very accurate fine-adjustments of the knob by holding down the <SHIFT> key while dragging the mouse. This is encoded in the RackAFX.uidesc (XML) file on the line that codes the CAnimKnob. The XML attribute is named "zoom-factor" and is at the very end of the XML line of code. The current version of RackAFX uses the same default value for this as VSTGUI does - 1.5. If you click shift and drag, you will only notice a slight "zoom" effect. But you can increase this value to allow for more accurate control; the next release of RackAFX will use a default value of 10 rather than 1.5 to make the fine-adjustment much more fine. Just look in the .uidesc file and alter the zoom factor for any CAnimKnob you like:
<view angle-range="270" angle-start="135" ... class="CAnimKnob" ... zoom-factor="10"/>
You can play with this value, but I've found that zoom factors between 5 and 10 seem to work the best.
- Will
Most Users Ever Online: 152
Currently Online:
10 Guest(s)
Currently Browsing this Page:
1 Guest(s)
Top Posters:
Chaes: 56
Skyler: 48
StevieD: 46
Derek: 46
Frodson: 45
Peter: 43
TheSmile: 43
Nickolai: 43
clau_ste: 39
jeanlecode: 37
Member Stats:
Guest Posters: 1
Members: 768
Moderators: 1
Admins: 6
Forum Stats:
Groups: 13
Forums: 42
Topics: 842
Posts: 3347
Moderators: W Pirkle: 689