joshbg2k
joshbg2k
Thanks very much, I've updated Electron, as well as my global node installation, and I can confirm that it is working better than before in both. Now the `add` event...
No luck with `usePolling: false` However, with `usePolling: false` and `ignoreInitial: false` I do get `add` events when the watcher starts, but not subsequent adds. Here's the options object: ```...
Ok, it works! I added a glob to the first arg in the watch method: `const watcher = chokidar.watch('/Volumes/192.168.0.20/**/*', watcherOptions);` It seems like it's working perfectly now.
I solved my problem. It was a mini odyssey, but I can broadly explain my problem and solution, which didn't have anything to do with how I was declaring the...
Works for me, and very timely. Thanks!
Looks great, we'll give it a try. Thank you!
I'll answer my own question, here's a quick example: ``` public void draw() { table = new Wavetable(out.mix.toArray()); table.normalize(); println(table.getWaveform()[***any array index***]); } ``` Hope this helps someone.
I thought I'd answer my own question. Ultimately my problem was a path issue. This project is now running beautifully in my packaged electron app. Prebuild is a tool specifically...
I'm not sure if this project is still in development, but I'm in need of this tool so that I can watch/sync multiple Flashair cards on the same network. What's...