the-drunk-coder

Results 21 comments of the-drunk-coder

Do videos count ? Here's my live coding editor in action: https://vimeo.com/658109382 EDIT: btw I recently published the code, if anyone wants to try: https://github.com/the-drunk-coder/megra.rs

I just ran into the same problem. Starting out with the latest JUCE version that doesn't provide the VST2 SDK anymore, making an Ambisonics plugin for orders higher than three...

Maybe it's related to the window manager ? It doesn't happen on TWM, on awesome and bubbles (another very minimalistic WM that I use) it's very fragile.

Hmm not sure about the paradigm, but if I want to create a more sophisticated text editor based on conrod to embed in my application, I'd pretty much need access...

Well ... there's probably several stages between simple displaying of text and an emacs-level of sophistication. What I'm looking for right now is a simple widget that I can integrate...

> If the timestamp jitters too much you can always use a samplecounter and scale that to seconds? Am I missing something? Sure, but I somehow expected the playback timestamp...

Has this been considered so far ? I'm working on something similar currently, and an overlay renderer would come in handy. Readbeyond's Minstrel app does something like this, but it...

Hmm I'm also having weird results, on the example 6.3.4, "A basic machine learning approach", running the notebook on google colab. Training takes significantly longer, and the loss values are...

Now I switched the Colab runtime type from "None" to "GPU", now the results look like this: ![image](https://user-images.githubusercontent.com/9823721/73377193-f16ea080-42be-11ea-96b7-6d65fabf4813.png) Better, but still very different from the book. @Juusotak are you using...

Hmm there could be a couple of reasons ... are there other programs running that might request a different sample rate ? Your code doesn't seem dependent on a fixed...