Advertisement
Guest User

to tab or not to tab?

a guest
Sep 20th, 2013
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Lua 0.31 KB | None | 0 0
  1.     if CS == 0 then
  2.         panel:getModulatorByName("Chorus On/Off"):setValueMapped ((00), false)
  3.     elseif CS == 1 then
  4.         if CM == 1 then
  5.             panel:getModulatorByName("Chorus On/Off"):setValueMapped ((01), false)
  6.         elseif CM == 0 then
  7.             panel:getModulatorByName("Chorus On/Off"):setValueMapped ((02), false)
  8.         end
  9.     end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement