@DanH Worked perfectly, thanks!

Best posts made by pcs800
-
RE: Sample player plugin not making sound
@d-healey That worked, thank you very much....again.
-
RE: Sample player plugin not making sound
@d-healey I will PM you the link in a second
-
RE: Sample player plugin not making sound
@d-healey Sure, how o I do that? Zip the entire thing and upload to google drive?
-
RE: Sample player plugin not making sound
@pcs800 I got it working!
So I will use what I've done so far in Hise, and inno, as templates for the other plugin I plan to build.
You're one heck of a help, d.healy -
Another licensing question
@Christoph-Hart
The company I work for is considering buying a license for Hise.The company's main product is a DAW.
The company makes more than 50,000/year already.
I want to build plugins for the company and include them with the daw
The licensing documentation suggests that we would need to buy a PRO license because the company makes over 50,000. Is this correct?
I would think that if the product I create using Hise, makes more than 50,000 on it's own, then I would need the PRO license.
Can you clear this up for me? -
RE: Saving and accessing presets
@d-healey Actually, I think I found the solution.
In Hise, I open the browser, click a preset, the window closes. I open it again and click save, to resave the preset. This seems to work. I can click presets now and the window does not close. -
RE: Adding a distortion knob
@griffinboy Actually, a multiout drum instrument is in my future plans for Hise, so thanks for the warning.
I do have three developers on my team who are totally familiar with juce, javascript, and C++. So I am sure I'll be bugging them when the time comes. -
RE: Adding a distortion knob
@griffinboy said in Adding a distortion knob:
Were you using KSP in your kontakt instruments previously?
Since I don't know what that is, I'm gonna go with no :-)
So, I actually added a limiter in line after the saturator and set it up so the overall volume doesn't change when saturation is added, and it worked!
Latest posts made by pcs800
-
RE: Buffer warning when plugin runs
@d-healey There's no setting for that with wavert in my daw
-
RE: Using a finished project as a template
@bendurso What are expansions and where can I get/learn about them?
-
RE: Buffer warning when plugin runs
@JulesV But then you have it happening in other daws, when it shouldn't be.
If I run 44100 samples and 16, 24 or 32 bit depth, I get the message. Where all other plugins work just fine.
Not to mention that if a person is using a Focusrite interface, in any daw, they get a huge selection of buffer sizes that are not a multiple of 8.
-
RE: Buffer warning when plugin runs
@DanH
So adding HISE_COMPLAIN_ABOUT_ILLEGAL_BUFFER_SIZE=0 to your plugin's extra definitions.
In project settings... Ok I will try that. -
RE: Buffer warning when plugin runs
@d-healey So my boss who makes the decisions whether I will be using hise to build and distribute plugins, got this error too and said "this is going to be a problem",
There's got to be code or something, to disable this check and message.
@Christoph-Hart Please help me out here. -
RE: Where does the guid come from?
@d-healey
Does the guid come from the plugin code in project settings? -
RE: Using a finished project as a template
@d-healey That did it, nice!
You must have been doing this a long time to be able to troubleshoot like this.
I can do it with windows OS's, but I'm new to Hise, so every little thing is mystery.
Thanks again, David.