Old 02-18-2018, 12:05 PM   #1
Edgemeal
Human being with feelings
 
Edgemeal's Avatar
 
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 3,913
Default v5.76rc1 - February 18 2018

v5.76rc1 - February 18 2018
+ FX: fix time reported to plug-ins after PDC and looped playback [t=203300]
+ MIDI: do not display velocity data in arrange view [t=203349]
+ Subprojects: copy more global project state when moving items/tracks to subproject
+ macOS: improve listview update speed

Full changelog - Latest pre-releases
Edgemeal is offline   Reply With Quote
Old 02-18-2018, 12:24 PM   #2
EpicSounds
Human being with feelings
 
EpicSounds's Avatar
 
Join Date: Jul 2009
Posts: 7,570
Default

the people haven't even had a chance to report 5.75 bugs yet!

Quote:
+ Subprojects: copy more global project state when moving items/tracks to subproject
Thanks for the quick fix on this. Working now as far as I can tell.
__________________
REAPER Video Tutorials, Tips & Tricks and more at The REAPER Blog
EpicSounds is online now   Reply With Quote
Old 02-18-2018, 12:30 PM   #3
EpicSounds
Human being with feelings
 
EpicSounds's Avatar
 
Join Date: Jul 2009
Posts: 7,570
Default

What do I do in this situation?

Project tabs: Prompt before automatic rerender of background subprojects = ON

send tracks to new subproject.
Prompt appears, cancel

close subproject without rendering

subproject file is OFFLINE in main project. Double-click opens item properties instead of opening the subproject.

??

Only thing I can think of is "Choose new file" in item properties, then pick the .rpp again.

I think double-clicking an offline subproject item should still open the project and begin rendering.
__________________
REAPER Video Tutorials, Tips & Tricks and more at The REAPER Blog
EpicSounds is online now   Reply With Quote
Old 02-18-2018, 12:40 PM   #4
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Quote:
Originally Posted by EpicSounds View Post
What do I do in this situation?

Project tabs: Prompt before automatic rerender of background subprojects = ON

send tracks to new subproject.
Prompt appears, cancel

close subproject without rendering

subproject file is OFFLINE in main project. Double-click opens item properties instead of opening the subproject.

??

Only thing I can think of is "Choose new file" in item properties, then pick the .rpp again.

I think double-clicking an offline subproject item should still open the project and begin rendering.
Open the project, save it (which will trigger the re-render if it has been more than 3 seconds since the last try).

Re: people having time to report 5.75 bugs -- the main reason for this version is to address two 5.75-introduced issues, the looped PDC producing incorrect time reporting to plug-ins, and the MIDI peaks showing velocity lanes.
Justin is offline   Reply With Quote
Old 02-18-2018, 12:50 PM   #5
EpicSounds
Human being with feelings
 
EpicSounds's Avatar
 
Join Date: Jul 2009
Posts: 7,570
Default

hold on a day to see if things like this are real bugs?

https://twitter.com/DanielLeonovYT/s...87753855504385
__________________
REAPER Video Tutorials, Tips & Tricks and more at The REAPER Blog
EpicSounds is online now   Reply With Quote
Old 02-18-2018, 01:08 PM   #6
Dimson
Human being with feelings
 
Join Date: Feb 2014
Location: Ukraine
Posts: 205
Default

"Draw multiple MIDI CC lanes in space permits" this option does not work now. Or I misunderstood the meaning of this function.
This option does not work if velocity is selected in the MIDI editor.

Last edited by Dimson; 02-18-2018 at 01:23 PM.
Dimson is online now   Reply With Quote
Old 02-18-2018, 01:52 PM   #7
EpicSounds
Human being with feelings
 
EpicSounds's Avatar
 
Join Date: Jul 2009
Posts: 7,570
Default

Quote:
Originally Posted by Dimson View Post
"Draw multiple MIDI CC lanes in space permits" this option does not work now. Or I misunderstood the meaning of this function.
This option does not work if velocity is selected in the MIDI editor.
lots of complaints about seeing velocity on items. in 5.75 it was a bit random whether velocity would appear or not.
__________________
REAPER Video Tutorials, Tips & Tricks and more at The REAPER Blog
EpicSounds is online now   Reply With Quote
Old 02-18-2018, 05:13 PM   #8
Robert Randolph
Human being with feelings
 
Robert Randolph's Avatar
 
Join Date: Apr 2017
Location: St. Petersburg, FL
Posts: 880
Default

With 5.75, using Waves Plugins (a good example being H-Comp)

Reproduce:
  • Create track
  • Assign single channel input
  • Add VST3: Waves H-Comp (Stereo)
  • Either record and playback, or live monitor

Errant Behaviour:

Best case - Metering does not work, but sound is processed.

Worst case - Sound is not processed. (I have not experienced this, but I've heard reports of it)

Why fix?:

With some plugins that have a mono->stereo behaviour, things start to break when re-organizing effects. It appears to be necessary to sometimes switch out a Stereo wave effect for a Mono version, which is no fun.

Flavoured bagel with extra cream cheese:

I can replicate this in Windows 10 and macOS (el cap and higher).

This does not occur with Reaper 5.70.

Probably related to:

Code:
+ VST: inform VST3 plug-ins of multichannel context even if the plug-in does not adjust its I/O configuration in response
+ VST: prevent VST3 multichannel plug-ins from running in mono on stereo tracks [p=1945285]
^ Reporting here since it appears to have been introduced in 5.71/5.75
Robert Randolph is offline   Reply With Quote
Old 02-19-2018, 03:33 AM   #9
Vagalume
Human being with feelings
 
Join Date: Nov 2015
Posts: 604
Default

You are right, I can reproduce that:
In my case -> Metering does not work, but sound is processed.
Vagalume is offline   Reply With Quote
Old 02-19-2018, 08:04 AM   #10
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,721
Default

Quote:
Originally Posted by Robert Randolph View Post
With 5.75, using Waves Plugins (a good example being H-Comp)

Reproduce:
  • Create track
  • Assign single channel input
  • Add VST3: Waves H-Comp (Stereo)
  • Either record and playback, or live monitor

Errant Behaviour:

Best case - Metering does not work, but sound is processed.

Worst case - Sound is not processed. (I have not experienced this, but I've heard reports of it)

Why fix?:

With some plugins that have a mono->stereo behaviour, things start to break when re-organizing effects. It appears to be necessary to sometimes switch out a Stereo wave effect for a Mono version, which is no fun.

Flavoured bagel with extra cream cheese:

I can replicate this in Windows 10 and macOS (el cap and higher).

This does not occur with Reaper 5.70.

Probably related to:

Code:
+ VST: inform VST3 plug-ins of multichannel context even if the plug-in does not adjust its I/O configuration in response
+ VST: prevent VST3 multichannel plug-ins from running in mono on stereo tracks [p=1945285]
^ Reporting here since it appears to have been introduced in 5.71/5.75
5.75 now connects the secondary buses, so it's using the second bus as a sidechain input. If you make the track 4 channel and disconnect the aux input pins that should fix (temporarily), fixing for 5.76rc2.

Last edited by Justin; 02-19-2018 at 08:11 AM.
Justin 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 11:34 AM.


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