home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-23 | 510 b | 15 lines | [TEXT/ScoM] |
- tonality-to-semitone notes-in-tonality &optional start-value
-
- Returns a vector of semitone relations in notes-in-tonality list starting from start-value. If the start-value is not supplied then 0 is used.
-
- (tonality-to-semitone (activate-tonality (blues2 c 4)) 1)
- --> #(1 4 5 6 7 8 10 11)
-
- In the following blues1 scale is used to construct a waveform using gen-fourier.
-
- (gen-fourier
- (tonality-to-semitone (activate-tonality (blues1 c 4)) 1)
- '(10 9 8 7 6 5)
- '(0 0 0 0 0 0) ; initial phases
- 256)
-