Realearn pagination - Switching page from Reascript Reaper action #1403
-
Hi @helgoboss , First, I want to thank you for the great and powerful tool you created. So how can I directly access a specific page from reascript instead of of having to scroll through all six pages with the MidiMix page next/previous buttons ? Another reason for this is that MidiMix doesn't have text feedback so it is not possible to know exactly on which page you are, so having the ability to go to a specific page directly through a custom menu/toolbar (calling an action) would be great. I hope I am explaining this clearly enough, English is not my native language. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Hi! Actually, compartment parameter are exposed as FX parameter. But only
for the main unit (the first unit in each ReaLearn FX instance). Do you
have your mappings in an additional unit?
safran5020 ***@***.***> schrieb am So., 12. Jan. 2025, 08:20:
… Hi @helgoboss <https://github.com/helgoboss> ,
First, I want to thank you for the great and powerful tool you created.
I use Realearn (just updated to 2.17.2) with an Akai MidiMix mainly and an
Akai MPK88.
I have setup pagination for the MidiMix (6 pages) and I would like o be
able to switch to a specific page from reascript.
We can usually Get/Set any FX Parameter in reascript for any plugin but
realearn's FX Parameter are not linked to any of the plugin's parameters
even though there are 200 of them. Pagination makes use of Compartment
parameters and those are not exposed to reascript API.
So how can I directly access a specific page from reascript instead of of
having to scroll through all six pages with the MidiMix page next/previous
buttons ?
Another reason for this is that MidiMix doesn't have text feedback so it
is not possible to know exactly on which page you are, so having the
ability to go to a specific page directly using a keyboard shortcut
(calling an action) would be great.
I hope I am explaining this clearly enough, English is not my native
language.
Thanks
—
Reply to this email directly, view it on GitHub
<#1403>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AADIZZIL2F23E4NJCATVEBD2KIJSPAVCNFSM6AAAAABVAX3RDKVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXHAYTAMBQGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Hi @helgoboss , It looks like its not as simple as I thought it would be. In other words how can I retreive an integer from a decimal value contained between 0 and 1 dependinf on the value of "Value count" Thanks |
Beta Was this translation helpful? Give feedback.
Hi Benjamin,
That's a great information and good to know. I suggest you add it in your reference guide if it is not already. I might have missed it.
Yes, my MidiMix controller is on the second unit while my MPK is on the first unit.
For testing purposes, I created another reaLearn instance and my page change reascript is working as expected. :-)
So by flipping the units order I will be good to go. Since there is no way of doing it from the actual instance, I will create a brand new instance and put the Midimix first and the MPK second and delete the original instance. Fortunately, the compartment pre…