
So i finally got it working (i think)
It is made for loading wav samples into Zebra2. When you load a sample it makes a DFT of it and automatically calculates the samples "inbetween". Kinda like morphing. That's why there's always a Sine wave loaded in the first and last slot. You can load new ones in there of course.
Once you start it you should set the export library. It should be ..Program Files\u-he\Zebra2\Modules\Oscillator or wherever you choose to install Z2. It saves this location so you should only have to do it once. That's the WavToZ2.ini file if anyone is curious.
It autonames the exportfile for you and if you forget the .h2p extension it automatically adds one for you.
For your own sanity i suggest you don't make to long filenames as that looks really weird in Z2. You know what i mean once you see it.
For the moment Z2 has a limitation on how big .h2p files can be so it only exports the first 12 waves unfortunatly. But Urs is aware of this and has promised a fix in the near future. When that happens i will fix it so it exports all 16 files.
Some FAQs and WTFs?
* As it DFTs the wave which is a rather limited Fourier transform the wave could be quite different from the original. I've been thinking of having an option to load it raw without the DFT but then the "ghosts" will possibly be quite weird as they are calculated from the DFT. I have'nt decided yet which way to go but a user option is feasible.
* There's no limit to the filelength of the imported files but as you can imagine long wav files will sound quite different as they are resampled to fit into Z2.
Download here :
http://www.tekno.chalmers.se/~magolo/sy ... Zebra2.zip
This is made with JUCE so you have the source code here if anyone is interested. The comments makes for some interesting reading if nothing else. As you can see there's quite some issues in there.
http://www.tekno.chalmers.se/~magolo/sy ... oZ2src.zip




