libsidplayfp
0.3.5
|
#include <resid.h>
Public Member Functions | |
ReSIDBuilder (const char *const name) | |
uint | devices (bool used) |
uint | create (uint sids) |
sidemu * | lock (c64env *env, sid2_model_t model) |
void | unlock (sidemu *device) |
void | remove (void) |
const char * | error (void) const |
const char * | credits (void) |
global settings | |
Settings that affect all SIDs | |
void | filter (bool enable) |
enable/disable filter | |
SID_DEPRECATED void | filter (const sid_filter_t *filter) |
void | bias (const double dac_bias) |
![]() | |
sidbuilder (const char *const name) | |
const char * | name (void) const |
operator bool () const |
Protected Attributes | |
std::vector< sidemu * > | sidobjs |
![]() | |
bool | m_status |
ReSID Builder Class
void ReSIDBuilder::bias | ( | const double | dac_bias | ) |
The bias is given in millivolts, and a maximum reasonable control range is approximately -500 to 500.
uint ReSIDBuilder::devices | ( | bool | used | ) |
true will give you the number of used devices. return values: 0 none, positive is used sids false will give you all available sids. return values: 0 endless, positive is available sids. use bool operator to determine error
|
inline |