When you rename a track, the source/sink isn't updated, so the samples aren't being received in the front end, which causes the meters to display nothing.
Here's the StreamSource's new function:
pub fn new(device: Arc<Device>, app: AppHandle, track_name: String) -> Self {
track_name is never updated.
When you rename a track, the
source/sinkisn't updated, so the samples aren't being received in the front end, which causes the meters to display nothing.Here's the StreamSource's new function:
track_nameis never updated.