Christopher W. Wood
Christopher W. Wood
Yes, I will do. I should have some time over the next week.
Hi @MichaelSMcIntyre, I think I might be having the same problem as you. Were you using "World Space" render mode canvas too? If you were, did you ever find a...
Hi @jonathanwilson84, I imagine this could be due to the note off information not being sent properly. What's the context, does it happen while you're changing parameters?
Hi @narrsam, I use `create-elm-app` to manage bundling everything up, unless it's compiled, you can't just open the `index.html` file. Instructions for installation can be found [here](https://github.com/halfzebra/create-elm-app). Once you've installed...
No problem. I'm using NJS 18.x, if you'd prefer to use that, you can start the server with: * Linux - `export NODE_OPTIONS=--openssl-legacy-provider; elm-app start` * Windows PowerShell - `$env:NODE_OPTIONS="--openssl-legacy-provider"...
Hi @andrestelex, this is a reasonable suggestion and I'll think about the best way to add this behaviour in the future. Until then, you have the "Sequence" controller, which you...
Hi @starsixnine, thanks for using the app and sorry to hear you're having some problems. Regarding your issues: 1. When you make a new controller, if you close the app...
This sounds very strange, it sounds like there's a problem with local storage in your browser. It could be being blocked by something. The whole app state is saved in...
Really weird, I can't see anything about this online. I'll try and get a hold of an iOS device to see if I can figure out what's going on. You...