Increased Volume of beeps while waiting 4 gps signal

This commit is contained in:
Michael 2019-09-20 22:39:38 +02:00
parent fc9a7b931b
commit 4da5b6f662
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ define :playSatelliteCount do
sample :bd_fat, amp: 6
else
sample :bd_haus, amp: 1
play scale(:Eb2, :major_pentatonic, num_octaves: 3).choose, release: 0.1, amp: rand
play scale(:Eb2, :major_pentatonic, num_octaves: 3).choose, release: 0.15, amp: rand(1..4)
end
end