Old 12-05-2022, 06:45 AM   #1
sockmonkey72
Human being with feelings
 
sockmonkey72's Avatar
 
Join Date: Sep 2021
Location: Berlin
Posts: 1,433
Default v6.71+dev1205 - December 5 2022

v6.71+dev1205 - December 5 2022
  • * Includes feature branch: razor edits on master track envelopes
  • * Includes feature branch: selected media item appearance changes
  • * Includes feature branch: track grouping manager dialog
  • * Includes feature branch: track media/razor edit grouping
  • * Includes feature branch: media item fixed lanes
  • + ReaScript: allow passing small integer values as KbdSectionInfo parameter to APIs as shorthand to access section by ID [p=2619501]
  • # ARA: avoid further plugin code asserts when plugin does not support importing analysis [t=272818]
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
__________________
ReaPack Repository: right-click and copy index URL

"I am a bit surprised you think this way and wish you thought differently."
sockmonkey72 is offline   Reply With Quote
Old 12-05-2022, 07:01 AM   #2
sockmonkey72
Human being with feelings
 
sockmonkey72's Avatar
 
Join Date: Sep 2021
Location: Berlin
Posts: 1,433
Default

Just out of curiosity, are you still planning to reimagine the fixed track lanes vs comping vs playlists stuff, or has that ship sailed for the time being?
__________________
ReaPack Repository: right-click and copy index URL

"I am a bit surprised you think this way and wish you thought differently."
sockmonkey72 is offline   Reply With Quote
Old 12-05-2022, 07:36 AM   #3
FeedTheCat
Human being with feelings
 
FeedTheCat's Avatar
 
Join Date: May 2019
Location: Berlin
Posts: 1,629
Default

Quote:
Originally Posted by sockmonkey72 View Post
+ ReaScript: allow passing small integer values as KbdSectionInfo parameter to APIs as shorthand to access section by ID [p=2619501]
Thx devs, these new functions are really useful.

I wrote an example that shows how to use them to pass through keyboard shortcuts from script windows to REAPER.

Iterating through all commands in a section to find a matching shortcut is a bit slow though (GetCommandByShortcut in my example). On my machine it can take up to 5ms. Maybe we could have a native function for this?

Edit: On second thought, nvm, I guess we can cache the results to make it faster.

Last edited by FeedTheCat; 12-05-2022 at 12:32 PM.
FeedTheCat is offline   Reply With Quote
Old 12-05-2022, 07:59 AM   #4
Ideosound
Human being with feelings
 
Ideosound's Avatar
 
Join Date: Oct 2017
Location: U.K
Posts: 513
Default

* Includes feature branch: razor edits on master track envelopes

Can't wait to be able to use razor edits on the master! thanks devs
Ideosound is offline   Reply With Quote
Old 12-05-2022, 09:40 AM   #5
bolgwrad
Human being with feelings
 
bolgwrad's Avatar
 
Join Date: Mar 2011
Location: On my arse in Glasgow, Scotland
Posts: 1,603
Default Fixed lanes



Sorry, not a new one, but this seems incomplete: Set 'item bottom half left-click' (or whatever left-click) to 'play only this lane' is really, really useful for take/lane auditions (see gif).

However, if you click anywhere a second time on the same item it disables the 'play only this lane' function until you click the lane header again.

What seems to be happening is that the 'bottom half' mouse modifier is selecting the item the second time, rather than (desired) toggling (or ignoring) the 'play only lane' feature.
__________________
www.sachetsofrelish.com
bolgwrad is offline   Reply With Quote
Old 12-05-2022, 09:41 AM   #6
vitalker
Human being with feelings
 
vitalker's Avatar
 
Join Date: Dec 2012
Posts: 12,819
Default

Quote:
Originally Posted by bolgwrad View Post
Sorry, not a new one, but this seems incomplete
You don't have to sorry, because this feature has never been released.
__________________
DonateSoundCloudAll the REAPER names
vitalker is online now   Reply With Quote
Old 12-05-2022, 11:27 AM   #7
bolgwrad
Human being with feelings
 
bolgwrad's Avatar
 
Join Date: Mar 2011
Location: On my arse in Glasgow, Scotland
Posts: 1,603
Default

When it is, it will be tremendous.
__________________
www.sachetsofrelish.com
bolgwrad is offline   Reply With Quote
Old 12-06-2022, 02:27 PM   #8
Subz
Human being with feelings
 
Subz's Avatar
 
Join Date: Jun 2006
Location: UK
Posts: 3,001
Default

* Includes feature branch: media item fixed lanes


Is there a way to keep the old behaver? Autocross fade new overlapping takes, and only use one lane? (Or a way to collapse all lanes to one?)

also, is there a way to mute and solo lanes?

Sorry, I have slept on this feature till now as I don't really need it (Currently!)

Subz
Subz is offline   Reply With Quote
Old 12-07-2022, 07:21 AM   #9
bolgwrad
Human being with feelings
 
bolgwrad's Avatar
 
Join Date: Mar 2011
Location: On my arse in Glasgow, Scotland
Posts: 1,603
Default

If you assign 'Play only this lane' to the 'media item bottom half left-click', you get a lane solo facility, except see my post above. Otherwise just click on the header buttons.
__________________
www.sachetsofrelish.com
bolgwrad is offline   Reply With Quote
Old 12-08-2022, 01:59 AM   #10
Antoine Portes
Human being with feelings
 
Antoine Portes's Avatar
 
Join Date: Jan 2021
Location: the sweet spot
Posts: 22
Default JSFX display issue

I've noticed two issues with the display of jsfx in the dev builds since the implementation of slider scaling (log, exp, etc.).

6.72rc2 (without slider scaling):


6.71+dev1205 (with slider scaling):


Releases with fader scaling add 24 to gfx_h and don't display the "line break" between non-contiguous sliders (I've already reported the latter here.)

EDIT: Windows 10
__________________
"-What a terrible joke!
-But it's my only line..."
And now for some self-promotion: website | bandcamp | spotify

Last edited by Antoine Portes; 12-08-2022 at 02:02 AM. Reason: incomplete
Antoine Portes is offline   Reply With Quote
Old 12-08-2022, 05:29 PM   #11
Justin
Administrator
 
Justin's Avatar
 
Join Date: Jan 2005
Location: NYC
Posts: 15,216
Default

Quote:
Originally Posted by Antoine Portes View Post
I've noticed two issues with the display of jsfx in the dev builds since the implementation of slider scaling (log, exp, etc.).

6.72rc2 (without slider scaling):


6.71+dev1205 (with slider scaling):


Releases with fader scaling add 24 to gfx_h and don't display the "line break" between non-contiguous sliders (I've already reported the latter here.)

EDIT: Windows 10
Thanks, fixing!
Justin is offline   Reply With Quote
Old 12-15-2022, 07:27 AM   #12
Embass
Human being with feelings
 
Embass's Avatar
 
Join Date: Jan 2014
Posts: 867
Default

Embass is offline   Reply With Quote
Old 12-15-2022, 07:53 AM   #13
Embass
Human being with feelings
 
Embass's Avatar
 
Join Date: Jan 2014
Posts: 867
Default

Embass is offline   Reply With Quote
Old 12-15-2022, 08:26 AM   #14
Embass
Human being with feelings
 
Embass's Avatar
 
Join Date: Jan 2014
Posts: 867
Default

Embass is offline   Reply With Quote
Old 12-15-2022, 10:40 AM   #15
Embass
Human being with feelings
 
Embass's Avatar
 
Join Date: Jan 2014
Posts: 867
Default

Embass is offline   Reply With Quote
Old 12-15-2022, 11:19 AM   #16
Embass
Human being with feelings
 
Embass's Avatar
 
Join Date: Jan 2014
Posts: 867
Default

Embass is offline   Reply With Quote
Old 12-15-2022, 11:55 AM   #17
Embass
Human being with feelings
 
Embass's Avatar
 
Join Date: Jan 2014
Posts: 867
Default

Embass is offline   Reply With Quote
Old 12-15-2022, 03:05 PM   #18
Embass
Human being with feelings
 
Embass's Avatar
 
Join Date: Jan 2014
Posts: 867
Default

Embass is offline   Reply With Quote
Old 12-15-2022, 04:22 PM   #19
bolgwrad
Human being with feelings
 
bolgwrad's Avatar
 
Join Date: Mar 2011
Location: On my arse in Glasgow, Scotland
Posts: 1,603
Default

Embass: [Drops mic]
__________________
www.sachetsofrelish.com
bolgwrad 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 03:26 PM.


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