libsidplayfp  2.0.2
Public Member Functions | List of all members
ReSIDBuilder Class Reference

#include <resid.h>

Inheritance diagram for ReSIDBuilder:
Inheritance graph
[legend]
Collaboration diagram for ReSIDBuilder:
Collaboration graph
[legend]

Public Member Functions

 ReSIDBuilder (const char *const name)
 
unsigned int availDevices () const
 
unsigned int create (unsigned int sids)
 
const char * credits () const
 
global settings

Settings that affect all SIDs

void filter (bool enable)
 
void bias (double dac_bias)
 
- Public Member Functions inherited from sidbuilder
 sidbuilder (const char *const name)
 
unsigned int usedDevices () const
 
libsidplayfp::sidemulock (libsidplayfp::EventScheduler *scheduler, SidConfig::sid_model_t model, bool digiboost)
 
void unlock (libsidplayfp::sidemu *device)
 
void remove ()
 
const char * name () const
 
const char * error () const
 
bool getStatus () const
 

Additional Inherited Members

- Protected Types inherited from sidbuilder
typedef std::set< libsidplayfp::sidemu * > emuset_t
 
- Protected Attributes inherited from sidbuilder
std::string m_errorBuffer
 
emuset_t sidobjs
 
bool m_status
 

Detailed Description

ReSID Builder Class

Member Function Documentation

◆ availDevices()

unsigned int ReSIDBuilder::availDevices ( ) const
inlinevirtual

Available sids.

Returns
the number of available sids, 0 = endless.

Implements sidbuilder.

◆ bias()

void ReSIDBuilder::bias ( double  dac_bias)

The bias is given in millivolts, and a maximum reasonable control range is approximately -500 to 500.

◆ create()

unsigned int ReSIDBuilder::create ( unsigned int  sids)
virtual

Create the sid emu.

Parameters
sidsthe number of required sid emu
Returns
the number of actually created sid emus

Implements sidbuilder.

◆ credits()

const char * ReSIDBuilder::credits ( ) const
virtual

Get the builder's credits.

Returns
credits

Implements sidbuilder.

◆ filter()

void ReSIDBuilder::filter ( bool  enable)
virtual

enable/disable filter.

Implements sidbuilder.


The documentation for this class was generated from the following files: