nhthn / supercollider-sfz

pre-alpha SFZ sample player
7 stars 2 forks source link

How to use it #1

Closed pierredewilde closed 8 years ago

pierredewilde commented 8 years ago

Hi,

First, thanks for supercollider-sfz. It seems to provide what I am looking for : play a SoundFont from SuperCollider.

As a SuperCollider newbie, I have no idea how to use it.

Can you please provide an example to load and play a SoundFont ?

Thanks, Pierre

nhthn commented 8 years ago

@pierredewilde First, a warning: this isn't very stable! I originally wrote this for personal use. Since implementing the entire SFZ standard is an ambitious project, I only implemented features as I needed them. It isn't complete, so feel free to file an issue if you have anything specific you need to get working.

To install, you can use Quarks.install("https://github.com/snappizz/supercollider-sfz.git");. There is now a help file with an example to work from.

If you need something reliable, you should try Linux Sampler.

pierredewilde commented 8 years ago

Thanks for the help.