aaronventure
aaronventure
I'm creating a rather simple MIDI effect. Take in the controller value, fill the array, get the average, output that instead. Some checks for notes playing to ensure a smooth...
 Win11, 0d0251e59052c121d1b12c686254fa7ba77d27f5
84f92f322e1be538bb3cc42a7ef7492b962519ae Win11 Was this always a thing?
 Win11 0d0251e59052c121d1b12c686254fa7ba77d27f5
Haha, what???  The code part shows when the peak value reaches 0 after playing some audio i.e. triggering a note. Does not matter if I create it in...
Windows:  MacOS:  0d0251e59052c121d1b12c686254fa7ba77d27f5 Thread: https://forum.hise.audio/topic/9052/hise-juce-and-kerning-pairs
Create an error handler and simulate error 8. `errorHandler.simulateErrorEvent(8);` Then attempt to simulate any other error (try to have it print a message or something). HISE Restart needed for the...
fadeComponent has been demonstrating inconsistent behavior for a while now, with no apparent trigger. Assigning components to two panels and then triggering fadeComponent on these panels back and forth results...
``` const var label = Content.addLabel("label", 0, 0); Content.setPropertiesFromJSON("label", { "width": 200, "height": 200, "editable": false, "text": "Funky", "fontName,": "Tahoma", "fontSize": 18, }); ``` Doesn't show as overwritten, still accessible...
 