Multiple loop definitions in one file
codylico opened this issue · 0 comments
codylico commented
If you use the *.ini
format's section system, you can select among different loop definitions in the same file.
Example:
song=something.ogg
start=1
end=5
[alternate loop]
start=2
end=20
[third loop]
start=5
end=10