Old 05-21-2021, 09:20 AM   #121
Rodilab
Human being with feelings
 
Rodilab's Avatar
 
Join Date: Jan 2021
Location: Paris
Posts: 255
Default

Interesting idea.
It would require some work. I'll think about it.
Rodilab is offline   Reply With Quote
Old 05-29-2021, 12:02 PM   #122
vxzerg
Human being with feelings
 
Join Date: Jan 2015
Location: Udmurtia
Posts: 60
Default

Thanks for the great script! Like it very much.

Only one issue for me. Is it possible to make color preview darker somehow? I use reaper theme with darken gamma, everything is darker, except color palette in docker. So colors look in palette look too bright.
vxzerg is offline   Reply With Quote
Old 06-02-2021, 05:24 AM   #123
leshachooze
Human being with feelings
 
Join Date: Aug 2015
Posts: 10
Default

Hi there's a little bug:
I use Color palette as one of my startup actions, so it's always opened in dock.

So, creating new project with Color Palette opened returns this error:

Code:
...cripts\ReaTeam Scripts\Various\rodilab_Color palette.lua:1462: ImGui_GetDock: expected valid ImGui_Context*, got 0000000013C8BBD0
gif: https://ibb.co/fnCxfxc

Almost the same when moving tracks to new subproject:

Code:
...cripts\ReaTeam Scripts\Various\rodilab_Color palette.lua:1462: ImGui_GetDock: expected valid ImGui_Context*, got 0000000013AE1070
gif: https://ibb.co/3F0c40k


Color palette version 1.8.1
ReaImGui version 0.4
Reaper 6.29 (18 may 2021)
Sws 2.12.1.3 (6 Feb 2021)
Win 10 x64
leshachooze is offline   Reply With Quote
Old 06-02-2021, 07:14 AM   #124
Rodilab
Human being with feelings
 
Rodilab's Avatar
 
Join Date: Jan 2021
Location: Paris
Posts: 255
Default

Quote:
Originally Posted by vxzerg View Post
Thanks for the great script! Like it very much.

Only one issue for me. Is it possible to make color preview darker somehow? I use reaper theme with darken gamma, everything is darker, except color palette in docker. So colors look in palette look too bright.
You're welcome
The next version will take the background color of the theme. The gamma settings will act on Color palette.

Code:
Hi there's a little bug:
I use Color palette as one of my startup actions, so it's always opened in dock.

So, creating new project with Color Palette opened returns this error: 

Code:
...cripts\ReaTeam Scripts\Various\rodilab_Color palette.lua:1462: ImGui_GetDock: expected valid ImGui_Context*, got 0000000013C8BBD0
gif: https://ibb.co/fnCxfxc

Almost the same when moving tracks to new subproject:

Code:
...cripts\ReaTeam Scripts\Various\rodilab_Color palette.lua:1462: ImGui_GetDock: expected valid ImGui_Context*, got 0000000013AE1070
gif: https://ibb.co/3F0c40k
Thanks for reporting
I can't reproduce this bug at home.
Adding Color palette in the startup actions, and creating a new project all seems to work fine.
I am on mac. Maybe a bug related to Windows? I will investigate.
Rodilab is offline   Reply With Quote
Old 06-11-2021, 12:03 AM   #125
Daodan
Human being with feelings
 
Join Date: Jan 2011
Posts: 1,182
Default

Hi. First off all thanks for amazing tool.

I have a few suggestions for improvement and you can ignore it

1) Why "minimize" and "full screen" buttons in title in such a script? Is it predefined by ReaImGui? IMHO it would be great to have an option to hide title bar at all. I saw this feature in some script that use js_ReaScriptAPI, so maybe it's possible.

2) Options to center buttons and cells

3) Option to offset window when using open window at mouse position, to open window with top left corner under mouse for example
something like
Code:
conf.x = math.floor(mouse[1]) - conf.windowoffset
like action "Toolbar: Open toolbar 1 at mouse cursor" did it.

4) Option to automatically change size of cells to fit the window

Also if I drag empty cell (just test) from user line it crashes with
Code:
...cripts\ReaTeam Scripts\Various\rodilab_Color palette.lua:2240: bad argument #1 to 'remove' (position out of bounds)

ImGui assertion failed: (g.CurrentWindowStack.Size == 1) && "Mismatched Begin/BeginChild vs End/EndChild calls: did you forget to call End/EndChild?"
Sorry for such a big list. I think I should buy you a coffee
Daodan is offline   Reply With Quote
Old 06-11-2021, 12:07 AM   #126
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,067
Default

Quote:
Originally Posted by Daodan View Post

Sorry for such a big list. I think I should buy you a coffee
Or 5
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 06-11-2021, 12:17 AM   #127
Daodan
Human being with feelings
 
Join Date: Jan 2011
Posts: 1,182
Default

Quote:
Originally Posted by _Stevie_ View Post
Or 5
In gallons or liters?
Daodan is offline   Reply With Quote
Old 06-11-2021, 01:29 AM   #128
_Stevie_
Human being with feelings
 
_Stevie_'s Avatar
 
Join Date: Oct 2017
Location: Black Forest
Posts: 5,067
Default

Tough one! LOL
__________________
My Reascripts forum thread | My Reascripts on GitHub
If you like or use my scripts, please support the Ukraine: Ukraine Crisis Relief Fund | DirectRelief | Save The Children | Razom
_Stevie_ is offline   Reply With Quote
Old 06-23-2021, 11:16 AM   #129
Rodilab
Human being with feelings
 
Rodilab's Avatar
 
Join Date: Jan 2021
Location: Paris
Posts: 255
Default

I'm working on v2.0 (available soon, probably next week).

Quote:
Originally Posted by Daodan View Post
Hi. First off all thanks for amazing tool.
You're welcome

Quote:
Originally Posted by Daodan View Post
1) Why "minimize" and "full screen" buttons in title in such a script? Is it predefined by ReaImGui? IMHO it would be great to have an option to hide title bar at all. I saw this feature in some script that use js_ReaScriptAPI, so maybe it's possible.
The title bar will be simpler and more compact (and the same whatever the OS) in v2.0.
Although I could remove it completely, it seems clearer to me for the moment to keep it.

Quote:
Originally Posted by Daodan View Post
2) Options to center buttons and cells
In the vertical mode the buttons are centered. In the horizontal mode I prefer to keep the buttons on the left, because it leaves more space for the text that informs about the pressed modifier.
As for centering the cells: see point 4.

Quote:
Originally Posted by Daodan View Post
3) Option to offset window when using open window at mouse position, to open window with top left corner under mouse for example
something like
Code:
conf.x = math.floor(mouse[1]) - conf.windowoffset
like action "Toolbar: Open toolbar 1 at mouse cursor" did it.
Why not, it adds another option (not very difficult to code). Maybe for another version.

Quote:
Originally Posted by Daodan View Post
4) Option to automatically change size of cells to fit the window
In v2.0, the cells will be automatically resized to cover the whole window. It will no longer be necessary to choose a cell size.

Quote:
Originally Posted by Daodan View Post
Also if I drag empty cell (just test) from user line it crashes with
Code:
...cripts\ReaTeam Scripts\Various\rodilab_Color palette.lua:2240: bad argument #1 to 'remove' (position out of bounds)

ImGui assertion failed: (g.CurrentWindowStack.Size == 1) && "Mismatched Begin/BeginChild vs End/EndChild calls: did you forget to call End/EndChild?"
Thank you for reporting. The bug will be fixed for v2.0.

Quote:
Originally Posted by Daodan View Post
Sorry for such a big list. I think I should buy you a coffee
Haha
If you want, it is possible to make a PayPal donation to support the development of this script
Rodilab is offline   Reply With Quote
Old 06-28-2021, 03:27 PM   #130
tonalstates
Human being with feelings
 
tonalstates's Avatar
 
Join Date: Jun 2020
Posts: 666
Default Error message

Hi Rodilab, good day, I'm having a strange issue with your (awesome) script.

Suddenly out of nowhere it throws me this message every time.

"rodilab_Color palette.lua:550: 'reaper.ImGui_CreateContext': expected 2 arguments maximum"

Hopefully you know whats happening. Thanks!

Reaper 6.29
OS Mojave
tonalstates is offline   Reply With Quote
Old 06-28-2021, 10:43 PM   #131
Rodilab
Human being with feelings
 
Rodilab's Avatar
 
Join Date: Jan 2021
Location: Paris
Posts: 255
Default

Update v2.0
(please, update ReaImGui to v0.5 or later)

New :
  • New interface:
    • New ImGui title bar
    • Auto-resize cells
    • Background color matches Reaper background color (can be disabled)
    • Arial font
    • New button "Settings" with icon
    • New widget for selection of minimum and maximum brightness/saturation:
      • Drag the points to change the curve
      • Possibility to add several points for a non-linear curve
  • New "Arm" mode :
    • Right-click on the target button to select the "Arm" option
    • Click on a color to choose the color to arm
    • Click on any track/item/marker/region to apply
    • The "insert new target" modifier also works in this mode
    • [A] Shortcut to switch in Arm mode

Fixed :
  • Fix drag empty user cell bug

Last edited by Rodilab; 06-28-2021 at 11:20 PM.
Rodilab is offline   Reply With Quote
Old 06-28-2021, 11:19 PM   #132
Rodilab
Human being with feelings
 
Rodilab's Avatar
 
Join Date: Jan 2021
Location: Paris
Posts: 255
Default

Quote:
Originally Posted by tonalstates View Post
Hi Rodilab, good day, I'm having a strange issue with your (awesome) script.

Suddenly out of nowhere it throws me this message every time.

"rodilab_Color palette.lua:550: 'reaper.ImGui_CreateContext': expected 2 arguments maximum"

Hopefully you know whats happening. Thanks!

Reaper 6.29
OS Mojave
Hello,
It looks like you are using color palette v1.8 (or earlier) and ReaImGui v0.5 (or later).
The new v2.0 is compatible with ReaImGui v0.5.
Try it and let me know
Rodilab is offline   Reply With Quote
Old 06-29-2021, 03:21 AM   #133
YuriOl
Human being with feelings
 
Join Date: Sep 2018
Location: lugansk
Posts: 153
Default

Hello!
Is it possible to apply a gradient to tracks or Items as in the Amagalma_reanoir Take-Item-Take Coloring Utility.lua script?
Attached Images
File Type: jpg Screenshot_1.jpg (50.5 KB, 184 views)
YuriOl is offline   Reply With Quote
Old 06-29-2021, 03:32 AM   #134
Rodilab
Human being with feelings
 
Rodilab's Avatar
 
Join Date: Jan 2021
Location: Paris
Posts: 255
Default

No, sorry.
I personally don't like the look of gradients track colors, so I didn't include it in my script.

Do you use gradients a lot?
Rodilab is offline   Reply With Quote
Old 06-29-2021, 11:39 AM   #135
sonictim
Human being with feelings
 
sonictim's Avatar
 
Join Date: Feb 2020
Location: Los Angeles
Posts: 463
Default

Just wanted to say thanks for the great script!!! 2.0 updates look great. Thank you for your amazing work!
__________________
My Reapack Repository: I write scripts for my own personal use.
I offer no support, but if you find one that helps you, go for it!
sonictim is offline   Reply With Quote
Old 06-29-2021, 01:36 PM   #136
YuriOl
Human being with feelings
 
Join Date: Sep 2018
Location: lugansk
Posts: 153
Default

Quote:
Originally Posted by Rodilab View Post
Do you use gradients a lot?
Yes, it is very convenient for groups of instruments such as orchestral projects.
YuriOl is offline   Reply With Quote
Old 06-30-2021, 04:25 AM   #137
Rodilab
Human being with feelings
 
Rodilab's Avatar
 
Join Date: Jan 2021
Location: Paris
Posts: 255
Default

Quote:
Originally Posted by sonictim View Post
Just wanted to say thanks for the great script!!! 2.0 updates look great. Thank you for your amazing work!
You're welcome, and thanks for your message

Quote:
Yes, it is very convenient for groups of instruments such as orchestral projects.
I will think about adding this feature in a future version
Rodilab is offline   Reply With Quote
Old 07-03-2021, 09:40 PM   #138
YuriOl
Human being with feelings
 
Join Date: Sep 2018
Location: lugansk
Posts: 153
Default

Quote:
Originally Posted by Rodilab View Post
You're welcome, and thanks for your message


I will think about adding this feature in a future version
Thank you!
YuriOl is offline   Reply With Quote
Old 07-04-2021, 09:02 AM   #139
PhelixK
Human being with feelings
 
PhelixK's Avatar
 
Join Date: Mar 2019
Posts: 885
Default v2.10 – July 04 2021

Hi Rodilab, thank you so much for latest updates!!
Not sure what makes it look even more polished than before, the new font use or maybe better drawing with latest ReaImGui 0.5.2.

Anyway, love the new ‘Arm’ mode and theme color match. Tried also docked mode, and here on mac it appears to remember correct placement after restart. The pop-up above is fine as well (CPv2.10 on Reaper 6.30), see below

– this multi-functional Color Palette is a total joy to work with!



.
__________________
CONCEPT SIX Basic < > CONCEPT SIX Series

Last edited by PhelixK; 09-16-2021 at 01:46 PM.
PhelixK is offline   Reply With Quote
Old 07-04-2021, 10:52 AM   #140
Thonex
Human being with feelings
 
Join Date: May 2018
Location: Los Angeles
Posts: 1,721
Default

Insanely good!

Thanks so much for this Rodilab!

Cheers,

Andrew K
__________________
Cheers... Andrew K
Reaper v6.80+dev0621 - June 21 2023 • Catalina • Mac Mini 2020 6 core i7 • 64GB RAM • OS: Catalina • 4K monitor • RME RayDAT card with Sync Card and extended Light Pipe.
Thonex is offline   Reply With Quote
Old 07-04-2021, 11:12 AM   #141
Rodilab
Human being with feelings
 
Rodilab's Avatar
 
Join Date: Jan 2021
Location: Paris
Posts: 255
Default

Thanks for the feedback Phelix and Andrew
Rodilab is offline   Reply With Quote
Old 07-09-2021, 05:45 PM   #142
Fergler
Human being with feelings
 
Fergler's Avatar
 
Join Date: Jan 2014
Posts: 5,220
Default

What happened to the size slider? I can no longer make them bigger, and they're really small:

Ok, never mind, but you should rename the tab and adjust pics on OP because this was not obvious to me

Last edited by Fergler; 07-09-2021 at 05:50 PM.
Fergler is offline   Reply With Quote
Old 07-14-2021, 02:10 AM   #143
Reflected
Human being with feelings
 
Reflected's Avatar
 
Join Date: Jul 2009
Posts: 3,295
Default

very very awesome work!
Reflected is offline   Reply With Quote
Old 07-23-2021, 06:56 AM   #144
Daodan
Human being with feelings
 
Join Date: Jan 2011
Posts: 1,182
Default

Nice update. Thank you so much!
Daodan is offline   Reply With Quote
Old 08-26-2021, 05:57 AM   #145
Pinknoise
Human being with feelings
 
Pinknoise's Avatar
 
Join Date: Aug 2012
Location: Around Montréal
Posts: 1,117
Default

I can't make it work in Linux it works fine in Win10 though.

It says API founctions for Reascripts not installed even if it's been installed multiple times and restart Reaper.

Reapack pops up with the script selected and shows it's installed but the palette script always want me to reinstall.

Reaper 6.35 MXLinux 19.4 API 1.220 ColorPalette 2.10
Pinknoise is offline   Reply With Quote
Old 08-26-2021, 01:34 PM   #146
JamesPeters
Human being with feelings
 
Join Date: Aug 2011
Location: Near a big lake
Posts: 3,943
Default

Try this in terminal, in the Reaper resource folder, in "userplugins" (where reaper_js_ReaScriptAPI64.so is located):

ldd reaper_js_ReaScriptAPI64.so

Your distro may be missing a dependency required for reaper_js_ReaScriptAPI64.so. MX Linux is based on Debian stable, and that's a bit outdated.
JamesPeters is offline   Reply With Quote
Old 08-27-2021, 03:23 AM   #147
Pinknoise
Human being with feelings
 
Pinknoise's Avatar
 
Join Date: Aug 2012
Location: Around Montréal
Posts: 1,117
Default

Quote:
Originally Posted by JamesPeters View Post
Try this in terminal, in the Reaper resource folder, in "userplugins" (where reaper_js_ReaScriptAPI64.so is located):

ldd reaper_js_ReaScriptAPI64.so

Your distro may be missing a dependency required for reaper_js_ReaScriptAPI64.so. MX Linux is based on Debian stable, and that's a bit outdated.
Thank you. I'll try when I get home. I have tried to get on the AUR bandwagon with Manjaro but my dual screen goes berzerk whenever I try.
Nvidia or not. Might retry to find a solution. Also the snapshot system in MXlinux I'm in love with.
Pinknoise is offline   Reply With Quote
Old 08-27-2021, 04:56 AM   #148
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,968
Default

Also check reaper_imgui-x86_64.so. I'd do that by running reaper from a terminal, to see if anything fails to load.

Last edited by cfillion; 08-27-2021 at 05:06 AM.
cfillion is offline   Reply With Quote
Old 08-27-2021, 10:46 AM   #149
JamesPeters
Human being with feelings
 
Join Date: Aug 2011
Location: Near a big lake
Posts: 3,943
Default

Quote:
Originally Posted by Pinknoise View Post
I have tried to get on the AUR bandwagon with Manjaro but my dual screen goes berzerk whenever I try.
Nvidia or not. Might retry to find a solution. Also the snapshot system in MXlinux I'm in love with.
Whatever DE you use in MX Linux, be sure to try that same DE in a Manjaro edition, for the sake of your display. If you are using KDE but tried the XFCE edition of Manjaro, that might explain the issue. I run a single 1080p monitor so I haven't had to deal with complex display issues, but I've heard some DEs are better than others with this. (You can try a live ISO to test this before committing to installing it, too.)

Also the AUR is handy but it's not part of what I'm talking about here. The software in Debian stable's official repos is outdated compared to more current distros. Arch (and Manjaro) repos are some of the most up-to-date repos, not counting the AUR.
JamesPeters is offline   Reply With Quote
Old 08-31-2021, 06:24 PM   #150
Pinknoise
Human being with feelings
 
Pinknoise's Avatar
 
Join Date: Aug 2012
Location: Around Montréal
Posts: 1,117
Default

Quote:
Originally Posted by JamesPeters View Post
Try this in terminal, in the Reaper resource folder, in "userplugins" (where reaper_js_ReaScriptAPI64.so is located):

ldd reaper_js_ReaScriptAPI64.so

Your distro may be missing a dependency required for reaper_js_ReaScriptAPI64.so. MX Linux is based on Debian stable, and that's a bit outdated.
ldd reaper_js_ReaScriptAPI64.so
./reaper_js_ReaScriptAPI64.so: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./reaper_js_ReaScriptAPI64.so)
linux-vdso.so.1 (0x00007ffef31cf000)
libgdk-3.so.0 => /lib/x86_64-linux-gnu/libgdk-3.so.0 (0x00007f5216b6d000)
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f52169e9000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f5216866000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f521684c000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f521682b000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f521666a000)
libpangocairo-1.0.so.0 => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0 (0x00007f5216658000)
libpango-1.0.so.0 => /lib/x86_64-linux-gnu/libpango-1.0.so.0 (0x00007f521660d000)
libgdk_pixbuf-2.0.so.0 => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 (0x00007f52165e7000)
libcairo-gobject.so.2 => /lib/x86_64-linux-gnu/libcairo-gobject.so.2 (0x00007f52165db000)
libgio-2.0.so.0 => /lib/x86_64-linux-gnu/libgio-2.0.so.0 (0x00007f521641d000)
libgobject-2.0.so.0 => /lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007f52163c8000)
libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f52162a7000)
libfontconfig.so.1 => /lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007f5216261000)
libfreetype.so.6 => /lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f52161a5000)
libXinerama.so.1 => /lib/x86_64-linux-gnu/libXinerama.so.1 (0x00007f52161a0000)
libXi.so.6 => /lib/x86_64-linux-gnu/libXi.so.6 (0x00007f5215f90000)
libXrandr.so.2 => /lib/x86_64-linux-gnu/libXrandr.so.2 (0x00007f5215d85000)
libXcursor.so.1 => /lib/x86_64-linux-gnu/libXcursor.so.1 (0x00007f5215d76000)
libXcomposite.so.1 => /lib/x86_64-linux-gnu/libXcomposite.so.1 (0x00007f5215b73000)
libXdamage.so.1 => /lib/x86_64-linux-gnu/libXdamage.so.1 (0x00007f5215b6e000)
libXfixes.so.3 => /lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007f5215968000)
libxkbcommon.so.0 => /lib/x86_64-linux-gnu/libxkbcommon.so.0 (0x00007f5215926000)
libwayland-cursor.so.0 => /lib/x86_64-linux-gnu/libwayland-cursor.so.0 (0x00007f521591c000)
libwayland-egl.so.1 => /lib/x86_64-linux-gnu/libwayland-egl.so.1 (0x00007f5215915000)
libwayland-client.so.0 => /lib/x86_64-linux-gnu/libwayland-client.so.0 (0x00007f5215904000)
libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007f52157c3000)
libXext.so.6 => /lib/x86_64-linux-gnu/libXext.so.6 (0x00007f52155b1000)
libcairo.so.2 => /lib/x86_64-linux-gnu/libcairo.so.2 (0x00007f5215491000)
libepoxy.so.0 => /lib/x86_64-linux-gnu/libepoxy.so.0 (0x00007f521535f000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f5215353000)
/lib64/ld-linux-x86-64.so.2 (0x00007f5216e59000)
libpangoft2-1.0.so.0 => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0 (0x00007f521533a000)
libthai.so.0 => /lib/x86_64-linux-gnu/libthai.so.0 (0x00007f521532f000)
libfribidi.so.0 => /lib/x86_64-linux-gnu/libfribidi.so.0 (0x00007f5215312000)
libgmodule-2.0.so.0 => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0 (0x00007f521530c000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f52150ec000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f52150e7000)
libmount.so.1 => /lib/x86_64-linux-gnu/libmount.so.1 (0x00007f5215088000)
libselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 (0x00007f5214e60000)
libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f5214e46000)
libffi.so.6 => /lib/x86_64-linux-gnu/libffi.so.6 (0x00007f5214e3c000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f5214dc6000)
libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f5214d89000)
libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f5214d80000)
libpng16.so.16 => /lib/x86_64-linux-gnu/libpng16.so.16 (0x00007f5214d47000)
libXrender.so.1 => /lib/x86_64-linux-gnu/libXrender.so.1 (0x00007f5214b3d000)
libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f5214b11000)
libpixman-1.so.0 => /lib/x86_64-linux-gnu/libpixman-1.so.0 (0x00007f5214a6b000)
libxcb-shm.so.0 => /lib/x86_64-linux-gnu/libxcb-shm.so.0 (0x00007f5214a66000)
libxcb-render.so.0 => /lib/x86_64-linux-gnu/libxcb-render.so.0 (0x00007f5214a57000)
libharfbuzz.so.0 => /lib/x86_64-linux-gnu/libharfbuzz.so.0 (0x00007f521495c000)
libdatrie.so.1 => /lib/x86_64-linux-gnu/libdatrie.so.1 (0x00007f5214950000)
libblkid.so.1 => /lib/x86_64-linux-gnu/libblkid.so.1 (0x00007f52148fb000)
libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x00007f52146f7000)
libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f52144f1000)
libgraphite2.so.3 => /lib/x86_64-linux-gnu/libgraphite2.so.3 (0x00007f52144c4000)
libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f52144a8000)
Pinknoise is offline   Reply With Quote
Old 08-31-2021, 06:27 PM   #151
Pinknoise
Human being with feelings
 
Pinknoise's Avatar
 
Join Date: Aug 2012
Location: Around Montréal
Posts: 1,117
Default

Quote:
Originally Posted by cfillion View Post
Also check reaper_imgui-x86_64.so. I'd do that by running reaper from a terminal, to see if anything fails to load.
I think this one is fine.

$ ldd reaper_imgui-x86_64.so
linux-vdso.so.1 (0x00007fff7dda8000)
libfreetype.so.6 => /lib/x86_64-linux-gnu/libfreetype.so.6 (0x00007f244a99c000)
libfontconfig.so.1 => /lib/x86_64-linux-gnu/libfontconfig.so.1 (0x00007f244a956000)
libepoxy.so.0 => /lib/x86_64-linux-gnu/libepoxy.so.0 (0x00007f244a824000)
libgdk-3.so.0 => /lib/x86_64-linux-gnu/libgdk-3.so.0 (0x00007f244a728000)
libgobject-2.0.so.0 => /lib/x86_64-linux-gnu/libgobject-2.0.so.0 (0x00007f244a6d3000)
libglib-2.0.so.0 => /lib/x86_64-linux-gnu/libglib-2.0.so.0 (0x00007f244a5b4000)
libstdc++.so.6 => /lib/x86_64-linux-gnu/libstdc++.so.6 (0x00007f244a42e000)
libm.so.6 => /lib/x86_64-linux-gnu/libm.so.6 (0x00007f244a2ab000)
libgcc_s.so.1 => /lib/x86_64-linux-gnu/libgcc_s.so.1 (0x00007f244a291000)
libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x00007f244a0d0000)
libpng16.so.16 => /lib/x86_64-linux-gnu/libpng16.so.16 (0x00007f244a097000)
libz.so.1 => /lib/x86_64-linux-gnu/libz.so.1 (0x00007f2449e79000)
libexpat.so.1 => /lib/x86_64-linux-gnu/libexpat.so.1 (0x00007f2449e3a000)
libuuid.so.1 => /lib/x86_64-linux-gnu/libuuid.so.1 (0x00007f2449e31000)
libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f2449e10000)
libdl.so.2 => /lib/x86_64-linux-gnu/libdl.so.2 (0x00007f2449e0b000)
libpangocairo-1.0.so.0 => /lib/x86_64-linux-gnu/libpangocairo-1.0.so.0 (0x00007f2449dfb000)
libpango-1.0.so.0 => /lib/x86_64-linux-gnu/libpango-1.0.so.0 (0x00007f2449db0000)
libgdk_pixbuf-2.0.so.0 => /lib/x86_64-linux-gnu/libgdk_pixbuf-2.0.so.0 (0x00007f2449d88000)
libcairo-gobject.so.2 => /lib/x86_64-linux-gnu/libcairo-gobject.so.2 (0x00007f2449d7c000)
libgio-2.0.so.0 => /lib/x86_64-linux-gnu/libgio-2.0.so.0 (0x00007f2449bbe000)
libXinerama.so.1 => /lib/x86_64-linux-gnu/libXinerama.so.1 (0x00007f2449bb9000)
libXi.so.6 => /lib/x86_64-linux-gnu/libXi.so.6 (0x00007f24499a9000)
libXrandr.so.2 => /lib/x86_64-linux-gnu/libXrandr.so.2 (0x00007f244979e000)
libXcursor.so.1 => /lib/x86_64-linux-gnu/libXcursor.so.1 (0x00007f244978f000)
libXcomposite.so.1 => /lib/x86_64-linux-gnu/libXcomposite.so.1 (0x00007f244958c000)
libXdamage.so.1 => /lib/x86_64-linux-gnu/libXdamage.so.1 (0x00007f2449587000)
libXfixes.so.3 => /lib/x86_64-linux-gnu/libXfixes.so.3 (0x00007f2449381000)
libxkbcommon.so.0 => /lib/x86_64-linux-gnu/libxkbcommon.so.0 (0x00007f244933f000)
libwayland-cursor.so.0 => /lib/x86_64-linux-gnu/libwayland-cursor.so.0 (0x00007f2449335000)
libwayland-egl.so.1 => /lib/x86_64-linux-gnu/libwayland-egl.so.1 (0x00007f244932e000)
libwayland-client.so.0 => /lib/x86_64-linux-gnu/libwayland-client.so.0 (0x00007f244931d000)
libX11.so.6 => /lib/x86_64-linux-gnu/libX11.so.6 (0x00007f24491dc000)
libXext.so.6 => /lib/x86_64-linux-gnu/libXext.so.6 (0x00007f2448fca000)
libcairo.so.2 => /lib/x86_64-linux-gnu/libcairo.so.2 (0x00007f2448eaa000)
librt.so.1 => /lib/x86_64-linux-gnu/librt.so.1 (0x00007f2448ea0000)
libffi.so.6 => /lib/x86_64-linux-gnu/libffi.so.6 (0x00007f2448e94000)
libpcre.so.3 => /lib/x86_64-linux-gnu/libpcre.so.3 (0x00007f2448e20000)
/lib64/ld-linux-x86-64.so.2 (0x00007f244adb1000)
libpangoft2-1.0.so.0 => /lib/x86_64-linux-gnu/libpangoft2-1.0.so.0 (0x00007f2448e07000)
libthai.so.0 => /lib/x86_64-linux-gnu/libthai.so.0 (0x00007f2448dfc000)
libfribidi.so.0 => /lib/x86_64-linux-gnu/libfribidi.so.0 (0x00007f2448ddf000)
libgmodule-2.0.so.0 => /lib/x86_64-linux-gnu/libgmodule-2.0.so.0 (0x00007f2448dd7000)
libmount.so.1 => /lib/x86_64-linux-gnu/libmount.so.1 (0x00007f2448d78000)
libselinux.so.1 => /lib/x86_64-linux-gnu/libselinux.so.1 (0x00007f2448b50000)
libresolv.so.2 => /lib/x86_64-linux-gnu/libresolv.so.2 (0x00007f2448b36000)
libXrender.so.1 => /lib/x86_64-linux-gnu/libXrender.so.1 (0x00007f244892c000)
libxcb.so.1 => /lib/x86_64-linux-gnu/libxcb.so.1 (0x00007f2448900000)
libpixman-1.so.0 => /lib/x86_64-linux-gnu/libpixman-1.so.0 (0x00007f244885a000)
libxcb-shm.so.0 => /lib/x86_64-linux-gnu/libxcb-shm.so.0 (0x00007f2448855000)
libxcb-render.so.0 => /lib/x86_64-linux-gnu/libxcb-render.so.0 (0x00007f2448846000)
libharfbuzz.so.0 => /lib/x86_64-linux-gnu/libharfbuzz.so.0 (0x00007f244874b000)
libdatrie.so.1 => /lib/x86_64-linux-gnu/libdatrie.so.1 (0x00007f244873f000)
libblkid.so.1 => /lib/x86_64-linux-gnu/libblkid.so.1 (0x00007f24486ea000)
libXau.so.6 => /lib/x86_64-linux-gnu/libXau.so.6 (0x00007f24484e6000)
libXdmcp.so.6 => /lib/x86_64-linux-gnu/libXdmcp.so.6 (0x00007f24482e0000)
libgraphite2.so.3 => /lib/x86_64-linux-gnu/libgraphite2.so.3 (0x00007f24482b3000)
libbsd.so.0 => /lib/x86_64-linux-gnu/libbsd.so.0 (0x00007f2448297000)
Pinknoise is offline   Reply With Quote
Old 08-31-2021, 06:33 PM   #152
Pinknoise
Human being with feelings
 
Pinknoise's Avatar
 
Join Date: Aug 2012
Location: Around Montréal
Posts: 1,117
Default

I can install GLIBC 2.28-10 installing a higher version is not recommended in the MXLinux Forum and also not available from the repos.

Seems like a real pita for a colorpalette !! lol the time I spend on this stuff, I would be a virtuoso long ago !

On Manjaro it works though.
Pinknoise is offline   Reply With Quote
Old 08-31-2021, 07:09 PM   #153
cfillion
Human being with feelings
 
cfillion's Avatar
 
Join Date: May 2015
Location: Québec, Canada
Posts: 4,968
Default

Quote:
Originally Posted by Pinknoise View Post
./reaper_js_ReaScriptAPI64.so: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by ./reaper_js_ReaScriptAPI64.so)

I can install GLIBC 2.28-10 installing a higher version is not recommended in the MXLinux Forum and also not available from the repos.
It would be easier and way safer to compile reaper_js_ReaScriptAPI64.so on MXLinux to produce a binary that's compatible with it. Source is here with steps here.
cfillion is offline   Reply With Quote
Old 09-01-2021, 11:55 AM   #154
Pinknoise
Human being with feelings
 
Pinknoise's Avatar
 
Join Date: Aug 2012
Location: Around Montréal
Posts: 1,117
Default

Everytime I try compiling something the dependencies lists never stop growing, I have never been able to compile anything, but Debian must not help I guess.

For the steps you linked me to, I'll need C3-P0 for translation lol. Another rabbit hole is coming I'll try this weekend just for fun. Thanks.
Pinknoise is offline   Reply With Quote
Old 09-16-2021, 03:25 PM   #155
benmiller
Human being with feelings
 
benmiller's Avatar
 
Join Date: Dec 2015
Posts: 324
Default

Wow! great! exactly what i was looking for. no, in fact even 10000x better than what i was looking for! great job, thanks !
benmiller is offline   Reply With Quote
Old 10-03-2021, 06:45 PM   #156
a7xforever213
Human being with feelings
 
Join Date: Feb 2018
Location: Australia
Posts: 2
Default

Hello everyone I am a total newibe at adding in scripts and such but.

Could someone explain/walk me through how to download/install the color palette script which is mentioned in this thread.

as I have never done this sort of thing before.

I am on mac and I have sws extensions

many thanks
a7xforever213 is offline   Reply With Quote
Old 10-07-2021, 08:01 PM   #157
a7xforever213
Human being with feelings
 
Join Date: Feb 2018
Location: Australia
Posts: 2
Default Solved

Hello everyone

Please disregard my question from before as it now has been solved thank you
a7xforever213 is offline   Reply With Quote
Old 10-09-2021, 01:18 AM   #158
YuriOl
Human being with feelings
 
Join Date: Sep 2018
Location: lugansk
Posts: 153
Default

Hello!
Will there be support for the Cyrillic alphabet?
and yet
With an active option - Quit After Apply Color, the script window does not close
https://imgur.com/a/MFxv7C2
Attached Images
File Type: jpg Screenshot_1.jpg (17.0 KB, 126 views)

Last edited by YuriOl; 10-11-2021 at 05:23 PM.
YuriOl is offline   Reply With Quote
Old 10-15-2021, 11:23 AM   #159
Reflected
Human being with feelings
 
Reflected's Avatar
 
Join Date: Jul 2009
Posts: 3,295
Default

for some reason it colors the childrens even if "Set always color to children tracks option" is not selected

anyway to change that so it won't color sub tracks (childrens) automatically ?
Reflected is offline   Reply With Quote
Old 11-16-2021, 01:29 PM   #160
Reflected
Human being with feelings
 
Reflected's Avatar
 
Join Date: Jul 2009
Posts: 3,295
Default

Quote:
Originally Posted by Reflected View Post
for some reason it colors the childrens even if "Set always color to children tracks option" is not selected

anyway to change that so it won't color sub tracks (childrens) automatically ?
Rodilab, Can you please check this?
Reflected 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 06:22 AM.


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