Browse Source

added stout

Paola Fontana Gasio 4 years ago
parent
commit
7691e0fe78
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/motiv_gen

+ 2 - 1
src/motiv_gen

@@ -1,4 +1,5 @@
 from gizmo_transforming_functions import *
 from gizmo_transforming_functions import *
+from gizmo_funtions import gizmo_stdout
 
 
 import random
 import random
 
 
@@ -74,4 +75,4 @@ for i in range (1, len(motiv)):
     note = motiv[i].split(',')[1]
     note = motiv[i].split(',')[1]
     motiv[i] = duration + ',' + note
     motiv[i] = duration + ',' + note
 
 
-print(motiv)
+gizmo_stdout(motiv)