Page 1 of 1
wvf file pc / mac incompatibility?
Posted: Sun Nov 07, 2004 6:37 pm
by Suburban
I used Maxi Patch AO for Windows to batch process a bunch of songs on an external firewire hard drive.
I then hooked the drive up to my Mac to run Ms Pinky. I was dissapointed to see that the 200-some files i processed on my PC weren't readible by my OSX version of Ms Pinky. Ms Pinky didn't pick up the wave forms at all...
has anyone else had this problem?
-Suburban
mea culpa
Posted: Tue Nov 09, 2004 5:23 am
by dlpinkstah
I know exactly why that is-- it turns out I very stupidly wrote the code for the waveform reading/writing such that the header information inside each .wvf file is stored as 32-bit integers. Doh! Unfortunately, the storage of 32-bit integers is broken down into four 8-bit chunks (bytes) which are written to the file in the order 1-2-3-4 on the Mac and 4-3-2-1 on the PC. This means .wvf files created on the PC won't be compatible with the Mac. I deserve to be fired for this one -- doh!
I will try to think of a solution which does not require you to re-calculate all those .wvf files... but this will have to wait for a future release. Sorry!
Posted: Tue Nov 09, 2004 2:26 pm
by A Kern
While I generally don't like embedding more info than necesary inside an mp3 file, in this case I think it could be really helpfull to store
the waveform calculation inside the mp3 file as an id3 tag. This way we would have less clutter (additional files) in our music collection.
Posted: Tue Nov 09, 2004 2:32 pm
by blancodisco
A Kern wrote:While I generally don't like embedding more info than necesary inside an mp3 file, in this case I think it could be really helpfull to store
the waveform calculation inside the mp3 file as an id3 tag. This way we would have less clutter (additional files) in our music collection.
I second the notion. embedded in the mp3 file would be mo better, and i guess, external files for those .wav and .aiff files.
Re: mea culpa
Posted: Sat Nov 13, 2004 9:36 pm
by Suburban
dlpinkstah wrote:Unfortunately, the storage of 32-bit integers is broken down into four 8-bit chunks (bytes) which are written to the file in the order 1-2-3-4 on the Mac and 4-3-2-1 on the PC. This means .wvf files created on the PC won't be compatible with the Mac.
...I will try to think of a solution which does not require you to re-calculate all those .wvf files... but this will have to wait for a future release. Sorry!
hmmm...rats... Thanks for working on the issue though : )
to make up for it, you can make a cool ms pinky dock icon...i'm still waiting for one ; )
Posted: Sat Aug 13, 2005 7:38 pm
by danny_bar
a small tip for those of us who don't like to see all these .wvf files around -
search for all these files and make'em hidden.. ofcourse set the system to not show hidden files.
i know it's kinda messy solution but it works

.