So far, I've figured out that integer 60 is midi value C3. Good start, eh?

What I want to do is create two columns of numbers -- the first column
would be read as MIDI note values, and the second as note duration. I've read
that you base note duration on 32nd notes.
So a sample of data would be:
60 4
62 8
This should yield (in a midi file)
C3 with 8th note duration;
D3 with qtr note duration.
I assume it would be:
C3 1/1/000 240
D3 1/1/240 480
Correct?
So the first question is, can I create a CSV file to be read in by Compose!
so that a vector is created? Then I could save it as a MIDI file, and load
the MIDI file into my sequencer.... How would I format the CSV file?
I tried using the duration aspect editor on several of the existing 3D
vectors (Lorenz, etc), and it always says "no vector assigned" and
greys out the X, Y, and Z. Why can't I assign a dimension to duration?
The third question is trickier -- once I get the above going, I'll ask more!
Thanks in advance,
--Prahas