Difference between revisions of "User:Buddha^/GSoC2007-ProjectDiary"

Jump to navigation Jump to search
(Added info on done work on 2007-08-08 and 2007-08-09.)
(Added info on done work on 2007-08-10.)
Line 1,107: Line 1,107:
Also learned that the command line tool svn doesn't convert "\n" to a newline (I gave a commit log with the -m parameter
Also learned that the command line tool svn doesn't convert "\n" to a newline (I gave a commit log with the -m parameter
to the svn-tool with a "\n" in it. It didn't convert it at all but just copied it as it is to the commit log).
to the svn-tool with a "\n" in it. It didn't convert it at all but just copied it as it is to the commit log).
== 2007-08-10 (Friday) - True sample size calculation and taking variables apart ==
Worked on fixing the Apple IIGS samples' sizes as they can be smaller in reality
than what's saved in the sample headers. It can be so because a zero in the sample
data stream will end the sample prematurely (That's something the Apple IIGS's
sound chip [http://en.wikipedia.org/wiki/Apple_IIGS#Audio_features Ensoniq ES5503 DOC] did).
Also decided to be more free with how I save data in the memory, that is I decided to take
apart some bit field variables read from files and save them in the memory as multiple
variables etc. So the data should now be easier to use.