@Lindon thank you ,I will try that now
Posts
-
RE: Convolution Reverb - user selecting their own IRsposted in General Questions
@pgroslou you can add a second AUDIO WAVE FORM like the one Dave gave you and add it on top of the one in the code I gave you , just disable the opaque settings and alpha the background so you can see both screens, and select the convolution reverb on the processor settings, now you can give the user both options, your convolutions ir or the option of user ir
-
RE: Convolution Reverb - user selecting their own IRsposted in General Questions
// CREATE A COMBO BOX NAMED : cmbIr
// Also add your convolution reverbs into the AudioFile folder, this combo box will show a dropdown //menu
//with all your convolution reverb files instead of sending you to your folders.const var ConvolutionReverb1 = Synth.getAudioSampleProcessor("Convolution Reverb1");
const irs = Engine.loadAudioFilesIntoPool();const cmbIr = Content.getComponent("cmbIr");
inline function oncmbIrControl(component, value)
{
if (value > 0)
ConvolutionReverb1.setFile(irs[value - 1]);
};Content.getComponent("cmbIr").setControlCallback(oncmbIrControl);
cmbIr.set("items","") ;
for (x in irs)
cmbIr.addItem(x.replace("{PROJECT_FOLDER}").replace(".wav")); -
website link open the web page everything I load an instance of my plug-inposted in General Questions
hi, long time not around, I added to my plug in a website link, but everytime I open an instance of my plug-in it send me to my website automatic and send my DAW to the Mac Dock, how can I change that to only send me to my website when I click or press a button on my plug in? thank you
-
how to change path for loop player to grab samples from other folder that its not called AudioFiles ?posted in General Questions
im not able to get samples from my different sound libraries folder unless I rename those folders
"AudioFiles", how can I fix this? -
RE: selecting sampler time stretch add latency, how can I fix this?posted in General Questions
@WepaAudio thank you, question, how can I add a button to turn on /off time stretch ive tried but no success , ive tried button also ive tried combo box, sets no connection with the sampler combobox that select time stretch time variant etc.
-
selecting sampler time stretch add latency, how can I fix this?posted in General Questions
HI, I want to add loops to my drum player, but I want to use them on sampler not in a looper, when I set the sampler settings to tempo sync it give me a latency so the sample dont start quite fast as if I leave it in time stretch "DISABLED", is there a way to fix this, thank you.
-
RE: BlueCat ISSUE & sudoposted in General Questions
@d-healey thanks, as always, ok I will ask him tomorrow and tell to do so, I will post when the problem is fixed for future reference
-
BlueCat ISSUE & sudoposted in General Questions
Hi, I have a friend that use protools,my plug in is AU and VST, SO he is using blueCat patch to open, he couldn't get it to work, but he did some sudo stuff and he managed to open the plug in, but when the plug in start it never ask to look for the sample folder, obviously is not making any sound, any help on this issue if someone know? thanks
-
RE: AKAI MPC software not recognizing my HISE plug -insposted in General Questions
@d-healey thanx for your fast response as always
found the issue , akai daw have 2 ways to set / re scan your plug-ins, 1 is in preference and the other is in the plug-in manager, there was the confusion, so I went to the preference / plug-in folder/ and select my Mac hd/laudio/vst and also AU FOLDER, it seems akai route the search by default to its own plug in folder (VST3/au) in its own directory, you need to add other locations manually, PROBLEM SOLVED,thanx -
RE: AKAI MPC software not recognizing my HISE plug -insposted in General Questions
also. I know a plug-in called LO-FI PANDA is built on HISE and it show on my MPC Software, so im wondering if its a specific set up, thanks
-
AKAI MPC software not recognizing my HISE plug -insposted in General Questions
HI, IVE TRIED IN VST,VST3 AND AUI and still not shown in the DAW, is there any reason known here about that? it reads my cabbage audio builds and my MAZE builds, but not Hise builds, thanks for any info on that matter.
-
RE: clicking 'drum pad" buttons OF MY PLUG-IN in my DAW dont record midi notesposted in General Questions
@VirtualVirgin so I get it working now, but I believe for costumers will be an issue doing that midi in both channels, I hope we can find solution in the same midi channel
-
RE: clicking 'drum pad" buttons OF MY PLUG-IN in my DAW dont record midi notesposted in General Questions
@VirtualVirgin do I need to change the word Synth to Sampler? I did it all and still not get anything in Ableton
-
RE: clicking 'drum pad" buttons OF MY PLUG-IN in my DAW dont record midi notesposted in General Questions
@ustk thanx, I have enabled the midi out before but didn't have the: Message.sendToMidiOut(), thank you, now when I add it it crash Hise, is there a specific area to place this? ive try it everywhere, on Noteon,onNote off, onControl , onInit, idk if its my plug in or its me, thanx for your help and your next answer.
-
RE: clicking 'drum pad" buttons OF MY PLUG-IN in my DAW dont record midi notesposted in General Questions
@d-healey maybe koala sampler do that because everything its built in, sorry, then adding pads to a plug in is useless, I thought I used plug ins with pads before and done that, but I might be wrong'
-
RE: clicking 'drum pad" buttons OF MY PLUG-IN in my DAW dont record midi notesposted in General Questions
@WepaAudio yes, koala sample to mention one, maybe I asked wrong, I want to trigger my plug in via touch screen, its possible in Hise?
-
clicking 'drum pad" buttons OF MY PLUG-IN in my DAW dont record midi notesposted in General Questions
I asked this question before but I dont find it in here to see the answer I received, so I will ask again, I can press the drum pad button and it sound, it light up and the DAW GET THE SOUND FROM MY plug-in, but it doesn't record the midi note straight from the plug-in when I press the drum pad, it will record the midi note if I use the midi controller, ive try various settings on the "settings" section of HISE but no luck, any help will be nice, sorry for double ask this question