Dirt
Dirt copied to clipboard
add dirt/samples directory to path
I got some errors about dirt not being able to find samples/bd
and samples/sn
.
Now I'm starting it like this:
pushd ~/dirt; ./dirt&
popd
It would be nice if dirt could find its own samples directory regardless from where it was started.
Or maybe the samples folder should be specifiable on the commandline?
-s|--samples-path
is nice but both would be best. Actually I see three possibilities:
- use
samples-path
if it's set - check
cwd
(and subdirs) for existence of usable samples, use this if yes - find location of
dirt
and use that as fallback