Skip to content

Instantly share code, notes, and snippets.

@r4dian
Created April 11, 2022 19:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r4dian/6f225d34ca62b5a8ba5078aae6f2c2ac to your computer and use it in GitHub Desktop.
Save r4dian/6f225d34ca62b5a8ba5078aae6f2c2ac to your computer and use it in GitHub Desktop.
Copy all the samples from your NI Expansions to `C:\Users\Public\Documents\NI Samples` so you can put them on a hardware sampler, etc.
cd /mnt/c/Users/Public/Documents &&\
rsync -a --prune-empty-dirs --include '*/' --include '*.wav' --exclude '*' . ./NI\ Samples
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment