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

[Feature Request] Export options for song length/looping 📏➰ #152

Open
RowanDDR opened this issue Oct 22, 2020 · 1 comment
Open

[Feature Request] Export options for song length/looping 📏➰ #152

RowanDDR opened this issue Oct 22, 2020 · 1 comment

Comments

@RowanDDR
Copy link

Can we have some options when exporting a song to SPC/WAV etc? How about:

Song length:

  • Exact song length
  • Custom length: [_2_] mins [_30_] secs (user specify)

Song looping:

  • No thanks.
  • Yes: [_8_] times (user specify)
  • Yes: forever

I know something like this is already planned but thought it might be useful for it to exist as a git issue. :)

@bazz1tv
Copy link
Owner

bazz1tv commented Oct 23, 2020

Thanks for your feedback, Rowan! I'm leaving thoughts for myself here.

Step 1) tackle song length calculation. Add a display at the bottom of the Tracker to display elapsed time vs Total Time.
Step 2) This export options window.

[Checkbox] Exact Song Length
[ Checkbox ] Custom Length: [value] mins [+/- buttons] [value] secs [+/- buttons]

[Label: Song Looping]
[Checkbox] [Label: No Thanks]
[Checkbox] [Label: Yes] [value] times [ +/-  buttons]
[Checkbox] [Label: Yes: forever]

The checkboxes behave more like radio buttons, so maybe create a RadioButton class. Scratch that, it's probably easier to code the logic within the whole group.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants