mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
parent
f646460cb8
commit
c98303331f
1 changed files with 3 additions and 1 deletions
|
@ -3,7 +3,9 @@ define(["Tone/core/Tone", "Tone/instrument/Instrument", "Tone/signal/Signal"], f
|
|||
"use strict";
|
||||
|
||||
/**
|
||||
* @class This is a base class for monophonic instruments.
|
||||
* @class This is an abstract base class for other monophonic instruments to
|
||||
* extend. IMPORTANT: It does not make any sound on its own and
|
||||
* shouldn't be directly instantiated.
|
||||
*
|
||||
* @constructor
|
||||
* @abstract
|
||||
|
|
Loading…
Reference in a new issue