Wavetable Locations
-
- KVRer
- 19 posts since 25 Nov, 2019
Hi all.
I have a library of wavetables and several VSTis that ues wavetables.
Both Synthmaster One and Synthmaster 2.9 also use wavetabels. I know it is possible to drag and drop my own wavetables into each synth for use. I alos know I can copy wavetables to the 'wavetable' folder in 'MyDocuments' in each Synthmasters' Folder. What I would like to know is there a way to cofigure both Synthmaster programs to look at my wavetable library so that the wavetables show up in the Synthmaster Wavetables menus and so that I do not have to have multiple copies of my wavetable library.
I have a library of wavetables and several VSTis that ues wavetables.
Both Synthmaster One and Synthmaster 2.9 also use wavetabels. I know it is possible to drag and drop my own wavetables into each synth for use. I alos know I can copy wavetables to the 'wavetable' folder in 'MyDocuments' in each Synthmasters' Folder. What I would like to know is there a way to cofigure both Synthmaster programs to look at my wavetable library so that the wavetables show up in the Synthmaster Wavetables menus and so that I do not have to have multiple copies of my wavetable library.
-
- KVRist
- 264 posts since 25 Oct, 2008
Symbolic links?
-
- KVRAF
- 2066 posts since 11 Aug, 2012 from omfr morf form romf frmo
Symbolic links work. Just be careful if you have a lot of wavetables, as it takes time to scan and index them when it launches.
Also, on Windows at least, there is a limit to how many items can show up in the menu they use, but they create sub-menus if there are subfolders. So I suggest organizing your wavetables into subfolders if there are too many.
Also, on Windows at least, there is a limit to how many items can show up in the menu they use, but they create sub-menus if there are subfolders. So I suggest organizing your wavetables into subfolders if there are too many.
-
- KVRAF
- 7505 posts since 14 Nov, 2006 from Ankara, Turkey
Hi guys
I guess shortcuts/symbolic links should here in this case.
I guess shortcuts/symbolic links should here in this case.
Works at KV331 Audio
SynthMaster voted #1 in MusicRadar's "Best Synth of 2019" poll
SynthMaster One voted #4 in MusicRadar's "Best Synth of 2019" poll
SynthMaster voted #1 in MusicRadar's "Best Synth of 2019" poll
SynthMaster One voted #4 in MusicRadar's "Best Synth of 2019" poll
-
- KVRer
- Topic Starter
- 19 posts since 25 Nov, 2019
OK, looks like we're getting somewhere. But just mentioning 'Symbolic links' does not help me very much. What are symbolic links and how do I use them to solve the problem in the original post.
Assistance always gratefully appreciated.
Assistance always gratefully appreciated.
-
- KVRist
- 368 posts since 6 Feb, 2017
a symbolic link is a shortcut which act like a real folder.
you can use dos command or powershell to create symlink, here is a powershell example :
another example, how i create my wavetable folders in serum :
you can use dos command or powershell to create symlink, here is a powershell example :
Code: Select all
New-Item -Path $targetpath -ItemType SymbolicLink -Value $sourcePathCode: Select all
"Freaky", "Massive" | % { New-Item -Path $([IO.Path]::Combine($xferTablesFolder, "z_$($_)")) -ItemType SymbolicLink -Value $([IO.Path]::Combine($samplesFolder, "Tables", "$_")) }-
- KVRAF
- 3735 posts since 17 Sep, 2016
Windows 10 and too many plugins
-
- KVRer
- Topic Starter
- 19 posts since 25 Nov, 2019
This is perfect. Thank you.zzz00m wrote: Thu Feb 27, 2020 3:29 pm The Complete Guide to Creating Symbolic Links (aka Symlinks) on Windows
howtogeek article
