Logarithmic volume c curve
Charithi79
Junior Member
I'm looking for the way to make Logarithmic volume C curve for IMAGENICS AUDIO LEVEL CONTROLLER ALC-88B. As a normal way I make a B curve. If some body can help me to make Logarithmic volume c curve. This code for B curve & it work perfectly.
if(VOLUME_BAR<10)
{
send_string dvVol,"'#A',ITOA(AOUTPUT_NO),'00',ITOA(VOLUME_BAR),$0d" //send vol to vctrl
}
else if(VOLUME_BAR<100)
{
send_string dvVol,"'#A',ITOA(AOUTPUT_NO),'0',ITOA(VOLUME_BAR),$0d" //send vol to vctrl
}
else if(VOLUME_BAR>255)
{
send_string dvVol,"'#A',ITOA(AOUTPUT_NO),'255',$0d" //send vol to vctrl
}
else
{
send_string dvVol,"'#A',ITOA(AOUTPUT_NO),ITOA(VOLUME_BAR),$0d" //send vol to vctrl
}
if(VOLUME_BAR<10)
{
send_string dvVol,"'#A',ITOA(AOUTPUT_NO),'00',ITOA(VOLUME_BAR),$0d" //send vol to vctrl
}
else if(VOLUME_BAR<100)
{
send_string dvVol,"'#A',ITOA(AOUTPUT_NO),'0',ITOA(VOLUME_BAR),$0d" //send vol to vctrl
}
else if(VOLUME_BAR>255)
{
send_string dvVol,"'#A',ITOA(AOUTPUT_NO),'255',$0d" //send vol to vctrl
}
else
{
send_string dvVol,"'#A',ITOA(AOUTPUT_NO),ITOA(VOLUME_BAR),$0d" //send vol to vctrl
}
Categories
- All Categories
- 2.5K AMX General Discussion
- 922 AMX Technical Discussion
- 514 AMX Hardware
- 502 AMX Control Products
- 3 AMX Video Distribution Products
- 9 AMX Networked AV (SVSI) Products
- AMX Workspace & Collaboration Products
- 3.4K AMX Software
- 151 AMX Resource Management Suite Software
- 386 AMX Design Tools
- 2.4K NetLinx Studio
- 135 Duet/Cafe Duet
- 248 NetLinx Modules & Duet Modules
- 57 AMX RPM Forum
- 228 MODPEDIA - The Public Repository of Modules for Everyone
- 943 AMX Specialty Forums
- 2.6K AMXForums Archive
- 2.6K AMXForums Archive Threads
- 1.5K AMX Hardware
- 432 AMX Applications and Solutions
- 249 Residential Forum
- 182 Tips and Tricks
- 146 AMX Website/Forums