From: Gregory S. <wo...@tr...> - 2007-04-30 13:57:15
|
On Sat, 28 Apr 2007, Tito Dal Canton wrote: > Hi, after some more research about the extended80 format I propose to > drop AIFF support for now: I don't want to bloat ShapeFusion with other > format I/O routines to debug, which require complex code and possibly a > new separate class for extended80. I think exporting to WAVE is enough > for now. Does QuickTime have problems with that? What do you think? Why not use the libsndfile library? That's what Aleph One uses for AIFF/WAV replacement sounds. The library is only a few 100K and the code required to import/export files is fairly minimal. Plus I've already built a universal binary framework of it, which you can just drop into Xcode. > As you may have noticed I've entered a very busy period and I won't have > much time for our editor. My own goal is still the color table editor, > which I hope to begin soon. I'll basically reproduce the bitmap editor > structure. In the well on the right there will be the color table, with > big color samples adjusted to fill the well (something like the 'best > fit' option for bitmaps and frames). Selecting one of them will enable a > checkbox for setting the 'self luminescent flag'. Double-clicking one of > them will pop up the color picker. Selecting two samples will enable a > button for blending the colors inbetween. That sounds good, but I suspect most users will not use ShapeFusion to edit the color table, except possibly for the self-luminescent flag, they'll probably just import one from Photoshop. Gregory |