Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple loop definitions in one file #2

Closed
codylico opened this issue Mar 5, 2020 · 0 comments
Closed

Multiple loop definitions in one file #2

codylico opened this issue Mar 5, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@codylico
Copy link
Owner

codylico commented Mar 5, 2020

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
@codylico codylico added the enhancement New feature or request label Mar 5, 2020
codylico added a commit that referenced this issue Mar 20, 2020
Use "-d (name)" to pull the loop definition named "name".
Implements #2.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant