Exemple #1
0
            ("c4", 8),
            ("r", 1),
            ("c4", 4),
            ("r", 1),
            ("c4", 1),
            ("r", 1),
            ("c4", 1),
            ("r", 1),
        ),
        fn="all_cs.wav",
    )
    make_wav(song4_rh,
             bpm=130,
             transpose=1,
             boost=1.15,
             repeat=1,
             fn="pysynth_bach_rh.wav")
    make_wav(song4_lh,
             bpm=130,
             transpose=1,
             boost=1.15,
             repeat=1,
             fn="pysynth_bach_lh.wav")
    mix_files("pysynth_bach_rh.wav", "pysynth_bach_lh.wav", "pysynth_bach.wav")

    make_wav(song3,
             bpm=132 / 2,
             leg_stac=0.9,
             boost=1.1,
             fn="pysynth_chopin.wav")
Exemple #2
0
import tomita.legacy.play_wav as pw
import pyaudio
import tomita.legacy.readmidi as mr
from playsound import playsound
import pygame
f=open("C:/Users/bohee/source/pyspace/code/single1/code.txt","w")
ar=['a4','a#4','b4','c4','c#4','d4','d#4','e4','f4','f#4','g4','g#4','a4','a#4','b4','c4','c#4','d4','d#4']
# for i in ar:
#     f.write('song=[[\''+i+'\',16]]\nps.make_wav(song,fn=\"'+i[:-1]+'16.wav\")\n')
for i in range(12):
    f.write('mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/'+ar[i][:-1]+'16.wav","C:/Users/bohee/source/pyspace/code/single16/'+ar[i+3][:-1]+'16.wav","C:/Users/bohee/source/pyspace/code/single16/file1.wav",chann=2,phase=-1.0)\n')
    f.write('mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/file1.wav","C:/Users/bohee/source/pyspace/code/single16/'+ar[i+7][:-1]+'16.wav","'+ar[i][:-1].upper()+'m16.wav",chann=2,phase=-1.0)\n')



mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/a16.wav","C:/Users/bohee/source/pyspace/code/single16/c16.wav","C:/Users/bohee/source/pyspace/code/single16/file1.wav",chann=2,phase=-1.0)
mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/file1.wav","C:/Users/bohee/source/pyspace/code/single16/e16.wav","Am16.wav",chann=2,phase=-1.0)
mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/a#16.wav","C:/Users/bohee/source/pyspace/code/single16/c#16.wav","C:/Users/bohee/source/pyspace/code/single16/file1.wav",chann=2,phase=-1.0)
mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/file1.wav","C:/Users/bohee/source/pyspace/code/single16/f16.wav","A#m16.wav",chann=2,phase=-1.0)
mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/b16.wav","C:/Users/bohee/source/pyspace/code/single16/d16.wav","C:/Users/bohee/source/pyspace/code/single16/file1.wav",chann=2,phase=-1.0)
mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/file1.wav","C:/Users/bohee/source/pyspace/code/single16/f#16.wav","Bm16.wav",chann=2,phase=-1.0)
mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/c16.wav","C:/Users/bohee/source/pyspace/code/single16/d#16.wav","C:/Users/bohee/source/pyspace/code/single16/file1.wav",chann=2,phase=-1.0)
mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/file1.wav","C:/Users/bohee/source/pyspace/code/single16/g16.wav","Cm16.wav",chann=2,phase=-1.0)
mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/c#16.wav","C:/Users/bohee/source/pyspace/code/single16/e16.wav","C:/Users/bohee/source/pyspace/code/single16/file1.wav",chann=2,phase=-1.0)
mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/file1.wav","C:/Users/bohee/source/pyspace/code/single16/g#16.wav","C#m16.wav",chann=2,phase=-1.0)
mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/d16.wav","C:/Users/bohee/source/pyspace/code/single16/f16.wav","C:/Users/bohee/source/pyspace/code/single16/file1.wav",chann=2,phase=-1.0)
mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/file1.wav","C:/Users/bohee/source/pyspace/code/single16/a16.wav","Dm16.wav",chann=2,phase=-1.0)
mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/d#16.wav","C:/Users/bohee/source/pyspace/code/single16/f#16.wav","C:/Users/bohee/source/pyspace/code/single16/file1.wav",chann=2,phase=-1.0)
mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/file1.wav","C:/Users/bohee/source/pyspace/code/single16/a#16.wav","D#m16.wav",chann=2,phase=-1.0)
mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/e16.wav","C:/Users/bohee/source/pyspace/code/single16/g16.wav","C:/Users/bohee/source/pyspace/code/single16/file1.wav",chann=2,phase=-1.0)
mx.mix_files("C:/Users/bohee/source/pyspace/code/single16/file1.wav","C:/Users/bohee/source/pyspace/code/single16/b16.wav","Em16.wav",chann=2,phase=-1.0)