Initial commit
This commit is contained in:
commit
778fe31c38
35 changed files with 1849 additions and 0 deletions
13
pub/level5.py
Normal file
13
pub/level5.py
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
"""
|
||||
Niveau 5
|
||||
Jouer une partition
|
||||
"""
|
||||
|
||||
import synth
|
||||
|
||||
encoder = synth.Encoder()
|
||||
|
||||
music = synth.Midi()
|
||||
|
||||
#for notes in music:
|
||||
# notes est une liste dont les éléments sont [piste, note, force]
|
||||
Loading…
Add table
Add a link
Reference in a new issue