Search found 2 matches

by CREMDELAKRUG
Sat Feb 01, 2020 4:35 am
Forum: Tips & Tricks
Topic: Push Browsing NI Komplete Presets
Replies: 0
Views: 2791

Push Browsing NI Komplete Presets

Created a technique of quickly outputting adg files for Komplete kontakt presets using an applescript to generate all the names of the presets, then when auditioning the instrument resaving the file.

1. First create a .txt file (Unicode UTF-16) and copy and paste with match style a folder of .NKI ...
by CREMDELAKRUG
Mon Sep 02, 2019 2:39 pm
Forum: Tips & Tricks
Topic: A quick tip on how to hide all the numerous .asd files
Replies: 13
Views: 43655

Re: A quick tip on how to hide all the numerous .asd files

You can also set an Automator script to run that searches for .asd the hides all the selected files.

FInd Finder Items
any content with .asd

the Run Shell Script

while read f ; do
chflags hidden "$f"
done

Image