Skip to content

HISE 4.0.0

Compare
Choose a tag to compare
@christoph-hart christoph-hart released this 12 Jun 21:53
· 244 commits to develop since this release

UX

  • added a Snippet Browser to browse various HISE examples
  • added a visualiser with a oscilloscope, FFT and more visualisation options
  • drag & drop modules in the patch browser
  • easily connect parameters on the UI to internal modules using a new assign mode (similar to mapping controls in Ableton Live)

Engine

  • cleaned up filter coefficient API to allow custom filters in SNEX
  • new event notification model that vastly improves the responsitivity in large projects
  • moved Loris library into HISE to avoid DLL hiccups
  • added Perfetto tracing

Scripting

  • added scoped statements to perform inbuilt functions using the RAII concept
  • added some type safety to HiseScript
  • many bugfixes

Scriptnode

  • added RTNeural framework & nodes that run a neural network in scriptnode
  • added many nodes to scriptnode (too much to list here)
  • many QOL features

Compatibility

  • fix compilation with latest AAX SDK
  • fix compilation with macOS Sonoma
  • fix compilation with VS2022 + latest IPP version