Close

Results 1 to 7 of 7

Thread: MIDI CC

  1. #1
    Join Date
    Oct 2009
    Location
    Maple Ridge, BC Canada
    Posts
    3,528
    Blog Entries
    1

    Default MIDI CC

    Hello,

    How do you send MIDI CC - Control Change data from SAW?

    Would appreciate any assistance.

  2. #2

    Default Re: MIDI CC

    Read the helpfile Control Track section.

    Bob L

  3. #3
    Join Date
    May 2004
    Location
    Melbourne, Australia
    Posts
    409

    Default Re: MIDI CC

    Hi;

    Explore the control track, it has options to sent midi commands.
    Sounds like hard work though!

    Cheers..
    Robert V.
    www.shinustudios.com
    www.art2ear.com


  4. #4
    Join Date
    Oct 2009
    Location
    Maple Ridge, BC Canada
    Posts
    3,528
    Blog Entries
    1

    Default Re: MIDI CC

    Robert,

    I use the Control Track quite a bit...it is just that I do not know - or am not sure which command is used to send CC data.

    I use S-Gear 2 amp sim as a plug-in and it makes note of the following:

    Attachment 2647

    I am just trying to understand how to go about doing this in SAW - hopefully via the Control Track.

  5. #5
    Join Date
    Oct 2009
    Location
    Maple Ridge, BC Canada
    Posts
    3,528
    Blog Entries
    1

    Default Re: MIDI CC

    Bob.
    Read the helpfile Control Track section. Bob L
    ...I have done this...many, many times...

    I can pass Bank and Program changes, but no controller changes??

    Have a peep: Snapshots

  6. #6

    Default Re: MIDI CC

    A CC message can be sent using the midi hex string Control Track command.

    For instance... a hex string of " B0 07 64" would send a Control Change message to set the midi volume to 64 on midi chan 1.

    You would need to know what midi controller message value (the second value in the string) controls what on your device.

    The first value B0 designates a CC message on a certain midi chan... B1 is chan 2... B3 is chan 4... the chans start at 0 - 15 (0F).
    The second value in the string is the CC number.
    The third value in the string is the actual CC Value.

    You can send any complex midi command this way... just check any midi programming reference for all the various midi messages.

    Bob L

  7. #7
    Join Date
    Oct 2009
    Location
    Maple Ridge, BC Canada
    Posts
    3,528
    Blog Entries
    1

    Default Re: MIDI CC

    Bob,

    Great!

    Thanks for this...much appreciated.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •