Skip to content

Commit

Permalink
mul-add doesn't need to check that the rates are the same as the firs…
Browse files Browse the repository at this point in the history
…t input
  • Loading branch information
samaaron committed May 1, 2013
1 parent ca6647c commit f97e3e2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/overtone/sc/machinery/ugen/metadata/basicops.clj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
{:name "add" :doc "Addition Value"}],
:rates #{:dr :ir :ar :kr}
:default-rate :auto
:check (same-rate-as-first-input)
:doc "Multiply the input source by mul then add the add
value. Equivalent to, but more efficient than, (+ add (* mul
in))"}])

0 comments on commit f97e3e2

Please sign in to comment.