hydrogen 1.2.3
SMFBase Class Referenceabstract

#include <SMFEvent.h>

Inheritance diagram for SMFBase:
SMF SMFEvent SMFHeader SMFTrack SMFCopyRightNoticeMetaEvent SMFNoteOffEvent SMFNoteOnEvent SMFSetTempoMetaEvent SMFTimeSignatureMetaEvent SMFTrackNameMetaEvent

Public Member Functions

virtual ~SMFBase ()
 
virtual std::vector< char > getBuffer ()=0
 

Detailed Description

Definition at line 78 of file SMFEvent.h.

Constructor & Destructor Documentation

◆ ~SMFBase()

virtual ~SMFBase ( )
inlinevirtual

Definition at line 81 of file SMFEvent.h.

Member Function Documentation

◆ getBuffer()