@HISEnberg There was a HISENBERG folder in there and now there isnt. 
Posts
-
RE: Trading DSP's!posted in Scripting
-
RE: Anyone doing factory presets only, with no Save button?posted in General Questions
@dannytaurus said in Anyone doing factory presets only, with no Save button?:
power-user feature
It for sure is a power-move and not as intuitive as a user preset.
-
RE: Anyone doing factory presets only, with no Save button?posted in General Questions
@ustk said in Anyone doing factory presets only, with no Save button?:
Especially when you want to import the same FX/sound between DAW sessions.
From a working Producer/Engineer....
re-setting parameters BAD. lol User-presets GOOD!
-
RE: HISE 4.1: Obtaining Peak/RMS Values from Script to a Scripted UI Meter?posted in Scripting
@brucerothwell said in HISE 4.1: Obtaining Peak/RMS Values from Script to a Scripted UI Meter?:
MatrixPeakMeter be made to LOOK like my needle meter
I dont think you can change this component exactly like some other components like knobs and sliders. You can start with a base slider and LAF it like Dave suggested.
-
RE: Trading DSP's!posted in Scripting
@trillbilly This sounds super cool! What do you want to trade for?
-
Trading DSP's!posted in Scripting
Anybody interested in trading DSP's?
Im currently building a multiFX rack and I wanted to see if I come across anything cool.
If anybody is interested in trading scripts, list what you have for trade and what you're looking for.
I have for trade:
Spring Delay (w/ degradation and Ping Pong)
Harmonic Exciter (Even & Odd Harmonics)
PitchShifter (+-12 semitones, Can be pushed to +-24)
VariSpeed (w/ TapeStop, Pitch [-24] & Rewind)



Looking for:
Shimmer
Glitch/Stutter FX
Grain FX
Other Pitch/Time FX
Vintage Analog Saturation (Neural network modeling)Im open to here what you have.
-
RE: HISE 4.1: Obtaining Peak/RMS Values from Script to a Scripted UI Meter?posted in Scripting
@brucerothwell said in HISE 4.1: Obtaining Peak/RMS Values from Script to a Scripted UI Meter?:
DisplayBuffers be accessed from scripting
They can be but I dont think thats what you're looking for in this instance.
-
RE: HISE 4.1: Obtaining Peak/RMS Values from Script to a Scripted UI Meter?posted in Scripting
@brucerothwell If this is just peak metering, you can use

this api returns the peak level of your plugin master output.
-
RE: HISE 4.1: Obtaining Peak/RMS Values from Script to a Scripted UI Meter?posted in Scripting
@brucerothwell You need to feed a modulation signal into a global cable, and get your readouts from onInit side that you can use for scripting. There are a few good post on the forum about it if you do a quick search.
-
RE: Testers Needed for Rhapsody v3posted in General Questions
@David-Healey It does confuse with the logo looking at it now. I guess where you had it was good. For sure I like this icon better than the arrows because for me it says "library".
-
RE: has anyone successfully integrated ELASTIQUE into hise?posted in General Questions
@dannycouture What kind of effect are you looking for? I've made a couple PitchShift and VariSpeed nodes that sound pretty good to me. They're real time safe and sound pretty clean. These are C++ nodes that you can implement into any of your scriptnodes and build off of. Dm me if you're interested.
-
RE: Testers Needed for Rhapsody v3posted in General Questions
@David-Healey I like the first option icon. What if you put that icon where you're placing the arrows so that it implies "going back to library"?
-
RE: UNDO - Swap Scriptnode FX w/ Dllsposted in ScriptNode
@ustk Ok I think im understanding. Thank you.
-
RE: UNDO - Swap Scriptnode FX w/ Dllsposted in ScriptNode
@ustk I just need to ask one question.
I have a SNEX loaded a couple containers deep in a scriptnode. There are other nodes around it that have parameters exposed to the outer container as well. Will these be repopulated when rebuilding the dll again? This is the part that im afraid of. Is it compiling the SNEX only or is it compiling the entire scriptnode and its content? Is this what 'Allow Compilation' flag is for? If I untick that option on all scriptnodeFX containers except one, will the 'Compile Networks' function ignore those networks?

That was def more than one question. lol. Sorry and Thank You!

-
RE: UNDO - Swap Scriptnode FX w/ Dllsposted in ScriptNode
@David-Healey said in UNDO - Swap Scriptnode FX w/ Dlls:
you need to add a separate scriptfx to your project and open the xml.
Any material I can reference on how to do this?
-
RE: UNDO - Swap Scriptnode FX w/ Dllsposted in ScriptNode
@ustk Im just starting to see how this is gonna go. Im trying to think of the safest workflow. Is there anything I should be aware of that one would only know from experience?
-
RE: UNDO - Swap Scriptnode FX w/ Dllsposted in ScriptNode
@David-Healey Ok. Im trying to see what the safest approach is because I tested one and couldnt figure out how to go back and im scared to compile the rest now. lol.
