Glen Fraser

Results 110 comments of Glen Fraser

Just curious-- is this `Serial::getDevices()` fix dead? So the recommended solution is just to use [Cinder-Serial](https://github.com/pizthewiz/Cinder-Serial) (alternatively, just use [wjwwood/serial](https://github.com/wjwwood/serial) directly)? Because, on Windows, even in 0.9.0, `getDevices()` doesn't list...

Sorry, I didn't get a chance to test this PR yet, I just took the enumerating stuff (all that I needed) from wjwwood/serial. It was trivial to use -- required...

I have a somewhat related issue. My (custom) solution in one application -- in order to use an ImGui text input widget in Cinder -- is to register my own...

The [Catch](https://github.com/catchorg/Catch2) unit testing library (header) needs to be updated to a newer version...

It would be great if a `midiprogram()` (or `midiprog` or whatever you want to call it) function could be added, to send MIDI **program change** messages. I'm using a Dirtywave...

I can repro that. In Release (where your assertion fails), note that it passes if you change the order of your checks (so it also passes the case for `shared_ptr`....

It's definitely happening here all the time, with SC REPL (both users are getting double evaluations of everything).

Yes, but that's my point, they should be multiplied together (`velocity` and `gain`), but `gain` does nothing when sending MIDI from Strudel. Only `velocity` is used, but I think `gain`...

If you're interested, you can see how I setup an audio passthrough Ndef for the "global" output fx (I name this Ndef '*') in Bacalao. https://github.com/totalgee/bacalao/blob/14664a5c2df8643900a5db48f9d4ba2845309bf1/classes/Bacalao.sc#L1293 On Mon, May 15,...