made remotePluginClient::process() have no return value
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1694 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -697,7 +697,7 @@ public:
|
||||
|
||||
virtual bool processMessage( const message & _m );
|
||||
|
||||
virtual bool process( const sampleFrame * _in_buf,
|
||||
virtual void process( const sampleFrame * _in_buf,
|
||||
sampleFrame * _out_buf ) = 0;
|
||||
|
||||
virtual void processMidiEvent( const midiEvent &,
|
||||
|
||||
Reference in New Issue
Block a user