Midi Channel on export

Author
Stinga01
Max Output Level: -90 dBFS
  • Total Posts : 4
  • Joined: 2016/12/28 05:36:27
  • Status: offline
2018/09/09 16:23:03 (permalink)

Midi Channel on export

Hi, Using Bandlab.

I’m trying to export a drum midi file so that I can use it in Sibelius to create drum notation. The problem I’m finding is that every time I export it seems to be in Channel 1, even though I have channel 10 selected in the midi properties. Any suggestion how I can get it to export with Channel 10?

Thanks
#1

5 Replies Related Threads

    Stinga01
    Max Output Level: -90 dBFS
    • Total Posts : 4
    • Joined: 2016/12/28 05:36:27
    • Status: offline
    Re: Midi Channel on export 2018/09/09 17:01:40 (permalink)
    So on further investigation I've found I can adjust the channel using the event viewer, but there are thousands of channel 1 events to change.....is there anyway of changing it in one go? 
    #2
    scook
    Forum Host
    • Total Posts : 24146
    • Joined: 2005/07/27 13:43:57
    • Location: TX
    • Status: offline
    Re: Midi Channel on export 2018/09/09 17:25:03 (permalink)
    Select the track or clip and change the channel using the Event Inspector Module
    #3
    msmcleod
    Max Output Level: -72 dBFS
    • Total Posts : 920
    • Joined: 2004/01/27 07:15:30
    • Location: Scotland
    • Status: offline
    Re: Midi Channel on export 2018/09/09 17:26:31 (permalink)
    You can use CAL for this...
     
    If you want to change all events in the clip/track to channel 10:
     

    (do
       (forEachEvent
          (= Event.Chan 9) 
       )
    )

     
    If you only want events at channel 1 to be changed to channel 10:
     

    (do
       (if (== Event.Chan 0)
          (do
             (= Event.Chan 9)
          )
       )
    )


    Mark McLeod
    Cakewalk by BL | ASUS P8B75-V, Intel I5 3570 16GB RAM Win 10 64 + Win 7 64/32 SSD HD's, Scarlett 18i20 / 6i6 | ASUS ROG GL552VW 16GB RAM Win 10 64 SSD HD's, Scarlett 2i2 | Behringer Truth B2030A / Edirol MA-5A | Mackie MCU + C4 + XT | 2 x BCF2000, Korg NanoKontrol Studio
    #4
    Stinga01
    Max Output Level: -90 dBFS
    • Total Posts : 4
    • Joined: 2016/12/28 05:36:27
    • Status: offline
    Re: Midi Channel on export 2018/09/09 18:24:26 (permalink)
    Thanks so much for both replies. I’ll go and have a look in a minute.
    #5
    Stinga01
    Max Output Level: -90 dBFS
    • Total Posts : 4
    • Joined: 2016/12/28 05:36:27
    • Status: offline
    Re: Midi Channel on export 2018/09/09 19:08:04 (permalink)
    Thanks @scook that fixed it. Nice and simple.
    #6
    Jump to:
    © 2024 APG vNext Commercial Version 5.1