INTERACT FORUM

Please login or register.

Login with username, password and session length
Advanced search  
Pages: [1]   Go Down

Author Topic: I Am Confused About EQ Settings  (Read 1336 times)

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
I Am Confused About EQ Settings
« 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)


Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA

KingSparta

  • MC Beta Team
  • Citizen of the Universe
  • *****
  • Posts: 20048
Re:I Am Confused About EQ Settings
« Reply #1 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.
Logged
Retired Military, Airborne, Air Assault, And Flight Wings.
Model Trains, Internet, Ham Radio
https://MyAAGrapevines.com
Fayetteville, NC, USA
Pages: [1]   Go Up