Skip to content

ebb and flow

Pre-release
Pre-release
Compare
Choose a tag to compare
@peersuasive peersuasive released this 17 Jan 01:18
· 59 commits to master since this release

Global


  • many fixes
  • updated to JUCE 4.X.X (just updated, not much imported features)
  • globally improved stability, preventing most obvious crashes
  • reduced memory leaks
  • quite usable for advanced and complex projets (see ltox for an example on how to structure classes, libs...)

Internal changes


  • when using LApplication, lua will look for lua modules in local classes/ and lua/ and for c modules in lib/
  • implemented EventCentral, a very simple event manager, usable with LApplication
  • main loop, when started with a controlled loop, can execute tasks thanks to the new class ControlEvent (see EventCentral for an example on how to add tasks)
  • LApplication instantiation have changed (see ltox for an example)

Lua Support


  • added support for lua 5.3 (linux only atm)

Components Changes