Thomas ten Cate
Thomas ten Cate
That's an interesting idea! The current presets are slightly more sophisticated than just a range on each slider, but it's still very straightforward code: https://github.com/ttencate/jfxr/blob/master/src/presets.js Most of it is "with...
That's great to hear! Let me know if you need any help or advice. On Jan 3, 2015 6:17 PM, "Chris Sanyk" [email protected] wrote: > Jarryd and I got together...
That wouldn't be able to replace the presets there currently are, because there are often correlations between parameters. Examples: we need to ensure that the low-pass cutoff isn't below the...
Eh, I commented as much on https://github.com/ttencate/sf2github/pull/32, but I'm very lenient in accepting PRs on this project. That was totally a hint ;)
Good idea! If you could send me a PR for the Electron config, I'd be happy to upload and maintain a download on itch.io. I can just copy the build...
You could try disabling the frequency analyser (left of the play button) by clicking it to toggle it off. It's puzzling that idle takes so much CPU -- I've poked...
Looks like this is due to a "too new" Node.js version. They often break backwards compatibility in new releases. Upgrading jfxr to a newer webpack version should solve it... let...
The `lib` package was easy, so if that's all you need, grab it from the `fix/webpack5` branch. The `app` package is using a bunch more loaders that are all outdated...
Given the JSON with the parameters, it renders the sound to WAV format. See https://github.com/ttencate/jfxr/blob/master/lib/README.md for details.
It should. Feel free to send me a pull request :)