pq / osc

A simple Open Sound Control (OSC) protocol implementation for Dart.
BSD 3-Clause "New" or "Revised" License
32 stars 19 forks source link

How complete is this functionality? #17

Closed RichardJECooke closed 2 years ago

RichardJECooke commented 2 years ago

Hi, thanks for writing this library. I want to make a little app to turn my Android phone into a 3D MIDI CC transmitter to a DAW, like this ring, but for free - https://www.youtube.com/watch?v=DGVi9HA681Y&t=636s.

I'd like to use Flutter because I know it a bit, and it's easier than using Kotlin natively. But since this is the only OSC library I've seen, please will you tell me if it works and if has all the features I might need to do this? I don't want to start down this path as an OSC beginner and find in three months what I'm trying is impossible and I should have used native Android.

Thank you!

pq commented 2 years ago

Sorry for the slow reply!

What you see here was driven by some of my own experiments w/ Flutter and OSC. Since I started it a few folks have contributed -- motivated by their own use cases. For sure it's not complete but hopefully there enough to be useful. Definitely file issues if you hit any snags. (And do share successes too if you have any!)

Thanks for your interest. 👍