Hello all,
FastBikerBoy, thanks again. I've got it figured out.
There were a few problems working together to give me a hard time.
1. BCFView didn't work. Don't know why, but re-downloading got it working. Now that I wasn't blind anymore I could at least see what I was doing.
2. It seems to be that win7 somehow protects files in the program files folder. So if you edit something like mackiecontrol.ini it first copies the file to a location such as C:\Users\arian\AppData\Local\VirtualStore\Program Files\Cakewalk\Shared Surfaces\ and in reality you'll be editting that file. I think that was what caused me to not see any changes I made. Running my text editor as admin did the trick.
3. I wanted to change a few things in your example, but I edited the wrong section. Wasn't able to figure that out until 1 & 2 were solved. I figured out what I wanted to change by adding your ini example part by part. I have now found out that the faders in EQ-Fader mode are defined by the GainX statements and the rotaries in that mode are defined by CourseFreqX.
Is there any documentation on all the possible configuration options in mackiecontrol.ini. I know about this site (
www.chrisboucher.com/cakewalk/mackiecontrol) but it is fairly limited in the options it details.
I'll post my EQ parts of the mackiecontrol.ini: Feel free to comment on anything that seems illogical, although the BCF2000 is now again doing exactly what I want it to do. Arian.
---------------------
[Bus Eq]
PluginType=1
NumVPots=8
; E1. Mode:
VPot0=5,freq,0.1267 ; LF Freq
VPot2=10,freq,0.38205 ; LMF Freq
VPot4=14,freq,0.634 ; HMF Freq
VPot6=18,freq,0.8745 ; HF Freq
VPot1=6,spread,0.5 ; LF Q
VPot3=11,spread,0.5 ; LMF Q
VPot5=15,spread,0.5 ; HMF Q
VPot7=19,spread,0.5 ; HF Q
; These are the faders in faderEQ mode:
NumFreqBands=8
Gain0=4,boost/cut,0.5 ; LF Gain
Gain1=9,boost/cut,0.5 ; LMF Gain
Gain2=13,boost/cut,0.5 ; HMF Gain
Gain3=17,boost/cut,0.5 ; HF Gain
Gain4=25,freq,0.1005 ; HPF Freq
Gain5=26,spread,0.143,0.142855 ; HPF Slope
Gain6=23,spread,0.143,0.142855 ; LPF Slope
Gain7=22,freq,0.9677 ; LPF Freq
; These are the rotaries in faderEQ mode:
CourseFreq0=5,freq,0.1267 ; LF Freq
CourseFreq2=10,freq,0.38205 ; LMF Freq
CourseFreq4=14,freq,0.634 ; HMF Freq
CourseFreq6=18,freq,0.8745 ; HF Freq
CourseFreq1=6,spread,0.5 ; LF Q
CourseFreq3=11,spread,0.5 ; LMF Q
CourseFreq5=15,spread,0.5 ; HMF Q
CourseFreq7=19,spread,0.5 ; HF Q
[Track Eq]
PluginType=1
NumVPots=8
; E1. Mode:
VPot0=5,freq,0.1267 ; LF Freq
VPot2=10,freq,0.38205 ; LMF Freq
VPot4=14,freq,0.634 ; HMF Freq
VPot6=18,freq,0.8745 ; HF Freq
VPot1=6,spread,0.5 ; LF Q
VPot3=11,spread,0.5 ; LMF Q
VPot5=15,spread,0.5 ; HMF Q
VPot7=19,spread,0.5 ; HF Q
; These are the faders in faderEQ mode:
NumFreqBands=8
Gain0=4,boost/cut,0.5 ; LF Gain
Gain1=9,boost/cut,0.5 ; LMF Gain
Gain2=13,boost/cut,0.5 ; HMF Gain
Gain3=17,boost/cut,0.5 ; HF Gain
Gain4=25,freq,0.1005 ; HPF Freq
Gain5=26,spread,0.143,0.142855 ; HPF Slope
Gain6=23,spread,0.143,0.142855 ; LPF Slope
Gain7=22,freq,0.9677 ; LPF Freq
; These are the rotaries in faderEQ mode:
CourseFreq0=5,freq,0.1267 ; LF Freq
CourseFreq2=10,freq,0.38205 ; LMF Freq
CourseFreq4=14,freq,0.634 ; HMF Freq
CourseFreq6=18,freq,0.8745 ; HF Freq
CourseFreq1=6,spread,0.5 ; LF Q
CourseFreq3=11,spread,0.5 ; LMF Q
CourseFreq5=15,spread,0.5 ; HMF Q
CourseFreq7=19,spread,0.5 ; HF Q
post edited by prinsarian - 2011/12/30 16:06:58