David Konsumer

Results 457 comments of David Konsumer

> The problem I have with native moduels is always the distribution part. Native modules have to be compiled for a certain platform which means, you either of have to...

> The grammar tool is about editors like CodeMirror, ACE, Prism, Highlight.js and SyntxHilighter. The same grammar format (with the exception of the Style Model) can be used the same...

> Do you mean using Textmate format with CodeMirror or ACE or something different than that? Yes, that is my eventual goal. Sorry, I will write a concrete example. So,...

I could just strip any utf8 chars outside the ascii range, but It's in my data. I want to keep the emojis. I am just reporting that rebrow freaks on...

I started work on [beatstep-cli](https://github.com/konsumer/beatstep-cli) in cpp. It goes a lot slower for me than js, but it will help with lots of usecases, I think, #11, #10, #6.

On my Intel Mac, I ran "Sysex Librarian" and then Arturia's Midi Control Center, and hit "Sync" which I think is the equiv of sending a preset, in my program....

@juxibuz I started working on a [C++ CLI program](https://github.com/konsumer/beatstep-cli) to do presets & firmware & LEDs. I am a bit slower with C++, but I think I have the basic...

Yeh, that is essentially what this library does. I think I have the code worked out, it's basically just translating it to C++ I am a bit slow with, but...

Actually, those examples don't work, so I don't think `112` is right, which is maybe part of my prob with format of the JSON. This works though: ``` beatstep get...

Ok, I think it's all working. There are even [automated releases](https://github.com/konsumer/beatstep-cli/releases)