A year in HISE
-
The major ones I can think of (obviously there have been tons of minor changes that will be important to us but not non-HISE users).
- Lazy loading
- Suspend on silence
- RNBO
- Webview (except on Linux so it's practically useless :p )
- Timing class for handling dates/timestamps
-
@d-healey I missed Lazy loading. Any post or commit about?
-
- Lottie
-
@hisefilo I think we've had lottie for a couple of years
-
-
@d-healey said in A year in HISE:
The major ones I can think of (obviously there have been tons of minor changes that will be important to us but not non-HISE users).
- Lazy loading
- Suspend on silence
- RNBO
- Webview (except on Linux so it's practically useless :p )
- Timing class for handling dates/timestamps
can you point me at Christophs post about webView - I cant seem to find it...
-
-
@d-healey faust?
-
third party C++ nodes?
-
@DanH said in A year in HISE:
@d-healey faust?
This was available in Lindon's post back in October. Although it's matured a bit and it's easier to build HISE with it since then.
@iamlamprey said in A year in HISE:
third party C++ nodes?
More than 9 months
https://github.com/christophhart/hise_documentation/blob/master/scriptnode/manual/third_party.md
-
I‘m currently wrapping up a new collection of features which include:
- a completely revamped wavetable synth with Loris as the main driver for the wavetable creation
- a modulation matrix scripting object for managing dynamic modulation concepts
- ability to use envelopes as global modulator (sounds trivial but this was actually the most complicated feature)
- hardcoded timevariant modulators and envelopes (just like the hardcoded FX slot).
- replaced SNEX code generation backend with a ARM compatible one to get rid of Rosetta on macOS
It will be HISE 3.5.0 when I merge those into master..,
-
-
@Christoph-Hart said in A year in HISE:
- ability to use envelopes as global modulator
..and I've just finished writing my own global envelope system too (it has global envelopes and their values being copied to local envelopes...)
But all sound great!!!, When they arrive I will mention them int eh thread...
-
@Christoph-Hart said in A year in HISE:
I‘m currently wrapping up a new collection of features which include:
- a completely revamped wavetable synth with Loris as the main driver for the wavetable creation
- a modulation matrix scripting object for managing dynamic modulation concepts
- ability to use envelopes as global modulator (sounds trivial but this was actually the most complicated feature)
- hardcoded timevariant modulators and envelopes (just like the hardcoded FX slot).
- replaced SNEX code generation backend with a ARM compatible one to get rid of Rosetta on macOS
It will be HISE 3.5.0 when I merge those into master..,
Okay I see the version is bumped to 3.5 - so are all these things in there now? I will update the VI Control post if thats the case....
-
@Lindon And don't forget the official player plugin for those who don't want to compile their open source projects for each operating system.
-
@d-healey said in A year in HISE:
@Lindon And don't forget the official player plugin for those who don't want to compile their open source projects for each operating system.
oh yeah -- that too I will include it -- just waiting for confirmation on the other stuff...
-
@Lindon yup, all there now.