"LOADSAMPLEFILE"
Description:
(Plug in use only)
Load a file in a sample slot(pass a char* as parameter)
How do you use this shorcut and what does it do? What PLUGIN do I need to use?
I'm hoping you can load files into different slots like a Sampler Manager. Is this pretended to be used like that?
Thanks.
Description:
(Plug in use only)
Load a file in a sample slot(pass a char* as parameter)
How do you use this shorcut and what does it do? What PLUGIN do I need to use?
I'm hoping you can load files into different slots like a Sampler Manager. Is this pretended to be used like that?
Thanks.
Inviato Mon 09 Oct 06 @ 6:04 pm
Indeed this function was only used in the plugin Sampler Manager by Kaleo (the source is available on this website)
Inviato Mon 09 Oct 06 @ 6:34 pm
I know about Kaleo's Sampler Manager. My question is how does it work with the Keyboard shortcuts? What is the purpose?
Inviato Mon 09 Oct 06 @ 7:00 pm
You can't use it with the keyboard : that's why it's written [PLUGIN USE ONLY]
It's to load a sample (identified by a filename) in a sampler slot:
line 364 in SamplerManager.cpp, function LoadBank()
It's to load a sample (identified by a filename) in a sampler slot:
line 364 in SamplerManager.cpp, function LoadBank()
Inviato Mon 09 Oct 06 @ 7:06 pm
Thanks Djcel.
Hey, Anyword on a better sample manager?. Perhaps on one you can edit easily and adjust the # of samples to be loaded? Maybe one that is internally instead of a plug-in? Is this in the work shop for the near future?
Also the Sample manager its not working properly with 4.0. Does not read new load sample.
Hey, Anyword on a better sample manager?. Perhaps on one you can edit easily and adjust the # of samples to be loaded? Maybe one that is internally instead of a plug-in? Is this in the work shop for the near future?
Also the Sample manager its not working properly with 4.0. Does not read new load sample.
Inviato Mon 09 Oct 06 @ 7:15 pm
Yes the reason is the location in the Windows registry has changed in v4.x so the plugin has to be updated
Inviato Mon 09 Oct 06 @ 7:22 pm