@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
Best posts made by WepaAudio
-
RE: AKAI MPC software not recognizing my HISE plug -insposted in General Questions
-
RE: Expandable GUIposted in General Questions
@DabDab thanx, as soon I finish my current plug in I will do,im almost done im afraid I mess things up.
-
RE: Sample maps do not load on windows version of hise after creating them on a mac versionposted in General Questions
@Lindon also in Mac need to be lower case .wav , I just load a whole drum kit and was named .WAV and didn't sound on the plug in, I read your comment on this post and I went and change the sound .wav just to see if it works in Mac and now I can play the sounds
-
RE: How I change the color of the green key in flat style keyboard?posted in General Questions
@clevername27 resize them " Black Ratio 0.0" (FlatStyle)
-
RE: The path to juice is incorrectposted in General Questions
im a person that like to try stuff even if it dosnt make sense, so went to HISE program and create a new project and did some tweaking after various attempts and it export , It opened perfect and worked on MY ABLETON DAW, so I dont know how, but it did, thanx,
-
RE: A Code Snippet for Y'all — MIDI Note Editor [Code Posted]posted in Presets / Scripts / Ideas
@clevername27 when you gonna post this? the one here is just black,thanx
-
RE: custom peak meter.posted in Scripting
@Oli-Ullmann said in custom peak meter.:
var curLevelLM_Fill = 0.0;
var curLevelRS_Fill = 0.0;sorry im not an expert, I see these are the same for the 4 meters, I renamed the ones for the blue meter and that meter not move but the other one kept working, maybe something on the naming could be
-
RE: 2 Audio Loop Players Start/End rangeposted in Scripting
@Lindon I had unanswered questions more than 3 moths. and suddenly get the answer for a late answer and I get back to that issue and solved, so there's nothing to loose
Latest posts made by WepaAudio
-
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