cpansprout

Results 8 comments of cpansprout

Oh, wait. That doesn’t work, nor does it make any sense. The "use strict" prevents ‘this’ from returning the global object. But in any case, you don’t even need this,...

I am not using a browser. Nor am I using Node. I am embedding a JavaScript interpreter directly in my application. The JS environment contains only objects defined by the...

I have solved it locally by simply commenting out the ``` window.convnetjs = lib; ``` line, which is actually unnecessary, as `convnetjs` has already been declared as a global variable....

Thank you. That worked.

It does not just imply that you can supply MIDI note numbers, it says so explicitly. I have run into the same problem myself. It would be _very_ convenient if...

If adding the feature would complicate things (adding bloat to avoid bloat :-), then I can live without it.

I was wondering whether #38 was related to memory usage, which was why I tried the ‘notes’ option (your code appears to work with both ‘notes’ and ‘only’).

Feel free to close it then, if you want.