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

qtractor: Update to v1.5.0 #4593

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

qtractor: Update to v1.5.0 #4593

wants to merge 1 commit into from

Conversation

malfisya
Copy link
Member

@malfisya malfisya commented Dec 17, 2024

Summary

  • Clip/Cross Fade may now apply to all (multiple) selected clips.
  • Fixed the status-bar session and MIDI clip length BBT format, when in presence of multiple tempo or time-signature changes.
  • Introducing MIDI clip editor (aka. piano-roll) new Transport/Step /Note/Backward and Forward menu actions, to move the play-head to previous and next note events, respectively.
  • MIDI clip editor (aka. piano-roll) menu Edit/Select Mode/Edit On, Off and Draw actions are now self-toggled when triggered.
  • Plug-in presets menu: now sorted alphabetically.
  • When summoned from the menu, the View/Tempo Map-Markers... dialog positions itself to the current play-head location, instead of the absolute beginning of the timeline.
  • Introducing new application custom theming option: View/Options... /Display/Options/Custom/Icons theme (directory or folder).
  • After a shameful long time, adding a brand new audio clip via the Clip/New... dialog, is now finally fixed and functional.
  • Mixer: reduced track names up to first line break.
  • Double-click on slider for default value, replicating the behavior of middle-click.
  • Fixed bug: Aux Send loses state when reordered in a strip.
  • Create/Add new bus below that which is used as source in View/Buses dialog.
  • Mitigate truncated bus names in Aux Send Bus dialog.
  • Fixed yet another old bug regarding the flush of all pending MIDI Note-Off events when playback stops, shuts-off or panics, especially relevant when playback is resumed anywhere but the absolute beginning of the timeline (and also after a first loop turn around).
  • Schedule an actual and complete refresh on main View/Refresh..., especially when changing a custom color theme palette on-the-fly.

Resolves #4590

Test Plan

Launch app

Checklist

  • Package was built and tested against unstable
  • This change could gainfully be listed in the weekly sync notes once merged (Write an appropriate message in the Summary section)

**Summary**

- Clip/Cross Fade may now apply to all (multiple) selected clips.
- Fixed the status-bar session and MIDI clip length BBT format, when in presence of multiple
  tempo or time-signature changes.
- Introducing MIDI clip editor (aka. piano-roll) new Transport/Step /Note/Backward and Forward
  menu actions, to move the play-head to previous and next note events, respectively.
- MIDI clip editor (aka. piano-roll) menu Edit/Select Mode/Edit On, Off and Draw actions are
  now self-toggled when triggered.
- Plug-in presets menu: now sorted alphabetically.
- When summoned from the menu, the View/Tempo Map-Markers... dialog positions itself to the current
  play-head location, instead of the absolute beginning of the timeline.
- Introducing new application custom theming option: View/Options... /Display/Options/Custom/Icons
  theme (directory or folder).
- After a shameful long time, adding a brand new audio clip via the Clip/New... dialog, is now finally
  fixed and functional.
- Mixer: reduced track names up to first line break.
- Double-click on slider for default value, replicating the behavior of middle-click.
- Fixed bug: Aux Send loses state when reordered in a strip.
- Create/Add new bus below that which is used as source in View/Buses dialog.
- Mitigate truncated bus names in Aux Send Bus dialog.
- Fixed yet another old bug regarding the flush of all pending MIDI Note-Off events when playback stops,
  shuts-off or panics, especially relevant when playback is resumed anywhere but the absolute beginning of
  the timeline (and also after a first loop turn around).
- Schedule an actual and complete refresh on main View/Refresh..., especially when changing a custom
  color theme palette on-the-fly.

Resolves #4590
@malfisya malfisya marked this pull request as ready for review December 17, 2024 09:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Triage
Development

Successfully merging this pull request may close these issues.

qtractor: update to 1.5.0
1 participant