Clamps Dictionary
load-sounds-from-dir
Function
(load-sounds-from-dir dir &key (filter "*.wav"))
Load all soundfiles in dir into clamps buffers in case they don't exist already in the registry and return the buffer-ids of all newly loaded files in a list.
Arguments
dir |
Pathname or String designing a pathname |
:filter |
String designing a filename pattern. Defaults to "*.wav" |
See also
Created: 2025-06-08 So 16:56