Skip to content

Commit

Permalink
fix includes for granulator example
Browse files Browse the repository at this point in the history
  • Loading branch information
benswift committed Nov 26, 2015
1 parent d96c8dc commit c8b5c50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/external/granulator.xtm
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@

;;; Code:

(sys:load "libs/external/AudioBuffer.xtm")
(sys:load "libs/core/audio_dsp.xtm")
(sys:load "libs/core/audiobuffer.xtm")

;; load audio sample (put your stereo aiff file here!)
(bind-val abuf1 AudioBuffer* (AudioBuffer_from_file "/tmp/something_cool.aif"))
Expand Down

0 comments on commit c8b5c50

Please sign in to comment.