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

Hi there! `SampleLoader::fillVoiceBuffer` will miscalculate offsets when these criteria are met: - Loop is enabled - Sample start/end positions are close to the looped region - Loop start/end positions are...

valid bug report
High Priority

![image](https://user-images.githubusercontent.com/65754609/178340742-c334ab7a-5036-4174-8242-a625f82d64ca.png) I tried "folding" and "expanding" however it doesn't make it bigger. I can't "move the tab to the side" to enlarge it because I can't grasp onto anything. I...

Wondering if FAUST might be a good companion to HISE when extended effects are need for instruments... The FAUST interpreter could be embedded into HISE fairly easily for live editing...

Hi! I found a case where `StreamingSamplerSound::FileReader::readFromDisk` would read blank data as the `MemoryMappedReader` only contains a section outside the `StreamingSamplerSound` start/end positions. Conditions to be met to trigger the...

### Forum Discussion [https://forum.hise.audio/topic/5791/spectrum-ballistic-display-buffer/16](https://forum.hise.audio/topic/5791/spectrum-ballistic-display-buffer/16) ### Commit Actual OS: MacOS tested HISE: YES Compiled Project: YES ### Description Display buffer accessed through createPath or readBuffer is very glitchy, especially for higher...

I noticed that the `xcodeValidArchs` for the plugin template is set to `%ARM_ARCH%` is that correct? Is it worth removing all of the IPP stuff from the MacOS exporters? Or...