what i need is for a button which is not a toggle to have its light stay on until another button is pressed and then the new led comes on and the old led switches off. is this possible? and how
thanks
Edited by ssp, 19 February 2010 - 21:43.
Posted 19 February 2010 - 13:05
Edited by ssp, 19 February 2010 - 21:43.
Posted 19 February 2010 - 15:10
Edited by ssp, 19 February 2010 - 21:44.
Posted 19 February 2010 - 21:56
Posted 19 February 2010 - 23:39
i found this thread earlier http://midibox.org/f...dpost__p__88556
would this do what i want? and how would i implelent it into my current setting
dout sr1 pins 1-8 are assigned to dinx4 sr8 button 54-64
MB64_BUTTON_OnOnly
;; when on: send button value defined in dump
;; when off: send nothing
BRA_IFSET TMP1, 0, ACCESS, MB64_BUTTON_NotifyChangeEnd
;; turn off SR4 8 LEDs
SET_BSR MB64_BUTTON_VALUES_SR0+3
setf MB64_BUTTON_VALUES_SR0+3
;; save status of button
rcall MB64_BUTTON_Hlp_SaveStat
rgoto MB64_BUTTON_SendSET_BSR MB64_BUTTON_VALUES_SR0+3
setf MB64_BUTTON_VALUES_SR0+3
SET_BSR MB64_BUTTON_VALUES_SR0+0
setf MB64_BUTTON_VALUES_SR0+0
SET_BSR MB64_BUTTON_VALUES_SR0+0
setf MB64_BUTTON_VALUES_SR0+0
SET_BSR MB64_BUTTON_VALUES_SR0+1
setf MB64_BUTTON_VALUES_SR0+1
SET_BSR MB64_BUTTON_VALUES_SR0+2
setf MB64_BUTTON_VALUES_SR0+2
SET_BSR MB64_BUTTON_VALUES_SR0+3
setf MB64_BUTTON_VALUES_SR0+3
Posted 09 October 2010 - 15:47
0 members, 0 guests, 0 anonymous users