surfacepatterns / synthclone

Other
42 stars 10 forks source link

Add inst chunks to generated sound files #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
From Raine M. Ekman:

Hi!

Here's a patch against the current svn version. It adds the writing of
"smpl" chunks to .wav files. I don't know which (if any :) samplers support
them but at least Libsndfile does, so implementing this feature wasn't much
effort.

Some info on the different chunks used to be here, but it's gone at the moment:
http://www.sonicspot.com/guide/wavefiles.html#smpl

Original issue reported on code.google.com by surfacep...@gmail.com on 17 Nov 2009 at 10:43

Attachments:

GoogleCodeExporter commented 8 years ago
I went ahead and applied this functionality to .wav files used in 'raw' 
patches, as
the data provided by 'inst' chunks is contained in patch files for other patch 
types
(hydrogen, sfz).  We can revisit the issue again if it's found that such 
information
would also benefit files of other types.

I'm curious to see if old trackers can use the 'inst' chunks in the files 
output by
'synthclone' to create a key/velocity map for their instruments.

Thanks for the patch!

Original comment by surfacep...@gmail.com on 22 Nov 2009 at 2:12