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

support OSC-blob datatypes #6

Closed pq closed 4 years ago

pq commented 5 years ago

See: http://opensoundcontrol.org/spec-1_0.

jeffmikels commented 4 years ago

I'm considering implementing this myself for a project I'm working on.

pq commented 4 years ago

If you want to contribute those bits here, they'd be welcome!

pq commented 4 years ago

Also, if you can say anything about the project, I'd be super curious.

Cheers!

jeffmikels commented 4 years ago

I believe I have successfully implemented it in my pull request. I don't have the ability to easily generate a test, but it seems to work in my project.

My project is a Flutter app that will control a number of audio/video production solutions such as Onyx light controls, the X32 soundboard and more. OSC is the communication protocol for the X32.

pq commented 4 years ago

Fantastic.

When I have a little more time to dedicate to this, I'll work up some tests.

pq commented 4 years ago

When your app is out there, please let us know?

Thanks!

pq commented 4 years ago

Consider fixed as of #11. Cheers @jeffmikels! 🍻