Song Dynamics Visualization

I bounce instruments of multitrack to single file to see song dynamics to know which part I can jump to.
But unfortunatelly since strating using AbleSet I’m unsure how lound or quiet each part is.
I would like to see in some way. The best I can suggest is something like the following (just used photoshop for quick sketch)

I’m not sure if there is technical possibility for implementation, because it likely involves reading .asd files, but still worth a shot to ask.

Hi, @leolabs

I’ve implemented waveforms for steamdeck

The only thing I don’t have access to for the most smooth experience is ableset runtime to generate waveform data from opened project

For now I just pre-compile my project with WAV file to Jason and read it from companion module

Here is the script for getting waveform data by sections

If you’d to let me collaborate this part I’d do it happily

Keep in mind current companion module updates in some cases have visual bugs that I’m working around at the time

UPD: fixed known bugs

I remembered that we have beautiful AbletonJS that can be used to get ableton runtime set data.

Here’s big chunk of implementation, there are some minor bugs like, timeout on Ableton and so, but I bet Ableset already has its own safeguards.