| View previous topic :: View next topic |
| Author |
Message |
derekg22
Joined: 26 Mar 2011 Posts: 1
|
Posted: Sun May 29, 2011 10:28 am Post subject: Using N-Input Gains with Crestron Control |
|
|
| Does anyone know how (and if you can even) control the Master gain on an n-input gain using the crestron control module? I am using 4.2 and I can only control the gain of channels 1 and 2, but not the master gain, as it does not have an input #. |
|
| Back to top |
|
 |
Scott E. Soundweb Super-Hero
Joined: 19 Oct 2007 Posts: 29
|
Posted: Tue May 31, 2011 2:44 pm Post subject: |
|
|
| The easiest is to use the "BSS Soundweb London N-Gain 8-Channel BASIC" module. This lets the user control up to 8 volumes/mutes and the master volume/mute from a single module. This module is included in the Crestron files that were downloaded from this site. |
|
| Back to top |
|
 |
nstrand
Joined: 03 Jun 2011 Posts: 1
|
Posted: Fri Jun 03, 2011 9:58 am Post subject: |
|
|
| I know this is a late reply to this, but this can be done using the other Crestron module (not the basic). BSS serial code is 0 indexed, meaning if you want to control input 1 you send a command for input 0. The module deals with this by taking the input number you specify to control and subtracting 1 from it. When looking at the string given to you by the Soundweb London software, you will see the master gain is device hex 60, which is decimal 96. Because of the subtraction done in the Crestron module you have to specify input 97 on the module. |
|
| Back to top |
|
 |
Dan Lynch Captain Obvious
Joined: 10 Jan 2007 Posts: 450 Location: Charleston, SC
|
Posted: Wed Jun 08, 2011 9:32 am Post subject: Re: |
|
|
| nstrand wrote: | | I know this is a late reply to this, but this can be done using the other Crestron module (not the basic). BSS serial code is 0 indexed, meaning if you want to control input 1 you send a command for input 0. The module deals with this by taking the input number you specify to control and subtracting 1 from it. When looking at the string given to you by the Soundweb London software, you will see the master gain is device hex 60, which is decimal 96. Because of the subtraction done in the Crestron module you have to specify input 97 on the module. |
Yep... or you could do it the easy way which is using the 8-chan basic module. Just a thought.
Dan _________________ I know that you believe you understand what you think I said, but I'm not sure you realize that what you heard is not what I meant. |
|
| Back to top |
|
 |
|