Emmanuel Ariza

Results 5 comments of Emmanuel Ariza

Well, i had the same problem with npy_fabsl using virtualenv, outside virtualenv works fine.

Warning: This fix make the model "run" with tfjs-node backend but it produces a very weird output, doesn't sound as with webgl backend at all!

Hi Well, I tried to generate a sequence with coconet model using tfjs-node. [there is a snipped of what i tried to do in a backend in express](https://github.com/divisiondeariza/magenta-rest/blob/master/routes/coconet.js) When I...

Have you tried enabling inputs? you have to uncomment the line 105 on your `.sonic-pi/config/audio-settings.tom`l file, this line: `enable_inputs = true`

Also, you could send an osc message calling at-at inside a play-note method for example I have something like this. ``` clojure (ns my-space.core (:require [leipzig.live :as live] [leipzig.melody :refer...