VS-700 CC's for Sonar

Author
Doktor Avalanche
Max Output Level: -32.5 dBFS
  • Total Posts : 4294
  • Joined: 2015/03/26 18:02:02
  • Status: offline
2015/05/14 21:28:14 (permalink)

VS-700 CC's for Sonar

Is there a list/table of VS700 controller codes somewhere?
 
e.g.
 
48 = write automation record enable..
49 reset faders toggle
63 = piano roll
64 = toggle control bar
68 = audiosnap
74 = master bus focus
89 = toggle smart grid mode
90 = Add marker
96 = arrow up
97 = arrow down
98 = arrow left
99 = arrow right
102 = play/stop
 
Thanks..
#1

5 Replies Related Threads

    azslow3
    Max Output Level: -42.5 dBFS
    • Total Posts : 3297
    • Joined: 2012/06/22 19:27:51
    • Location: Germany
    • Status: offline
    Re: VS-700 CC's for Sonar 2015/05/15 04:42:57 (permalink)
    You can download the source code from GitHub. In Surfaces/VS700 open TacomaSurface.cpp
     
    Look for createMidiMsg() calls (not the definition) (see the control "name" there), in the next lines will be SetMessageType (Note/CC type) and SetNoteNum/SetCCNum (the code).
     
    EDIT. Ah... I have realized that is about the topic where I am not welcome, sorry for disturbing
    post edited by azslow3 - 2015/05/15 04:49:28

    Sonar 8LE -> Platinum infinity, REAPER, Windows 10 pro
    GA-EP35-DS3L, E7500, 4GB, GTX 1050 Ti, 2x500GB
    RME Babyface Pro (M-Audio Audiophile Firewire/410, VS-20), Kawai CN43, TD-11, Roland A500S, Akai MPK Mini, Keystation Pro, etc.
    www.azslow.com - Control Surface Integration Platform for SONAR, ReaCWP, AOSC and other accessibility tools
    #2
    Doktor Avalanche
    Max Output Level: -32.5 dBFS
    • Total Posts : 4294
    • Joined: 2015/03/26 18:02:02
    • Status: offline
    Re: VS-700 CC's for Sonar 2015/05/15 06:32:15 (permalink)
    A perplexed Thankyou!
    #3
    Doktor Avalanche
    Max Output Level: -32.5 dBFS
    • Total Posts : 4294
    • Joined: 2015/03/26 18:02:02
    • Status: offline
    Re: VS-700 CC's for Sonar 2015/05/15 12:02:58 (permalink)
    Been debugging that code... This is as far as I've got....
     
    If anybody has revisions please post in full here....

    Thanks!
     
    ---->
     
    0 Gain, send level (MCU Channel)
    1 Gain, send level (MCU Channel)
    2 Gain, send level (MCU Channel)
    3 Gain, send level (MCU Channel)
    4 Gain, send level (MCU Channel)
    5 Gain, send level (MCU Channel)
    6 Gain, send level (MCU Channel)
    7 Gain, send level (MCU Channel)
    8 Gain, send level (MCU Channel)
    8 Solo1 (MCU Button)
    9 Solo2 (MCU Button)
    10 Solo3 (MCU Button)
    11 Solo4 (MCU Button)
    12 Solo5 (MCU Button)
    13 Solo6 (MCU Button)
    14 Solo7 (MCU Button)
    15 Solo8 (MCU Button)
    16 Mute1 (MCU Button)
    17 Mute2 (MCU Button)
    18 Mute3 (MCU Button)
    19 Mute4 (MCU Button)
    20 Mute5 (MCU Button)
    21 Mute6 (MCU Button)
    22 Mute7 (MCU Button)
    23 Mute8 (MCU Button)
    24 Select track 1 (MCU Button)
    25 Select track 2 (MCU Button)
    26 Select track 3 (MCU Button)
    27 Select track 4 (MCU Button)
    28 Select track 5 (MCU Button)
    29 Select track 6 (MCU Button) INSERT SEND
    30 Select track 7 (MCU Button)
    31 Select track 8 (MCU Button) CMD_VIEW_SURROUND_PANNER
    32 encoder push
    33 RTZ
    34 FFwd
    35 IO Control
    36
    37
    38
    39
    40 Page Left (MCU Button)
    41 Page Right (MCU Button)
    42 Assign button (step through rotary assignments)
    43 ACT button
    44 EQ Button
    45 Send button
    46 Bank R
    47 Bank L
    48 Automation
    49 Snapshot
    50 Flip
    51 Rude mute
    52 Display
    53 TimeCodeMode
    54 CMD_EDIT_CUT
    55 CMD_EDIT_COPY
    56 CMD_EDIT_PASTE
    57 CMD_EDIT_DELETE
    58 CMD_PROCESS_FADE_SELECTED
    59 CMD_TRACK_FREEZE
    60 CMD_SPLIT_CLIPS_NOW
    61 CMD_CLIP_MUTE
    62 CMD_VIEW_CONSOLE
    63 CMD_VIEW_NEW_PIANO_ROLL
    64 CMD_VIEW_CONTROLBAR_TRANSPORTMCV
    65 VK_F4 (CMD?)
    66 CMD_TRACK_VIEW
    67 CMD_VIEW_SYNTH_RACK
    68 CMD_AUDIOSNAP_PALETTE
    69 VK_TAB (CMD?)
    70 Shift
    71 COMMAND
    72 CTRL
    73 ALT
    74 Rude Solo
    75 Rude Arm
    76 Tracks
    77 Buses
    78 Masters
    79 Save
    80 Undo/Redo
    81 OK
    82 Cancel
    83 Data Edit
    84 Right Marker
    85 SetLoopPunch
    86 Loop Enable
    87 Punch Enable
    88 Left Marker
    89 Snap
    90 Marker Ins
    91 Rewnd
    92 FFwd
    93 Stop
    94 Play
    95 Record
    96 Key Up
    97 Key Down
    98 Key Left
    99 Key Right
    100 Data Select
    101 Scroll
    102 Foot Switch1
    103 Foot Switch2



    Oddities
    This code...
    //Toggle the Multi-dock ( Expand and Collapse )
    if ( bCtrl && !bShift && ( bad.dwCommandOrKey == VK_F4 ) )
    m_pSonarCommands->DoCommand( CMD_TOGGLE_MULTCMDOCK );
    //Close the focus Tab in the Multi-dock
    else if ( bShift && !bCtrl && ( bad.dwCommandOrKey == VK_F4 ) )
    m_pSonarCommands->DoCommand( CMD_ID_CLOSE_CURRENT_TAB );
    //Tab over to the next view in the Multi-Dock
    else if ( bShift && !bCtrl && ( bad.dwCommandOrKey == VK_TAB ) )
    m_pSonarCommands->DoCommand( CMD_ID_NEXT_MDITAB );
    //Maximize current Tab
    else if ( bShift && bCtrl && ( bad.dwCommandOrKey == VK_F4 ) )
    m_pSonarCommands->DoCommand( CMD_MAX_TAB );
    else
    {
    // for Triggers, do Down/Up surrounded by modifier keys
    if ( bad.wModKeys & SMK_SHIFT )
    m_pSonarKeyboard->KeyboardEvent( VK_SHIFT, SKE_KEYDOWN );
    if ( bad.wModKeys & SMK_CTRL )
    m_pSonarKeyboard->KeyboardEvent( VK_CONTROL, SKE_KEYDOWN );
    m_pSonarKeyboard->KeyboardEvent( bad.dwCommandOrKey, SKE_KEYDOWN );
    m_pSonarKeyboard->KeyboardEvent( bad.dwCommandOrKey, SKE_KEYUP );
    if ( bad.wModKeys & SMK_SHIFT )
    m_pSonarKeyboard->KeyboardEvent( VK_SHIFT, SKE_KEYUP );
    if ( bad.wModKeys & SMK_CTRL )
    m_pSonarKeyboard->KeyboardEvent( VK_CONTROL, SKE_KEYUP );
    }
     
    post edited by Doktor Avalanche - 2015/05/15 12:09:18
    #4
    markyzno
    Max Output Level: -66 dBFS
    • Total Posts : 1216
    • Joined: 2011/02/08 06:40:20
    • Location: UK
    • Status: offline
    Re: VS-700 CC's for Sonar 2015/05/16 04:21:29 (permalink)
    GOOD WORK!!!!!!!!!

    Sonar Platinum 64 bit > Pro tools 10.3.2 >Intel i7 3770K > 16Gb Ram > Gigabyte Z77-D3H Motherboard> NVIDIA GeForce GTX 660 2 GB > ATi RADEON HD5700 > 240GB OCZ Agility 3 SSD> Win 10 home 64 bit> Delta 1010 > MOTU Audio Express > MA-15D's > NI Ultimate 9 > NI Kontrol S61 1.1 > NI MAschine Studio 2.3 / KORG MS-20 Mini - Arturia MicroBrute > KORG SQ1 - KORG Kaoss Pad KP3 > iPad and IO Dock 2 running various bits > Bunch of guitars >

    Sound Design on IMDB --
     
    #5
    Doktor Avalanche
    Max Output Level: -32.5 dBFS
    • Total Posts : 4294
    • Joined: 2015/03/26 18:02:02
    • Status: offline
    Re: VS-700 CC's for Sonar 2015/05/16 08:09:59 (permalink)
    I'm really surprised there is no reference though...
    #6
    Jump to:
    © 2024 APG vNext Commercial Version 5.1