12-02-2023, 02:02 PM
|
#1 |
|
Human being with feelings
Join Date: Sep 2021
Location: Berlin
Posts: 2,746
|
v7.06+dev1202 - December 2 2023
Changelog - Pre-Releases Generated by X-Raym's REAPER ChangeLog to BBCode
__________________
ReaPack Repository: right-click and copy index URL |
|
|
12-02-2023, 02:11 PM
|
#2 |
|
Human being with feelings
Join Date: Jun 2009
Location: Croatia
Posts: 5,174
|
Thanks for container mapping/linking updates. Works great now!
__________________
My Scripts and ReaPack link | Virtual Tracks (ProTools Playlist/TrackVersions) | 🛸Area(51) Selection LUA Script | 🍝ReaSpaghetti Visual Scripter | 👻ParaNormal FX Router | 🥧 Pie Menu 3000 | ►Donation PayPal ☕️Ko-fi |
|
|
12-02-2023, 02:49 PM
|
#3 |
|
Human being with feelings
Join Date: Jul 2009
Posts: 3,347
|
Thanks for the FX Container updates!
__________________
Oh no!! Reaper Envelope Automation: Off-Grid and Inconsistent? |
|
|
12-02-2023, 06:50 PM
|
#4 | |
|
Human being with feelings
Join Date: Jul 2022
Location: Japan
Posts: 904
|
Quote:
https://forum.cockos.com/showpost.ph...76&postcount=5 |
|
|
|
12-02-2023, 07:02 PM
|
#5 |
|
Human being with feelings
Join Date: Jan 2019
Location: China
Posts: 831
|
The combination keys for track selection have all failed. Shift+left click, Ctrl+left click.
System Win8.1
__________________
My script sharing sources are mostly about MIDI editing. https://github.com/zaibuyidao/YS_Rea...main/index.xml |
|
|
12-02-2023, 09:03 PM
|
#6 |
|
Human being with feelings
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 4,138
|
Track lanes: Comp into new empty lane, automatically creating comp areas
This ^ action comps the very last lane and the previous comp lane is no longer in sync.
|
|
|
12-02-2023, 09:29 PM
|
#7 |
|
Human being with feelings
Join Date: Dec 2015
Posts: 2,121
|
BUG: Track Default Color Reset does not reset to the default color.
In the screenshot below, the track on the left has not had a color change. The track on the right had the color changed and then was reset back to the default color. I've confirmed the issue in the following versions: reaper705 reaper706 reaper706+dev1202_x64 ::
__________________
LCS Themes Last edited by lucas_LCS; 12-11-2023 at 06:52 AM. |
|
|
12-03-2023, 01:24 AM
|
#8 |
|
Human being with feelings
Join Date: Apr 2020
Posts: 1,692
|
This kinda behavior seems strange. One would assume that if I want to see the last touched FX parameters, it would open them automatically (or atleast give me some sign there are actually parameters there...) - even if I've previously chosen to collapse all FX parameters...
__________________
Live simply so that others can simply live |
|
|
12-03-2023, 01:29 AM
|
#9 | |
|
Human being with feelings
Join Date: Nov 2015
Location: Cologne
Posts: 2,052
|
Quote:
If so: would be great if there was an option to overwrite position data with the current values. I‘ m editing a TV Show an having access to both, the original and the current position values would have helped a lot!
__________________
https://juliusgass.de |
|
|
|
12-03-2023, 03:17 AM
|
#10 | |
|
Human being with feelings
Join Date: Feb 2021
Location: Probably on a chair
Posts: 3,366
|
Quote:
__________________
My Scripts |
|
|
|
12-03-2023, 04:10 AM
|
#11 |
|
Human being with feelings
Join Date: Jul 2022
Location: Japan
Posts: 904
|
Why does TakeFX_Show not work for FX in container, or am I missing something? It works for FX in the root layer.
mod.visible is for testing, and it also works for FX in container. TrackFX_Show is fine too. Code:
local r = reaper local retval, trackidx, itemidx, takeidx, fxidx, parm = r.GetTouchedOrFocusedFX(0) local track = r.CSurf_TrackFromID(trackidx + 1, false) if itemidx ~= -1 then local item = r.GetMediaItem(0, itemidx) local take = r.GetMediaItemTake(item, takeidx) --r.TakeFX_SetNamedConfigParm(take, fxidx, "param.".."1"..".mod.visible", 1) r.TakeFX_Show(take, fxidx, 2) end |
|
|
12-03-2023, 04:12 AM
|
#12 |
|
Human being with feelings
Join Date: Feb 2021
Location: Probably on a chair
Posts: 3,366
|
Clicking on track name label does not mark it as last touched. Anywhere else works (it might be related to tcp.custom.blah)
Using action "Envelopes: View envelopes for last touched track/item" in the gif
__________________
My Scripts |
|
|
12-03-2023, 05:32 AM
|
#13 | |
|
Administrator
Join Date: Mar 2007
Location: NY
Posts: 17,928
|
Quote:
If "Preferences/Editing Behavior/Mouse/Mouse click on volume/pan faders and track buttons changes track selection" is disabled (default), then track selection doesn't change when clicking faders and controls. If that setting is enabled, then clicking faders and controls does change track selection, but the modifier key is applied only to the control (for example, control+click on the mute button does "unmute all") and not to the track selection; the track selection is processed as if there are no modifier keys down. Are you seeing something different? [edit] ah, there are a couple of bugs here. One is that the track name field is being considered a "control" for this purpose but it should not be, and the other is that the logic described above is not applied when clicking on track control panels in the mixer. |
|
|
|
12-03-2023, 05:54 AM
|
#14 | |
|
Human being with feelings
Join Date: May 2019
Location: Berlin
Posts: 2,569
|
Quote:
![]() Instead of showing 4000 FX parameters, only show the ones that you've assigned to something.
__________________
Featured scripts: REAPER Update Utility Lil Chordbox Gridbox/Adaptive grid MX Tuner RS5K Link MIDI Editor Magic Donate💝: PayPal|ko-fi |
|
|
|
12-03-2023, 06:48 AM
|
#15 | |
|
Human being with feelings
Join Date: Jan 2010
Posts: 2,813
|
Quote:
Best of both world would be: - only show parameters assigned to something (FeedTheCat suggestion) - when searching in the filter, show results among all parameters of all track FXs |
|
|
|
12-03-2023, 06:49 AM
|
#16 | |
|
Administrator
Join Date: Mar 2007
Location: NY
Posts: 17,928
|
Quote:
|
|
|
|
12-03-2023, 08:21 AM
|
#17 | |
|
Human being with feelings
Join Date: May 2019
Location: Berlin
Posts: 2,569
|
Quote:
A quick toggle to hide unused fx parameters (when there is no filter) would be ideal. And if you could set that as default.
__________________
Featured scripts: REAPER Update Utility Lil Chordbox Gridbox/Adaptive grid MX Tuner RS5K Link MIDI Editor Magic Donate💝: PayPal|ko-fi |
|
|
|
12-03-2023, 12:24 PM
|
#18 |
|
Human being with feelings
Join Date: Apr 2021
Posts: 706
|
I've always had a question about the default color reset. If a VST supports track coloring, and you change then color, and then reset it. What is the VST told is the current color? The default is non-colored isn't it? Is it possible to clear the color after its been set?
|
|
|
12-03-2023, 01:41 PM
|
#19 |
|
Human being with feelings
Join Date: Jun 2020
Posts: 860
|
|
|
|
12-03-2023, 02:41 PM
|
#20 |
|
Human being with feelings
Join Date: Jun 2019
Posts: 3,189
|
Looks like you devs are doing a crackdown on theme hacks?
Themes that use the tcp_idxbg images to cover the tcp background (in order to have only a small part of the track colored) can now only be shift-clicked when clicking the part that shows the actual background. |
|
|
12-03-2023, 03:01 PM
|
#21 | |
|
Administrator
Join Date: Mar 2007
Location: NY
Posts: 17,928
|
Quote:
Can you point us to an example of a theme like this? |
|
|
|
12-03-2023, 03:41 PM
|
#22 |
|
Human being with feelings
Join Date: Jun 2019
Posts: 3,189
|
Sure, this one for example: https://forum.cockos.com/showthread.php?t=255037
There are several others but can't remember which ones exactly, I deleted most from my computer. |
|
|
12-04-2023, 01:27 AM
|
#23 | |
|
Human being with feelings
Join Date: Sep 2021
Location: Berlin
Posts: 2,746
|
Quote:
__________________
ReaPack Repository: right-click and copy index URL |
|
|
|
12-04-2023, 04:21 AM
|
#24 |
|
Human being with feelings
Join Date: Jun 2019
Posts: 3,189
|
Another thing regarding the envelope window: it doesn't support horizontal mousewheel scrolling. As you're working on the envelope window, could this be enabled please?
Also, the scrolling has very large steps, hard to keep track when many FX are expanded. Would be nice if it scrolled in smaller increments. |
|
|
12-04-2023, 12:05 PM
|
#25 |
|
Human being with feelings
Join Date: Nov 2008
Location: London, UK
Posts: 2,977
|
Thank you SO much for the combobox for filtering active envelopes. I've been asking for that one for a while. <3
This one is kinda killing me, though. I'm used to being able to select a range of tracks in the Arrange window by shift-clicking anywhere in them, but now it's only working if I click the left-most area of the TCP panels. I'm using an older theme.
__________________
Puzzle Factory Sound Studios, London [Website] [Instagram] [AMD 5800X, 32Gb RAM, Win10x64, NVidia GTX1080ti, UAD2-OCTO, FireFaceUCX, REAPER x64] [Take the video tour of Puzzle Factory Sound Studios, London] |
|
|
12-04-2023, 12:07 PM
|
#26 |
|
Administrator
Join Date: Mar 2007
Location: NY
Posts: 17,928
|
|
|
|
12-04-2023, 12:08 PM
|
#27 | |
|
Human being with feelings
Join Date: Nov 2008
Location: London, UK
Posts: 2,977
|
Quote:
Could you make this persistant at a global level, please. (i.e. not track, nor project)
__________________
Puzzle Factory Sound Studios, London [Website] [Instagram] [AMD 5800X, 32Gb RAM, Win10x64, NVidia GTX1080ti, UAD2-OCTO, FireFaceUCX, REAPER x64] [Take the video tour of Puzzle Factory Sound Studios, London] |
|
|
|
12-04-2023, 12:09 PM
|
#28 |
|
Human being with feelings
Join Date: Nov 2008
Location: London, UK
Posts: 2,977
|
Nope, fixed! Thank you, Schwa!
__________________
Puzzle Factory Sound Studios, London [Website] [Instagram] [AMD 5800X, 32Gb RAM, Win10x64, NVidia GTX1080ti, UAD2-OCTO, FireFaceUCX, REAPER x64] [Take the video tour of Puzzle Factory Sound Studios, London] |
|
|
06-28-2024, 11:37 AM
|
#29 | |
|
Human being with feelings
Join Date: Dec 2017
Location: Sunny Siberian Islands
Posts: 1,146
|
Quote:
Found it! Now I understand the logic. Yes, changing the behavior of the modifier keys on the faders is justified. But why is it just as active for Meters? For example, the MCP Meter does not have a menu and no actions with modifier keys, but when you click on it, the modifier keys are not active and I cannot add tracks to the selection by holding Ctrl or Shift, as before. This can also work for the TCP Meters, without calling up the menu when holding down the modifier keys. Sorry for the necrobump, I only discovered this problem recently. |
|
|
|
![]() |
| Thread Tools | |
|
|