34 #ifndef _NSOUND_INSTRUMENT_H_
35 #define _NSOUND_INSTRUMENT_H_
virtual AudioStream play()=0
Plays a demo for this instrument.
virtual std::string getInfo()=0
Returns information about who wrote this instrument and how to use it.
The Nsound Instrument baseclass. All Nsound instruments extend this class.
Instrument(const float64 &sample_rate)