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 to use it? #18

Open Samu-Amy opened 2 years ago

Samu-Amy commented 2 years ago

Hi, I would create a simple app for communicating with Isadora, how can I write the code ti send signals?

pq commented 2 years ago

Some examples would definitely be nice... I haven't really played with this in a while but can dig around for some old bits. In the meantime, https://github.com/pq/osc/blob/master/example/sendosc.dart should at least get you sending.

Samu-Amy commented 2 years ago

Thanks, I would like to create 4 buttons, but searching on the internet I found repositories that use packages that I can't find anywhere, I'll try to take a look at that example