Page 5 of 5
Re: Is it possible to build a very simple SFZ creator?
Posted: Fri Jan 25, 2013 4:48 pm
by mccy
O.K. So far I have a workaround for the wavheader reading problem: Just imagine, you worked 30min on a complex SFZ instrument.
1. Take tx2wav and convert.
2. Take Bjoerns Sample Mapper & let ad the rootkeys, loop info etc.
Voila! This should work and is just a few seconds to convert a program for which you used some time...
Re: Is it possible to build a very simple SFZ creator?
Posted: Fri Jan 25, 2013 7:52 pm
by trogluddite
I shall persevere with the file reading anyway, as I have a few other applications of my own in mind that I would prefer to handle natively - but you are quite right; the achievement is in getting a working solution in as little time as possible, and the law of diminishing returns always applies in programming.
Getting better at programming comes from each project giving you the confidence to tackle a trickier problem next time one arises - but there are no medals for re-inventing the wheel just for the sake of it!
Re: Is it possible to build a very simple SFZ creator?
Posted: Fri Jan 25, 2013 11:47 pm
by mccy
I hope, this is worth a 1.0 beta
http://www.derknott.de/tx2sfz.zip*now corrected transpose bug
Re: Is it possible to build a very simple SFZ creator?
Posted: Fri Feb 01, 2013 3:00 pm
by mccy
new file is to be found under same link. MUCH improved!!!
Re: Is it possible to build a very simple SFZ creator?
Posted: Sun Feb 10, 2013 10:41 pm
by mccy
Re: Is it possible to build a very simple SFZ creator?
Posted: Mon Feb 11, 2013 12:41 pm
by jjs
Thanks for the hard work.
i can really use this.
a next step could be a container wich holds a few samples like pads and keys and so on.
Because with sfz the sample is still wav, if it would be possible to get these wavs in a protected container would be even more fantastic, so you can protect your samples a little bit more.
Re: Is it possible to build a very simple SFZ creator?
Posted: Mon Feb 11, 2013 9:00 pm
by mccy
Best thing would be, to build an own sampleplayer. I thought sfz does not support containers? Just realized, that if you remove the first line of my output sfzs, you can load them in the multisampler - example for flowstone... That's nice somehow, but again I'm miles away from building an sfz player which works better than sforzando & co.
Is there a way to influence which opcodes can be read by flowstone-multisampler?
Hm. Maybe it would be nice anyway, to add multisampler to tx2sfz converter & make a vst out of it. So one could test if mapping works fine in first instance...
Re: Is it possible to build a very simple SFZ creator?
Posted: Tue Feb 19, 2013 9:47 pm
by mccy
tx2sfz is now a VSTinstrument. It plays via midi what it converted after saving the sfz file.
Only basic parameters!
www.derknott.de/tx2sfz.zip