- crow.ii.wslash.event = function(i,v) print("wslash ii: "..i.." "..v) end
- end
-
-
- crow.ii = {}
- crow.ii.pullup = function(x)
- if x == true then crow.send("ii.pullup(true)")
- else crow.send("ii.pullup(false)") end
- end
-
- crow.ii.jf = {}
- crow.ii.jf.trigger = function(ch,state) crow.send("ii.jf.trigger("..ch..","..state..")") end
- crow.ii.jf.run_mode = function(mode) crow.send("ii.jf.run_mode("..mode..")") end
- crow.ii.jf.run = function(volts) crow.send("ii.jf.run("..volts..")") end
- crow.ii.jf.transpose = function(pitch) crow.send("ii.jf.transpose("..pitch..")") end
- crow.ii.jf.vtrigger = function(ch,level) crow.send("ii.jf.vtrigger("..ch..","..level..")") end
- crow.ii.jf.retune = function(ch,numerator,denominator) crow.send("ii.jf.retune("..ch..","..numerator..","..denominator..")") end
- crow.ii.jf.mode = function(mode) crow.send("ii.jf.mode("..mode..")") end
- crow.ii.jf.play_voice = function(channel,pitch,level) crow.send("ii.jf.play_voice("..channel..","..pitch..","..level..")") end
- crow.ii.jf.play_note = function(pitch,level) crow.send("ii.jf.play_note("..(pitch)..","..(level)..")") end
- crow.ii.jf.god_mode = function(state) crow.send("ii.jf.god_mode("..state..")") end