109. sqlar-loadwav

Loads a WAV file from a sqlar archive into an ftable. Must supply the proper db path and filename fname as it is seen in sqlar.

Note that because Runt is stupid with strings, this whole command needs to be evaluated in one rvl command.

<<ugens-top>>=
(define (sqlar-loadwav db fname)
  ;;(rvl
  ;; (string-append
  ;;  "\"" db "\" "
  ;;  "\"" fname "\" "
  ;;  "sqlar_loadwav"))
  (db)
  (param fname)
  (rvl "sqlar_loadwav"))



prev | home | next