115. cratewav

cratewav will load a wavfile into an ftable from a crate id and push it onto the stack.

What you need is the db db (a lambda), and the iditself as a string. Partial matches work using the %operator as seen in SQLite with the LIKE clause.

<<ugens-top>>=
(define (cratewav db id)
  (db)
  (rvl (string-append (mkstring id) " cratewav")))



prev | home | next