thomasfredericks / MicroOsc

MicroOsc is a minimal Open Sound Control (OSC) library for Arduino
MIT License
16 stars 2 forks source link

Typo/grammar fix #3

Closed Lytrix closed 8 months ago

Lytrix commented 8 months ago

Awesome work on the MicroOSC!

It is the first serialOSC which actually worked directly after downloading and running the examples on a Teensy 4.0 with MaxMSP. Most other OSC serial libraries I couldn't get to run, because it contained outdated examples with missing objects.

It will help a lot to create a more logical interface protocol than relying on the plain serial option. I want to send 24 lines of EQ name/value strings from a VST to 4 oled screens and send 12 potentiomer values via a 16bit ADC to and from MaxMSP to control first the SSL Channel strip plugin on multiple tracks. :-)

To help a little bit, I've corrected a typo and some grammar.

Best, Eelke