libgig  4.0.0
gig::MidiRuleUnknown Class Reference

A MIDI rule not yet implemented by libgig. More...

#include <gig.h>

Inheritance diagram for gig::MidiRuleUnknown:
gig::MidiRule

Protected Member Functions

 MidiRuleUnknown ()
 
void UpdateChunks (uint8_t *pData) const
 

Friends

class Instrument
 

Detailed Description

A MIDI rule not yet implemented by libgig.

This class is currently used as a place holder by libgig for MIDI rule types which are not supported by libgig yet.

Note: Support for missing MIDI rule types are probably never added to libgig. We recommend you using real-time instrument scripts instead. Read more about the details and reasons for this in the description of the MidiRule base class.

Deprecated:
Just provided for backward compatiblity, use Script for new instruments instead. See description of MidiRule for details.

Definition at line 964 of file gig.h.

Constructor & Destructor Documentation

gig::MidiRuleUnknown::MidiRuleUnknown ( )
inlineprotected

Definition at line 966 of file gig.h.

Member Function Documentation

void gig::MidiRuleUnknown::UpdateChunks ( uint8_t *  pData) const
inlineprotectedvirtual

Implements gig::MidiRule.

Definition at line 967 of file gig.h.

Friends And Related Function Documentation

friend class Instrument
friend

Definition at line 968 of file gig.h.


The documentation for this class was generated from the following file: