File:Nicolic tetrad.mp3: Difference between revisions
Jump to navigation
Jump to search
created with Sonic Pi |
script added |
||
| Line 1: | Line 1: | ||
== Summary == | == Summary == | ||
created with Sonic Pi | created with [[Sonic Pi]] by this script: | ||
<pre> | |||
define :tetrad do |c1,c2,c3,c4| | |||
d1 = 1.25 | |||
d2 = 5 | |||
t = 60.0 | |||
t1 = t + c1/100.0 | |||
t2 = t + c2/100.0 | |||
t3 = t + c3/100.0 | |||
t4 = t + c4/100.0 | |||
a = 0.8 | |||
r = 1.6 | |||
play t1, amp: a, release: r | |||
sleep d1 | |||
play t2, amp: a, release: r | |||
sleep d1 | |||
play t3, amp: a, release: r | |||
sleep d1 | |||
play t4, amp: a, release: r | |||
sleep d1*2 | |||
r = 3.5 | |||
play t1, amp: a, release: r | |||
play t2, amp: a, release: r | |||
play t3, amp: a, release: r | |||
play t4, amp: a, release: r | |||
sleep d2 | |||
end | |||
tetrad 0.00, 247.74, 536.95, 782.49 | |||
</pre> | |||
recorded and saved as <code>*.wav</code>. Then cut and transformed into <code>*.mp3</code> with [[Audacity]]. | |||
Revision as of 16:20, 13 June 2020
Summary
created with Sonic Pi by this script:
define :tetrad do |c1,c2,c3,c4| d1 = 1.25 d2 = 5 t = 60.0 t1 = t + c1/100.0 t2 = t + c2/100.0 t3 = t + c3/100.0 t4 = t + c4/100.0 a = 0.8 r = 1.6 play t1, amp: a, release: r sleep d1 play t2, amp: a, release: r sleep d1 play t3, amp: a, release: r sleep d1 play t4, amp: a, release: r sleep d1*2 r = 3.5 play t1, amp: a, release: r play t2, amp: a, release: r play t3, amp: a, release: r play t4, amp: a, release: r sleep d2 end tetrad 0.00, 247.74, 536.95, 782.49
recorded and saved as *.wav. Then cut and transformed into *.mp3 with Audacity.
File history
Click on a date/time to view the file as it appeared at that time.
| Date/Time | Thumbnail | Dimensions | User | Comment | |
|---|---|---|---|---|---|
| current | 20:27, 3 March 2022 | (451 KB) | FloraC (talk | contribs) | The chord is properly tempered in this version. | |
| 16:14, 13 June 2020 | (255 KB) | Xenwolf (talk | contribs) | created with Sonic Pi |
You cannot overwrite this file.
File usage
The following page uses this file: