Skip to content

ofxOfelia v3.0.0

Compare
Choose a tag to compare
@cuinjune cuinjune released this 15 Aug 11:07
· 131 commits to master since this release
  • all available global functions and class methods from lua bindings are embedded as objects (functions that take userdata argument or has more than 8 arguments are excluded)
  • all abstractions are embedded as objects ("ofelia/lib" folder is removed)
  • all embedded objects use "of" prefix for consistency
  • updated "ofelia/help-intro.pd" so it contains all available objects
  • updated "ofelia/ofelia-object-help.pd" help file
  • added a feature to open help file or documentation page when an object is double clicked
  • added "ofelia/help" folder which contains help files
  • added [ofRequire], [ofExpr], [ofExpr~], [ofIf], [ofIf~], [ofFor], [ofTable], [ofJson], [ofReverb~], [ofOscSender], [ofOscReceiver], [ofUnZip], [ofUnZipPass] and [ofMakeFileName]
  • updated all event listeners (see help files for changes)
  • internal callback methods for [ofelia] object are renamed with "__" prefix to avoid potential name collision with lua's function or variable name (e.g. "set" -> "__set")
  • added and updated examples in "ofelia/examples" directory
  • fixed bug when [ofelia] object uses multiple signal outlets
  • fixed bug when [ofelia] object returns a table that contains a string key