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+git169.2f6088c4f.tar.gz | 0017599055 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 | 0000055762 54.5 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 48 (latest revision is 65)
- Update to version 3.0.0+git169.2f6088c4f: * - fixed external clock syncing when exporting from DAW * - RNBO: add tempo_sync support * - RNBO: added support for table / slider packs / audio files - RNBO: added support for modulation source draggers * - added support for RNBO patches (export MAX patches as C++ into scriptnode)! * - fixed a few jump to definition issues * - scriptnode: added math::map node * - scriptnode: added freq2samples converter * - fix global modulator containers being processed with larger buffer sizes than required * - fix stopInternalClockOnExternalStop() function not working * - fix DAW project restoring not working with custom user preset data model * - added ScriptAudioWaveform.setPlaybackPosition() * - added shift+drag for changing Q on parametriq EQ - added ResetOnDoubleClick floating tile property for FilterDragOverlay * - added useLeftClick to ScriptBroadcaster.attachContextMenu() function (breaks existing calls to this function) * - added Engine.createFFT() API docs - added safe check to prevent crash when using FFT magnitude function after calling prepare - added support for multiple channels being copied with SimpleRingBuffer.copyReadBuffer() * - add `Sampler.purgeSelection` function * - update memory usage when lazy loading samples at note start * - added lazy load purge mode to skip preloading of large sample sets until they are played * - added RingBuffer.copyReadBuffer() method for threadsafe scripting access of the buffer data * - improve FFT graph appearance (create curves for lower bins) * - fix rounding error in expiry date * - fixed FFT path glitches when using scripted ring buffer * - simulate deactivated audio engine when script unlocker is not unlocked in HISE * - fix unlocking with expiry date not setting the internal flag
Comments 0