Home
Screenshots
Downloads
Links
Forum
Wiki
Login:
Username:
Password:
Auto Login
Login >>
Register
Menu:
New post
Forum Index
Members
Members Online
Search
View Unanswered Posts
Register
Post:
Author:
FamiTracker
>
General
>
Bug Reports & Feature Requests
>
[Bug: Program crash] SequenceSlot>=877
Owner:
wardrich
New post
Page 1 of 1
Sort:
Oldest
Newest
[Bug: Program crash] SequenceSlot>=877
Posted:
2006-05-31 06:32
(Last Edited:
2006-05-31 06:38
)
Reply
|
Quote
wardrich
Member for: 7274 days
Location: Ontario, Canada
Status: Offline
#71
I'm one of those people that coders (like myself) love to hate... the kind who purposely try to break apps. Anyway, it's a simple fix.
If you open the instrument editor and set the Sequence Select value to anything above 877, the program will crash. Just doing something like...
Quote:
if (SequenceSlot >= 877)
{
SequenceSlot = 877;
}
*should* fix the problem. I suck at viewing sources for apps, so I didn't attempt to actually find the bug and patch it myself. Sorry.
--Richard
Posted:
2006-06-03 18:38
Reply
|
Quote
jsr
Administrator
Member for: 7334 days
Location: Sweden
Status: Offline
#76
That was something that I forgot to check, thanks for pointing it out!
But there are only 128 sequences available though, so the correct value would be 128.
Page 1 of 1
Sort:
Oldest
Newest
Powered By: ©
Forum Senaculum
v0.6.5