Overview
Comment: | Added a few grammars, added G# to csound note conversion list |
---|---|
Timelines: | family | ancestors | descendants | both | ply |
Files: | files | file ages | folders |
SHA1: |
3cd7a5dcd0e9a896ac6bcd7d703b9428 |
User & Date: | spiffytech@gmail.com on 2010-11-12 20:27:20 |
Other Links: | branch diff | manifest | tags |
Context
2010-11-12
| ||
20:30 | Now generates scores until it makes one 50 notes ling check-in: e425f3d6c2 user: spiffytech@gmail.com tags: ply | |
20:27 | Added a few grammars, added G# to csound note conversion list check-in: 3cd7a5dcd0 user: spiffytech@gmail.com tags: ply | |
20:23 | Now prints score file header (function table), so I can just >> to foo.sco check-in: 00f4ddc9f3 user: spiffytech@gmail.com tags: ply | |
Changes
Modified cfg.py from [e38fca44a4] to [14f13b1d15].
1 2 3 4 5 6 7 8 9 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | - + - + | #!/usr/bin/env python import os import random import sys import time random.seed(time.time()) grammars = { |
︙ | |||
70 71 72 73 74 75 76 | 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 | - + | "C#": "01", "D": "02", "D#": "03", "E": "04", "F": "05", "F#": "06", "G": "07", |
︙ |
Modified test.sco from [9469105036] to [3aef217c82].
1 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 | - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - | f1 0 256 10 1 0 3 ; sine wave function table |