Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Player/StandalonePlayer.py
diff options
context:
space:
mode:
Diffstat (limited to 'Player/StandalonePlayer.py')
-rw-r--r--Player/StandalonePlayer.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/Player/StandalonePlayer.py b/Player/StandalonePlayer.py
index e26c38a..9566de0 100644
--- a/Player/StandalonePlayer.py
+++ b/Player/StandalonePlayer.py
@@ -18,6 +18,7 @@ from Player.KeyboardStandAlone import KeyboardStandAlone
from Player.RythmPlayer import RythmPlayer
from Player.RythmGenerator import *
from SynthLab.SynthLabWindow import SynthLabWindow
+from Player.Trackpad import Trackpad
Tooltips = Config.Tooltips
@@ -43,6 +44,7 @@ class StandAlonePlayer( gtk.EventBox ):
self.notesList = []
time.sleep(0.001)
self.playbackTimeout = None
+ self.trackpad = Trackpad( self, self.csnd )
loopPointsTable = []
sample_names = [name for i in range( len( Config.INSTRUMENTS ) ) for name in Config.INSTRUMENTS.keys() if Config.INSTRUMENTS[ name ].instrumentId == i ]