Hi all,
Thomas Musil found a bug in 0.37-2 on Windows machines. This should be fixed in the new 0.37-3 -- the CPU usage still jumped unexpectedly at the end of reverberated notes, for example. It was just a mistake in the compilation. Fixed and uploaded to the usual place:
http://www.crca.ucsd.edu/~msp/software.html
cheers Miller
Miller Puckette wrote:
Fixed and uploaded to the usual place:
Hi, a version compiled with Intel C compiler and optimizations for Pentium4 turned on (/O3 /G7 /QaxW) is here:
http://www.akustische-kunst.org/puredata/pd-0.37-3.msw-P4.zip
Olaf
Synthesizing Midi
I'm still trying to find a way to synthesize midi, yes midi, not audio. This means I want to go further in the ways of creating midi parts, especially in creating combinations of melody and rhythm, also finding new ways of creating variations of existing midi files. To reach this goal I thought Pd, Common Music or both together should be helpful tools.
Rhythm-Melody Combination
Let me try to describe what is the first step I want to try in combining rhythmic midi files with melodic midi files. I have two midi files. (e.g. both just one bar long, in 4/4 measure).
1: rhythm.mid ( with the following note lengths) 1/4 1/4 1/4 1/8 1/8. (all C notes)
2: melody.mid (with the following notes) 1/4(Note C) 3/4(Note D)
From these midi files I should get with Pd or Common Music a
combination:
3: combi.mid 1/4(C) 1/4(D) 1/4(D) 1/8(D) 1/8(D)
The same in words explained: The file melody.mid defines the note pitches at a given time and rhythm.mid defines the note starting times, the note durations and the note velocities. (Sometimes) Long melody notes are converted (splitted) to many shorter notes according to the rhythm.mid.
Any tips regarding reaching this goal with Pd or Common Music are welcome.
Sorry if that's a beginner question but I'm very new to Pd, also to Common Music and just thinking loudly and playing around with these tools. As far as I could see maxlib (:: music analysis extensions library, http://www.akustische-kunst.org/puredata/maxlib/index.html ) could be also helpful somehow in this process?
Thanks for this very cool tool for everybody who put effort into development and improvement!
t
ps. I've also registered to the Pd Portal and here's my homepage there http://puredata.info/Members/AllForMusic . If you want to read some more of my thoughts about this portal and music in general, just click the given link. Again if you want check also the contents section as I've added some more music wiki links and my comments about them.