NikolaiHP / musicshield

Automatically exported from code.google.com/p/musicshield
0 stars 0 forks source link

Library not play long unfragmented files #5

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Ordinary setup hardware & software
2. Format SD-card with FAT32
3. Write to SD-card big file (more than 40Mb)

What is the expected output? What do you see instead?
It should play whole file.
But it plays only 0xFFFF sectors because of unsigned int parameter in 
unsigned char PlayDiskSectors (unsigned int nSectorsToPlay);

What version of the product are you using? On what operating system?
Arduino UNO R2, IDE 023, music lib 1.14

Please provide any additional information below.
in vs10xx.h & vs10xx.cpp
should be
unsigned char PlayDiskSectors (unsigned long nSectorsToPlay)

Original issue reported on code.google.com by postpers...@gmail.com on 3 Dec 2011 at 8:38