Skip to content

Release ReaPeform - Performance Meter with Freezing/Unfreezing v1.0#1716

Open
gravesoundau-pixel wants to merge 3 commits intoReaTeam:masterfrom
gravesoundau-pixel:reapack.com_upload-1775958714302
Open

Release ReaPeform - Performance Meter with Freezing/Unfreezing v1.0#1716
gravesoundau-pixel wants to merge 3 commits intoReaTeam:masterfrom
gravesoundau-pixel:reapack.com_upload-1775958714302

Conversation

@gravesoundau-pixel
Copy link
Copy Markdown

No description provided.

@gravesoundau-pixel

This comment was marked as duplicate.

Copy link
Copy Markdown
Author

@gravesoundau-pixel gravesoundau-pixel left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ty

gravesoundau-pixel

This comment was marked as off-topic.

Comment on lines +342 to +345
-- Pseudo-CPU: use stereo peak volume as a rough proxy for "activity"
-- (Reaper doesn't expose real CPU per track in Lua)
local peak_l = reaper.Track_GetPeakInfo(track, 0)
local peak_r = reaper.Track_GetPeakInfo(track, 1)
Copy link
Copy Markdown
Member

@cfillion cfillion Apr 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

WTF? Treating signal amplitude as FX CPU usage and a hard-coded 15% of that as Media CPU usage to gauge a track's resource utilization is nonsense which defeats the entire stated purpose of the script.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants