Skip to content

Commit

Permalink
rename pulse
Browse files Browse the repository at this point in the history
  • Loading branch information
digego committed Sep 30, 2016
1 parent 9d096f3 commit e726ce9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/core/audio_dsp.xtm
Expand Up @@ -566,7 +566,7 @@
(bind-func pulse_mc_c
(lambda (brightness)
(let ((mem 0.0)
(pulse (pulse_bright_c brightness)))
(pulse (pulse_c brightness)))
(lambda (chan:i64 amp freq pw)
(if (= chan 0) (set! mem (pulse amp freq pw)))
mem))))
Expand Down

0 comments on commit e726ce9

Please sign in to comment.