@jeffd
ok that was my problem.
i needed to set the array for the channelIndexes
Posts
-
RE: peak meters not rendering in compiled plugin
-
RE: peak meters not rendering in compiled plugin
@jeffd ah that just changes the meters to 2 columns for stereo
-
RE: peak meters not rendering in compiled plugin
@d-healey
i had Channelndexes set to null.
the docs say Set to [0,1] for stereo.
so changed that to 1 but didnt make a difference.also..i cant figure out what the "Index" is?
tried using just 1 and doesnt do anything different.anything look strange here?
hold on let me try [0,1]
-
RE: How to include the samples when building the plugin?
@d-healey got it working!
-
RE: How to include the samples when building the plugin?
@d-healey
isnt the link file going to be located in a different location for each operating system?Is there documentation somewhere on how to get HISE to find the path in the operating system?
-
RE: How to include the samples when building the plugin?
@d-healey can i delete the link file via a script?
not sure i understand. -
RE: peak meters not rendering in compiled plugin
@jeffd still didnt work though after fixing the typo
-
peak meters not rendering in compiled plugin
I have these extra definitions in place in the settings menu:
ENABLE_PEAK_METERS_FOR_GAIN_EFFECT=1
ENABLE_ALL_PEAKS_METERS=1but the compiled plugin still does not show the meters moving / rendering.
it does work in the HISE workspace.are there other definitions to get the animated meters to work?
-
RE: How to include the samples when building the plugin?
@jeffd ```
so I created a button to reset the sample folder for the user,
but it doesnt retrigger a reset for the compiled plugin. I dont get any scripting errors in HISE but I am missing something.
what could be wrong here?code_text
inline function onResetBtn(control, value) { if(value) // button is pressed { // This clears the sample folder setting Settings.setSampleFolder(""); Console.print("Sample folder has been reset. The plugin will ask for a new folder next time."); Engine.showMessageBox("info", "Please restart the plugin or reload it to set a new sample folder.", "OK"); } } ResetBtn.setControlCallback(onResetBtn);
-
RE: How to include the samples when building the plugin?
@d-heale
ok let me try it.
thanks -
RE: How to include the samples when building the plugin?
@d-healey
Where in the scripting API is the link file in the app data folder referenced?
If one wanted to create a button to reset the sample folder for the user if they decided to move the samples. -
RE: method to reset file name token parser?
@d-healey said in method to reset file name token parser?:
they are multi mic
yeah they are multi mic.
i think everything is workin now though. -
RE: method to reset file name token parser?
i had a typo in one set of samples where i put 2 underscores together instead of one for the separator. didnt realize it, and it was screwing up the token parser.
but Still crashing when i throw in samples at times so i still gotta figure out whats wrong.
sometimes it has been the file length, they all need to be exactly the same length. -
method to reset file name token parser?
is there a way to to reset file name token parser?
Its crashing now when i import samples and I need to reset the string order and property value.
-
RE: possible to create a fade at the end of an imported sample in the sample editor?
@d-healey
all working now..
i think i still had audio at the end of the samples from before because i was using a limiter when i exported the audio file with the fade...im assuming it still pulled up the audio in the sample after the fade.
i just couldnt hear it. -
RE: possible to create a fade at the end of an imported sample in the sample editor?
@d-healey no problem
im glad i asked, and thanks for all your help!
never realized this wasnt doing it in logic.
-
RE: possible to create a fade at the end of an imported sample in the sample editor?
@d-healey
oh man..
need to check my fade tool in logic i guess.been just using this for years, in the region window
(using my ears too, and i didnt hear any clicks)
-
RE: possible to create a fade at the end of an imported sample in the sample editor?
@d-healey
i think this should work here to share?
https://drive.google.com/drive/folders/1TJUTtDL1mbo54NnYxXbDL6EAjpNUUgJy?usp=drive_link
you can put them all into a sampler with 4 channels (mic positions)
or just play one sample individually in the sampler.
thats when i hear a click at the end upon playing.