Karya, built on 2023-08-29T07:47:28 (patch 7a412d5d6ba4968ca4155ef276a062ccdeb9109a)
Safe HaskellSafe-Inferred

Synth.Sampler.Patch.Lib.Prepare

Description

Ghci functions for creating sample sets.

Synopsis

Documentation

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.

renames :: FilePath -> [FilePath] -> IO [(FilePath, FilePath)] Source #

Generate renames list, matching names against dir contents.