Skip to content

Releases: GModal/oLvosc

v0.2.4

08 Nov 23:07
Compare
Choose a tag to compare

oLvosc 0.2.4 release

  • v0.2.2: merge of halee88's contributions (simple bundle receive support)

v0.2.4

  • Full, nested bundle support, both sending and receiving

  • Fix timetag oLvosc.unpackTIME() and oLvosc.packTIME() : change to big endian.
    Some other packing changed to explicit big endian (for future OS development, they were natively already correct).

  • Update README

  • New Bundle functions added

  • Epoch_time = oLvosc.NTPtoEPOCH(sec, frac)
    time_secs, time_fraction, float fraction = function oLvosc.EPOCHtoNTP(epoch)

  • Time Constant specific to bundles:
    timetag = oLvosc.TT_IMMEDIATE

v0.2.0

18 Aug 19:16
Compare
Choose a tag to compare

oLvosc update v0.2.0

  • Now supports all OSC types in 1.0 spec (except for bundles and 'r' (RGB) )
  • Some fixes (plain Lua)
  • Some non-standard types removed (they were not in the 1.0 specs)

v0.1.2

30 Jul 21:50
Compare
Choose a tag to compare

Added OSC timetags
Small pure Lua fix

0.1.1

25 Jul 18:43
Compare
Choose a tag to compare

Updated License