Short: Sample distortion using x2d(d2x(n)) conversion Author: Alexander Niven-Jenkins Uploader: Alexander Niven-Jenkins Type: mus/misc Architecture: m68k-amigaos samplescruncher is a small CLI program which I knocked up at the request of D Krunpicz, you see we do do programs on request. ------------------------------------------------------------------------------- Inside the archive is the main executable and an arexx script which I wrote to accompany OctaMED Sound Studio. Also included is another archive called interface.lha, this is a gui written by D Krunpicz that utilises VAREXX to produce a complete interface into OctaMED Sound Studio. Within the interface.lha archive is also a number of pre-created look up files which D Krunpicz kindly created for some default distortions. ------------------------------------------------------------------------------- samplescruncher is CLI only and takes the following CLI template: IN/A,OUT/A,LOOKUP/K,OFF=OFFSET/N IN - sample to distort OUT - new sample to create LOOKUP - optional 256 byte look up file where the distortion data is taken from, if this is not specified then the first 256 bytes of IN will be used instead. OFFSET - offset of IN to start distortion from ------------------------------------------------------------------------------- I'm sorry for the lack of documentation, but this program was written at the request of D Krunpicz for D Krunpicz, I never did any documentatin because at the time we knew how to use it :-) I have decided to release it now as I found it sitting on my HD while cleaning it up.