Hello,
I was playing with the sampled piano and had some fun with it.
Then my laptop crashed, and now I cant seem to get sampled piano working
again.
the cider repl says stuff like:
[scynth] Buffer UGen: no buffer data
the call:
(demo (sampled-piano))
The ns declaration:
(ns sylt.core
(:require [overtone.api]
[sylt.loseq :as seq]
[overtone.inst.sampled-piano :refer :all]
[overtone.inst.piano :refer :all])
(:use
[overtone.live] ;; overtone boots an external scsynth
[overtone.inst synth piano drum sampled-piano]
[overtone.examples.instruments space monotron]
[sylt.inst]
)
)
The samples downloaded fine the 1st time, and they are still there.
The overtone cheat sheet says sampled-piano must be manually refered:
https://raw.githubusercontent.com/overtone/overtone/master/docs/cheatsheet/overtone-cheat-sheet.pdf
Why is that, and what does it even mean?
Regards
/Joakim
--
Joakim Verona
joa...@verona.se