Old 03-19-2022, 03:55 PM   #1
matt_t
Human being with feelings
 
Join Date: Nov 2012
Location: UK
Posts: 324
Default v6.52rc1 - March 19 2022

v6.52rc1 - March 19 2022
  • * Includes feature branch: media explorer pitch detection
  • * Includes feature branch: improved peak building
  • + Actions window: match UK spellings of various words
  • + Automation items: when looping in latch mode, ensure there is an automation item to record into [t=263124]
  • + Batch converter: add option to force single-threaded processing
  • + Custom menus: fix menu after reset to default on macOS
  • + FLAC/WavPack: improve lsb rounding for (17-23)/24-bit encodings
  • + FLAC/WavPack: use identical rounding logic as .wav writing for 24-bit samples [t=263082]
  • + FLAC: update to libflac 1.3.4
  • + Includes feature branch: extremely minor tweaks to PCM rounding (-0.5 goes to 0 rather than -1)
  • + JSFX: fix channel mapper/downmixer text alignment on non-retina macOS displays
  • + MIDI editor: add actions, menu items to load/unload .ReaScale files
  • + MIDI peaks: fix under-draw issue in continuous scrolling [Twitter]
  • + Media Explorer: rename .RPP-PROX when renaming .RPP files [t=263798]
  • + Media explorer: add actions to adjust pitch by +/- 1 cent
  • + Media explorer: add pitch knob option to adjust in cents
  • + Media explorer: add preference to preview .RPP projects
  • + Media explorer: add preference to suppress auto-render of proxy for previewing .RPP projects [t=260947]
  • + Media explorer: add toolbar button to enable/disable pitch detection
  • + Media explorer: fix context menu issues when opened via keystroke
  • + Media explorer: optionally detect pitch during playback
  • + Media explorer: shift+drag applies the previously selected pitch knob behavior (rather than always applying either continuous or semitone changes)
  • + Media explorer: smoother transition when adjusting preview pitch via actions
  • + Media explorer: support display feedback for actions to set pitch to X semitones
  • + Notation editor: action to identify chords considers all notes playing, not just notes that start at the target time position [t=263540]
  • + Notation editor: allow user-provided chords (from .ReaScale files) to override default chord names [p=2534376]
  • + Notation editor: don't show track/measure settings menu on left-click [t=238093]
  • + Notation editor: treat click on measure start area as a click on the first beat of the measure, even if there is a key signature or time signature change
  • + Peaks building: display file-level statistics
  • + Peaks building: improve behavior when reordering tracks/items
  • + Peaks building: improve multiprocessing use (4 or more cores when available)
  • + Peaks building: optimize spectral peaks/spectrogram calculation
  • + Project setting: add dropdown menu action to set project start measure to edit cursor position, rounded to nearest measure
  • + Project settings: add dropdown menu to support setting/resetting project start offset and project start measure similarly
  • + ReaFIR: add automatable parameter to adjust gain of EQ/threshold/noise profile curve
  • + ReaPlugs: improve parameter names
  • + Render: add action to re-display statistics from most recent render in web browser
  • + Render: add option to display/not display RMS in render statistics
  • + Render: add option to return to render setup window when render is finished [t=264054]
  • + Render: enable "save settings" button when changing render tail setting
  • + Render: ensure progress bar and stats are updated after rendering short regions
  • + Render: gray out add-metadata button when "embed metadata" is unchecked
  • + Render: greatly improve render speed when rendering many regions at once
  • + Rendering: avoid extra work relating to updating status in dock on macOS
  • + Text drawing: fix cropped glyphs for some fonts/italics combinations [t=262915]
  • + Theming: in themes that overlap controls and track icons, draw track icons below controls
  • + WavPack: fix incorrect truncation in 16-bit mode [t=261535]
  • + Wildcards: support $channels wildcard in render, batch converter, and bounce
  • # Media explorer: improve pitch detection of low notes
  • # Media explorer: pitch detection displays root note only
  • # Media explorer: pitch detection processes only channel 1 for multichannel files
  • # Media explorer: support legacy actions to set pitch and reload media [p=2529032]
  • # Media explorer: update knob position when changing pitch shift via action
  • # Notation editor: "identify chords on editor grid" only notates chords when they change [p=2533547]
  • # Notation editor: prevent crash when loading .ReaScale file from action or main file menu
  • # Peaks building: rebuilding peaks for selected item no longer interrupts other items whose peaks are building
  • # Project settings: clarify meaning of dropdown action to set measure 1 to current edit cursor position
  • # Render: ensure statistics displayed in render output window are in the same order as browser view
  • # Windows: add legacy_filebrowse=1 .ini file option to use old file browsing open/save API for accessibility purposes
This thread is for pre-release features discussion. Use the Feature Requests forum for other requests.

Changelog - Pre-Releases

Generated by X-Raym's REAPER ChangeLog to BBCode
matt_t is offline   Reply With Quote
Old 03-19-2022, 04:33 PM   #2
Vagalume
Human being with feelings
 
Join Date: Nov 2015
Posts: 577
Default

# Notation editor: don't show track/measure settings menu on left-click [t=238093]

Ty, better.

Last edited by Vagalume; 03-20-2022 at 08:32 AM.
Vagalume is offline   Reply With Quote
Old 03-20-2022, 12:59 AM   #3
sockmonkey72
Human being with feelings
 
sockmonkey72's Avatar
 
Join Date: Sep 2021
Location: Berlin
Posts: 1,345
Default

Quote:
Regression (macOS 12, arm64):

when creating a new script from the Actions window, a .lua file is created even when an EEL2 script is requested via the pop-up menu in the file dialog.

If you provide an .eel extension, an .eel file will be created, but if you provide no extension, .lua is always awarded.
Just bumping this, it works correctly on Intel, not on arm64.
sockmonkey72 is offline   Reply With Quote
Old 03-20-2022, 03:12 AM   #4
bFooz
Human being with feelings
 
Join Date: Jul 2010
Location: Slovakia
Posts: 2,509
Default

Quote:
+ Notation editor: don't show track/measure settings menu on left-click [t=238093]
+ Notation editor: treat click on measure start area as a click on the first beat of the measure, even if there is a key signature or time signature change
This still needs fixes bellow. (currently without (3) it's actually quite messy)

Quote:
2) remove the clef-like mouse cursor on hover. The function of the left click is now unchanged over this area, so no reason to change the cursor on hover.
3) stretch the hit area for the right-click bar menu from the barline all the way to the first grid line. There is no need to limit the length now when the behavior was changed.
bFooz is offline   Reply With Quote
Old 03-20-2022, 03:20 AM   #5
bFooz
Human being with feelings
 
Join Date: Jul 2010
Location: Slovakia
Posts: 2,509
Default

Quote:
Originally Posted by matt_t View Post
+ Render: add option to return to render setup window when render is finished [t=264054]
Why not do this:

Quote:
Btw, "Close" and "Back" buttons should have the order reversed, so its "Back" and then "Close". It's just the logic of operation. I am always confused which one I should press.

As for implementing the OP request, maybe 3 radio buttons:

After render do: o Nothing o Go back o Close
Currently, I need to read the new options, if the above was implemented, I would need to just scan the options.

Plus this on checkbox vs radio https://www.justinmind.com/blog/chec...ttle-commence/
bFooz is offline   Reply With Quote
Old 03-20-2022, 03:24 AM   #6
bFooz
Human being with feelings
 
Join Date: Jul 2010
Location: Slovakia
Posts: 2,509
Default

Quote:
Originally Posted by matt_t View Post
+ Notation editor: allow user-provided chords (from .ReaScale files) to override default chord names [p=2534376]
There is no way to rename C6 to Am.
bFooz is offline   Reply With Quote
Old 03-20-2022, 03:51 AM   #7
Paul Eye
Human being with feelings
 
Join Date: Feb 2006
Location: Helsinki, Finland
Posts: 266
Default

Thanks for the FLAC updates and fixes
Paul Eye is offline   Reply With Quote
Old 03-20-2022, 04:59 AM   #8
sonicowl
Human being with feelings
 
sonicowl's Avatar
 
Join Date: Oct 2015
Posts: 686
Default

Would be nice to have prox files in compressed format, like wv. Now is only 32bit wav, and it is waste of space, because prox files are often having parts with silence. There is FR from years back: https://forum.cockos.com/showthread.php?t=202014
sonicowl is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -7. The time now is 08:55 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2023, vBulletin Solutions Inc.