mirror of
https://github.com/thestk/stk
synced 2026-01-11 20:11:52 +00:00
Removed undefined clear() functions in FM, Resonate, Simple, and Sampler classes; a few documentation updates in preparation for 4.5.0 release.
This commit is contained in:
@@ -46,9 +46,6 @@ class FM : public Instrmnt
|
||||
//! Class destructor.
|
||||
virtual ~FM( void );
|
||||
|
||||
//! Reset and clear all wave and envelope states.
|
||||
void clear( void );
|
||||
|
||||
//! Load the rawwave filenames in waves.
|
||||
void loadWaves( const char **filenames );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user