audiorealism Site Admin
Joined: 13 Oct 2003 Posts: 3882
|
Posted: Mon Sep 10, 2007 3:53 pm Post subject: ADM Tip: Redirecting the default samples dir |
|
|
ADM normally scans for samples in a preselected default dir (see the Enable Samples dialog in the options menu).
It is possible to change the samples dir by changing (or setting) a line in Config.ini where the plug-in is installed.
Mac
The Config.ini files is in: /Library/Application Support/AudioRealism/ADM
Add this line to Config.ini (example):
Code: |
SamplesDir = "/Library/Samples/mysamplesdir/"
|
Note: The quotes and last forward (/) slash are required.
PC
The Config.ini file is near the ADM.dll (where the plug is installed), for example: c:\audio\VstPlugIns\AudioRealism\ADM
Add this line to Config.ini (example):
Code: |
SamplesDir = "d:\samples\mysamplesdir\"
|
Note: The quotes and last backward slash (\) are required. |
|