10 lines
220 B
Scheme
10 lines
220 B
Scheme
|
; /c_set Set bus value(s)
|
||
|
|
||
|
; [
|
||
|
; int - a bus index
|
||
|
; float - a control value
|
||
|
; ] * N
|
||
|
|
||
|
; Takes a list of pairs of bus indices and values and sets the buses to
|
||
|
; those values.
|