projects
/
minwii.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c89f241
)
Reprise modifs ld
author
pin
<pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Thu, 28 Feb 2013 10:17:31 +0000
(10:17 +0000)
committer
pin
<pin@fe552daf-6dbe-4428-90eb-1537e0879342>
Thu, 28 Feb 2013 10:17:31 +0000
(10:17 +0000)
git-svn-id: https://svn.cri.ensmp.fr/svn/minwii/trunk@409
fe552daf
-6dbe-4428-90eb-
1537e0879342
src/minwii/synth.py
patch
|
blob
|
history
diff --git
a/src/minwii/synth.py
b/src/minwii/synth.py
index
6d0034f
..
f89dcc9
100755
(executable)
--- a/
src/minwii/synth.py
+++ b/
src/minwii/synth.py
@@
-21,7
+21,7
@@
class Synth(FSynth) :
- octaviation
"""
- def __init__(self, gain=0.2, samplerate=44100, sfPath='') :
+ def __init__(self, gain=0.2, samplerate=44100, sfPath=''
, driver=None
) :
FSynth.__init__(self, gain=gain, samplerate=samplerate)
if not sfPath :
@@
-30,7
+30,7
@@
class Synth(FSynth) :
self._gain = gain
- self.start()
+ self.start(
driver=driver
)
self.fsid = self.sfload(sfPath)
self._octaveAjusts = {}
console.debug('démarrage du synthétiseur')