extron DMP volume or module
Jubal
Posts: 77
Anyone have module for this device, or how to program the volume of this. Unlike other extron who have incriment and decriment. This one dont have. Other extron have +v or -v for volume up and down. But how to do if the value was given?
0
Comments
the reason that there is no +/- is because this is a DSP and has many different volumes ( each input/output/mix etc ) so you need to be very specific which one you are wanting to control. You need to get whoever programmed the DSP to tell you which to control for the project you are using it for.
If i need ti control the gain only of input one? So still no module for this device?
http://media.extron.com/download/files/userman/68-1790-01_C_DMP64.pdf
Page 105:
Set a mic/line gain EGX6)*X6@AU} DsGX6)*X6@] Set mic/line gain control X6) to a value of X6@*dB.
Example: EG40001*2288AU} DsG40001*2288] Set the mic/line input 2 gain to a level of +24.0*dB.
There is another post that talks about scaling for this.
How to do that? Can you give me sample?
Thanks its working. But not working when im using Group fader.
SEND_STRING dvDSP,"$1B,'D',ITOA(nOutput-1),'*',ITOA(nLevel),'*GRPM',$0D"
}
I try also without * before GRPM and still no feedback if it is ok or error
Example: "$1B,'D','01','*',ITOA(nValue),'GRPM',$0D"