Skip to content

nhthn/supercollider-sfz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

An unfinished sample player for the SFZ format written in SuperCollider. Currently, it implements some of SFZ v1, containing enough critical features to handle a good number of simple sample packs.

I don't develop this anymore since I stopped using SFZ in my work, but I'm willing to offer some technical support. I would very much appreciate an adoption.

If you're using this software and you need something that isn't currently supported, please file an issue. If you need something more stable, try LinuxSampler.

x = SFZ("/path/to/sfz/file.sfz");
// load buffers
x.prepare { "done".postln };

x.noteOn(64, 60);
x.noteOff(64, 60);

About

pre-alpha SFZ sample player

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published