home *** CD-ROM | disk | FTP | other *** search
/ Nebula / nebula.bin / Audio / Score / MarchKings.score < prev    next >
Text File  |  1993-08-08  |  25KB  |  1,295 lines

  1. /*
  2.      March of the Kings
  3.      
  4.      as rendered by Christopher Kane from an arrangement by Noble Cain.
  5.      10/15/90   modified: 11/29/90
  6.      
  7.      From an old French tune.  (almost certainly pre-13th century)
  8.      
  9.      This score uses the Pluck sythPatch to render the notes.  I attempted to use a 
  10.      wavetable and a 22kH sample of a trumpet note to get a nice brass sound to the 
  11.      music, but I couldn't get it to work.  So here's a quasi-harpsicord sound.
  12.      
  13.    Note that the notes are formatted here so that the time command 't' for the next note is associated
  14.    with the part commands of the previous.  This makes it a little easier to read the note lengths.
  15. */
  16.  
  17. info tempo:124, headroom:0.33;
  18.  
  19. noteTagRange = 1 to 10;
  20.  
  21. part sop,alto,ten,bass,contbass,ex1,ex2,ex3;
  22.  
  23. sop synthPatchCount:1, synthPatch:"Pluck";
  24. alto synthPatchCount:1, synthPatch:"Pluck";
  25. ten synthPatchCount:1, synthPatch:"Pluck";
  26. bass synthPatchCount:1, synthPatch:"Pluck";
  27. contbass synthPatchCount:1, synthPatch:"Pluck";
  28. ex1 synthPatchCount:1, synthPatch:"Pluck";
  29. ex2 synthPatchCount:1, synthPatch:"Pluck";
  30. ex3 synthPatchCount:1, synthPatch:"Pluck";
  31.  
  32. var start = 0.01;
  33. var contbassamp=0.9;
  34. var bassamp=0.9;
  35. var tenamp=1.0;
  36. var altoamp=1.0;
  37. var sopamp=1.0;
  38. var whole = 4.0;
  39. var half = whole / 2;
  40. var quart = whole / 4;
  41. var eigth = whole / 8;
  42. var sixt = whole / 16;
  43. var dot8 = eigth+sixt;
  44.  
  45. BEGIN;
  46.  
  47. sop (noteUpdate) sustain:0.97, decay:15, bright:0.37, bearing:15.0, amp:sopamp;
  48. alto (noteUpdate) sustain:0.97, decay:15, bright:0.37, bearing:7.0, amp:altoamp;
  49. ten (noteUpdate) sustain:0.97, decay:15, bright:0.37, bearing:0.0, amp:tenamp;
  50. bass (noteUpdate) sustain:0.97, decay:15, bright:0.37, bearing:-7.0, amp:bassamp;
  51. contbass (noteUpdate) sustain:0.97, decay:15, bright:0.37, bearing:-15.0, amp:contbassamp;
  52. ex1 (noteUpdate) sustain:0.97, decay:15, bright:0.40, bearing:0.0, amp:0.7;
  53. ex2 (noteUpdate) sustain:0.97, decay:15, bright:0.40, bearing:0.0, amp:0.7;
  54. ex3 (noteUpdate) sustain:0.97, decay:15, bright:0.40, bearing:0.0, amp:0.7;
  55.  
  56. t start;
  57.  
  58. /*---------------------------------*/
  59. sop (noteOn 1) freq:g4;
  60. alto (noteOn 2) freq:d4;
  61. ten (noteOn 3) freq:bf3;
  62. bass (noteOn 4) freq:g3;
  63. contbass (noteOn 5) freq:g2;
  64. t +quart;
  65.  
  66. sop (noteOn 1) freq:d4;
  67. alto (noteOff 2);
  68. ten (noteOn 3) freq:a3;
  69. bass (noteOn 4) freq:f3;
  70. contbass (noteOn 5) freq:f2;
  71. t +quart;
  72.  
  73. /*---------------------------------*/
  74. sop (noteOn 1) freq:g4;
  75. alto (noteOn 2) freq:ef4;
  76. ten (noteOn 3) freq:bf3;
  77. bass (noteOn 4) freq:ef3;
  78. contbass (noteOn 5) freq:ef2;
  79. t +(quart+dot8);
  80.  
  81. sop (noteOn 1) freq:a4;
  82. alto (noteOff 2);
  83. ten (noteOff 3);
  84. bass (noteOn 4) freq:f3;
  85. t +sixt;
  86.  
  87. sop (noteOn 1) freq:bf4;
  88. alto (noteOn 2) freq:d4;
  89. bass (noteOn 4) freq:g3;
  90. contbass (noteOn 5) freq:g2;
  91. t +dot8;
  92.  
  93. sop (noteOn 1) freq:a4;
  94. alto (noteOff 2);
  95. bass (noteOn 4) freq:f3;
  96. t +sixt;
  97.  
  98. sop (noteOn 1) freq:bf4;
  99. alto (noteOn 2) freq:d4;
  100. bass (noteOn 4) freq:g3;
  101. contbass (noteOn 5) freq:g2;
  102. t +dot8;
  103.  
  104. sop (noteOn 1) freq:g4;
  105. alto (noteOff 2);
  106. bass (noteOn 4) freq:ef3;
  107. t +sixt;
  108.  
  109. /*---------------------------------*/
  110. sop (noteOn 1) freq:d5;
  111. alto (noteOn 2) freq:bf4;
  112. ten (noteOn 3) freq:f4;
  113. bass (noteOn 4) freq:bf2;
  114. contbass (noteOn 5) freq:bf2;
  115. t +(quart+eigth);
  116.  
  117. sop (noteOff 1);
  118. alto (noteOff 2);
  119. ten (noteOff 3);
  120. bass (noteOff 4);
  121. t +sixt;
  122.  
  123. sop (noteOn 1) freq:bf4;
  124. bass (noteOn 4) freq:bf3;
  125. t +sixt;
  126.  
  127. sop (noteOn 1) freq:c5;
  128. alto (noteOn 2) freq:f4;
  129. bass (noteOn 4) freq:a3;
  130. contbass (noteOn 5) freq:a2;
  131. t +quart;
  132.  
  133. sop (noteOn 1) freq:d5;
  134. alto (noteOn 2) freq:bf4;
  135. ten (noteOn 3) freq:f4;
  136. bass (noteOn 4) freq:af3;
  137. contbass (noteOn 5) freq:af2;
  138. t +quart;
  139.  
  140. /*---------------------------------*/
  141. sop (noteOn 1) freq:ef5;
  142. alto (noteOn 2) freq:bf4;
  143. ten (noteOn 3) freq:ef4;
  144. bass (noteOn 4) freq:g3;
  145. contbass (noteOn 5) freq:g2;
  146. t +eigth;
  147.  
  148. sop (noteOn 1) freq:d5;
  149. alto (noteOn 2) freq:a4;
  150. ten (noteOn 3) freq:d4;
  151. bass (noteOn 4) freq:f3;
  152. contbass (noteOn 5) freq:f2;
  153. t +eigth;
  154.  
  155. sop (noteOn 1) freq:c5;
  156. alto (noteOn 2) freq:g4;
  157. ten (noteOn 3) freq:c4;
  158. bass (noteOn 4) freq:ef3;
  159. contbass (noteOn 5) freq:ef2;
  160. t +eigth;
  161.  
  162. sop (noteOn 1) freq:bf4;
  163. alto (noteOn 2) freq:f4;
  164. ten (noteOn 3) freq:bf3;
  165. bass (noteOn 4) freq:d3;
  166. contbass (noteOn 5) freq:d2;
  167. t +eigth;
  168.  
  169. sop (noteOn 1) freq:bf4;
  170. alto (noteOn 2) freq:ef4;
  171. ten (noteOn 3) freq:bf3;
  172. bass (noteOn 4) freq:c3;
  173. contbass (noteOn 5) freq:c2;
  174. t +half;
  175.  
  176. /*---------------------------------*/
  177. t +quart;
  178.  
  179. sop (noteOn 1) freq:a4;
  180. alto (noteOn 2) freq:fs4;
  181. ten (noteOn 3) freq:c4;
  182. bass (noteOn 4) freq:d3;
  183. contbass (noteOn 5) freq:d2;
  184. t +quart;
  185.  
  186. sop (noteOn 1) freq:g4;
  187. alto (noteOn 2) freq:d4;
  188. ten (noteOn 3) freq:bf3;
  189. bass (noteOn 4) freq:g3;
  190. contbass (noteOn 5) freq:g2;
  191. t +half;
  192.  
  193. /*---------------------------------*/
  194. t +half;
  195.  
  196. sop (noteOn 1) freq:g4;
  197. alto (noteOn 2) freq:d4;
  198. ten (noteOn 3) freq:bf3;
  199. bass (noteOn 4) freq:g3;
  200. contbass (noteOn 5) freq:g2;
  201. t +quart;
  202.  
  203. sop (noteOn 1) freq:d4;
  204. alto (noteOff 2);
  205. ten (noteOn 3) freq:a3;
  206. bass (noteOn 4) freq:f3;
  207. contbass (noteOn 5) freq:f2;
  208. t +quart;
  209.  
  210. /*---------------------------------*/
  211. sop (noteOn 1) freq:g4;
  212. alto (noteOn 2) freq:ef4;
  213. ten (noteOn 3) freq:bf3;
  214. bass (noteOn 4) freq:ef3;
  215. contbass (noteOn 5) freq:ef2;
  216. t +(quart+dot8);
  217.  
  218. sop (noteOn 1) freq:a4;
  219. ten (noteOff 3);
  220. bass (noteOn 4) freq:f3;
  221. t +sixt;
  222.  
  223. sop (noteOn 1) freq:bf4;
  224. alto (noteOn 2) freq:d4;
  225. bass (noteOn 4) freq:g3;
  226. contbass (noteOn 5) freq:g2;
  227. t +dot8;
  228.  
  229. sop (noteOn 1) freq:a4;
  230. bass (noteOn 4) freq:f3;
  231. t +sixt;
  232.  
  233. sop (noteOn 1) freq:bf4;
  234. alto (noteOn 2) freq:d4;
  235. bass (noteOn 4) freq:g3;
  236. contbass (noteOn 5) freq:g2;
  237. t +dot8;
  238.  
  239. sop (noteOn 1) freq:g4;
  240. bass (noteOn 4) freq:ef3;
  241. t +sixt;
  242.  
  243. /*---------------------------------*/
  244. sop (noteOn 1) freq:d5;
  245. alto (noteOn 2) freq:bf4;
  246. ten (noteOn 3) freq:f4;
  247. bass (noteOn 4) freq:bf2;
  248. contbass (noteOn 5) freq:bf2;
  249. t +(quart+eigth+sixt);
  250.  
  251. sop (noteOn 1) freq:bf4;
  252. alto (noteOff 2);
  253. ten (noteOff 3);
  254. bass (noteOn 4) freq:bf3;
  255. t +sixt;
  256.  
  257. sop (noteOn 1) freq:c5;
  258. alto (noteOn 2) freq:f4;
  259. bass (noteOn 4) freq:a3;
  260. contbass (noteOn 5) freq:a2;
  261. t +quart;
  262.  
  263. sop (noteOn 1) freq:d5;
  264. alto (noteOn 2) freq:bf4;
  265. ten (noteOn 3) freq:f4;
  266. bass (noteOn 4) freq:af3;
  267. contbass (noteOn 5) freq:af2;
  268. t +quart;
  269.  
  270. /*---------------------------------*/
  271. sop (noteOn 1) freq:ef5;
  272. alto (noteOn 2) freq:bf4;
  273. ten (noteOff 3);
  274. bass (noteOn 4) freq:g3;
  275. contbass (noteOn 5) freq:g2;
  276. t +eigth;
  277.  
  278. sop (noteOn 1) freq:d5;
  279. alto (noteOn 2) freq:a4;
  280. bass (noteOn 4) freq:f3;
  281. contbass (noteOn 5) freq:f2;
  282. t +eigth;
  283.  
  284. sop (noteOn 1) freq:c5;
  285. alto (noteOn 2) freq:g4;
  286. bass (noteOn 4) freq:ef3;
  287. contbass (noteOn 5) freq:ef2;
  288. t +eigth;
  289.  
  290. sop (noteOn 1) freq:bf4;
  291. alto (noteOn 2) freq:f4;
  292. bass (noteOn 4) freq:d3;
  293. contbass (noteOn 5) freq:d2;
  294. t +eigth;
  295.  
  296. sop (noteOn 1) freq:a4;
  297. alto (noteOn 2) freq:g4;
  298. ten (noteOn 3) freq:ef4;
  299. bass (noteOn 4) freq:c3;
  300. contbass (noteOn 5) freq:c2;
  301. t +quart;
  302.  
  303. sop (noteOn 1) freq:d5;
  304. alto (noteOn 2) freq:a4;
  305. ten (noteOn 3) freq:d4;
  306. bass (noteOn 4) freq:fs3;
  307. contbass (noteOn 5) freq:d2;
  308. t +quart;
  309.  
  310. /*---------------------------------*/
  311. sop (noteOn 1) freq:bf4;
  312. alto (noteOn 2) freq:g4;
  313. ten (noteOn 3) freq:d4;
  314. bass (noteOn 4) freq:g3;
  315. contbass (noteOn 5) freq:g2;
  316. t +quart;
  317.  
  318. sop (noteOn 1) freq:g4;
  319. alto (noteOn 2) freq:d4;
  320. ten (noteOn 3) freq:bf3;
  321. bass (noteOn 4) freq:g2;
  322. contbass (noteOn 5) freq:g2;
  323. t +eigth;
  324.  
  325. sop (noteOff 1);
  326. alto (noteOff 2);
  327. ten (noteOff 3);
  328. bass (noteOff 4);
  329. contbass (noteOff 5);
  330. t +eigth;
  331.  
  332. sop (noteOn 1) freq:g4;
  333. alto (noteOn 2) freq:d4;
  334. ten (noteOn 3) freq:bf3, amp:0.5;
  335. bass (noteOn 4) freq:g3, amp:0.2;
  336. contbass (noteOn 5) freq:g2, amp:0.2;
  337. t +quart;
  338.  
  339. sop (noteOn 1) freq:d4;
  340. alto (noteOff 2);
  341. ten (noteOn 3) freq:a3, amp:tenamp;
  342. bass (noteOn 4) freq:f3, amp:bassamp;
  343. contbass (noteOn 5) freq:f2, amp:contbassamp;
  344. t +quart;
  345.  
  346. /*---------------------------------*/
  347. sop (noteOn 1) freq:g4;
  348. alto (noteOn 2) freq:ef4;
  349. ten (noteOn 3) freq:bf3;
  350. bass (noteOn 4) freq:ef3;
  351. contbass (noteOn 5) freq:ef2;
  352. t +(quart+dot8);
  353.  
  354. sop (noteOn 1) freq:a4;
  355. ten (noteOff 3);
  356. bass (noteOn 4) freq:f3;
  357. t +sixt;
  358.  
  359. sop (noteOn 1) freq:bf4;
  360. alto (noteOn 2) freq:d4;
  361. bass (noteOn 4) freq:g3;
  362. contbass (noteOn 5) freq:g2;
  363. t +dot8;
  364.  
  365. sop (noteOn 1) freq:a4;
  366. bass (noteOn 4) freq:f3;
  367. t +sixt;
  368.  
  369. sop (noteOn 1) freq:bf4;
  370. alto (noteOn 2) freq:d4;
  371. bass (noteOn 4) freq:g3;
  372. contbass (noteOn 5) freq:g2;
  373. t +dot8;
  374.  
  375. sop (noteOn 1) freq:g4;
  376. bass (noteOn 4) freq:ef3;
  377. t +sixt;
  378.  
  379. /*---------------------------------*/
  380. sop (noteOn 1) freq:d5;
  381. alto (noteOn 2) freq:bf4;
  382. ten (noteOn 3) freq:f4;
  383. bass (noteOn 4) freq:bf2;
  384. contbass (noteOn 5) freq:bf2;
  385. t +(quart+eigth+sixt);
  386.  
  387. sop (noteOn 1) freq:bf4;
  388. alto (noteOff 2);
  389. ten (noteOff 3);
  390. bass (noteOn 4) freq:bf3;
  391. t +sixt;
  392.  
  393. sop (noteOn 1) freq:c5;
  394. alto (noteOn 2) freq:f4;
  395. bass (noteOn 4) freq:a3;
  396. contbass (noteOn 5) freq:a2;
  397. t +quart;
  398.  
  399. sop (noteOn 1) freq:d5;
  400. alto (noteOn 2) freq:bf4;
  401. ten (noteOn 3) freq:f4;
  402. bass (noteOn 4) freq:af3;
  403. contbass (noteOn 5) freq:af2;
  404. t +quart;
  405.  
  406. /*---------------------------------*/
  407. sop (noteOn 1) freq:ef5;
  408. alto (noteOn 2) freq:bf4;
  409. ten (noteOff 3);
  410. bass (noteOn 4) freq:g3;
  411. contbass (noteOn 5) freq:g2;
  412. t +eigth;
  413.  
  414. sop (noteOn 1) freq:d5;
  415. alto (noteOn 2) freq:a4;
  416. bass (noteOn 4) freq:f3;
  417. contbass (noteOn 5) freq:f2;
  418. t +eigth;
  419.  
  420. sop (noteOn 1) freq:c5;
  421. alto (noteOn 2) freq:g4;
  422. bass (noteOn 4) freq:ef3;
  423. contbass (noteOn 5) freq:ef2;
  424. t +eigth;
  425.  
  426. sop (noteOn 1) freq:bf4;
  427. alto (noteOn 2) freq:f4;
  428. bass (noteOn 4) freq:d3;
  429. contbass (noteOn 5) freq:d2;
  430. t +eigth;
  431.  
  432. sop (noteOn 1) freq:bf4;
  433. alto (noteOn 2) freq:ef4;
  434. bass (noteOn 4) freq:c3;
  435. contbass (noteOn 5) freq:c2;
  436. t +quart;
  437.  
  438. sop (noteOn 1) freq:a4;
  439. alto (noteOn 2) freq:fs4;
  440. ten (noteOn 3) freq:c4;
  441. bass (noteOn 4) freq:d3;
  442. contbass (noteOn 5) freq:d2;
  443. t +quart;
  444.  
  445. /*---------------------------------*/
  446. sop (noteOn 1) freq:g4;
  447. alto (noteOn 2) freq:d4;
  448. ten (noteOn 3) freq:bf3;
  449. bass (noteOn 4) freq:g3;
  450. contbass (noteOn 5) freq:g2;
  451. t +(quart+eigth);
  452.  
  453. sop (noteOff 1);
  454. alto (noteOff 2);
  455. ten (noteOff 3);
  456. bass (noteOff 4);
  457. contbass (noteOff 5);
  458. t +sixt;
  459. /*==========================================*/
  460. sop (noteOn 1) freq:a4;
  461. alto (noteOn 2) freq:d4;
  462. bass (noteOn 4) freq:fs3;
  463. t +sixt;
  464.  
  465. sop (noteOn 1) freq:a4;
  466. alto (noteOn 2) freq:d4;
  467. bass (noteOn 4) freq:fs3;
  468. contbass (noteOn 5) freq:d2;
  469. t +quart;
  470.  
  471. sop (noteOn 1) freq:a4;
  472. bass (noteOn 4) freq:fs3;
  473. t +quart;
  474.  
  475. /*---------------------------------*/
  476. sop (noteOn 1) freq:bf4;
  477. bass (noteOn 4) freq:g3;
  478. t +quart;
  479.  
  480. sop (noteOn 1) freq:a4;
  481. bass (noteOn 4) freq:fs3;
  482. t +dot8;
  483.  
  484. sop (noteOn 1) freq:g4;
  485. bass (noteOn 4) freq:e3;
  486. t +sixt;
  487.  
  488. sop (noteOn 1) freq:a4;
  489. bass (noteOn 4) freq:fs3;
  490. t +quart;
  491.  
  492. sop (noteOn 1) freq:bf4;
  493. bass (noteOn 4) freq:g3;
  494. t +quart;
  495.  
  496. /*---------------------------------*/
  497. sop (noteOn 1) freq:c5;
  498. bass (noteOn 4) freq:a3;
  499. t +(quart+eigth);
  500.  
  501. sop (noteOff 1);
  502. alto (noteOff 2);
  503. bass (noteOff 4);
  504. contbass (noteOff 5);
  505. t +sixt;
  506.  
  507. sop (noteOn 1) freq:bf4;
  508. bass (noteOn 4) freq:g3;
  509. t +sixt;
  510.  
  511. sop (noteOn 1) freq:c5;
  512. alto (noteOn 2) freq:d4;
  513. bass (noteOn 4) freq:a3;
  514. t +quart;
  515.  
  516. sop (noteOn 1) freq:d5;
  517. bass (noteOn 4) freq:bf3;
  518. t +quart;
  519.  
  520. /*---------------------------------*/
  521. sop (noteOn 1) freq:g4;
  522. alto (noteOn 2) freq:ef4;
  523. bass (noteOn 4) freq:c4;
  524. t +eigth;
  525.  
  526. bass (noteOn 4) freq:bf3;
  527. t +eigth;
  528.  
  529. sop (noteOn 1) freq:a4;
  530. bass (noteOn 4) freq:a3;
  531. t +eigth;
  532.  
  533. sop (noteOn 1) freq:bf4;
  534. bass (noteOn 4) freq:g3;
  535. t +eigth;
  536.  
  537. sop (noteOn 1) freq:c5;
  538. alto (noteOn 2) freq:d4;
  539. bass (noteOn 4) freq:a3;
  540. t +eigth;
  541.  
  542. sop (noteOn 1) freq:bf4;
  543. bass (noteOn 4) freq:g3;
  544. t +eigth;
  545.  
  546. sop (noteOn 1) freq:a4;
  547. bass (noteOn 4) freq:f3;
  548. t +eigth;
  549.  
  550. sop (noteOn 1) freq:g4;
  551. bass (noteOn 4) freq:ef3;
  552. t +eigth;
  553.  
  554. /*---------------------------------*/
  555. sop (noteOn 1) freq:g4;
  556. alto (noteOn 2) freq:d4;
  557. ten (noteOn 3) freq:bf3;
  558. bass (noteOn 4) freq:d3;
  559. t +quart;
  560.  
  561. sop (noteOn 1) freq:fs4;
  562. ten (noteOn 3) freq:a3;
  563. t +eigth;
  564.  
  565. sop (noteOff 1);
  566. alto (noteOff 2);
  567. ten (noteOff 3);
  568. bass (noteOff 4) ;
  569. t +sixt;
  570.  
  571. sop (noteOn 1) freq:a4;
  572. alto (noteOn 2) freq:d4;
  573. bass (noteOn 4) freq:fs3;
  574. t +sixt;
  575.  
  576. sop (noteOn 1) freq:a4;
  577. alto (noteOn 2) freq:d4;
  578. bass (noteOn 4) freq:fs3;
  579. contbass (noteOn 5) freq:d2;
  580. t +quart;
  581.  
  582. sop (noteOn 1) freq:a4;
  583. bass (noteOn 4) freq:fs3;
  584. t +quart;
  585.  
  586. /*---------------------------------*/
  587. sop (noteOn 1) freq:bf4;
  588. bass (noteOn 4) freq:g3;
  589. t +quart;
  590.  
  591. sop (noteOn 1) freq:a4;
  592. bass (noteOn 4) freq:fs3;
  593. t +dot8;
  594.  
  595. sop (noteOn 1) freq:g4;
  596. bass (noteOn 4) freq:e3;
  597. t +sixt;
  598.  
  599. sop (noteOn 1) freq:a4;
  600. bass (noteOn 4) freq:fs3;
  601. t +quart;
  602.  
  603. sop (noteOn 1) freq:bf4;
  604. bass (noteOn 4) freq:g3;
  605. t +quart;
  606.  
  607. /*---------------------------------*/
  608. sop (noteOn 1) freq:c5;
  609. bass (noteOn 4) freq:a3;
  610. t +(quart+eigth);
  611.  
  612. sop (noteOff 1);
  613. alto (noteOff 2);
  614. bass (noteOff 4);
  615. contbass (noteOff 5);
  616. t +sixt;
  617.  
  618. sop (noteOn 1) freq:bf4;
  619. ten (noteOn 3) freq:bf3;
  620. bass (noteOn 4) freq:bf2;
  621. t +sixt;
  622.  
  623. sop (noteOn 1) freq:c5;
  624. alto (noteOn 2) freq:f4;
  625. ten (noteOn 3) freq:a3;
  626. bass (noteOn 4) freq:a2;
  627. t +quart;
  628.  
  629. sop (noteOn 1) freq:d5;
  630. alto (noteOn 2) freq:bf4;
  631. ten (noteOn 3) freq:f4;
  632. bass (noteOn 4) freq:af3;
  633. contbass (noteOn 5) freq:af2;
  634. t +quart;
  635.  
  636. /*---------------------------------*/
  637. sop (noteOn 1) freq:ef5;
  638. alto (noteOn 2) freq:bf4;
  639. ten (noteOff 3);
  640. bass (noteOn 4) freq:g3;
  641. contbass (noteOn 5) freq:g2;
  642. t +eigth;
  643.  
  644. sop (noteOn 1) freq:d5;
  645. alto (noteOn 2) freq:a4;
  646. bass (noteOn 4) freq:f3;
  647. contbass (noteOn 5) freq:f2;
  648. t +eigth;
  649.  
  650. sop (noteOn 1) freq:c5;
  651. alto (noteOn 2) freq:g4;
  652. bass (noteOn 4) freq:ef3;
  653. contbass (noteOn 5) freq:ef2;
  654. t +eigth;
  655.  
  656. sop (noteOn 1) freq:bf4;
  657. alto (noteOn 2) freq:f4;
  658. bass (noteOn 4) freq:d3;
  659. contbass (noteOn 5) freq:d2;
  660. t +eigth;
  661.  
  662. sop (noteOn 1) freq:bf4;
  663. alto (noteOn 2) freq:ef4;
  664. bass (noteOn 4) freq:c3;
  665. contbass (noteOn 5) freq:c2;
  666. t +quart;
  667.  
  668. sop (noteOn 1) freq:a4;
  669. alto (noteOn 2) freq:fs4;
  670. ten (noteOn 3) freq:c4;
  671. bass (noteOn 4) freq:d3;
  672. contbass (noteOn 5) freq:d2;
  673. t +quart;
  674.  
  675. /*---------------------------------*/
  676. sop (noteOn 1) freq:g4;
  677. alto (noteOn 2) freq:d4;
  678. ten (noteOn 3) freq:bf3;
  679. bass (noteOn 4) freq:g3;
  680. contbass (noteOn 5) freq:g2;
  681. t +(quart+eigth);
  682.  
  683. sop (noteOff 1);
  684. alto (noteOff 2);
  685. ten (noteOff 3);
  686. bass (noteOff 4);
  687. contbass (noteOff 5);
  688. t +sixt;
  689.  
  690. sop (noteOn 1) freq:bf4;
  691. ten (noteOn 3) freq:bf3;
  692. bass (noteOn 4) freq:bf2;
  693. t +sixt;
  694.  
  695. sop (noteOn 1) freq:c5;
  696. alto (noteOn 2) freq:f4;
  697. ten (noteOn 3) freq:c4;
  698. bass (noteOn 4) freq:a3;
  699. contbass (noteOn 5) freq:a2;
  700. t +quart;
  701.  
  702. sop (noteOn 1) freq:d5;
  703. alto (noteOn 2) freq:bf4;
  704. ten (noteOn 3) freq:d4;
  705. bass (noteOn 4) freq:af3;
  706. contbass (noteOn 5) freq:af2;
  707. t +quart;
  708.  
  709. /*---------------------------------*/
  710. sop (noteOn 1) freq:ef5;
  711. alto (noteOn 2) freq:bf4;
  712. ten (noteOn 3) freq:ef4;
  713. bass (noteOn 4) freq:g3;
  714. contbass (noteOn 5) freq:g2;
  715. t +eigth;
  716.  
  717. sop (noteOn 1) freq:d5;
  718. alto (noteOn 2) freq:a4;
  719. ten (noteOn 3) freq:d4;
  720. bass (noteOn 4) freq:f3;
  721. contbass (noteOn 5) freq:f2;
  722. t +eigth;
  723.  
  724. sop (noteOn 1) freq:c5;
  725. alto (noteOn 2) freq:g4;
  726. ten (noteOn 3) freq:c4;
  727. bass (noteOn 4) freq:ef3;
  728. contbass (noteOn 5) freq:ef2;
  729. t +eigth;
  730.  
  731. sop (noteOn 1) freq:bf4;
  732. alto (noteOn 2) freq:f4;
  733. ten (noteOn 3) freq:bf3;
  734. bass (noteOn 4) freq:d3;
  735. contbass (noteOn 5) freq:d2;
  736. t +eigth;
  737.  
  738. sop (noteOn 1) freq:bf4;
  739. alto (noteOn 2) freq:ef4;
  740. ten (noteOn 3) freq:bf3;
  741. bass (noteOn 4) freq:c3;
  742. contbass (noteOn 5) freq:c2;
  743. t +half;
  744.  
  745. /*---------------------------------*/
  746. t +quart;
  747.  
  748. sop (noteOn 1) freq:a4;
  749. alto (noteOn 2) freq:fs4;
  750. ten (noteOn 3) freq:c4;
  751. bass (noteOn 4) freq:d3;
  752. contbass (noteOn 5) freq:d2;
  753. t +quart;
  754.  
  755. sop (noteOn 1) freq:g4;
  756. alto (noteOn 2) freq:d4;
  757. ten (noteOn 3) freq:bf3;
  758. bass (noteOn 4) freq:g3;
  759. contbass (noteOn 5) freq:g2;
  760. t +half;
  761.  
  762. /*########################################################*/
  763.  
  764. /*---------------------------------*/
  765. t +half;
  766.  
  767. sop (noteOn 1) freq:g4;
  768. alto (noteOn 2) freq:d4;
  769. ten (noteOn 3) freq:bf3;
  770. bass (noteOn 4) freq:g3;
  771. contbass (noteOn 5) freq:g2;
  772. t +quart;
  773.  
  774. sop (noteOn 1) freq:d4;
  775. alto (noteOff 2);
  776. ten (noteOn 3) freq:a3;
  777. bass (noteOn 4) freq:f3;
  778. contbass (noteOn 5) freq:f2;
  779. t +quart;
  780.  
  781. /*---------------------------------*/
  782. sop (noteOn 1) freq:g4;
  783. alto (noteOn 2) freq:ef4;
  784. ten (noteOn 3) freq:bf3;
  785. bass (noteOn 4) freq:ef3;
  786. contbass (noteOn 5) freq:ef2;
  787. t +(quart+dot8);
  788.  
  789. sop (noteOn 1) freq:a4;
  790. ten (noteOff 3);
  791. bass (noteOn 4) freq:f3;
  792. t +sixt;
  793.  
  794. sop (noteOn 1) freq:bf4;
  795. alto (noteOn 2) freq:d4;
  796. bass (noteOn 4) freq:g3;
  797. contbass (noteOn 5) freq:g2;
  798. t +dot8;
  799.  
  800. sop (noteOn 1) freq:a4;
  801. bass (noteOn 4) freq:f3;
  802. t +sixt;
  803.  
  804. sop (noteOn 1) freq:bf4;
  805. alto (noteOn 2) freq:d4;
  806. bass (noteOn 4) freq:g3;
  807. contbass (noteOn 5) freq:g2;
  808. t +dot8;
  809.  
  810. sop (noteOn 1) freq:g4;
  811. bass (noteOn 4) freq:ef3;
  812. t +sixt;
  813.  
  814. /*---------------------------------*/
  815. sop (noteOn 1) freq:d5;
  816. alto (noteOn 2) freq:bf4;
  817. ten (noteOn 3) freq:f4;
  818. bass (noteOn 4) freq:bf2;
  819. contbass (noteOn 5) freq:bf2;
  820. t +(quart+eigth+sixt);
  821.  
  822. sop (noteOn 1) freq:bf4;
  823. alto (noteOff 2);
  824. ten (noteOff 3);
  825. bass (noteOn 4) freq:bf3;
  826. t +sixt;
  827.  
  828. sop (noteOn 1) freq:c5;
  829. alto (noteOn 2) freq:f4;
  830. bass (noteOn 4) freq:a3;
  831. contbass (noteOn 5) freq:a2;
  832. t +quart;
  833.  
  834. sop (noteOn 1) freq:d5;
  835. alto (noteOn 2) freq:bf4;
  836. ten (noteOn 3) freq:f4;
  837. bass (noteOn 4) freq:af3;
  838. contbass (noteOn 5) freq:af2;
  839. t +quart;
  840.  
  841. /*---------------------------------*/
  842. sop (noteOn 1) freq:ef5;
  843. alto (noteOn 2) freq:bf4;
  844. ten (noteOff 3);
  845. bass (noteOn 4) freq:g3;
  846. contbass (noteOn 5) freq:g2;
  847. t +eigth;
  848.  
  849. sop (noteOn 1) freq:d5;
  850. alto (noteOn 2) freq:a4;
  851. bass (noteOn 4) freq:f3;
  852. contbass (noteOn 5) freq:f2;
  853. t +eigth;
  854.  
  855. sop (noteOn 1) freq:c5;
  856. alto (noteOn 2) freq:g4;
  857. bass (noteOn 4) freq:ef3;
  858. contbass (noteOn 5) freq:ef2;
  859. t +eigth;
  860.  
  861. sop (noteOn 1) freq:bf4;
  862. alto (noteOn 2) freq:f4;
  863. bass (noteOn 4) freq:d3;
  864. contbass (noteOn 5) freq:d2;
  865. t +eigth;
  866.  
  867. sop (noteOn 1) freq:a4;
  868. alto (noteOn 2) freq:g4;
  869. ten (noteOn 3) freq:ef4;
  870. bass (noteOn 4) freq:c3;
  871. contbass (noteOn 5) freq:c2;
  872. t +quart;
  873.  
  874. sop (noteOn 1) freq:d5;
  875. alto (noteOn 2) freq:a4;
  876. ten (noteOn 3) freq:d4;
  877. bass (noteOn 4) freq:fs3;
  878. contbass (noteOn 5) freq:d2;
  879. t +quart;
  880.  
  881. /*---------------------------------*/
  882. sop (noteOn 1) freq:bf4;
  883. alto (noteOn 2) freq:g4;
  884. ten (noteOn 3) freq:d4;
  885. bass (noteOn 4) freq:g3;
  886. contbass (noteOn 5) freq:g2;
  887. t +quart;
  888.  
  889. sop (noteOn 1) freq:g4;
  890. alto (noteOn 2) freq:d4;
  891. ten (noteOn 3) freq:bf3;
  892. bass (noteOn 4) freq:g2;
  893. contbass (noteOn 5) freq:g2;
  894. t +eigth;
  895.  
  896. sop (noteOff 1);
  897. alto (noteOff 2);
  898. ten (noteOff 3);
  899. bass (noteOff 4);
  900. contbass (noteOff 5);
  901. t +eigth;
  902.  
  903. sop (noteOn 1) freq:g4;
  904. alto (noteOn 2) freq:d4;
  905. ten (noteOn 3) freq:bf3, amp:0.5;
  906. bass (noteOn 4) freq:g3, amp:0.2;
  907. contbass (noteOn 5) freq:g2, amp:0.2;
  908. t +quart;
  909.  
  910. sop (noteOn 1) freq:d4;
  911. alto (noteOff 2);
  912. ten (noteOn 3) freq:a3, amp:tenamp;
  913. bass (noteOn 4) freq:f3, amp:bassamp;
  914. contbass (noteOn 5) freq:f2, amp:contbassamp;
  915. t +quart;
  916.  
  917. /*---------------------------------*/
  918. sop (noteOn 1) freq:g4;
  919. alto (noteOn 2) freq:ef4;
  920. ten (noteOn 3) freq:bf3;
  921. bass (noteOn 4) freq:ef3;
  922. contbass (noteOn 5) freq:ef2;
  923. t +(quart+dot8);
  924.  
  925. sop (noteOn 1) freq:a4;
  926. ten (noteOff 3);
  927. bass (noteOn 4) freq:f3;
  928. t +sixt;
  929.  
  930. sop (noteOn 1) freq:bf4;
  931. alto (noteOn 2) freq:d4;
  932. bass (noteOn 4) freq:g3;
  933. contbass (noteOn 5) freq:g2;
  934. t +dot8;
  935.  
  936. sop (noteOn 1) freq:a4;
  937. bass (noteOn 4) freq:f3;
  938. t +sixt;
  939.  
  940. sop (noteOn 1) freq:bf4;
  941. alto (noteOn 2) freq:d4;
  942. bass (noteOn 4) freq:g3;
  943. contbass (noteOn 5) freq:g2;
  944. t +dot8;
  945.  
  946. sop (noteOn 1) freq:g4;
  947. bass (noteOn 4) freq:ef3;
  948. t +sixt;
  949.  
  950. /*---------------------------------*/
  951. sop (noteOn 1) freq:d5;
  952. alto (noteOn 2) freq:bf4;
  953. ten (noteOn 3) freq:f4;
  954. bass (noteOn 4) freq:bf2;
  955. contbass (noteOn 5) freq:bf2;
  956. t +(quart+eigth+sixt);
  957.  
  958. sop (noteOn 1) freq:bf4;
  959. alto (noteOff 2);
  960. ten (noteOff 3);
  961. bass (noteOn 4) freq:bf3;
  962. t +sixt;
  963.  
  964. sop (noteOn 1) freq:c5;
  965. alto (noteOn 2) freq:f4;
  966. bass (noteOn 4) freq:a3;
  967. contbass (noteOn 5) freq:a2;
  968. t +quart;
  969.  
  970. sop (noteOn 1) freq:d5;
  971. alto (noteOn 2) freq:bf4;
  972. ten (noteOn 3) freq:f4;
  973. bass (noteOn 4) freq:af3;
  974. contbass (noteOn 5) freq:af2;
  975. t +quart;
  976.  
  977. /*---------------------------------*/
  978. sop (noteOn 1) freq:ef5;
  979. alto (noteOn 2) freq:bf4;
  980. ten (noteOff 3);
  981. bass (noteOn 4) freq:g3;
  982. contbass (noteOn 5) freq:g2;
  983. t +eigth;
  984.  
  985. sop (noteOn 1) freq:d5;
  986. alto (noteOn 2) freq:a4;
  987. bass (noteOn 4) freq:f3;
  988. contbass (noteOn 5) freq:f2;
  989. t +eigth;
  990.  
  991. sop (noteOn 1) freq:c5;
  992. alto (noteOn 2) freq:g4;
  993. bass (noteOn 4) freq:ef3;
  994. contbass (noteOn 5) freq:ef2;
  995. t +eigth;
  996.  
  997. sop (noteOn 1) freq:bf4;
  998. alto (noteOn 2) freq:f4;
  999. bass (noteOn 4) freq:d3;
  1000. contbass (noteOn 5) freq:d2;
  1001. t +eigth;
  1002.  
  1003. sop (noteOn 1) freq:bf4;
  1004. alto (noteOn 2) freq:ef4;
  1005. bass (noteOn 4) freq:c3;
  1006. contbass (noteOn 5) freq:c2;
  1007. t +quart;
  1008.  
  1009. sop (noteOn 1) freq:a4;
  1010. alto (noteOn 2) freq:fs4;
  1011. ten (noteOn 3) freq:c4;
  1012. bass (noteOn 4) freq:d3;
  1013. contbass (noteOn 5) freq:d2;
  1014. t +quart;
  1015.  
  1016. /*---------------------------------*/
  1017. sop (noteOn 1) freq:g4;
  1018. alto (noteOn 2) freq:d4;
  1019. ten (noteOn 3) freq:bf3;
  1020. bass (noteOn 4) freq:g3;
  1021. contbass (noteOn 5) freq:g2;
  1022. t +(quart+eigth);
  1023.  
  1024. sop (noteOff 1);
  1025. alto (noteOff 2);
  1026. ten (noteOff 3);
  1027. bass (noteOff 4);
  1028. contbass (noteOff 5);
  1029. t +sixt;
  1030. /*==========================================*/
  1031. sop (noteOn 1) freq:a4;
  1032. alto (noteOn 2) freq:d4;
  1033. bass (noteOn 4) freq:fs3;
  1034. t +sixt;
  1035.  
  1036. sop (noteOn 1) freq:a4;
  1037. alto (noteOn 2) freq:d4;
  1038. bass (noteOn 4) freq:fs3;
  1039. contbass (noteOn 5) freq:d2;
  1040. t +quart;
  1041.  
  1042. sop (noteOn 1) freq:a4;
  1043. bass (noteOn 4) freq:fs3;
  1044. t +quart;
  1045.  
  1046. /*---------------------------------*/
  1047. sop (noteOn 1) freq:bf4;
  1048. bass (noteOn 4) freq:g3;
  1049. t +quart;
  1050.  
  1051. sop (noteOn 1) freq:a4;
  1052. bass (noteOn 4) freq:fs3;
  1053. t +dot8;
  1054.  
  1055. sop (noteOn 1) freq:g4;
  1056. bass (noteOn 4) freq:e3;
  1057. t +sixt;
  1058.  
  1059. sop (noteOn 1) freq:a4;
  1060. bass (noteOn 4) freq:fs3;
  1061. t +quart;
  1062.  
  1063. sop (noteOn 1) freq:bf4;
  1064. bass (noteOn 4) freq:g3;
  1065. t +quart;
  1066.  
  1067. /*---------------------------------*/
  1068. sop (noteOn 1) freq:c5;
  1069. bass (noteOn 4) freq:a3;
  1070. t +(quart+eigth);
  1071.  
  1072. sop (noteOff 1);
  1073. alto (noteOff 2);
  1074. bass (noteOff 4);
  1075. contbass (noteOff 5);
  1076. t +sixt;
  1077.  
  1078. sop (noteOn 1) freq:bf4;
  1079. bass (noteOn 4) freq:g3;
  1080. t +sixt;
  1081.  
  1082. sop (noteOn 1) freq:c5;
  1083. alto (noteOn 2) freq:d4;
  1084. bass (noteOn 4) freq:a3;
  1085. t +quart;
  1086.  
  1087. sop (noteOn 1) freq:d5;
  1088. bass (noteOn 4) freq:bf3;
  1089. t +quart;
  1090.  
  1091. /*---------------------------------*/
  1092. sop (noteOn 1) freq:g4;
  1093. alto (noteOn 2) freq:ef4;
  1094. bass (noteOn 4) freq:c4;
  1095. t +eigth;
  1096.  
  1097. bass (noteOn 4) freq:bf3;
  1098. t +eigth;
  1099.  
  1100. sop (noteOn 1) freq:a4;
  1101. bass (noteOn 4) freq:a3;
  1102. t +eigth;
  1103.  
  1104. sop (noteOn 1) freq:bf4;
  1105. bass (noteOn 4) freq:g3;
  1106. t +eigth;
  1107.  
  1108. sop (noteOn 1) freq:c5;
  1109. alto (noteOn 2) freq:d4;
  1110. bass (noteOn 4) freq:a3;
  1111. t +eigth;
  1112.  
  1113. sop (noteOn 1) freq:bf4;
  1114. bass (noteOn 4) freq:g3;
  1115. t +eigth;
  1116.  
  1117. sop (noteOn 1) freq:a4;
  1118. bass (noteOn 4) freq:f3;
  1119. t +eigth;
  1120.  
  1121. sop (noteOn 1) freq:g4;
  1122. bass (noteOn 4) freq:ef3;
  1123. t +eigth;
  1124.  
  1125. /*---------------------------------*/
  1126. sop (noteOn 1) freq:g4;
  1127. alto (noteOn 2) freq:d4;
  1128. ten (noteOn 3) freq:bf3;
  1129. bass (noteOn 4) freq:d3;
  1130. t +quart;
  1131.  
  1132. sop (noteOn 1) freq:fs4;
  1133. ten (noteOn 3) freq:a3;
  1134. t +eigth;
  1135.  
  1136. sop (noteOff 1);
  1137. alto (noteOff 2);
  1138. ten (noteOff 3);
  1139. bass (noteOff 4) ;
  1140. t +sixt;
  1141.  
  1142. sop (noteOn 1) freq:a4;
  1143. alto (noteOn 2) freq:d4;
  1144. bass (noteOn 4) freq:fs3;
  1145. t +sixt;
  1146.  
  1147. sop (noteOn 1) freq:a4;
  1148. alto (noteOn 2) freq:d4;
  1149. bass (noteOn 4) freq:fs3;
  1150. contbass (noteOn 5) freq:d2;
  1151. t +quart;
  1152.  
  1153. sop (noteOn 1) freq:a4;
  1154. bass (noteOn 4) freq:fs3;
  1155. t +quart;
  1156.  
  1157. /*---------------------------------*/
  1158. sop (noteOn 1) freq:bf4;
  1159. bass (noteOn 4) freq:g3;
  1160. t +quart;
  1161.  
  1162. sop (noteOn 1) freq:a4;
  1163. bass (noteOn 4) freq:fs3;
  1164. t +dot8;
  1165.  
  1166. sop (noteOn 1) freq:g4;
  1167. bass (noteOn 4) freq:e3;
  1168. t +sixt;
  1169.  
  1170. sop (noteOn 1) freq:a4;
  1171. bass (noteOn 4) freq:fs3;
  1172. t +quart;
  1173.  
  1174. sop (noteOn 1) freq:bf4;
  1175. bass (noteOn 4) freq:g3;
  1176. t +quart;
  1177.  
  1178. /*---------------------------------*/
  1179. sop (noteOn 1) freq:c5;
  1180. bass (noteOn 4) freq:a3;
  1181. t +(quart+eigth);
  1182.  
  1183. sop (noteOff 1);
  1184. alto (noteOff 2);
  1185. bass (noteOff 4);
  1186. contbass (noteOff 5);
  1187. t +sixt;
  1188.  
  1189. sop (noteOn 1) freq:bf4;
  1190. ten (noteOn 3) freq:bf3;
  1191. bass (noteOn 4) freq:bf2;
  1192. t +sixt;
  1193.  
  1194. sop (noteOn 1) freq:c5;
  1195. alto (noteOn 2) freq:f4;
  1196. ten (noteOn 3) freq:a3;
  1197. bass (noteOn 4) freq:a2;
  1198. t +quart;
  1199.  
  1200. sop (noteOn 1) freq:d5;
  1201. alto (noteOn 2) freq:bf4;
  1202. ten (noteOn 3) freq:f4;
  1203. bass (noteOn 4) freq:af3;
  1204. contbass (noteOn 5) freq:af2;
  1205. t +quart;
  1206.  
  1207. /*---------------------------------*/
  1208. sop (noteOn 1) freq:ef5;
  1209. alto (noteOn 2) freq:bf4;
  1210. ten (noteOn 3) freq:ef4;
  1211. bass (noteOn 4) freq:g3;
  1212. contbass (noteOn 5) freq:g2;
  1213. t +eigth;
  1214.  
  1215. sop (noteOn 1) freq:d5;
  1216. alto (noteOn 2) freq:a4;
  1217. ten (noteOn 3) freq:d4;
  1218. bass (noteOn 4) freq:f3;
  1219. contbass (noteOn 5) freq:f2;
  1220. t +eigth;
  1221.  
  1222. sop (noteOn 1) freq:c5;
  1223. alto (noteOn 2) freq:g4;
  1224. ten (noteOn 3) freq:c4;
  1225. bass (noteOn 4) freq:ef3;
  1226. contbass (noteOn 5) freq:ef2;
  1227. t +eigth;
  1228.  
  1229. sop (noteOn 1) freq:bf4;
  1230. alto (noteOn 2) freq:f4;
  1231. ten (noteOn 3) freq:bf3;
  1232. bass (noteOn 4) freq:d3;
  1233. contbass (noteOn 5) freq:d2;
  1234. t +eigth;
  1235.  
  1236. sop (noteOn 1) freq:bf4;
  1237. alto (noteOn 2) freq:ef4;
  1238. ten (noteOn 3) freq:bf3;
  1239. bass (noteOn 4) freq:c3;
  1240. contbass (noteOn 5) freq:c2;
  1241. t +half;
  1242.  
  1243. /*---------------------------------*/
  1244. sop (noteUpdate 1) freq:c5;
  1245. alto (noteUpdate 2) freq:g4;
  1246. ten (noteUpdate 3) freq:c4;
  1247. bass (noteOn 4) freq:c3;
  1248. contbass (noteOn 5) freq:c2;
  1249. ex1 (noteOn 6) freq:bf6;
  1250. ex2 (noteOn 7) freq:ef6;
  1251. ex3 (noteOn 8) freq:bf5;
  1252. t +half;
  1253.  
  1254. sop (noteOn 1) freq:a4;
  1255. alto (noteOn 2) freq:fs4;
  1256. ten (noteOn 3) freq:c4;
  1257. bass (noteOn 4) freq:d3;
  1258. contbass (noteOn 5) freq:d2;
  1259. ex1 (noteOff 6);
  1260. ex2 (noteOff 7);
  1261. ex3 (noteOff 8);
  1262. t +half;
  1263.  
  1264. /*---------------------------------*/
  1265. sop (noteOn 1) freq:g4;
  1266. alto (noteOn 2) freq:d4;
  1267. ten (noteOn 3) freq:bf3;
  1268. ex1 (noteOn 6) freq:g3, amp:0.9;
  1269. bass (noteOn 4) freq:d3;
  1270. contbass (noteOn 5) freq:g2, amp:1.0;
  1271. t +half;
  1272.  
  1273. ex1 (noteOn 6) freq:d3;
  1274. bass (noteOn 4) freq:d2;
  1275. t +half;
  1276.  
  1277. /*---------------------------------*/
  1278. ex1 (noteOn 6) freq:g6, amp:0.7;
  1279. ex2 (noteOn 6) freq:d6;
  1280. ex3 (noteOn 6) freq:g5;
  1281. bass (noteOn 4) freq:g1, amp:1.0;
  1282. t +(whole+whole);
  1283.  
  1284.  
  1285. sop (noteOff 1);
  1286. alto (noteOff 2);
  1287. ten (noteOff 3);
  1288. bass (noteOff 4);
  1289. contbass (noteOff 5);
  1290. ex1 (noteOff 6);
  1291. ex2 (noteOff 7);
  1292. ex3 (noteOff 8);
  1293. END;
  1294.  
  1295.