Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
PitchAndSpeedDialog::PitchShift Struct Reference

#include <PitchAndSpeedDialog.h>

Public Member Functions

bool operator== (const PitchShift &other) const
 
bool operator!= (const PitchShift &other) const
 

Public Attributes

int semis = 0
 
int cents = 0
 

Detailed Description

Definition at line 48 of file PitchAndSpeedDialog.h.

Member Function Documentation

◆ operator!=()

bool PitchAndSpeedDialog::PitchShift::operator!= ( const PitchShift other) const
inline

Definition at line 56 of file PitchAndSpeedDialog.h.

57 {
58 return !(*this == other);
59 }

◆ operator==()

bool PitchAndSpeedDialog::PitchShift::operator== ( const PitchShift other) const
inline

Definition at line 52 of file PitchAndSpeedDialog.h.

53 {
54 return semis == other.semis && cents == other.cents;
55 }

References cents, and semis.

Member Data Documentation

◆ cents

int PitchAndSpeedDialog::PitchShift::cents = 0

◆ semis

int PitchAndSpeedDialog::PitchShift::semis = 0

The documentation for this struct was generated from the following file: