Old 11-09-2023, 03:37 PM   #561
michaelpmeyer
Human being with feelings
 
Join Date: Apr 2022
Location: San Francisco Bay Area
Posts: 5
Default Pad colors don't match track colors

Hi, I have set track colors and see the pads update, but the colors don't match the selected track color.

thx for the script,
Michael

macOS Sonoma 14.1.1, Reaper 7.03, RS5K Manager 3.22
Attached Images
File Type: png Screenshot 2023-11-09 at 2.24.44 PM.png (91.4 KB, 77 views)
File Type: png Screenshot 2023-11-09 at 2.24.33 PM.png (170.7 KB, 62 views)
michaelpmeyer is offline   Reply With Quote
Old 11-10-2023, 01:17 PM   #562
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,960
Default

Quote:
Originally Posted by michaelpmeyer View Post
Hi, I have set track colors and see the pads update, but the colors don't match the selected track color.

thx for the script,
Michael

macOS Sonoma 14.1.1, Reaper 7.03, RS5K Manager 3.22
Looks like a Mac specific issue. Try latest RS5k manager + latest "Various function" packages. Then Try Settings/UI/Color switch various options (require restart).

Quote:
Originally Posted by rjbunge99 View Post
Also, crash report (I think it's new to REAPER 7)

MIDI Osc Map > "Learn", I get this message:

mpl_RS5k manager (background).lua:909: attempt to perform bitwise operation on a string value (local 'learn_midi1')

Script won't reopen in that project until I delete the folder that was selected when I first received that error message.
Should be fixed for latest version.
mpl is offline   Reply With Quote
Old 11-10-2023, 01:31 PM   #563
michaelpmeyer
Human being with feelings
 
Join Date: Apr 2022
Location: San Francisco Bay Area
Posts: 5
Default

Quote:
Originally Posted by mpl View Post
Looks like a Mac specific issue. Try latest RS5k manager + latest "Various function" packages. Then Try Settings/UI/Color switch various options (require restart).



Should be fixed for latest version.
Updated scripts, with BGR color selected pad colors match track now,
Thx
michaelpmeyer is offline   Reply With Quote
Old 11-28-2023, 09:29 AM   #564
Tomat_ok
Human being with feelings
 
Join Date: Jan 2011
Location: Montenegro
Posts: 1
Default

Cool sampler!
I suggest adding a visual display of attack and release in the module itself in addition to the start and end point of the sample.
Also on my mac it doesn't work resetting the knobs settings by double click.
Tomat_ok is offline   Reply With Quote
Old 11-28-2023, 01:41 PM   #565
Subz
Human being with feelings
 
Subz's Avatar
 
Join Date: Jun 2006
Location: UK
Posts: 3,210
Default

Another TOP mpl script!!
Subz is offline   Reply With Quote
Old 11-28-2023, 02:34 PM   #566
Raaphorst
Human being with feelings
 
Raaphorst's Avatar
 
Join Date: Sep 2021
Location: The Hague, the Netherlands
Posts: 150
Default

how can I change the colors of the selected pads? it's now grey with blue which is a bit hard to read
__________________
Greetings,

Marco Raaphorst
Raaphorst is offline   Reply With Quote
Old 11-29-2023, 02:24 AM   #567
Raaphorst
Human being with feelings
 
Raaphorst's Avatar
 
Join Date: Sep 2021
Location: The Hague, the Netherlands
Posts: 150
Default

Quote:
Originally Posted by mpl View Post
Looks like a Mac specific issue. Try latest RS5k manager + latest "Various function" packages. Then Try Settings/UI/Color switch various options (require restart).



Should be fixed for latest version.
What 'Settings/UI/Color switch' are you referring to?
__________________
Greetings,

Marco Raaphorst
Raaphorst is offline   Reply With Quote
Old 11-29-2023, 08:31 AM   #568
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,960
Default

Quote:
Originally Posted by Raaphorst View Post
What 'Settings/UI/Color switch' are you referring to?
It is a rgb<->bgr, for macosx-osx color issues. The color of pad comes from track color.
mpl is offline   Reply With Quote
Old 11-29-2023, 02:39 PM   #569
Raaphorst
Human being with feelings
 
Raaphorst's Avatar
 
Join Date: Sep 2021
Location: The Hague, the Netherlands
Posts: 150
Default

Quote:
Originally Posted by mpl View Post
It is a rgb<->bgr, for macosx-osx color issues. The color of pad comes from track color.
aha. found it. I can change the color of the pad by changing the color of the track. is there a way to change the default font?
__________________
Greetings,

Marco Raaphorst
Raaphorst is offline   Reply With Quote
Old 11-29-2023, 03:26 PM   #570
Modular
Human being with feelings
 
Modular's Avatar
 
Join Date: Oct 2009
Location: Manchester
Posts: 282
Default

Love this script. What a great job.
MPL, Will you be updating it to use containers instead of multiple tracks in the future?
__________________
www.fortymileswest.co.uk
Modular is offline   Reply With Quote
Old 12-10-2023, 02:24 PM   #571
rjbunge99
Human being with feelings
 
Join Date: Sep 2023
Posts: 4
Default

Such an amazing script. One feature request: the "Min vol" knob in rs5k. So we can control volume sensitivity from the rack. Ideally it would snap at 0db to quickly take away a sample's volume sensitivity. Thank you for the script.
rjbunge99 is offline   Reply With Quote
Old 12-12-2023, 12:50 PM   #572
DaniloVillanova
Human being with feelings
 
Join Date: Jan 2019
Posts: 245
Default

Quote:
Originally Posted by DaniloVillanova View Post
Hi, I can't get the choke function to work. The JSFX is in the MIDI Bus track, and I assign hi hats to group 1 but no choke. I tried different settings in the ADSR and obey note-offs to no avail. Any specific way that it needs to be set up?

Also, would it be possible to add a Resonance knob to the filter area? Would be cool.

Thanks for the script!
MIDI choke still not working.
DaniloVillanova is offline   Reply With Quote
Old 12-15-2023, 03:31 PM   #573
DThompson55
Human being with feelings
 
DThompson55's Avatar
 
Join Date: Mar 2015
Location: Central Connecticut
Posts: 347
Default

I am finally starting to understand the color problem in the drum rack, after reading some of the code and some of the comments in this thread, that the font color is related (rgb -> bgr) to the track color, and that it is controllable to some extent in the UI, except there is no control over the color of the tracks that get create (I think). So the color is whatever it is.

If I add a line tr_col = 0xffffff it solves my problem, Now everything is visible. Maybe add a white only option to the UI?

After a day or so of tinkering I rediscovered SWS track color options that can make the children the same color as the parent, so as long as I choose a good colored parent I think this solves all the problems.

Is there any other nuance I'm missing about controlling the colors?

https://imgur.com/s0tCBAe
__________________
It's like learning to paint with your ears.

Last edited by DThompson55; 12-18-2023 at 05:22 AM.
DThompson55 is offline   Reply With Quote
Old 12-21-2023, 12:35 PM   #574
Subz
Human being with feelings
 
Subz's Avatar
 
Join Date: Jun 2006
Location: UK
Posts: 3,210
Default

Random question,

I love how you have added a filter per pad & added access to all the useful bits of RS5k right there! My question is would it be possible to add an envelope to the filter? One that is retriggered via the midi note?


More a question of plausibility than a FR, ("unless you was gonna do it?" lol)

Subz
Subz is offline   Reply With Quote
Old 12-23-2023, 07:59 PM   #575
DThompson55
Human being with feelings
 
DThompson55's Avatar
 
Join Date: Mar 2015
Location: Central Connecticut
Posts: 347
Default

Quote:
Originally Posted by DaniloVillanova View Post
MIDI choke still not working.
I don't know if this is a good answer or not, but I disabled the choke FX that comes with s5k manager and in its place I've put js: midi choke. As long as I have obey note offs set on the instance to be choked, it works as expected. Obviously it's not visible/accessible in the rs5k manager ui, but it seems ok?
__________________
It's like learning to paint with your ears.
DThompson55 is offline   Reply With Quote
Old 12-23-2023, 08:12 PM   #576
DaniloVillanova
Human being with feelings
 
Join Date: Jan 2019
Posts: 245
Default

Quote:
Originally Posted by DThompson55 View Post
I don't know if this is a good answer or not, but I disabled the choke FX that comes with s5k manager and in its place I've put js: midi choke. As long as I have obey note offs set on the instance to be choked, it works as expected. Obviously it's not visible/accessible in the rs5k manager ui, but it seems ok?
Thanks, I'll try it out.
DaniloVillanova is offline   Reply With Quote
Old 01-03-2024, 04:55 AM   #577
MartinTL
Human being with feelings
 
MartinTL's Avatar
 
Join Date: Sep 2023
Location: Norway
Posts: 126
Default

Hey MPL! Trying out this script, and it's a very nice workflow upgrade

I tried making some standard kits (808, 909, Linndrum etc.), and saving the whole setup as a track template (so I can load the track template in a new project and instantly use the same kit with all the same mappings and settings).

It works, however - when I load a track template in a new project - how can I synchronize the RS5K_manager_MacroControls and the RS5k_manager_MIDIBUS_choke with a new instance of the RS5k Manager script? Is there a sync-button somewhere? And can I have multiple "kits" in my project, and switch which "kit" the RS5k manager script is synced to?

Kinds regards
Martin
MartinTL is offline   Reply With Quote
Old 01-19-2024, 03:18 PM   #578
Ape_Din
Human being with feelings
 
Join Date: Sep 2023
Location: Tirana, Albania
Posts: 35
Default

Since its my first comment in this thread i would like firstly to thank MPL for the amazing work!

So i have tried and used the RS5K manager both on mac and windows and i noticed that on win it is laggging while dragging the window or even when trying to change parameters.

at first i thought it was a problem of my system but after trying another windows machine it was the same.

any idea?
Ape_Din is offline   Reply With Quote
Old 01-20-2024, 03:47 AM   #579
mpl
Human being with feelings
 
mpl's Avatar
 
Join Date: Oct 2013
Location: Moscow, Russia
Posts: 3,960
Default

Sotty guys, all the UI issues is coming from heavy load of CPU even from lightweight UI library like mine. Id say, porting it to ReaImgUI would solve the problems, but I have no time for now.
mpl is offline   Reply With Quote
Old 01-20-2024, 03:19 PM   #580
Ape_Din
Human being with feelings
 
Join Date: Sep 2023
Location: Tirana, Albania
Posts: 35
Default

i see, well we will wait restlessly
Ape_Din is offline   Reply With Quote
Old 02-14-2024, 01:31 AM   #581
tkna
Human being with feelings
 
tkna's Avatar
 
Join Date: Oct 2023
Location: Tokyo
Posts: 31
Default Drum Rack: Option to use white keys only

Is it possible to have only white keys (CDEFGAB) for notes used by Drum Rack?
tkna is offline   Reply With Quote
Old 02-29-2024, 09:40 AM   #582
mequaz
Human being with feelings
 
Join Date: Jul 2008
Posts: 40
Default

Quote:
Originally Posted by tkna View Post
Is it possible to have only white keys (CDEFGAB) for notes used by Drum Rack?
Yes put a midi filter at the end of the fx chain that corresponds to thr note u would like to use.
mequaz is offline   Reply With Quote
Old 03-22-2024, 04:08 PM   #583
ChicoVaca
Human being with feelings
 
Join Date: Dec 2023
Posts: 15
Default

Quote:
Originally Posted by mpl View Post
v1.03 should obey note lengths
Hi MPL! I know this is old but... I wanted to use this script (convert RS5K MIDI notes into source based audio items) and it's not working in REAPER 7. It only mutes my MIDI item. What am I doing wrong? Thanks in advance.

EDIT: now that I see it better... it creates a really really small empty item at the start of the track.

Last edited by ChicoVaca; 03-22-2024 at 04:15 PM.
ChicoVaca is offline   Reply With Quote
Old 03-22-2024, 07:28 PM   #584
tkna
Human being with feelings
 
tkna's Avatar
 
Join Date: Oct 2023
Location: Tokyo
Posts: 31
Default

Quote:
Originally Posted by mequaz View Post
Yes put a midi filter at the end of the fx chain that corresponds to thr note u would like to use.
Thanks. But I only want the white keys to be the only object on which the sound source is placed, to make playing easier.
Screencast: https://0x0.st/Xrnf.mp4
tkna 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:30 PM.


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