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

seq66.desktop: fix typo; add X-NSM-Exec=qseq66 #130

Merged
merged 1 commit into from
Nov 7, 2024

Conversation

grammoboy2
Copy link

There was a typo: lowercase vs uppercase.

X-NSM-Exec is the executable name for the NSM client when it is used in NSM. As the package itself is called seq66 and the executable name is qseq66, I think it's good to add it.

@ahlstromcj ahlstromcj merged commit fbe4d2f into ahlstromcj:master Nov 7, 2024
@ahlstromcj
Copy link
Owner

Merged updates to *.desktop files.

ahlstromcj added a commit that referenced this pull request Dec 3, 2024
Fixes for NSM (session manager), build-file updates, and better PPQN
and recording handling. A lot of little issues found and fixed, too.

- Fixed issue #128 with expanded recording not working. The expansion
  is now continual, not waiting for a MIDI key to be struck.
- Merged a fix from a pull request (issue #130) to update the
  "*.desktop" files.
- Fixed issue #131 re faulty NSM interactions introduced in version
  0.99.11, plus other related issues:
  - NSM (agordejo or nsm-legacy-gui) would show two clients: "qseq66"
    and "seq66" when adding only the "qseq66" client.
  - Saving via a remote NSM Save command or by the File / Save menu
    would not clear the modified flag.
  - Closing the session would not remove any external editor windows.
- The main window now reflects the current record-loop style and
  new-pattern option as read from the 'usr' file.
- Fixed the pattern editor so it reflects buss and channel settings
  made from the grid slot popup menu.
- Fixed the display of tunes with various PPQNs such as 120 in the
  pattern editor.
- Fixed zero-length notes caused by quantized recording.
- Some automation actions need to work whether the action is "on" or
  "toggle". Fixed these 'ctrl' actions:
  - Save session (under NSM) or the MIDI file.
  - Record style select.
  - Quit.
- Added "Clear events" to the grid slot popup menu.
- Enhancements to pattern-editor note copy/paste.
- Added 120 PPQN to the list of supported PPQNs.
- Fixed File / New plus File Save overwriting the previous loaded
  file.
- The main window now reflects the current record-loop style and
  new-pattern option as read from the 'usr' file. But note:
- Renamed [new-pattern-editor] to [pattern-editor] in the 'usr' file.
- The Quantized Record button in the pattern editor steps through
  None, Tighten, Quantize, Notemap, None.... Prettied-up the icons,
  too.
- Added CONFIG\_DIR\_NAME and cleaned up configure.ac. This macro
  differentiates between client name and config directory name.
  Updated the Makefile sources. Do "./bootstrap --full-clean".
- Updated the PDF documentation re the Import/Export functionality
  etc.
- Upgraded the color palette code.
- See NEWS and ChangeLog for full details.
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

Successfully merging this pull request may close these issues.

2 participants