|
|||||||
![]() |
|
|
Thread Tools |
|
|
#1 |
|
DriverHeaven Newbie
Join Date: Jan 2003
Posts: 8
Rep Power: 0 ![]() |
adding tweak parameters?
I looked through the docs, it's unclear to me exactly how to edit thae effects to add tweakable parameters? Does this require creating a DLL in Visaul C or VisualBasic and linking it somehow?
|
|
|
|
|
|
#2 |
|
kX Project DSP Engineer
Join Date: Dec 2002
Location: Denmark
Posts: 94
Rep Power: 0 ![]() |
If your tweak-faders can operate between 0 and 1 (like a volume fader) you don't need to write a dll. See for instance the 'Mono mix' plugin which has two faders defined by 'control' in the DSP code.
If you need a more elaborate GUI you will need to use Visual C++. That is if you need values shown on the screen, special fader layout, buttons and checkboxes etc, and if the input value is somewhere between -1 and 1. There are plenty of examples in the developer package. (All the DSP plugins are there). Cheers Soeren |
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|