Audacity 3.2.0
Public Member Functions | Public Attributes | List of all members
LibFileFormats::AcidizerTags::Loop Struct Reference

#include <AcidizerTags.h>

Public Member Functions

 Loop (double bpm)
 

Public Attributes

const double bpm
 

Detailed Description

Definition at line 31 of file AcidizerTags.h.

Constructor & Destructor Documentation

◆ Loop()

LibFileFormats::AcidizerTags::Loop::Loop ( double  bpm)
inlineexplicit

Definition at line 33 of file AcidizerTags.h.

34 : bpm { bpm }
35 {
36 }

Member Data Documentation

◆ bpm

const double LibFileFormats::AcidizerTags::Loop::bpm

Definition at line 37 of file AcidizerTags.h.

Referenced by LibImportExport::GetAcidizerTags().


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