Created
March 27, 2023 16:25
-
-
Save MrEasonYang/6ff46b5d6d73b03f8bde731cb65577ce to your computer and use it in GitHub Desktop.
A Sonic Pi script generated by GPT.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
in_thread do | |
4.times do | |
sample :bd_haus | |
sleep 1 | |
end | |
end | |
in_thread do | |
use_synth :piano | |
play_pattern_timed [:e5, :g5, :e5, :g5, :e5, :g5, :e5, :g5], | |
[0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25], amp: 2 | |
end | |
sleep 4 | |
in_thread do | |
use_synth :piano | |
2.times do | |
play_pattern_timed [:e5, :g5, :b5, :e5, :g5, :b5, :e5, :g5, :b5, :e5, :g5, :b5, :e5, :g5, :b5, :e5], | |
[0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25], amp: 2 | |
end | |
end | |
in_thread do | |
use_synth :tb303 | |
8.times do | |
play :e1, release: 0.2, amp: 0.6 | |
sleep 1 | |
end | |
end | |
sleep 4 | |
in_thread do | |
use_synth :piano | |
play_pattern_timed [:c5, :d5, :e5, :d5, :c5, :d5, :e5, :d5, :c5, :d5, :e5, :d5, :c5, :d5, :e5, :d5], | |
[0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25, 0.25], amp: 2 | |
end | |
in_thread do | |
use_synth :pluck | |
with_fx :distortion, mix: 0.3 do | |
4.times do | |
play_pattern_timed [:e5, :g5, :b5], [0.25, 0.25, 0.5], amp: 1.5 | |
play_pattern_timed [:e5, :g5, :b5], [0.25, 0.25, 0.5], amp: 1.5 | |
end | |
end | |
end | |
in_thread do | |
use_synth :saw | |
with_fx :reverb, mix: 0.5 do | |
8.times do | |
play_chord [:e4, :g4, :c5], release: 0.3, amp: 1 | |
sleep 1 | |
end | |
end | |
end | |
in_thread do | |
use_synth :piano | |
with_fx :distortion, mix: 0.3 do | |
play_pattern_timed [:e5, :g5, :b5, :e6, :d6, :c6, :b5, :a5], | |
[0.25, 0.25, 0.5, 0.25, 0.25, 0.25, 0.25, 0.5], amp: 2 | |
play_pattern_timed [:e5, :g5, :b5, :e6, :d6, :c6, :b5, :a5], | |
[0.25, 0.25, 0.5, 0.25, 0.25, 0.25, 0.25, 0.5], amp: 2 | |
play_pattern_timed [:e5, :g5, :b5, :e6, :d6, :c6, :b5, :a5], | |
[0.25, 0.25, 0.5, 0.25, 0.25, 0.25, 0.25, 0.5], amp: 2 | |
end | |
end | |
in_thread do | |
8.times do | |
sample :bd_haus, amp: 1.5 | |
sleep 0.5 | |
sample :sn_dolf, amp: 1.5 | |
sleep 0.5 | |
end | |
end | |
in_thread do | |
use_synth :saw | |
with_fx :reverb, mix: 0.5 do | |
8.times do | |
play_chord [:e4, :g4, :c5], release: 0.3, amp: 1 | |
sleep 1 | |
end | |
end | |
end | |
in_thread do | |
use_synth :saw | |
with_fx :reverb, mix: 0.5 do | |
8.times do | |
play_chord [:g4, :b4, :e5], release: 0.3, amp: 1 | |
sleep 1 | |
end | |
end | |
end | |
in_thread do | |
use_synth :saw | |
with_fx :reverb, mix: 0.5 do | |
8.times do | |
play_chord [:e4, :g4, :c5], release: 0.3, amp: 1 | |
sleep 1 | |
end | |
end | |
end | |
in_thread do | |
use_synth :pluck | |
with_fx :distortion, mix: 0.3 do | |
4.times do | |
play_pattern_timed [:e5, :g5, :b5], [0.25, 0.25, 0.5], amp: 1.5 | |
play_pattern_timed [:e5, :g5, :b5], [0.25, 0.25, 0.5], amp: 1.5 | |
end | |
end | |
end | |
in_thread do | |
use_synth :saw | |
with_fx :reverb, mix: 0.5 do | |
8.times do | |
play_chord [:e4, :g4, :c5], release: 0.3, amp: 1 | |
sleep 1 | |
end | |
end | |
end | |
in_thread do | |
use_synth :piano | |
with_fx :distortion, mix: 0.3 do | |
play_pattern_timed [:e5, :g5, :b5, :e6, :d6, :c6, :b5, :a5], | |
[0.25, 0.25, 0.5, 0.25, 0.25, 0.25, 0.25, 0.5], amp: 2 | |
end | |
end | |
in_thread do | |
16.times do | |
sample :bd_haus, amp: 1.5 | |
sleep 0.25 | |
sample :sn_dolf, amp: 1.5 | |
sleep 0.25 | |
end | |
end | |
in_thread do | |
use_synth :saw | |
with_fx :reverb, mix: 0.5 do | |
16.times do | |
play_chord [:e4, :g4, :c5], release: 0.3, amp: 1 | |
sleep 0.5 | |
end | |
end | |
end | |
in_thread do | |
use_synth :piano | |
play :e5, amp: 2 | |
end | |
sleep 1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment