PDA

View Full Version : Russound Tuner Preset



Manser
September 3rd, 2007, 06:40 AM
Does someone now if it is possible to select a saved tuner channel directly?
For ex: Bank 1 M5 or Bank 3 M2
I couldn't find a way to do that.

By the way:

PresetUp = chanel up in the bank we are (RNET:SetTunerPresetUp(5))

PresetDown = chanel down in the bank we are (RNET:SetTunerPresetDown(5))

BankSelectMode = ???

BankSelect = I can select a bank (RNET:SetTunerBankSelect(5,4))

PresetSelectMode = ???

PresetSelect = ???

I couldn't figured out how all the functions should work or what they actually do!

Manser
September 4th, 2007, 11:33 PM
Solved:


RNET:SetTunerBankSelectMode(5) --(Source)
RNET:SetTunerBankSelect(5,1) -- (Source,Bank)

RNET:SetTunerPresetSelectMode(5) --(Source)
RNET:SetTunerPresetSelect(5,1) --(Source,Preset)