11-28-2023, 03:56 PM
|
#1 |
|
Human being with feelings
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 4,138
|
v7.06+dev1128 - November 28 2023
* Includes feature branch: envelope list window improvements * Includes feature branch: video processors in containers * Includes feature branch: media items on higher numbered lanes optionally mask playback of lower lanes * Includes feature branch: large number of video items CPU use optimizations * Includes feature branch: record armed tracks obeying 'do not run muted tracks' preference * Includes feature branch: increase fixed lane limit to 256 lanes * Includes feature branch: support non-SMPTE 7.1 channel order * Includes feature branch: support copying comp area edits back to source lanes * Includes feature branch: optionally limit media item edge edits to start/end of source media * Includes feature branch: ReaSurround support for 128 inputs + CLAP: prevent misbehavior when preference enabled to flush FX on loop [t=285644] + Lanes: action to minimize lane usage respects track edit grouping + Lanes: add action, menu item, mouse modifier to refresh comp areas with no matching media in comping lane + Lanes: delete unsynced comp areas before running action to minimize lane usage + Lanes: fix comping into a new copy of lane with MIDI media [t=285639] + Linux: add drag/drop preview [p=2737763] + MIDI editor: display MIDI take names in Contents submenu + MIDI editor: display lane information in track list + MIDI editor: do not list non-visible, non-playing lanes on non-fixed-lane tracks in MIDI editor track list + MIDI editor: sort media items in track list by lane + ReaScript: GetSetMediaItemInfo("C_LANEPLAYS") returns -1 if media item is on a non-visible, non-playing lane on a non-fixed-lane track + ReaScript: add support for GetSetMediaTrackInfo("P_LANENAME:n") Full Changelog - Pre-Releases - Feature Requests - Generated by WhatsNew2 |
|
|
11-28-2023, 03:59 PM
|
#2 | |
|
Human being with feelings
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 4,138
|
Quote:
|
|
|
|
11-28-2023, 04:17 PM
|
#3 | |
|
Human being with feelings
Join Date: Sep 2019
Location: Finland
Posts: 2,617
|
Quote:
Only issue I'm immediately seeing is the font for the "new track" text, outside of the actual new item area, looks kinda awful. This is on Default 7 theme, 100% size. (Kubuntu 23.10/KDE/X11, if that matters.)
__________________
Artist name Ben Enkindle. Try to make electronic music with Linux software. In reality likely just procrastinating. |
|
|
|
11-28-2023, 04:28 PM
|
#4 | |
|
Human being with feelings
Join Date: Oct 2023
Posts: 106
|
Quote:
On Linux here. Selecting the take/item names in the contents submenu or the track list doesn't necessarily focus on the MIDI item. Sometimes yes, sometimes no. Depends on the zoom level, it seems. Sometimes the focus gets you a few measures away from the selection. You don't see it at all. An option to automatically move the edit cursor at the beginning of the take item when we select it would be useful. What would be nice is an autoscroll effect toward the part to visually understand its location, depending on zoom size but that another topic. |
|
|
|
11-28-2023, 05:04 PM
|
#5 |
|
Human being with feelings
Join Date: Nov 2015
Location: Cologne
Posts: 2,052
|
which improvements? Can we have an option for collapsed item parameters when opening the envelope window please?
__________________
https://juliusgass.de |
|
|
11-28-2023, 07:53 PM
|
#6 |
|
Human being with feelings
Join Date: Feb 2016
Location: Hollyweird
Posts: 2,796
|
What is the "envelope list window"?
__________________
My ReaScripts: Superglue – Buss Driver – Fold Source – Various Utilities – My ReaPack repo URL |
|
|
11-28-2023, 09:05 PM
|
#7 | |
|
Human being with feelings
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 4,138
|
Quote:
![]() Code:
local track = reaper.GetSelectedTrack(0,0)
local num_lanes = reaper.GetMediaTrackInfo_Value(track, "I_NUMFIXEDLANES")
reaper.ShowConsoleMsg("# lanes = " .. num_lanes .. '\n')
for i = 1, num_lanes do
local retval, buf = reaper.GetSetMediaTrackInfo_String(track, "P_LANENAME:" .. tostring(i) , "", false)
reaper.ShowConsoleMsg(tostring(retval) .. ", " .. buf .. '\n')
end
Last edited by Edgemeal; 11-28-2023 at 09:12 PM. Reason: TYPO - FIX CODE |
|
|
|
11-29-2023, 01:28 AM
|
#8 | |
|
Human being with feelings
Join Date: Sep 2019
Location: Finland
Posts: 2,617
|
Quote:
With reduced antialiasing it looks pretty OK, although it still looks kinda messy when drawn on top of existing items... (I don't know if there's any easy solution for that, though, nor do I know if it looks the same on other platforms. It's a pretty minor thing, anyway.)
__________________
Artist name Ben Enkindle. Try to make electronic music with Linux software. In reality likely just procrastinating. Last edited by elcalen; 11-29-2023 at 01:53 AM. |
|
|
|
11-29-2023, 05:21 AM
|
#9 | |
|
Administrator
Join Date: Mar 2007
Location: NY
Posts: 17,916
|
Quote:
Code:
"P_LANENAME:" .. tostring(i-1) |
|
|
|
11-29-2023, 06:30 AM
|
#10 |
|
Human being with feelings
Join Date: Mar 2011
Location: On my arse in Glasgow, Scotland
Posts: 3,220
|
![]() New links to parameters, pretty awesome IYAM.
__________________
www.sachetsofrelish.com |
|
|
11-29-2023, 06:38 AM
|
#11 |
|
Human being with feelings
Join Date: Jun 2008
Location: Whales, UK
Posts: 6,079
|
This build rescanned all my plugins and lost my airwindows ones.
This expected in some way?
__________________
JS Super8 Looper Template & intro | BCF2000 uber info Thread | Who killed the Lounge? |
|
|
11-29-2023, 06:42 AM
|
#12 |
|
Administrator
Join Date: Mar 2007
Location: NY
Posts: 17,916
|
No, did you install the right architecture?
|
|
|
11-29-2023, 06:48 AM
|
#13 |
|
Human being with feelings
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 4,331
|
Thank you devs! Regarding the action, it would be great if could work also for selected track and not just for track under mouse.
|
|
|
11-29-2023, 06:59 AM
|
#14 | |
|
Human being with feelings
Join Date: Jun 2020
Location: Brazil
Posts: 266
|
Quote:
https://forum.cockos.com/showthread.php?t=285104
|
|
|
|
11-29-2023, 07:00 AM
|
#15 |
|
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 25,072
|
Yeah I'm not sure I see any improvements in the envelope list window?
|
|
|
11-29-2023, 07:30 AM
|
#16 |
|
Human being with feelings
Join Date: Feb 2016
Location: Hollyweird
Posts: 2,796
|
I don't recall there being param or mod btns or the UI checkbox. What does that latter do?
__________________
My ReaScripts: Superglue – Buss Driver – Fold Source – Various Utilities – My ReaPack repo URL |
|
|
11-29-2023, 07:30 AM
|
#17 | |
|
Human being with feelings
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 4,138
|
Quote:
|
|
|
|
11-29-2023, 07:37 AM
|
#18 |
|
Administrator
Join Date: Mar 2007
Location: NY
Posts: 17,916
|
|
|
|
11-29-2023, 08:46 AM
|
#19 |
|
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 25,072
|
Is it just me or is the option "Automatically add envelopes when tweaking parameters in automation write modes" not working in this build?
EDIT: Same for last touched param. It doesn't show in the "Param" menu of the plugin window. |
|
|
11-29-2023, 09:00 AM
|
#20 |
|
Human being with feelings
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 4,331
|
Regarding the new mode, there were quite a few times that I wanted to add a fade to an item that's playing and listen to it without moving the edge of the adjacent area. Not that it's not useful to sort of crossfade, but if I want to prevent this, I must split at the edge where the audible area starts. I think it would be useful to have an option to prevent moving adjacent area edges with fades.
|
|
|
11-29-2023, 09:03 AM
|
#21 |
|
Administrator
Join Date: Mar 2007
Location: NY
Posts: 17,916
|
Seems fine here. What plugins are you trying with?
|
|
|
11-29-2023, 09:22 AM
|
#22 |
|
Human being with feelings
Join Date: Feb 2016
Location: Hollyweird
Posts: 2,796
|
Ah, that controls showing that parameter's knob in the TCP.
__________________
My ReaScripts: Superglue – Buss Driver – Fold Source – Various Utilities – My ReaPack repo URL |
|
|
11-29-2023, 09:33 AM
|
#23 |
|
Human being with feelings
Join Date: Oct 2023
Posts: 106
|
![]() Nothing is shown at present. A focus on the horizontal range of the notes of the media item would be helpful. Also adding an option to place the edit cursor at the beginning of the selected Media Item would be useful. |
|
|
11-29-2023, 09:52 AM
|
#24 |
|
Human being with feelings
Join Date: Jun 2008
Location: Whales, UK
Posts: 6,079
|
yeh in a rush and installed x86 not universal.
HOW EMBARASSING.
__________________
JS Super8 Looper Template & intro | BCF2000 uber info Thread | Who killed the Lounge? |
|
|
11-29-2023, 10:12 AM
|
#25 |
|
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 25,072
|
NI Raum, Reaktor, Kontakt 6, GSI VB3-II... (all VST2). Kontakt 7 (VST3), Waldorf Attack, Largo (VST2).
Seems to work fine for u-he CLAPs (but not ChowDSP's ChowTapeModel, say). Weird. This definitely didn't happen before. Looks like I have more plugins where "last touched" doesn't work than not now. Last edited by EvilDragon; 11-29-2023 at 10:25 AM. |
|
|
11-29-2023, 11:56 AM
|
#26 |
|
Human being with feelings
Join Date: Jan 2009
Posts: 1,033
|
[QUOTE=Edgemeal;2738077]v7.06+dev1128 - November 28 2023
+ MIDI editor: display lane information in tracklist + MIDI editor: do not list non-visible, non-playing lanes on non-fixed-lane tracks in MIDI editor track list Better, but I'm not sure if exactly the desired behavior: This is what I would expect to see in the notation view:
Last edited by pcartwright; 11-29-2023 at 12:05 PM. |
|
|
11-29-2023, 01:29 PM
|
#27 |
|
Human being with feelings
Join Date: May 2017
Location: Somewhere over the Rainbow
Posts: 6,971
|
Would it be possible to add rec into lane-attribute to Get/SetMediaTrackInfo_Value as well? Or some kind of dedicated api for it?
It would be great if setting the next lane as recording could be scripted for faster workflows. Unless I missed something in the api...
__________________
Use you/they/she.Ultraschall-Api Lua Api4Reaper - ReaGirl - a GuiLib for guis working for blind people |
|
|
11-29-2023, 02:18 PM
|
#28 |
|
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 25,072
|
OK looks like this is because I had Parameter automation notifications set to "Ignore all notifications". I wonder why is this even an option, where is this useful, if it breaks other things?
|
|
|
11-29-2023, 02:35 PM
|
#29 |
|
Administrator
Join Date: Mar 2007
Location: NY
Posts: 17,916
|
It's a compatibility setting, some plugins flood the host constantly with notifications. I've seen plugins that send notifications on every buffer block because an LFO is changing.
|
|
|
11-29-2023, 02:37 PM
|
#30 |
|
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 25,072
|
Oh wow. Well that's horrific.
But maybe then it should just be a per plugin rather than a global seetting (with global staying at current default)? |
|
|
11-29-2023, 02:40 PM
|
#31 |
|
Administrator
Join Date: Mar 2007
Location: NY
Posts: 17,916
|
You can change the default in preferences, or change the setting per-plugin in the compatibility menu.
|
|
|
11-29-2023, 03:42 PM
|
#32 |
|
Human being with feelings
Join Date: Oct 2010
Location: Charleston, SC
Posts: 13,113
|
Can't wait to test it. Thanks for all the hard work
|
|
|
12-25-2023, 09:11 AM
|
#33 |
|
Human being with feelings
Join Date: May 2019
Location: Berlin
Posts: 2,569
|
Something in this dev release changed the padding in Messageboxes (on Linux).
v7.06+dev1127 ![]() v7.06+dev1128
__________________
Featured scripts: REAPER Update Utility Lil Chordbox Gridbox/Adaptive grid MX Tuner RS5K Link MIDI Editor Magic Donate💝: PayPal|ko-fi Last edited by FeedTheCat; 12-25-2023 at 01:24 PM. |
|
|
12-25-2023, 02:00 PM
|
#34 |
|
Administrator
Join Date: Jan 2005
Location: NYC
Posts: 16,848
|
|
|
|
![]() |
| Thread Tools | |
|
|