mirror of
https://github.com/airwindows/airwindows.git
synced 2026-05-21 06:46:21 -06:00
Fussing with codebase: beware errors
This commit is contained in:
parent
54fd8c7a18
commit
2336d31220
1062 changed files with 3132 additions and 9576 deletions
|
|
@ -13,7 +13,7 @@ Recurve::Recurve(audioMasterCallback audioMaster) :
|
|||
AudioEffectX(audioMaster, kNumPrograms, kNumParameters)
|
||||
{
|
||||
gain = 2.0;
|
||||
fpd = 17;
|
||||
fpd = 1.0; while (fpd < 16386) fpd = rand()*UINT32_MAX;
|
||||
//this is reset: values being initialized only once. Startup values, whatever they are.
|
||||
|
||||
_canDo.insert("plugAsChannelInsert"); // plug-in can be used as a channel insert effect.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue