diff options
Diffstat (limited to 'src/instrument.cc')
-rw-r--r-- | src/instrument.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/instrument.cc b/src/instrument.cc index a49b286..2e010e6 100644 --- a/src/instrument.cc +++ b/src/instrument.cc @@ -141,6 +141,11 @@ void Instrument::setGroup(std::string g) _group = g; } +void Instrument::setDescription(std::string d) +{ + _description = d; +} + #ifdef TEST_INSTRUMENT //deps: channel.cc sample.cc audiofile.cc //cflags: $(SNDFILE_CFLAGS) |