Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /proc/self/root/usr/include/CLAM/ |
Current File : //proc/self/root/usr/include/CLAM/MIDIFileReader.hxx |
#ifndef __MIDIFILEREADER__ #define __MIDIFILEREADER__ #include "OutPort.hxx" #include "MIDITypes.hxx" #include "MIDIFileIOConfig.hxx" #include "Processing.hxx" namespace CLAM { class MIDIFileReader : public Processing { public: MIDIFileReader(); MIDIFileReader(const MIDIFileIOConfig& cfg); ~MIDIFileReader(); bool Do(); bool Do(MIDISong& out); const char * GetClassName() const {return "MIDIFileReader";} inline const ProcessingConfig &GetConfig() const { return mConfig;} bool ConcreteConfigure(const ProcessingConfig& c); private: MIDIFileIOConfig mConfig; OutPort<MIDISong> mOutput; std::string GetEventName(TMIDIByte b); }; } #endif
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare