pub fn load_samples_from_dir(dir: &str) -> Vec<Sample>Expand description
Load all .json sample files from the given directory.
Files are sorted by filename (they are numbered 1_*.json, 2_*.json, etc.).
Files that fail to parse are skipped silently.