ElvishArtisan / rivendell

A full-featured radio automation system targeted for use in professional broadcast and media environments
197 stars 63 forks source link

4.1.3 RDlibrary Edit Markers - waveform display does not zoom time in past 16 seconds #950

Open paulk-2 opened 3 months ago

paulk-2 commented 3 months ago

RDlibrary Cut/Edit Markers does not allow zooming in further than 16 seconds. no time zoom allowed if cut is shorter 22 seconds. Version 3 would zoom in much farther.

ElvishArtisan commented 2 months ago

Known problem, due to some fundamental limitations in the graphical drawing classes in Qt5. It's actually a limitation in pixel resolution, so if you zoom out on the waveform, you'll be able to see more of it. A problem nonetheless.

Fixing this is not going to be trivial as it will mean a major refactoring of the waveform code.