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.2+git0.d3f364f.tar.gz | 0019717494 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 | 0000086779 84.7 KB | |
HISE.desktop | 0000000222 222 Bytes | |
HISE.spec | 0000006161 6.02 KB | |
StandardHeader-Include-utility-for-GCC-12-compatib |
0000000484 484 Bytes | |
_constraints | 0000000113 113 Bytes | |
_service | 0000000605 605 Bytes | |
_servicedata | 0000000235 235 Bytes | |
juce_VSTInterface.h | 0000015827 15.5 KB |
Revision 60 (latest revision is 65)
- Update to version 3.6.2+git0.d3f364f: * - bump version to 3.6.2 * - fix #409 * - fixed #428 * - fixed #429 * - fix const var declaration inside function body not throwing a compilation error (fixed #430) * - fix sampler crashing with extremely high pitch ratios * - fix #424 * - added beatport manager setProductId() function - added ScriptUnlocker.getLIcenseKeyFile() * - added recursive protection when exporting scriptnode network with a modulation output assigned to a parent container's parameter * - fix crash when using a unconnected sliderbank in a compiled node * - fix external clock desyncing when using buffersizes > 512 - fix MIDI player resyncing when using different playback speeds - fix external clock position not being coherent when changing DAW speed. * - fix allNotesOff not working with scriptnode / hardcoded synthesisers * - fix custom text input box issues * - fixed removing of attached automation callbacks not working * - script table listbox: prevent execution of table cell callback with wrong row index when clicking on a cell * - audio thumbnail: added multithreading threshold & dynamic options properties * - fix a few more multithreading issues * - add Settings.setSampleFolder() * - fixed a few multithreading crashes when using custom user preset data model * - add Content.showModalTextInput() * - add missing broadcaster method * - fix scrolling removing click state from multicolumn table - ScriptBackgroundTask: fix deadlock when calling sendAbortSignal on worker thread itself * - fix hover position being propagated to drawTableRowBackground() laf method * Reenable patch browser fold button (#425) * - use childcomponent for broadcaster/panel popup menu alignment * - fix MIDI player clock resyncing with playback speed ratios != 1.0 * - fix multithreading issues with scripttablemodel
Comments 0