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

![hise autocomplete](https://github.com/christophhart/HISE/assets/141569073/b215ee1a-3152-40b9-9221-abec1ebc2e6d) b80968f944465e5fe633e61a125d728a4eaeac64

Here's a lil' network. Noise oscillator into S&H into smoother, modulating the voice_bang value. When a note plays, whatever the current value is should be set to the lower oscillator's...

![find break](https://github.com/christophhart/HISE/assets/141569073/14a32f4a-03fd-46d1-9873-24f3318c728e)

1. Create a global modulator container. 2. Create a Simple Envelope. 3. Create a Sampler. Set the retrigger mode to "Do Nothing" so you can play repeating notes indefinitely. Hold...

1. Have more than 10 RR groups 2. Add samples to some group that is 10+ 3. Group dropdown on right click becomes 0-based. Selecting Group 1 selects the group...

Add a value with the add node. Set it to whatever. Let's say 25, as in frequency. Use the peak to shoo that off to a converter, and make it...

1. Open Project Directory view 2. Open your Samples folder 3. Enter a string to search in the search bar, e.g. String1 4. Shift+Click to select from first file to...

Not sure what the character should be, but it probably needs to be escaped. ```sh HISE/hi_snex/snex_cpp_builder/snex_jit_CppBuilder.cpp:755:39: warning: illegal character encoding in string literal [-Winvalid-source-encoding] s = s.removeCharacters("\"/\\ \t\n\r!$%&/()=[]{}"); ^~~~ ```...