--- gigedit/trunk/src/plugin/linuxsamplerplugin.h 2008/02/03 00:13:27 1659 +++ gigedit/trunk/src/plugin/linuxsamplerplugin.h 2008/02/03 00:19:55 1660 @@ -40,6 +40,8 @@ void* pApp; void __onSamplesToBeRemoved(std::list lSamples); + void __onVirtualKeyboardKeyHit(int Key, int Velocity); + void __onVirtualKeyboardKeyReleased(int Key, int Velocity); bool __onPollPeriod(); };