AHDSR w/ values higher than 20000?
-
Is this possible? Can't find a preprocessor or anything for it, ideally I would avoid ScriptNode because it's a Rhapsody library and some networks can be a bit weird in it
-
@iamlamprey You can play with the slider limits here and try to compile the HISE again.
-
@orange Just tried modifying it and it doesn't seem to change anything (limit still capped at 20000), plus I'm not sure if source code changes will propagate down to the exported Rhapsody Library, since I think that depends on the HISE settings that originally compiled it.
Unless I'm wrong? @d-healey
-
@iamlamprey By opening the HISE project in XCode and searching with keyword AHDSR, it becomes clear which areas need to be edited.
-
@orange I only see these:
addAndMakeVisible (decaySlider = new HiSlider ("Decay")); decaySlider->setRange (1, 20000, 1);
The rest of the results seem to be related to Scriptnode, dsp unit tests or otherwise commented out
-
@iamlamprey ah just found this comment at the top of the cpp file:
/*// This is an automatically generated GUI class created by the Introjucer! Be careful when adding custom code to these files, as only the code within the "//[xyz]" and "//[/xyz]" sections will be retained when the file is loaded and re-saved. */
edit: appending the code there compiles, but crashes HISE when I add an envelope. it's not too important of a feature so i don't really care to test any more ¯_(ツ)_/¯
-
@iamlamprey You need a release of more than 20 seconds?
-
@d-healey Like I said it's not a HUGE requirement, I like to end some songs with a long fade guitar chord to transition into some other sections or whatever, I can always just max the Sustain and use volume automation before the amp :)