| Safe Haskell | Safe-Inferred | 
|---|
Synth.Sampler.Patch.Lib.Prepare
Contents
Description
Ghci functions for creating sample sets.
Synopsis
- baseDir :: FilePath
 - slenthemRelink :: IO ()
 - slenthem :: [FilePath]
 - dynamics :: [String]
 - vars :: Int -> [String]
 - join :: [String] -> String
 - printNumbers :: Int -> [FilePath] -> IO ()
 - relink :: FilePath -> FilePath -> FilePath -> [(FilePath, FilePath)] -> IO ()
 - renames :: FilePath -> [FilePath] -> IO [(FilePath, FilePath)]
 - listSampleDir :: FilePath -> IO [FilePath]
 - sampleNumber :: FilePath -> Maybe Int
 
Documentation
slenthemRelink :: IO () Source #
check
filesystem
relink :: FilePath -> FilePath -> FilePath -> [(FilePath, FilePath)] -> IO () Source #
Do the given renames with symlinks links into a different directory, so it's non-destructive.