![]() |
#1 |
Human being with feelings
Join Date: Sep 2021
Location: Berlin
Posts: 2,526
|
![]()
v6.75+dev0205 - February 5 2023
Changelog - Pre-Releases Generated by X-Raym's REAPER ChangeLog to BBCode
__________________
ReaPack Repository: right-click and copy index URL |
![]() |
![]() |
![]() |
#2 |
Human being with feelings
Join Date: Jan 2008
Location: Vancouver, BC
Posts: 3,835
|
![]()
Nice to see "Prettification" make an appearance (pun intended)
![]() If it becomes a thing maybe we could make a thread compiling all the any low-hanging fruit that from over the years.
__________________
FRs: v5 Media Explorer Requests, Global Quantization, Session View Win10 Pro 64-bit, Reaper 6(x64), AMD 3950x, Aorus X570 Master, 64GB DDR4 3600, PowerColor Red Devil 5700XT, EVO 970 2TB, 10TB HD, Define R6 |
![]() |
![]() |
![]() |
#3 | ||
Human being with feelings
Join Date: Jun 2019
Posts: 3,051
|
![]() Quote:
Quote:
|
||
![]() |
![]() |
![]() |
#4 | |
Administrator
Join Date: Jan 2005
Location: NYC
Posts: 16,265
|
![]() Quote:
The dev builds have had, for a while, some code which fixes a ton of alignment issues between labels, text fields, buttons, combo boxes, etc. That's the prettification branch... |
|
![]() |
![]() |
![]() |
#5 |
Human being with feelings
Join Date: Jun 2019
Posts: 3,051
|
![]() |
![]() |
![]() |
![]() |
#6 |
Human being with feelings
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 4,138
|
![]()
Everything's fixed for "move comp area and split and move media items", but it's still not possible to move the edges of the attached comp areas with the edge of the comp area.
![]() It would be much more useful if it could be improved so that it has the same behavior with the default "Move comp area" when dragging from the edge like so: ![]() |
![]() |
![]() |
![]() |
#7 |
Human being with feelings
Join Date: Jan 2014
Posts: 923
|
![]() ![]() |
![]() |
![]() |
![]() |
#8 |
Human being with feelings
Join Date: Jan 2014
Posts: 923
|
![]() ![]() |
![]() |
![]() |
![]() |
#9 |
Human being with feelings
Join Date: Jul 2010
Location: Slovakia
Posts: 2,632
|
![]() |
![]() |
![]() |
![]() |
#10 |
Human being with feelings
Join Date: Jan 2014
Posts: 923
|
![]() ![]() |
![]() |
![]() |
![]() |
#11 | |
Human being with feelings
Join Date: Apr 2016
Location: ASU`ogacihC
Posts: 4,138
|
![]() Quote:
Win10_x64 |
|
![]() |
![]() |
![]() |
#12 | |
Human being with feelings
Join Date: Sep 2021
Location: Berlin
Posts: 2,526
|
![]() Quote:
__________________
ReaPack Repository: right-click and copy index URL |
|
![]() |
![]() |
![]() |
#13 |
Moderator
Join Date: Aug 2007
Location: Caracas, Venezuela
Posts: 8,732
|
![]()
I like the animation stuff but you know what would be very useful? If toolbar buttons could animate when there's something happening. For example, if I have a freeze button make it blink when the track is freezing
![]()
__________________
Pressure is what turns coal into diamonds - Michael a.k.a. Runaway |
![]() |
![]() |
![]() |
#14 | |
Human being with feelings
Join Date: Feb 2021
Posts: 2,640
|
![]() Quote:
Code:
if state == 0 or state == -1 then r.SetToggleCommandState(1, replace_toggle, 1) r.RefreshToolbar2(1, replace_toggle) else r.SetToggleCommandState(1, replace_toggle, 0) r.RefreshToolbar2(1, replace_toggle) end ![]()
__________________
ReaClassical -- Open Source Classical Music Editing Tools for REAPER | Discord Donate via PayPal, Liberapay or Stripe airwindows JSFX ports |
|
![]() |
![]() |
![]() |
#15 |
Human being with feelings
Join Date: Mar 2019
Posts: 1,002
|
![]()
When the width of the tcp panel is very wide, i.e. about half of the GUI, then there's a drawing bug from the yellow overlay on the active comp lane. I can trigger it by activating solo/mute, and in particular clearly when tcp sendlist is turned on.
- from what I can see, it happens only in hi-dpi @2x, not sure about 1.5x, and it's not present @1x. - in classic_1x theme it doesn't actually occur when displayed in high-res mac/Retina: Last edited by PhelixK; 05-26-2024 at 11:04 AM. |
![]() |
![]() |
![]() |
#16 | |
Human being with feelings
Join Date: Sep 2021
Location: Berlin
Posts: 2,526
|
![]() Quote:
__________________
ReaPack Repository: right-click and copy index URL |
|
![]() |
![]() |
![]() |
#17 | |
Human being with feelings
Join Date: Mar 2019
Posts: 1,002
|
![]() Quote:
I wonder, would it be possible for themes to have a built-in default preference for just these settings, e.g. under the colortheme, or globals? Thinking this might be essential to ensure a certain default look of the UI. After that, the user can of course change as he/she pleases. toggle button defaults, Edit: - for example, if you want disabled toggles >by default< to be displayed with highlighted animation (stack or as static overlay), then it would be desirable to be able to control these settings. Kind of like we can do with outlines on waveforms etc. Example from above: Animate if toggle state disabled + highlight animation (just like the ~ID did in preferences): Last edited by PhelixK; 05-26-2024 at 11:04 AM. |
|
![]() |
![]() |
![]() |
#18 |
Human being with feelings
Join Date: Feb 2021
Posts: 2,640
|
![]()
I don't want to derail the thread if at all possible but that example is also tied to a custom toolbar icon. It's off on startup and when you press the button or press the shortcut key, the icon toggles accordingly. No issues at all...same with my fade editor and take record icons. No requirement for initialization on the toolbar because it is all based on the script state. Maybe I'm not using the same thing that you are talking about?
__________________
ReaClassical -- Open Source Classical Music Editing Tools for REAPER | Discord Donate via PayPal, Liberapay or Stripe airwindows JSFX ports |
![]() |
![]() |
![]() |
#19 | |
Human being with feelings
Join Date: Sep 2021
Location: Berlin
Posts: 2,526
|
![]() Quote:
I have my toggle action scripts in a startup script to "touch" their state at launch, but that's a complicated solution for non-devs.
__________________
ReaPack Repository: right-click and copy index URL |
|
![]() |
![]() |
![]() |
#20 | |
Human being with feelings
Join Date: Feb 2021
Posts: 2,640
|
![]() Quote:
![]()
__________________
ReaClassical -- Open Source Classical Music Editing Tools for REAPER | Discord Donate via PayPal, Liberapay or Stripe airwindows JSFX ports |
|
![]() |
![]() |
![]() |
#21 |
Human being with feelings
Join Date: Aug 2020
Location: Hamburg
Posts: 134
|
![]()
Could we have fixed lane dividers, like a one pixle line between the lanes?
Or if screen space does not permit, an alternating lane background color could also be a solution. The problem for me is to keep track of the contents of a lane when items are spars along the time line. Thank you for considering!
__________________
www.studiohoell.de |
![]() |
![]() |
![]() |
#22 | |
Human being with feelings
Join Date: Oct 2011
Posts: 3,103
|
![]() Quote:
It's better to have this kind of options: nothing, dots, line, etc. And the colors too! |
|
![]() |
![]() |
![]() |
#23 | |
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 17,039
|
![]() Quote:
-Michael |
|
![]() |
![]() |
![]() |
#24 |
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 17,039
|
![]()
Maybe Guide lines spanning the complete track height for the boundaries of the comping areas might sometimes be helpful.
Am I missing a way to resize the height of a lane and to hide those that currently are not necessary to be seen or is that not (yet) possible ? -Michael Last edited by mschnell; 02-06-2023 at 02:10 AM. |
![]() |
![]() |
![]() |
#25 | |
Human being with feelings
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 4,138
|
![]() Quote:
It would be better and more useful to have the behavior as in my second gif and not the first one. |
|
![]() |
![]() |
![]() |
#26 |
Human being with feelings
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 4,138
|
![]() |
![]() |
![]() |
![]() |
#27 |
Human being with feelings
Join Date: Jun 2013
Location: Krefeld, Germany
Posts: 17,039
|
![]()
Hmm.
When moving away the edge of a comp area (by shrinking or moving that area), co-moving the appropriate edge of the adjacent area makes sense, but leaving it in place (creating a gap) also sometimes might makes sense. -Michael |
![]() |
![]() |
![]() |
#28 | |
Human being with feelings
Join Date: Oct 2017
Location: Larisa, Greece
Posts: 4,138
|
![]() Quote:
That's why the "split and move media" modifier should have the same behavior with the default "move comp area" when dragging from the edge. (Or at least another mode that does this) Last edited by Vagelis; 02-06-2023 at 02:27 AM. |
|
![]() |
![]() |
![]() |
#30 | |
Human being with feelings
Join Date: May 2019
Location: Berlin
Posts: 2,545
|
![]() Quote:
since we're aligning stuff and turning REAPER into a beaut, could we move the combobox arrow 1 px to the left (Linux). Looks a lot cleaner imo. ![]() Also another issue I noticed that might be only Linux+libswell related: In MIDI editor comboboxes you can't type in characters that are bound to keyboard shortcuts. ![]() 5 & 6 are my shortcuts for "Color notes by pitch/velocity", which is why you see the "Color" combobox changing. (I could just remap 5 & 6, but no backspace is the real pain here) Edit: Just noticed that the two comboboxes in the GIF are not aligned, the right one is 1px lower ![]() ![]()
__________________
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; 02-06-2023 at 07:38 AM. |
|
![]() |
![]() |
![]() |
#31 |
Human being with feelings
Join Date: Mar 2021
Posts: 631
|
![]()
About prettification, if you're interested, here are a couple misaligned elements:
FX chain window: ![]() ![]() FX browser: ![]() Transport: ![]() Item properties: ![]() Routing window: ![]() Bottom on TCP: ![]() All taken in 6.75+dev0205, OSX 12.3 |
![]() |
![]() |
![]() |
Thread Tools | |
|
|