Re: "R" PAGE
A bug has been discovered which occurs when storing on optical disk
any
sound file exceeding 32 Megabytes in length. I wanted to let
you know
about a work-around in case any of you will be needing to do this.
€WHAT'S GOING WRONG: (skip if you don't care to know)
When you click on a filename displayed on the R-page, then click the
"Store" button, the system thinks that the file's length is its actual
length modulo 32 Megabytes (this means the remainder left after dividing
it's actual length by 32).
For example:
a 33 Megabyte file will be saved as a 1 Megabyte file
a 63 Megabyte file will be saved as a 31 Megabyte file
a 65 Megabyte file will be saved as a 1 Megabyte file
and so on.
€HOW TO WORK AROUND IT:
Sound files exceeding 32 Megabytes in length will be correctly stored
on
optical disk if you use the following roundabout method:
Click on the subcatalog's name rather than the filename, then click
the
"Store Catalog" button. Use the "VERIFY" mode so that you can
skip the
files you don't want to store. Once the intended file is stored,
you can
click the "Abort" button. |