Ardour  9.0-pre0-582-g084a23a80d
ARDOUR::FluidSynth::BankProgram Struct Reference

Public Member Functions

 BankProgram (const std::string &n, int b, int p)
 
 BankProgram (const BankProgram &other)
 

Public Attributes

std::string name
 
int bank
 
int program
 

Detailed Description

Definition at line 68 of file fluid_synth.h.

Constructor & Destructor Documentation

◆ BankProgram() [1/2]

ARDOUR::FluidSynth::BankProgram::BankProgram ( const std::string &  n,
int  b,
int  p 
)
inline

Definition at line 69 of file fluid_synth.h.

◆ BankProgram() [2/2]

ARDOUR::FluidSynth::BankProgram::BankProgram ( const BankProgram other)
inline

Definition at line 75 of file fluid_synth.h.

Member Data Documentation

◆ bank

int ARDOUR::FluidSynth::BankProgram::bank

Definition at line 82 of file fluid_synth.h.

◆ name

std::string ARDOUR::FluidSynth::BankProgram::name

Definition at line 81 of file fluid_synth.h.

◆ program

int ARDOUR::FluidSynth::BankProgram::program

Definition at line 83 of file fluid_synth.h.


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