diff options
Diffstat (limited to 'blend.py')
-rw-r--r-- | blend.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -250,11 +250,11 @@ yue.process(melody, 24, 4, blend=1) yue.process(bass, 24, gain=1.5, blend=1) yue.process(bass, 32, gain=1.5, blend=1) yue.process(melody, 40, 4, blend=1) -yue.process(melody2, 40, 4, blend=1) +yue.process(melody2, 40, 4, blend=1, waveform=yue.seething) yue.process(bass, 40, gain=1.5, blend=1) yue.process(bass, 48, gain=1.5, blend=1) yue.process(melody, 56, 4, blend=1) -yue.process(melody3, 56, 4, blend=1) +yue.process(melody3, 56, 4, blend=1, waveform=yue.seething) yue.process(bass, 56, gain=1.5, blend=1) yue.process(bass, 64, gain=1.5, blend=1) yue.process(outro, 72, 4, blend=1) |