@Oli-Ullmann Ok, I'll try
Best posts made by Yannrog
-
Is someone familiar with subscription models? (real advices)posted in General Questions
Hi,
Is someone familiar with setting up a subscription method?
Thank you,I want to set it up in place. I can pay if needed.
-
RE: audio files not embed (Engine.loadAudioFilesIntoPool) addedposted in General Questions
@dannytaurus It working soo fine, I had to put engine.loadaudiofilesintopool earlier
-
RE: audio files not embed (Engine.loadAudioFilesIntoPool) addedposted in General Questions
@David-Healey it does compile,
I didn't test in plugin, I will test it
-
RE: Chord Detection beginner helpposted in General Questions
@David-Healey Thank you so much, it's working. Really thank you, I am learning. I am going to import like this everytime
Latest posts made by Yannrog
-
RE: Get, post API Hise language.posted in General Questions
@David-Healey Ok,
Is it possible to discuss in private?
-
RE: Get, post API Hise language.posted in General Questions
@dannytaurus Yes, I want to connect my payment service with the plugin.
if the payment is valid, the plugin is activate. if the payment is unvalid, the plugin is greyed out.
I have the API info from the payment service.
-
Get, post API Hise language.posted in General Questions
Hi,
Can someone help me with the Get and post API language of Hise ?
please
-
Is someone familiar with subscription models? (real advices)posted in General Questions
Hi,
Is someone familiar with setting up a subscription method?
Thank you,I want to set it up in place. I can pay if needed.
-
RE: audio files not embed (Engine.loadAudioFilesIntoPool) addedposted in General Questions
@dannytaurus It working soo fine, I had to put engine.loadaudiofilesintopool earlier
-
RE: audio files not embed (Engine.loadAudioFilesIntoPool) addedposted in General Questions
@David-Healey Hi, thanks God, It's working soooooo fine. I had to put the engine.loadaudiofilesintopool ealier.
-
RE: audio files not embed (Engine.loadAudioFilesIntoPool) addedposted in General Questions
@David-Healey Yes, I have deleted them. I found help in the forum about how to include the line “PROJECT_FOLDER“, I forgot to delete it.
It asks again for global level. It's on oninit


-
RE: audio files not embed (Engine.loadAudioFilesIntoPool) addedposted in General Questions
@David-Healey It's better
I am on oninit, why is it saying again?

exemple :
const var ConvolutionReverb1 = Synth.getAudioSampleProcessor("Convolution Reverb1");
ConvolutionReverb1.setFile("{PROJECT_FOLDER}Reverb 4.wav");*
const var ConvolutionReverb2 = Synth.getAudioSampleProcessor("Convolution Reverb2");
ConvolutionReverb2.setFile("{PROJECT_FOLDER}reverb.wav");*
-
RE: audio files not embed (Engine.loadAudioFilesIntoPool) addedposted in General Questions
@David-Healey
const var reverb1 = Synth.getAudioSampleProcessor("Convolution Reverb1");reverb1.setFile("Reverb 4");
I have a message “const var must be on global level“, what does it mean?
