Skip to content

Tutorial update, bug fixes, improvements

Compare
Choose a tag to compare
@equilet equilet released this 07 May 22:20
· 24 commits to master since this release

Features:

  • full tutorial now included
  • hot and cold inlets for each object
  • new build system on Windows via Msys2
  • documentation for every function of o.expr.codebox can now be found in o.expr.overview
  • updated set of examples, including an o.examples.overview
  • information on compatibility between older OSC systems and odot
  • help files for development patches
  • added quickhull() function
  • tighter integration with Max's package system
  • clear information in overview regarding externals and patchers in development and deprecated areas
  • objects now support bundle literals
  • o.collect can now be cleared with a reset message
  • expressions consisting of a single value (i.e. true, /foo, 0, etc) are now possible.
  • == and != now work on subbundles in the same way that o.change does.
  • blob() now takes a subbundle and converts it to a blob.
  • bundle() now takes a blob and converts it to a subbundle.
  • added nonzero()

Bugfixes:

  • fixed: det() was unimplemented
  • fixed: improved efficiency of jn() and yn() functions
  • whitespace relating to messages without data are now modified by the parser correctly
  • fixed a number of clerical errors in help files
  • fixed issues related to the int* and uint* familes of functions
  • float32() and float64() now convert timetags properly