From 27e0ad32f1ef64e754d7fa3e8f537ffe8c646ae0 Mon Sep 17 00:00:00 2001 From: Tobias Doerffel Date: Sat, 5 Jul 2008 23:25:43 +0000 Subject: [PATCH] added note for scheduled removal of monophonic-property git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1280 0778d3d1-df1d-0410-868b-ea421aaaa00d --- include/instrument.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/instrument.h b/include/instrument.h index 0bb5b602f..122fcbc22 100644 --- a/include/instrument.h +++ b/include/instrument.h @@ -85,8 +85,7 @@ public: return( 0 ); } - // monophonic instruments can re-implement this indicate that they do - // not allow more then one note being played at the same time + // TO BE REMOVED virtual bool isMonophonic( void ) const { return( FALSE );