Is this possible with CAL?

Author
patas75
Max Output Level: -90 dBFS
  • Total Posts : 4
  • Joined: 2004/06/30 17:17:15
  • Status: offline
2005/12/05 14:23:54 (permalink)

Is this possible with CAL?

I have a GM drum track that I would like to convert to a Drum Kit From Hell format. I have created a Drum Map that works with DKFH. I am able to manually reorganize the GM drum track to fit the DKFH drum map scheme but was looking to see if I can automate this. I would like to have the script take a value from the GM drum track and change the note to the corresponding note in the DKFH drum map. The script will need to keep the same velocity, time, etc. the same, just the note value will be changed. Is this possible using CAL? If so, can you point me in the right direction on how to write the script.

Thanks,
#1

1 Reply Related Threads

    Andy H
    Max Output Level: -89 dBFS
    • Total Posts : 65
    • Joined: 2003/11/08 00:45:49
    • Location: Bolton, Lancashire, UK
    • Status: offline
    RE: Is this possible with CAL? 2005/12/05 17:36:38 (permalink)
    Try this, you'll need to know the MIDI note values and insert them into the switch command.

    (forEachEvent
    (switch Note.Key
    36 (= Note.Key 41)
    37 (= Note.Key 48)
    )
    )

    Hope that helps.
    #2
    Jump to:
    © 2024 APG vNext Commercial Version 5.1