Ardour  9.0-pre0-582-g084a23a80d
devicelist.h File Reference
#include <string>
#include <map>
Include dependency graph for devicelist.h:

Go to the source code of this file.

Namespaces

 ARDOUR
 

Enumerations

enum  ARDOUR::AlsaDuplex { ARDOUR::HalfDuplexIn = 1 , ARDOUR::HalfDuplexOut = 2 , ARDOUR::FullDuplex = 3 }
 

Functions

void ARDOUR::get_alsa_audio_device_names (std::map< std::string, std::string > &devices, AlsaDuplex duplex=FullDuplex)
 
void ARDOUR::get_alsa_rawmidi_device_names (std::map< std::string, std::string > &devices)
 
void ARDOUR::get_alsa_sequencer_names (std::map< std::string, std::string > &devices)
 
int ARDOUR::card_to_num (const char *device_name)