Hello. Does anyone have any tips regarding how to use modules that relies on external audio files? (Such as Wavetable VCO and any sampler etc) do we have to put the wave files somewhere specific in the sdcard? or does sending the patch through wifi simply bundle everything required somehow?
you can put .wav files anywhere on the sdc or usb drive. you have to do this manually, .wav files can’t be transferred via the wifi expander. if you’re building the patches with sample references in vcv on your computer, the paths in the yml will be pointing to somewhere on your computer and thus the mm won’t be able to find them. you can export the yml, open it up in a txt editor, and change the paths manually.
they will look something like this: c:\sounds\01.wav
but need to look like this for the files to show up when the yml is loaded in mm:
sdc:/sounds/01.wav -or- usb:/sounds/01.wav
or you can of course still just load up your patch on mm, run it, go to the options for all the sampler modules in your patch and manually load the samples that way and the paths will be corrected, when you resave the yml.
dan mentioned at one point adding a feature in the metamodule hub in vcv that allows us to set the path to samples there so we don’t have to do all that manual editing or reloading after exporting the yml from vcv. not sure if/when that will be added.