diff options
author | Chris Robinson <[email protected]> | 2015-12-05 17:45:56 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2015-12-05 17:45:56 -0800 |
commit | 21998924d81e382bfb4d63b036ac21eae8dcc04f (patch) | |
tree | 9aea1efd342f59e3f12ff716237b886fdfec90cd /alsoftrc.sample | |
parent | 48447e2864a5811635be6cd42f56bd8992e477d5 (diff) |
Support %s as a string matching marker
Diffstat (limited to 'alsoftrc.sample')
-rw-r--r-- | alsoftrc.sample | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alsoftrc.sample b/alsoftrc.sample index eccc88b5..20c6c0ff 100644 --- a/alsoftrc.sample +++ b/alsoftrc.sample @@ -101,6 +101,7 @@ # format of the files are described in hrtf.txt. The filenames may contain # these markers, which will be replaced as needed: # %r - Device sampling rate +# %s - Non-greedy string (up to the following matching characters) # %% - Percent sign (%) # The listed files are relative to system-dependant data directories. On # Windows this is: |