-
Notifications
You must be signed in to change notification settings - Fork 14
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
The window of a deleted pattern remains open #93
Comments
Hmmm, I had thought I had disabled Delete/Cut from the menu. But it sounds
better to remove the window as well. Will think a bit before I act here.
…If you delete a pattern from live view, the associated window remains open. You can even edit it, but it will be lost after closing.
|
ahlstromcj
added a commit
that referenced
this issue
Jul 27, 2022
Thanks, the deleted pattern window closes now. Unfortunately I discovered a similar problem with the "new pattern" function. Again, the old pattern content remains in an open window and can still be edited. But all (new) changes are lost if the window is closed afterwards. |
ahlstromcj
added a commit
that referenced
this issue
Sep 4, 2022
I fixed this issue, currently in the latest portfix branch. Let me know if you
find other similar bugs; busy right now with issue number 100, it is a doozy.
…--
Q: What's the difference between Bell Labs and the Boy Scouts of America?
A: The Boy Scouts have adult supervision.
|
ahlstromcj
added a commit
that referenced
this issue
Apr 19, 2023
This file lists __major__ changes from version 0.99.1 to 0.99.4. These notes are not complete, just trying to get it to work. * Version 0.99.4: * Issue #xyz. Expand-pattern functionality. * Previous changes: * Issue #40. Enhanced NSM handling and debugging. * Issue #44. Revisited to fix related additional issues. * Issue #93. Revisited to fix related open pattern-editor issues. * Issue #100. Partly mitigated. Added a custom JACK ringbuffer. * Issue #103. Some improvements to pattern loop-count. * Pull request #106. User phuel added checkmarks for active buss. * Issue #107. Expand-pattern functionality. * A raft of MIDI automation/display fixes. * Added reading/writing/displaying Meta textual events. * Improvements to playlist handling. * Fixes to mute-group handling. * Fixed the daemonization and log-file functionality. * Fixed broken "recent-files" feature. * Improved error reporting. * Fixed background sequence not displaying with linear-gradient brush. * Fixes to brushes; made the linear gradient the default. * Other minor fixes and documentation updates, including the manual. * Fixed partial breakage of pattern-merge function. * Fixed odd breakage of ALSA playback in release mode. * Fixed Stop button when another Master has started playback. * Shift-click on Stop button rewinds JACK transport when running as JACK Slave. * Display of some JACK server settings in Edit / Preferences. * Fixed handling of Ctrl vs non-Ctrl zoom keys in perfroll. * Event-dump now prompts for a text-file name. * Added linear-gradient compile-time option for displaying notes and triggers. Read the NEWS, README.md, and TODO files. Never-ending!
Closing this. Reopen or create a new issue if it recurs. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If you delete a pattern from live view, the associated window remains open. You can even edit it, but it will be lost after closing.
The text was updated successfully, but these errors were encountered: