Jump to content

Recommended Posts

A short piece for piano.

 

Basically, i've played the piano part into logic X, export the part to midi and imported it into opusmodus. 

After importation, i have copied the OMN piano part from the imported score into a variable named pmat and also the controllers information for sustain pedal (controller No.64) into a variable named ct64.

 

I've generated some scales from a row using harmonic-progression function:

(setf row (rnd-row :type :pitch :seed 932281 :transpose 3))

(setf chords 
              (harmonic-progression
               (rnd-number (length pmat) -11 11)
               row
               :size 7
               :step 1
               ))

 

and finally i've applied this harmonic structure with tonality-map function onto my piano material (variable pmat):

(setf piano (tonality-map (mclist chords) pmat))

and exported back the resulting midifile to Logic for further edit and piano score edit.

 

 

SB.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

Terms of Use Privacy Policy