Tutorial update, bug fixes, improvements
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 ino.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 thato.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()
andyn()
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*
anduint*
familes of functions float32()
andfloat64()
now convert timetags properly