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

Consolidate editor logic #217

Open
GoogleCodeExporter opened this issue Aug 27, 2015 · 3 comments
Open

Consolidate editor logic #217

GoogleCodeExporter opened this issue Aug 27, 2015 · 3 comments

Comments

@GoogleCodeExporter
Copy link

The editor and vocal editor windows currently have separate functions for 
handling mouse input, etc.  The problem is that a lot of code is duplicated 
between the two, so it would make the code more manageable to have that common 
code moved into a separate function, which could be called 
eof_editor_logic_common().

Original issue reported on code.google.com by raynebc on 13 Dec 2010 at 3:41

@GoogleCodeExporter
Copy link
Author

r629 begins this by consolidating the code for handling for the beat marker, 
seek bar and playback control code.  More duplicated logic could probably be 
eliminated, but it will be more complicated.

Original comment by raynebc on 18 Dec 2010 at 7:37

  • Changed state: Started

@GoogleCodeExporter
Copy link
Author

r659 removed 9 vocal track specific functions.

Original comment by raynebc on 6 Jan 2011 at 12:00

  • Changed state: Accepted

@GoogleCodeExporter
Copy link
Author

r743 consolidates the paste logic from 4 functions to 2 functions.

Original comment by raynebc on 30 Apr 2011 at 5:20

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

No branches or pull requests

2 participants