INTERACT FORUM

Windows => Plug-in Development => Topic started by: KingSparta on February 05, 2004, 12:29:19 pm

Title: I Am Confused About EQ Settings
Post by: KingSparta on February 05, 2004, 12:29:19 pm
I Am Confused on How To Set EQ

this does not seem to work

MCMixer.SetEQBand(LocalLoop, MyLocalValue)

And Get "Expected = " error

where have i gone wrong?



Quote
MJMixerAutomation - provides volume, balance, and mute control

Functions

void SetEQBand(number nBand, number nValue)

Description: sets the value of an equalizer band
Parameters:

nBand: the equalizer band (0 = preamp, 1 - 10 = eq bands)
nValue: the new band value (-100 to 100 where -100 is full cut, 0 is no gain, and 100 is full gain)


Title: Re:I Am Confused About EQ Settings
Post by: KingSparta on February 05, 2004, 01:36:43 pm
I fingered it out

Call MCMixer.SetEQBand(Value1, Value2)

I just needed to use "Call" in the front.

seems to be working fine.