Announcement

Collapse
No announcement yet.

Copy and paste

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Copy and paste

    Hi there...
    i am triggering Osc messages on my computer with midi to control an audio mixing desk. i am very slow at this and i presume not very efficient

    Is there a way to run more that one command per midi input... i am currently duplicating a an incoming message to add an additional osc message

    The device im controlling allows me to copy the required OSC directly from it. is there anyway i can paste a list of code into one midi press
    .Screen Shot 2019-04-02 at 16.20.14.jpg

  • #2
    as an example i need to run a different version the code below every now and again but it will take forever if im to write this in as separate lines. I would then have to repeat this for every version.

    /fx/1 VRM
    /fx/1/source MIX13 MIX13
    /fx/1/par 34 1.14 78 30 32 0.0 0.63 1.00 196 3k4 92 86 OFF 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    /fx/2 D/RV
    /fx/2/source MIX14 MIX14
    /fx/2/par 395 1 5k3 10.0 0 +10 36 2.89 74 5k6 89 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    /fx/3 DLY
    /fx/3/source MIX15 MIX15
    /fx/3/par 100 183 X 1 1 31 44 7k2 97 8 8 20k0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    /fx/4 DLY
    /fx/4/source MIX16 MIX16
    /fx/4/par 100 212 X 1 1 13 76 4k1 97 30 30 20k0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    /fx/5 SUB
    /fx/5/par OFF MID 100 12 30 ON LO 100 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
    /fx/6 AMP2
    /fx/6/par 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 ON 5.0 5.0 5.0 5.0 5.0 5.0 5.0 5.0 ON 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

    Comment

    Working...
    X