|
libsidplayfp
2.0.2
|
#include <resid.h>


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::sidemu * | lock (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 |
ReSID Builder Class
|
inlinevirtual |
| void ReSIDBuilder::bias | ( | double | dac_bias | ) |
The bias is given in millivolts, and a maximum reasonable control range is approximately -500 to 500.
|
virtual |
Create the sid emu.
| sids | the number of required sid emu |
Implements sidbuilder.
|
virtual |
|
virtual |
enable/disable filter.
Implements sidbuilder.
1.8.18