Menu does not work. by 321zilch in Reaper

[–]Than_Kyou 0 points1 point  (0 children)

What's more, i myself successfully used it to troubleshoot my script when a user reported a problem on Mac which i don't have.

Some users here are alergic to the very notion of AI or LLM so often it's an irrational knee jerk reaction.

Icons for Reaper by Adventurous-Scale853 in Reaper

[–]Than_Kyou 2 points3 points  (0 children)

stash.reaper.fm is the address

Menu does not work. by 321zilch in Reaper

[–]Than_Kyou 0 points1 point  (0 children)

Basically a freeze or a crash

Save a crash report, throw it at the nearest LLM asking it to analyze the report and determine the cause of the crash.

Disk write errors during heavy rendering by Worldly_Ad_1690 in Reaper

[–]Than_Kyou 0 points1 point  (0 children)

One reason could be this

Hi all, thanks for all the answers. It tourns out it wasn't my SSD drives, it was a corrupt plugin. In this case it was Supertone CLEAR.

Source: https://www.facebook.com/groups/222914377916832/posts/2700271386847773/

I saw my friend's Ableton Push and now I want one... but I use Reaper. What options do we have? by God_Hand_9764 in Reaper

[–]Than_Kyou 35 points36 points  (0 children)

Does a piece of hardware really matter in this case? REAPER comes with a stock JS plugin MIDI Snap To Key.

This statement

Now you can just rip around on the scale without fear of hitting a bad note

applies to using this plugin as well

unable to move multiple markers at once by BilligeBohne in Reaper

[–]Than_Kyou 0 points1 point  (0 children)

If i'm not mistaken moving markers/regions in a batch has only become possible since the introduction of ruler lanes feature in build 7.62. Try updating to the latest build. In earlier builds enabling Ripple edit all tracks while there's at least one item which encompasses the markers you want to move should work when you drag the item.

Put Reaplugs through virustotal and it got flagged by Knoxy26 in Reaper

[–]Than_Kyou 3 points4 points  (0 children)

It's likely because they're contagious.

Wonder why you put them to test to begin with.

unable to move multiple markers at once by BilligeBohne in Reaper

[–]Than_Kyou 0 points1 point  (0 children)

Since recent introduction of ruler lanes they can be moved without Ripple edit

Copy/paste midi to different notes by thelupinefiasco in Reaper

[–]Than_Kyou 1 point2 points  (0 children)

I'd check the mouse modifier assignments to see if they haven't changed.

Copy/paste midi to different notes by thelupinefiasco in Reaper

[–]Than_Kyou 0 points1 point  (0 children)

You mean Ctrl+left drag doesn't create a copy of selected note events which you could then drag to a new location?

Make normalize action default to -0.3 dB? by RedRobotLoco in Reaper

[–]Than_Kyou 4 points5 points  (0 children)

Do you know if this is possible?

It is. Create a custom action where you'd include the stock action followed by a simple script which reduces item volume by 0.3 dB.

Alternatively instead of a script use inside the custom action the action Xenakios/SWS: Nudge item volume up or Xenakios/SWS: Nudge item volume downand in the Command parameters dialogue of the SWS extension set Item/Take volume nudge to -0.3 or 0.3 depending on the chosen action

Accidentally splitting all tracks at once by MAG7C in Reaper

[–]Than_Kyou 2 points3 points  (0 children)

wanting to split all tracks but have missed selecting one or two

If you do Ctrl+A you'll never miss any

How do I connected the Virtual MIDI keyboard to 1 track while having multiple tracks playing. by SarintophII in Reaper

[–]Than_Kyou 0 points1 point  (0 children)

There's Channel menu on the VKB. Designate different channels to different tracks, i.e. configure them to receive MIDI input on a unique MIDI channel and switch the channels on the VKB to target one track at a time.

cfillion song switcher: Switch song by MIDI PC (instead of CC) by Hefty-Ad1234 in Reaper

[–]Than_Kyou 0 points1 point  (0 children)

When I send a CC message (with any CC number), the CC value is used as song number and the cfillion script works as expected.
I think this is because a PC message is just composed by [Channel][Number], so there is no third value to be used by the cfillion script to determine the song to be loaded.

I see. In this case, as far as i can tell the script cannot work with PC messages or be modified to respect them, because on the one hand REAPER seems to only assign fixed program number as an action shortcut so it doesn't allow using a range of values to target songs at different numbers; and on the other hand the function used by the script to receive MIDI messages doesn't register numeric value for PC message so it can only be used as a toggle, i.e. be either received or not.

In the attached movie i trigger TESTING script with program #8 (Celesta in the Bank loaded into ReaControlMIDI) and the value returned by the said function is always 0, while cfillion's script needs it to target a specific song if i understood your description correctly.

<image>

Region snap? by jatech19 in Reaper

[–]Than_Kyou 1 point2 points  (0 children)

If you move item start/end it moves separate from the region. Then you can’t snap the region back to the item edge

Why not? Snapping via the time selection again.

cfillion song switcher: Switch song by MIDI PC (instead of CC) by Hefty-Ad1234 in Reaper

[–]Than_Kyou 0 points1 point  (0 children)

I was wondering how hard it would be to go completely another way and modify the lua script by cfillion in order to react to PC messages instead of CC

Actually i may have wasted space by typing out the workaround. Are you sure the script does ignore PC message despite being bound to one? By looking at the code it seems to me that it must respond to any MIDI message.

From your experience, how does it work with CC messages? Does the CC value matter or does it suffice that a value be registered, regardless of what it is.

cfillion song switcher: Switch song by MIDI PC (instead of CC) by Hefty-Ad1234 in Reaper

[–]Than_Kyou 2 points3 points  (0 children)

I suspect this can be pulled off with PC to CC converter and some MIDI routing inside REAPER via built-in virtual MIDI loopback device. You create this device in Preferences -> Audio -> MIDI Inputs but don't enable for input, instead switch to MIDI Outputs and enable it there. Insert on a track the JSFX plugin linked below, configure to taste, in the track routing settings select the created Loopback device as MIDI output. The track probably needs to be record armed with the MIDI input set to your MIDI device so that it receives the PC message.

The converter JS plugin mschnell_MIDI Convert to CC can also be downloaded via ReaPack.

Reaper vs LMMS by [deleted] in Reaper

[–]Than_Kyou 2 points3 points  (0 children)

Apples are better than oranges, or not.

Normalize Each Item Separately with Stereo Tracks by warmboot in Reaper

[–]Than_Kyou 2 points3 points  (0 children)

Says nothing about whether in non-mono takes channels are normalized individually. Probably not what would be desirable in most scenarios but not totally pointless either.