Open Stage Control // Building a custom control interface for Resolume

Поделиться
HTML-код
  • Опубликовано: 30 авг 2020
  • Here is a video on using Open Stage Control with Resolume
    Download the finished project from the video here:
    gum.co/mithoscres
    ☕ mithentertainment.com/buy-me-...
    I'll go through creating a simple control interface for Resolume and show some simple javascript techniques to avoid excessive copy and pasting.
    Open Stage Control is a great lightweight application for building your own OSC control interface.
    Get Open Stage Control:
    openstagecontrol.ammd.net/
    Contact me for Resolume pricing.
    Need some sweet VJ content? Checkout STVinmotion
    www.stvinmotion.com/?vj=10&ca...

Комментарии • 22

  • @goldenthemerciless5669
    @goldenthemerciless5669 2 месяца назад

    Gonna need learn a bit more to understand this, but I can tell it will be helpful eventually- thank you!

  • @conform-contrast
    @conform-contrast 3 года назад +3

    Agreed - incredibly helpful! Thank you 😊

  • @n-l-b
    @n-l-b 3 года назад +1

    very interesting ! open stage control is a wonderful software ! your example is clear to understand how to start to handle variables and javascript.

    • @mith
      @mith  3 года назад

      Glad you enjoyed it!

    • @n-l-b
      @n-l-b 3 года назад +1

      @@mith notice that you don't need to specify target for each widget once you set into "send" line in the setup screen.

    • @mith
      @mith  3 года назад

      @@n-l-b that is a very good point and much easier to get started.
      The reason I didin't is because I sometimes use a single OpenStage interface to control mulitiple targets on the network.
      However for the purpose of this setup you are right the default target would be a much more logical choice.

    • @n-l-b
      @n-l-b 3 года назад

      @@mith ah yes and you change the target ip into the variable, yep !

  • @BigFknRobots
    @BigFknRobots 3 года назад

    This is fantastic, thank you!

    • @mith
      @mith  3 года назад

      Glad you liked it!

  • @Nightowl427272
    @Nightowl427272 2 года назад

    You are next level sir...thank you for making this video.
    Would you say that a basic understanding of JavaScript is required here or a fluent understanding? I've been tinkering with OSC for a while now but I feel like i could do so much more but I don't know how to advance further. I can copy/paste what other pros like you are doing but that doesn't give me very much understanding. I've looked through the OSC manual but it's clear that it's meant for someone who already has some understanding of...well, I'm not sure exactly. lol Is it JavaScript?

    • @mith
      @mith  2 года назад +2

      Thanks Nightowl
      You don't need any JavaScript knowledge to get started, but having a little allows you to add a huge amount of functionality.
      I only have a very basic JavaScript knowledge, and then look up anything slightly complicated online.
      What is a little complicated is understanding the syntax for using Javascript within OSC and its objects, and that's what I hope this video helps with.
      I may look at making another video on OSC in the future if i can think of a project, I'm also open to suggestions :)

  • @tranvibe8043
    @tranvibe8043 2 года назад

    Nice work bro!!! But 9:34 i can't find start change 0 to 1 from Matrix tab in version 1.17.0
    In Resolume can't tab button clip 0, please help me!
    Thank alot !!!

  • @drumfanatic01
    @drumfanatic01 3 года назад

    anychance you can maybe help me figure out what im doing wrong? i'm a vj at a club and wanna walk around with my tablet and trigger visuals from resolume i've followed all instructions and made sure i did everything correct with my access point etc

    • @drumfanatic01
      @drumfanatic01 3 года назад

      when i run the program on my laptop where i have resolume running everything triggers but when i try doing it from my tablet nothing no feedback

    • @mith
      @mith  3 года назад

      I'll try and help.
      That sounds odd.
      When you use your tablet can you see the changes on your laptop?

    • @drumfanatic01
      @drumfanatic01 3 года назад

      @@mith I honestly just figured it out when you start open stage control when you start running the server it gives you an IP number to basically type into your web browser and that’s what I did

    • @mith
      @mith  3 года назад +1

      Glad to hear its working for you :)

  • @arashibelly
    @arashibelly 3 года назад

    I made it exactly 1 step in. The screen at 1:14 doesnt exist for me when i hit play, i just get a grey page with no ability to do anything.

    • @mith
      @mith  3 года назад +1

      Hi Arashi,
      Youi may need to enable editor mode (ctrl + E) or from the menu

    • @arashibelly
      @arashibelly 3 года назад

      @@mith Thx, I actually just had to restart a few times. I've made my patch, followed your video instructions, and would love to work with this program it seems easy!! BUT... lol... resolume is receiving my signals (i can see code coming in via the osc monitor) but the actual knobs arent being affected. Ive been consulting my resolume buddies, and can't find anyone who uses open stage :(

    • @arashibelly
      @arashibelly 3 года назад +1

      Found it! I was copypasting both lines from the OSC edit window, instead of only the first line!

    • @mith
      @mith  3 года назад

      Great to hear you got it working