12#ifndef __AUDACITY_PROJECT_RATE__
13#define __AUDACITY_PROJECT_RATE__
33 void SetRate(
double rate);
Utility ClientData::Site to register hooks into a host class that attach client data.
The top-level handle to an Audacity project. It serves as a source of events that other objects can b...
An object that sends messages to an open-ended list of subscribed callbacks.
Holds project sample rate.
ProjectRate & operator=(const ProjectRate &)=delete
ProjectRate(const ProjectRate &)=delete
Services * Get()
Fetch the global instance, or nullptr if none is yet installed.
double GetRate(const Track &track)
A convenient default parameter for class template Site.