sf2 understands panning midi meta events now
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1942 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
@@ -63,6 +63,11 @@ public:
|
||||
sampleFrame * /* _working_buf */ )
|
||||
{
|
||||
}
|
||||
|
||||
// event called when a note's panning changes
|
||||
virtual void updatePanning( notePlayHandle * )
|
||||
{
|
||||
}
|
||||
|
||||
// needed for deleting plugin-specific-data of a note - plugin has to
|
||||
// cast void-ptr so that the plugin-data is deleted properly
|
||||
|
||||
Reference in New Issue
Block a user