|
libsidplayfp
1.8.7
|
#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 |
| sidemu * | lock (EventContext *env, SidConfig::sid_model_t model) |
| void | unlock (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< 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 |
|
virtual |
|
virtual |
enable/disable filter.
Implements sidbuilder.
1.8.12