Michael Palumbo
Michael Palumbo
Hi @charlieroberts Is there a list of all genish ops, ideally as a JSON? if not, I'd be happy to contribute that as I also need it for my project...
this script compares the genish operators js files in /js against the full list of operators available in Gen~. When they match, it copies the full Gen~ operator object to...
When passing the ugen array to createCallback, if the array.length = 1 it throws an error. My way around this so far is to pass array[0] instead, for now.
I'm working on an app that uses three.js, and am getting this error when attempting to the scene graph in automerge. ```shell Uncaught TypeError: Unsupported type of value: undefined at...
Hi There, When requesting data from my basecamp3 account, I receive only 15 entries per JSON response. I understand this is due to basecamp's pagination rule. However, how do I...
I had originally asked this in issue #18, but you asked to keep issue separate. If I click to open a new file, the open dialog starts within the /plugins/prototype/examples...
I'm making an app which is going to be making a lot of frequent updates to the genish audio graph. I built a simple page to experiment with this and...
TLDR: Is it possible to get filter changes returned by getChanges() according to the message in the changeOption? How is this done? I have change messages assigned to each of...
Hi there, I've run some odd behavior that i've not been able to sort out. I've got the sync protocol working (it's awesome!) but when I run Automerge.change on a...
Is it possible to export all the training data in wekinator (such that I could write a visualization for it), or import it into something like mubu, etc. THanks!