47 check-ins by user brian
2011-12-04
| ||
20:52 | [3023a967c2] Leaf: Made room for arbitrary-note chording whenever I figure out the CFY to represent iTSYntax to use for it (user: brian tags: develop) | |
2011-11-27
| ||
02:56 | [8f28834102] Fixed chord support (user: brian tags: develop) | |
02:26 | [bf135b5321] Fixed a bug that prevented sharps and flats from working (user: brian tags: develop) | |
02:03 | [821ac3e4d6] Added a volume offset parameter to each instrument. Fixed a bug that kept instruments from always being rendered, and one that broke midi files. (user: brian tags: develop) | |
2011-11-17
| ||
19:55 | [f8034c7dfb] Removed leftover csound function lines that got printed. Also disabled ipdb so I get concise stacktraces. Also made program crash when your score pointed to a non-existant node. Previously that just generated an invalid MIDI file (somehow...) (user: brian tags: develop) | |
2011-11-16
| ||
00:14 | [872ae93059] If I move from csound to midi I should actually rename function with 'csound' in the name (user: brian tags: develop) | |
2011-11-15
| ||
22:12 | [680f187463] Removed useless samples and test csound files now that we're no longer using csound (user: brian tags: develop) | |
22:09 | [0c3fb3e27f] Replaced csound support with midi support (user: brian tags: develop) | |
22:08 | [befd61cab9] Closed-Leaf: Successfully got the program to output a MIDI file instead of a csound score (user: brian tags: feature/midi) | |
15:47 | [daa0ddb3ad] Attempted to make a csound based on midi. Failed. (user: brian tags: feature/midi) | |
2011-11-07
| ||
01:39 | [4f872339ff] Altered the sample-based instruments to ine Csound string formatting instead of a billion if clauses to choose what file to play (user: brian tags: develop) | |
2011-11-03
| ||
19:23 | [8293931a34] Added a very, very bad set of violin samples (user: brian tags: develop) | |
18:50 | [0021a3fe22] Merged in diskin2 mode for cfg.orc (user: brian tags: develop) | |
18:49 | [1bc01ba9c9] Closed-Leaf: By magic, fixed problem with not all bass notes playing via diskin2 (user: brian tags: feature/diskin2) | |
18:34 | [b5a8b20242] Fixed program to now handle notes with accidentals (user: brian tags: feature/diskin2) | |
2011-11-01
| ||
19:46 | [c9abf46a9f] Got diskin2 sample method partially working; it won't play all of the files, though (user: brian tags: feature/diskin2) | |
18:54 | [072fa6ad30] Imported the todo list from MUS306 (user: brian tags: develop) | |
18:52 | [eb81d5f9fd] Added a sampled double bass, modified the program to respond to an instrument's specified octave (user: brian tags: develop) | |
2011-10-20
| ||
20:01 | [2ae36c6e68] Program no longer cuts out a note from the score each time it adds a new phrase to the score (user: brian tags: develop) | |
19:56 | [a9e60898b7] Program now chooses consistent nodes based on what's specified in the grammar. A couple other bugs are still present. (user: brian tags: develop) | |
19:21 | [601339a475] Fixed the issue with the score being cut short. Now the instruments are changing nodes without my say-so. Alos, they're not always printing complete nodes. (user: brian tags: develop) | |
18:44 | [ba64e400ba] Leaf: Yay, first alpha release. program supports syncing and basic section/subsection ordering. (user: brian tags: trunk, v0.1) | |
18:38 | [8c559c112b] Merged the refactor branch into the main develop branch (user: brian tags: develop) | |
18:37 | [4f5bc3936f] Closed-Leaf: Syncing now works (user: brian tags: refactor) | |
2011-10-18
| ||
20:19 | [42c3ba150c] Broke the score generator by not initialing a first phrase in an empty score. Checkpointing so I can refactor and clean things up to make more progress. (user: brian tags: refactor) | |
2011-10-13
| ||
18:15 | [fde4a012ea] Program now renders instruments according to sync order (user: brian tags: develop) | |
2011-10-11
| ||
15:31 | [192b8b1639] Merged in rewrite of core functionality (user: brian tags: develop) | |
15:19 | [29231e328a] Closed-Leaf: Played around a little with melodies and instruments (user: brian tags: feature/abc) | |
2011-09-22
| ||
18:30 | [f653a4fa10] Added back in support for subsections (user: brian tags: feature/abc) | |
18:04 | [b2ce9522e9] Fixed bug that prevented more than two sections from working properly (user: brian tags: feature/abc) | |
17:58 | [4b32d1483b] Fixed tempo for realz this time (user: brian tags: feature/abc) | |
17:49 | [2906c127b7] Fixed note duration calculation- whole is now 4, quarter is 1 (user: brian tags: feature/abc) | |
17:46 | [6dd4fffb1d] Added back in section ordering support (user: brian tags: feature/abc) | |
17:44 | [1560bc634c] Added back in section ordering support (user: brian tags: feature/abc) | |
17:04 | [3cac4f013d] Finally broke the program out into functions. It's now much cleaner and easier to underntand. (user: brian tags: feature/abc) | |
2011-09-15
| ||
19:19 | [a9b80ad75f] Movements work again (user: brian tags: feature/abc) | |
19:09 | [7a6ab725ee] Program prints stuff out again (user: brian tags: feature/abc) | |
15:28 | [33ddc6fee4] Got the program to run through again. Now without the roman numerals (user: brian tags: feature/abc) | |
2011-09-13
| ||
20:08 | [029fd48614] Added a name parameter to the Tree class that will prove helpful in generating the score (user: brian tags: feature/abc) | |
20:02 | [18dba95a2e] Changed parser to include nodes (user: brian tags: feature/abc) | |
19:47 | [6a80123223] Replaced roman numerals with note literals (user: brian tags: feature/abc) | |
18:29 | [3833b59ec2] Create new branch named "feature/abc" (user: brian tags: feature/abc) | |
18:28 | [299ddec90e] Closed-Leaf: [Broken] Trying to get the tree structuse working (user: brian tags: tree) | |
2011-06-12
| ||
20:32 | [60bf1cfb19] Made some changes to the parser. Don't remember what. (user: brian tags: tree) | |
20:32 | [87435601e4] Leaf: Made some changes to the parser. Don't remember what. (user: brian tags: master) | |
20:31 | [2beaf09ad7] Create new branch named "tree" (user: brian tags: tree) | |
20:31 | [9f4c4666c5] Create new branch named "develop" (user: brian tags: develop) | |