#include <cmf.h>
|
| uint32_t | readMIDINumber () |
| void | writeInstrumentSettings (uint8_t iChannel, uint8_t iOperatorSource, uint8_t iOperatorDest, uint8_t iInstrument) |
| void | writeOPL (uint8_t iRegister, uint8_t iValue) |
| void | getFreq (uint8_t iChannel, uint8_t iNote, uint8_t *iBlock, uint16_t *iOPLFNum) |
| void | cmfNoteOn (uint8_t iChannel, uint8_t iNote, uint8_t iVelocity) |
| void | cmfNoteOff (uint8_t iChannel, uint8_t iNote, uint8_t iVelocity) |
| void | cmfNoteUpdate (uint8_t iChannel) |
| uint8_t | getPercChannel (uint8_t iChannel) |
| void | MIDIchangeInstrument (uint8_t iOPLChannel, uint8_t iMIDIChannel, uint8_t iNewInstrument) |
| void | MIDIcontroller (uint8_t iChannel, uint8_t iController, uint8_t iValue) |
◆ CcmfPlayer()
| CcmfPlayer::CcmfPlayer |
( |
Copl * | newopl | ) |
|
◆ ~CcmfPlayer()
| CcmfPlayer::~CcmfPlayer |
( |
| ) |
|
◆ cmfNoteOff()
◆ cmfNoteOn()
◆ cmfNoteUpdate()
◆ factory()
◆ getauthor()
| std::string CcmfPlayer::getauthor |
( |
| ) |
|
|
virtual |
◆ getdesc()
| std::string CcmfPlayer::getdesc |
( |
| ) |
|
|
virtual |
◆ getFreq()
◆ getPercChannel()
◆ getrefresh()
| float CcmfPlayer::getrefresh |
( |
| ) |
|
|
virtual |
◆ gettitle()
| std::string CcmfPlayer::gettitle |
( |
| ) |
|
|
virtual |
◆ gettype()
| std::string CcmfPlayer::gettype |
( |
| ) |
|
|
inlinevirtual |
◆ load()
◆ MIDIchangeInstrument()
◆ MIDIcontroller()
◆ readMIDINumber()
◆ rewind()
| void CcmfPlayer::rewind |
( |
int | subsong | ) |
|
|
virtual |
◆ update()
| bool CcmfPlayer::update |
( |
| ) |
|
|
virtual |
◆ writeInstrumentSettings()
◆ writeOPL()
◆ bNoteFix
| bool CcmfPlayer::bNoteFix[16] |
|
private |
◆ bPercussive
| bool CcmfPlayer::bPercussive |
|
private |
◆ bSongEnd
| bool CcmfPlayer::bSongEnd |
|
private |
◆ chMIDI
◆ chOPL
◆ cmfHeader
◆ data
◆ iCurrentRegs
| uint8_t CcmfPlayer::iCurrentRegs[256] |
|
private |
◆ iDelayRemaining
| int CcmfPlayer::iDelayRemaining |
|
private |
◆ iNoteCount
| int CcmfPlayer::iNoteCount |
|
private |
◆ iNotePlaying
| uint8_t CcmfPlayer::iNotePlaying[16] |
|
private |
◆ iPlayPointer
| int CcmfPlayer::iPlayPointer |
|
private |
◆ iPrevCommand
◆ iSongLen
◆ pInstruments
| SBI* CcmfPlayer::pInstruments |
|
private |
◆ strComposer
| std::string CcmfPlayer::strComposer |
|
private |
◆ strRemarks
| std::string CcmfPlayer::strRemarks |
|
private |
◆ strTitle
| std::string CcmfPlayer::strTitle |
|
private |
The documentation for this class was generated from the following files:
- /home/runner/work/lmms-fork/lmms-fork/plugins/OpulenZ/adplug/src/cmf.h
- /home/runner/work/lmms-fork/lmms-fork/plugins/OpulenZ/adplug/src/cmf.cpp