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.0.0+git188.bdaa004e8.tar.gz | 0017615392 16.8 MB | |
HISE-JUCE-old-VST.patch | 0000156064 152 KB | |
HISE-revert-e3b1e87b55e0042a7b3be1a48527deb58c2f4d |
0000002106 2.06 KB | |
HISE-rpmlintrc | 0000000084 84 Bytes | |
HISE-set-default-path.patch | 0000000613 613 Bytes | |
HISE.changes | 0000057309 56 KB | |
HISE.desktop | 0000000222 222 Bytes | |
HISE.spec | 0000006446 6.29 KB | |
StandardHeader-Include-utility-for-GCC-12-compatib |
0000000484 484 Bytes | |
_constraints | 0000000113 113 Bytes | |
_service | 0000000612 612 Bytes | |
_servicedata | 0000000235 235 Bytes | |
juce_VSTInterface.h | 0000015827 15.5 KB |
Revision 49 (latest revision is 65)
- Update to version 3.0.0+git188.bdaa004e8: * - added IgnoreNoteOn parameter to LFO modulator * - added more split sizes when exporting monoliths * - fixed crash when changing ring buffer size * - added Synth.playNoteFromUI() / Synth.noteOffFromUI() to inject MIDI messages before the master container (like the virtual keyboard does) * - fix compilation on windows * - added `updateEachKey` property ScriptLabel to send text change values on each keystroke * - fixed RR keyboard button freeze * - more broadcaster context menu fixes * - fixed some broadcaster issues with context menu states - added sortability to table list model * - added File.isChildOf() and File.isSameFileAs() functions to File API * - delay context broadcaster to allow state functions to be updated on value callbacks * - fix channel resizing in HISE * - added audio & MIDI clip file drop to DAW timeline simulator * - fix plugin compilation * - fix Colours API class not parsing colour values with string type correctly * - added external master clock simulator to HISE - redesigned HISE Controller popup to include DAW controls for simulating external clock syncing * - added onResync() callback to tempo listeners to maintain the correct DAW playback position when looping or seeking * - added `routing.selector` node for multiplex routing in scriptnode * - change default value of sampleIndex property to zero
Comments 0