08-17-2024, 08:06 AM
Hi SierraKen. It's a nicely done effect. I'm assuming you're using a 64-bit system, because a modest modification was needed in the 32-bit one:
Row 77:
Your: sz = _CV(_Unsigned _Integer64, _MK$(_Offset, SampleData.ELEMENTSIZE)) ' sz is the total size of the sound in bytes
Repaired by me: sz = ConvertOffset(SampleData.ELEMENTSIZE)
At the end the program i add ConvertOffset function downloaded from SMcNeill thread (the last one):
https://qb64phoenix.com/forum/showthread.php?tid=66
Nicely done musicĀ
Row 77:
Your: sz = _CV(_Unsigned _Integer64, _MK$(_Offset, SampleData.ELEMENTSIZE)) ' sz is the total size of the sound in bytes
Repaired by me: sz = ConvertOffset(SampleData.ELEMENTSIZE)
At the end the program i add ConvertOffset function downloaded from SMcNeill thread (the last one):
https://qb64phoenix.com/forum/showthread.php?tid=66
Nicely done musicĀ