TEAMuP-dev / HARP

A sample editing application allowing for hosted, asynchronous, remote processing of audio with machine learning by routing through Gradio endpoints.
BSD 3-Clause "New" or "Revised" License
27 stars 1 forks source link

Waveform display should go back to moving the cursor, not the waveform #185

Closed bryan-pardo closed 1 month ago

oreillyp commented 1 month ago

This can be achieved by changing line 264 of MainComponent.h to the following:

bool isFollowingTransport = false;

On my ARM macbook, this does not interfere with zoom or click-to-move-playhead functionality.