Skip to content

Commit 7cedf5c

Browse files
committed
Doc changes for new Set Sample Offset (9xx) behavior
1 parent fe693b9 commit 7cedf5c

File tree

5 files changed

+0
-22
lines changed

5 files changed

+0
-22
lines changed

release/effects.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,6 @@
146146
This command will play from a chosen position in the sample, and not from
147147
the beginning. The two numbers equal the two first numbers in the length
148148
of the sample. Handy for speech samples.
149-
Due to a bug in the ProTracker replayer, attempting to use this command on
150-
samples longer than 65534/$FFFF will result in no sound.
151149

152150
Example: C-300923 Play sample from offset $2300.
153151

release/macos/protracker.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
; Keep in mind that >64kB samples are not officially supported in most
2121
; ProTracker trackers and replayers, and will often result in bugs.
2222
;
23-
; CAUTION: The 9xx command (Set Sample Offset) doesn't work at all if
24-
; the sample length is above 65534/$FFFE. This is a known bug
25-
; in all ProTracker versions. I am not fixing this bug as I
26-
; want to keep the ProTracker 2.3D replayer quirks.
27-
;
2823
; Please do not change this setting unless you're aware of the problems
2924
; you might face when creating >64k-sample PT MODs! Also do remember
3025
; that since this feature is off by default, most people will not be

release/win32/protracker.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
; Keep in mind that >64kB samples are not officially supported in most
2121
; ProTracker trackers and replayers, and will often result in bugs.
2222
;
23-
; CAUTION: The 9xx command (Set Sample Offset) doesn't work at all if
24-
; the sample length is above 65534/$FFFE. This is a known bug
25-
; in all ProTracker versions. I am not fixing this bug as I
26-
; want to keep the ProTracker 2.3D replayer quirks.
27-
;
2823
; Please do not change this setting unless you're aware of the problems
2924
; you might face when creating >64k-sample PT MODs! Also do remember
3025
; that since this feature is off by default, most people will not be

release/win64/protracker.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
; Keep in mind that >64kB samples are not officially supported in most
2121
; ProTracker trackers and replayers, and will often result in bugs.
2222
;
23-
; CAUTION: The 9xx command (Set Sample Offset) doesn't work at all if
24-
; the sample length is above 65534/$FFFE. This is a known bug
25-
; in all ProTracker versions. I am not fixing this bug as I
26-
; want to keep the ProTracker 2.3D replayer quirks.
27-
;
2823
; Please do not change this setting unless you're aware of the problems
2924
; you might face when creating >64k-sample PT MODs! Also do remember
3025
; that since this feature is off by default, most people will not be

vs2019_project/pt2-clone/protracker.ini

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@
2020
; Keep in mind that >64kB samples are not officially supported in most
2121
; ProTracker trackers and replayers, and will often result in bugs.
2222
;
23-
; CAUTION: The 9xx command (Set Sample Offset) doesn't work at all if
24-
; the sample length is above 65534/$FFFE. This is a known bug
25-
; in all ProTracker versions. I am not fixing this bug as I
26-
; want to keep the ProTracker 2.3D replayer quirks.
27-
;
2823
; Please do not change this setting unless you're aware of the problems
2924
; you might face when creating >64k-sample PT MODs! Also do remember
3025
; that since this feature is off by default, most people will not be

0 commit comments

Comments
 (0)