Skip to content

Commit

Permalink
update buss-set! docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
samaaron committed Oct 4, 2012
1 parent 1431dde commit b2eaeda
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/overtone/sc/bus.clj
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@
;(on-sync-event :reset reset-busses ::reset-busses)

(defn bus-set!
"Takes a list of control bus indices and values and sets the buses to those values.
Modifies bus(ses) in place on the server.
"Updates bus to new val. Modification takes place on the server asynchronously.
(bus-set! my-bus 3) ;=> Sets my-bus to the value 3"
[bus val]
Expand Down

0 comments on commit b2eaeda

Please sign in to comment.