|
|
| ReSIDfp (sidbuilder *builder) |
| |
|
bool | getStatus () const |
| |
|
uint8_t | read (uint_least8_t addr) override |
| |
|
void | write (uint_least8_t addr, uint8_t data) override |
| |
|
void | reset (uint8_t volume) override |
| |
| void | clock () override |
| |
|
void | sampling (float systemclock, float freq, SidConfig::sampling_method_t method, bool) override |
| |
| void | voice (unsigned int num, bool mute) override |
| |
| void | model (SidConfig::sid_model_t model, bool digiboost) override |
| |
|
void | filter (bool enable) |
| |
|
void | filter6581Curve (double filterCurve) |
| |
|
void | filter8580Curve (double filterCurve) |
| |
|
| sidemu (sidbuilder *builder) |
| |
| virtual bool | lock (EventScheduler *scheduler) |
| |
| virtual void | unlock () |
| |
| virtual void | sampling (float systemfreq SID_UNUSED, float outputfreq SID_UNUSED, SidConfig::sampling_method_t method SID_UNUSED, bool fast SID_UNUSED) |
| |
| const char * | error () const |
| |
|
sidbuilder * | builder () const |
| |
| int | bufferpos () const |
| |
| void | bufferpos (int pos) |
| |
| short * | buffer () const |
| |
|
void | reset () |
| |
| void | poke (uint_least16_t address, uint8_t value) override |
| |
| uint8_t | peek (uint_least16_t address) override |
| |
|
|
static const char * | getCredits () |
| |
|
| enum | { OUTPUTBUFFERSIZE = 5000
} |
| |
|
EventScheduler * | eventScheduler |
| |
|
event_clock_t | m_accessClk |
| |
|
short * | m_buffer |
| | The sample buffer.
|
| |
|
int | m_bufferpos |
| | Current position in buffer.
|
| |
|
bool | m_status |
| |
|
bool | isLocked |
| |
|
std::string | m_error |
| |
|
static const char | ERR_UNSUPPORTED_FREQ [] = "Unable to set desired output frequency." |
| |
|
static const char | ERR_INVALID_SAMPLING [] = "Invalid sampling method." |
| |
|
static const char | ERR_INVALID_CHIP [] = "Invalid chip model." |
| |
◆ clock()
| void libsidplayfp::ReSIDfp::clock |
( |
| ) |
|
|
overridevirtual |
◆ model()
◆ voice()
| void libsidplayfp::ReSIDfp::voice |
( |
unsigned int |
num, |
|
|
bool |
mute |
|
) |
| |
|
inlineoverridevirtual |
The documentation for this class was generated from the following files: