Skip to content

Releases: artfwo/aiosc

v0.2

31 Mar 21:12
Compare
Choose a tag to compare
  • Removed inefficient aiosc.send function
  • Added convenience aiosc.connect function for quick client creation
  • Added convenience OSCProtocol.connect method for quick server creation
  • Added async context manager hooks to OSCProtocol for use in async with statements

v0.1.6

15 Feb 16:02
c56f795
Compare
Choose a tag to compare
  • Support incoming 64-bit float arguments

v0.1.5

26 Apr 19:17
d997d42
Compare
Choose a tag to compare

Brown paper bag release. README is updated with improved usage examples.

v0.1.4

05 Oct 22:43
Compare
Choose a tag to compare

Allow adding handlers after initialization to OSCProtocol.

v0.1.3

05 Dec 09:46
Compare
Choose a tag to compare

Use compiled regular expression for pattern matching.

v0.1.2

07 Oct 14:22
Compare
Choose a tag to compare

Use Python 3.5 syntax.

First public release

26 Jul 11:08
Compare
Choose a tag to compare
  • OSC clients and servers can be created using OSCProtocol.
  • Support for OSC 1.0 address pattern matching and // operator from OSC 1.1.
  • Bundles not supported yet.