mirror of
https://github.com/bvanroll/rpiRadio.git
synced 2025-08-29 12:02:42 +00:00
Initial Commit
This commit is contained in:
4
ProjectBefore/PythonCode/Midi/CreateTestMelodicsFiles.py
Normal file
4
ProjectBefore/PythonCode/Midi/CreateTestMelodicsFiles.py
Normal file
@@ -0,0 +1,4 @@
|
||||
import os
|
||||
|
||||
for x in range(1,128):
|
||||
os.system('python Interpreter.py "Bpm(80)[Inst(' + str(x) + ')|:3G#4q Bb4s G#4s Bb4s p1s Eb4q p1q|]*(1)" "lead' + str(x) +'"')
|
Reference in New Issue
Block a user