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

Load Tracks of Other Durations #41

Open
StatsBen opened this issue May 25, 2016 · 1 comment
Open

Load Tracks of Other Durations #41

StatsBen opened this issue May 25, 2016 · 1 comment

Comments

@StatsBen
Copy link
Contributor

It would be nice if Macaron could load WAV files that are not exactly 3 seconds long.

Currently, Macaron parses the data in a WAV file of other lengths, but anything over the 3 second mark gets discarded as keyframes outside the desired time range. A better version would simply adjust the length of the editor window to the length of the loaded track.

@oschneid
Copy link
Collaborator

x-posting my slack message here in case it's helpful:

There are three levels of ways to fix the duration problem (from fast to done right):

  1. Quickfix: hardcode-change the timeline to be 5 or 7 or 10s
  2. Moderate fix: Add a text field to change duration of the editor
  3. Done right: infinite timeline w/ zoom (I think, will need to do some design work)

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

No branches or pull requests

2 participants