Skip to content

HISE 3.5.0

Compare
Choose a tag to compare
@christoph-hart christoph-hart released this 17 Jul 20:41
· 850 commits to master since this release

Changelog:

  • added Webview to extend user interfaces with native web technology
  • redesigned Wavetable synthesiser with new resynthesis mode and better conversion, voice rendering / waterfall display
  • added ModulationMatrix scripting object for designing complex dynamic modulation systems
  • added the ability of using envelopes as global modulators using a uniform voice allocation system across multiple sound generators
  • changed SNEX code generator backend to MIR to allow native compilation of the HISE app on macOS ARM (no Rosetta required anymore!)
  • fixed a few synthgroup issues
  • fixed a few filter issues, cleaned up filter modulation
  • added .hiseproject file format that automatically extracts & loads a HISE project from a single file
  • some minor EQ improvements (broadcaster for adding / removing bands, more customizability)
  • FX export: added mono-to-stereo support
  • user preset: added default user preset, overwrite factory presets on version updates & added onPostSavePreset callback
  • added hardcoded timevariant modulator
  • added native drag and drop functions to ScriptPanel
  • many small bugfixes & feature additions