HISE icon indicating copy to clipboard operation
HISE copied to clipboard

The open source framework for sample based instruments

Results 173 HISE issues
Sort by recently updated
recently updated
newest added

Added this to the Content class instead of the Engine class.

Discussion - https://forum.hise.audio/topic/5478/setusestaticmatrix-creates-false-mic-positions/

`constant not found: Sampler.ID` so we need to use `Sample.get(0)` instead of `Sample.get(Sampler.ID)`

### Commit https://github.com/christophhart/HISE/commit/ecd5f153a7d47e335caf52f446b63cb7929598c7 ### Conditions to reproduce the bug OS: Linux HISE: yes Compiled Project: n/a ### Problem Description When adding block comments, if the whole block goes below the...

valid bug report
Low Priority

My first attempt at implementating NRPN into HISE -------------------------------------------------- INFO: -------------------------------------------------- I am working on a project that primarily uses NRPNs to control anything I want the user to customize....

This commit allows to compile the streaming_example with the current JUCE master (6.1.2) - Replaced most ScopedPointer with std::unique_ptr - Removed using namespace juce and added juce:: prefixes/use the std...