projects
/
minwii.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
ménage (par le vide)
[minwii.git]
/
src
/
app
/
synth.py
diff --git
a/src/app/synth.py
b/src/app/synth.py
index
469fd04
..
c1faee7
100755
(executable)
--- a/
src/app/synth.py
+++ b/
src/app/synth.py
@@
-35,11
+35,11
@@
class Synth(FSynth) :
self.start()
self.fsid = self.sfload(sfPath)
self._octaveAjusts = {}
self.start()
self.fsid = self.sfload(sfPath)
self._octaveAjusts = {}
- console.
info
('démarrage du synthétiseur')
+ console.
debug
('démarrage du synthétiseur')
envLogger.info('soundfont : %s', sfPath)
def __del__(self) :
envLogger.info('soundfont : %s', sfPath)
def __del__(self) :
- console.
info
('arrêt du synthétiseur')
+ console.
debug
('arrêt du synthétiseur')
self.delete()
def adjust_octave(self, chan, octave) :
self.delete()
def adjust_octave(self, chan, octave) :