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: Add a single track by default at launch #6

Open
bnlcas opened this issue Feb 1, 2023 · 1 comment
Open

Feature Request: Add a single track by default at launch #6

bnlcas opened this issue Feb 1, 2023 · 1 comment

Comments

@bnlcas
Copy link

bnlcas commented Feb 1, 2023

Hey there, I am looking into using Mini-Cut for some personal video editing work.
A small issue that has got me the last few times that I have started this program is the fact that one needs to manually add a track in order to do anything. It feels like the first track should be added by default since you need at least one track to do anything. I poked through the code base and I found that adding the following line to
MiniCutState.swift initialized the interface with a single track:

init() { self.timeline.tracks.append(Track(name: "Track \(self.timeline.tracks.count + 1)")) }

Please let me know if there is interest in adding such a feature let and I can submit a pull request.

@bnlcas
Copy link
Author

bnlcas commented Feb 1, 2023

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

1 participant