Chris Clower
Chris Clower
I'll try my hand at making one.
It's difficult to tell by the code (even though I'm a JS programmer), but it looks like it could be. Does it dynamically modulate the pitch based on parameters?
Yep, makes sense. I'm currently working on a GUI for band.js, something similar to a tracker I suppose, and wanted to know how I could implement this. The "tracker" would...
A back end would be more something that the users would implement themselves, as I don't have the resources on my server if it got popular, or the money for...
Cool, let me know what he says.
@rezoner Nice, thank you for open sourcing it, it'll definitely be very useful!
Simpler solution: `yarn add -D dotenv dotenv-parse-variables` ``` setupNodeEvents(on, config) { let envVars = require('dotenv').config({path: 'path/to/.env'}); if (envVars.parsed === undefined) { return config; } const dotenvParseVariables = require('dotenv-parse-variables'); envVars =...
No, it doesn't. In fact, time() only goes up to a much smaller number than we originally thought; we thought it would go up to the max 8-bit int, which...
The plugin generator doesn't register any of this correctly. I spent all day debugging my way through it and finally got it. 1. In your main plugin class, look for...