CNMAT / OSC

OSC: Arduino and Teensy implementation of OSC encoding
cnmat.berkeley.edu/oscuino
Other
727 stars 135 forks source link

Missing argument types: m, h, r, N, I #136

Open wanthalf opened 1 year ago

wanthalf commented 1 year ago

Any reason why the rest of extended argument types is not supported? I mean especially the m[idi], but eventually also h [int64], r[gba], N[il] and I[nfinitum]. The library seems to be designed very well, so that it should only be question of adding the appropriate handlers. I guess that only arrays could be more difficult to deal with.

I am also a bit confused whether c[har] (and T[rue], [F]alse?) is fully implemented both for reception and sending, or not. It is covered by some methods but seems to be missing in others (OSCMessage::decodeData covers i,f,d,t,s,b, but not c,T,F).

adrianfreed commented 1 month ago

The original developers moved to other projects and CNMAT is no longer working on this. I will look at PRs

adrianfreed commented 1 month ago

I added rgba. Will be adding midi next.