Sony MAS-A100 Manual page 118

Microphone array system
Hide thumbs Also See for MAS-A100:
Table of Contents

Advertisement

self.cur2 = Controls.Inputs[2].Value
if(self.cur2 > 0.5) then
data = "SET Ch1MicMute on\x0d"
else
data = "SET Ch1MicMute off\x0d"
end
self:send(data)
elseif self:ControlCheck(self.cur3,Controls.Inputs[3].Value) then
self.cur3 = Controls.Inputs[3].Value
if(self.cur3 > 0.5) then
data = "SET MicActive on\x0d"
self.cur1 = -999
self.cur2 = -999
else
data = "SET MicActive off\x0d"
end
self:send(data)
end
end
end
self.MASCommTimer:Start(0.25)
end
-----------------------------
MASNo1 = MASComm.new()
MASNo1.ipaddr = "192.168.2.17"
MASNo1:start()
MASNo2 = MASComm.new()
MASNo2.ipaddr = "192.168.2.18"
MASNo2:start()
118

Advertisement

Table of Contents
loading

This manual is also suitable for:

Masm-1

Table of Contents