Kim T
Kim T
@paulfd There are pros/cons as only 2 of 3 operating systems support that approach. But ultimately it's you decision on how you want to handle internal settings/configuration. However for external...
@jpcima Regarding the default folder. I can definitely hardcode that path, but if someone changes it afterwards I would install the instruments into the wrong location. I discovered on a...
Ideal world is to be able to get/set the folder. As I was hoping to keep the paths consistent with the other plugins: However I can workaround that for now...
@zodf0055980 and @evpobr helped improve handling of SMPL chunks in WAV files. Perhaps they can help suggest how to implement this feature? https://github.com/libsndfile/libsndfile/commit/9113112445eaddac3d5e14332151c50e73105184
Getting some permissions errors now when I view the admin area: - /admins/-473942351 - /approvals - /approvals/products - /users - /orders - etc Am I an admin?
Looks like meta tags is using: `
In addition, having a hidden input with the input id would allow posting server side: ``` ``` This can be easily achieved by modifying the following lines: line 563 ```...
An update: - remove index.html, shouldn't there be a demo somewhere in the repo of how to use? not just on gh-pages? - update the version, done - remove replace:...
Managed to make this work by doing the following: recorderWorker.js ``` function setLength(max){ maxLength = max; } function getBuffer(){ var buffers = []; for (var channel = 0; channel <...
I would imagine it's more efficient for the Worker to chop the length of the array before it does any further processing. Also because it already has a loop which...