@tsempire subscription? No, I wouldn't do it. I absolutely hate subs. Not to mention I don't make enough plugins or money from them to justify it.

Best posts made by pcs800
-
RE: Knob Web Studio
-
RE: Knob Web Studio
@tsempire This is fantastic! Thank you very much for the excellent tool!
-
RE: Convolution reverb wet level seemingly not working
@d-healey That seems to have worked, thanks again.
-
RE: Error in visual studio when building hise
@d-healey Nah, I will stay with this one. It works, and I need to get to work on why I came in here today in the first place.
I appreciate you sticking with me on this David. You're a saint ;-)
Release build successful, BTW -
RE: Error in visual studio when building hise
@dannytaurus yes I noticed that. I'll try may 30th again.
-
RE: Error in visual studio when building hise
@d-healey I guess I will start from scratch with the new video and see what happens.
I'll let you know. -
RE: Sticky knobs
@d-healey I found it, sorry I should have checked into it before posting
-
RE: Sticky knobs
@d-healey Ok, I got it built and it runs fine. The sticky knob problem is gone.
However, when i go to export as fx plugin, I get a window which says "hise path not set". What does that mean? -
RE: Faust installation
@d-healey I figured it out and it's compiling now, thanks! :-)
-
RE: Errors when exporting to vst3
@pcs800 I deleted the license file and xml file, and that fixed it. I will have to figure out licensing at some point.
Latest posts made by pcs800
-
RE: Splitting incoming audio into two bands
@d-healey Well, for now I have no experience at all with script nodes. I have no idea how to use them, or access them with gui controls, etc.
-
RE: Knob Web Studio
@tsempire subscription? No, I wouldn't do it. I absolutely hate subs. Not to mention I don't make enough plugins or money from them to justify it.
-
RE: Splitting incoming audio into two bands
@d-healey Ah ok, I forgot about that.
My next issue is how do I get one band to go to one container and the other to another container?
What I am trying to do is add saturation to only frequencies from 125 on up, but not 124 on down. -
Splitting incoming audio into two bands
Does anyone have a snippet that will show me how to split incoming audio into two bands?
-
RE: Knob Web Studio
@tsempire This is fantastic! Thank you very much for the excellent tool!
-
Sample stops playing when key is released
I would like to alter this code so that the entire sample gets played once a key is pressed, regardless if the user releases the key before the sample is done playing.
const var ids = Engine.createMidiList(); inline function onButton1Control(component, value) { local noteNumber = 36; if (value) { //Turn off old note if (ids.getValue(noteNumber) != -1) Synth.noteOffByEventId(ids.getValue(noteNumber)); //Play new note ids.setValue(noteNumber, Synth.playNote(noteNumber, 36)); } }; Content.getComponent("Button1").setControlCallback(onButton1Control);
-
RE: Parameter Values not being shown in panels for frequency point other than 0
@d-healey I have no idea where to start on something like that. I guess i will wait for Christoph to integrate.
-
RE: Parameter Values not being shown in panels for frequency point other than 0
@d-healey Very cool. Looks like what I need to get this working.
-
RE: Parameter Values not being shown in panels for frequency point other than 0
@d-healey Pester @Christoph-Hart you say? Well how about it Mr Hart?