The open source framework for sample based instruments
Key Features
A highly performant Disk-Streaming Engine that allows you to stream hundreds of samples in parallel. Powerful .xml sample-mapping and HLAC-compression-algorithm included.
A flexible DSP-Audio Module system that lets you combine Sound Generators, Modulators and Effects in a tree-like architecture for maximum efficiency.
A handy Interface Designer that makes it easy to hook up an interface with customizable UI Components and convenient Floating Tiles.
Connect & control the interactions with your virtual instrument via the powerful HISE Scripting Language (based upon javascript) in an IDE-like environment.
Build upon the HISE architecture, include external libraries and get the most out of the Engine with C++.
Export and Compile your HISE instruments and plugins as VSTi, AU and Standalone for all major OS platforms and DAWs.
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout home:kill_it:JUCE/HISE && cd $_
- Create Badge
Source Files
Filename | Size | Changed |
---|---|---|
HISE-3.6.1+git0.b39546e.tar.gz | 0019708468 18.8 MB | |
HISE-JUCE-old-VST.patch | 0000156064 152 KB | |
HISE-fix-include-cstdint-for-gcc13.patch | 0000000314 314 Bytes | |
HISE-ignore-CI-mode-data-path.patch | 0000000841 841 Bytes | |
HISE-rpmlintrc | 0000000084 84 Bytes | |
HISE-set-default-path.patch | 0000000613 613 Bytes | |
HISE.changes | 0000084774 82.8 KB | |
HISE.desktop | 0000000222 222 Bytes | |
HISE.spec | 0000006400 6.25 KB | |
StandardHeader-Include-utility-for-GCC-12-compatib |
0000000484 484 Bytes | |
_constraints | 0000000113 113 Bytes | |
_service | 0000000611 611 Bytes | |
_servicedata | 0000000235 235 Bytes | |
juce_VSTInterface.h | 0000015827 15.5 KB |
Revision 59 (latest revision is 65)
- Update to version 3.6.1+git0.b39546e: * - bump to version 3.6.1 * - fix #414 * - fixed #419 * - fixed #415 * - fix #423 * - fix compilation * - fix multichannel scriptnode processing with 1 channel * - fix #420 * - fix #422 * - add a few more properties to scripted LAF obj parameter * - fix beatport on macOS * - added beatport (windows only) * - add Effect.isSuspended() API method * - added overlay image function to interface designer * - added Message.makeArtificialOrLocal() * - fix AU plugins not exporting with the correct DAW tempo * - fix compilation on macOS * - added Smoothing parameter to Send effect to deactivate smoothing of send gain (useful when using MIDI data to automate send effects) * - added HISE_MACROS_ARE_PLUGIN_PARAMETERS to hardwire plugin parameters to macro controls - added MacroHandler scripting object to programmatically control macro assignments * - added range set id - added support for different range id sets when using viewport in table mode * - added virtual method to get the parameter index by ID * - added Engine.compressJSON / Engine.uncompressJSON() - added UserPresetHandler.getSecondsSinceLastPresetSave() * - added SNEX tests * - fix timestretching with mono samples * - remove black on black text in empty property panel * - put some love into the text editor search field * Fixed release trigger attenuation using normalized table input values (#413) * - fix surrounding autocomplete template tokens with brackets / quotes, etc. * - bump version to 3.6.0
Comments 0