Introducing ISF for Jitter

Today we are extra excited to announce an open source collaboration with the team over at Cycling74, creators of Max. Now all of the amazing ISF shaders that come with VDMX and on interactiveshaderformat.com can be used right alongside your other Jitter code using the jit.gl.isf object, available on Mac and Windows!

You can install jit.gl.isf directly from the Max package manager panel, accessible from the File menu. If you don’t already have any ISF shaders installed, also grab the free ISF Editor app for your appropriate platform. The free editor tool comes with the same standard set of 300+ generators, effects, and transitions we bundle with VDMX to get started with.

With this release Max joins the over a dozen apps and frameworks that support ISF as a standard for GLSL shaders. With ISF, there is no need to convert or translate code when moving between software. Write your generators and effects once, then use in Max, Motion, Final Cut Pro X, VDMX, on the web, and other video platforms. The specification includes conventions for working with multi-pass shaders with persistent frame buffers, allowing for the creation of complex compositions in a single easy to share file. The ISF documentation pages include detailed walkthroughs of the specification along with useful reference notes and a quick start for learning the basics of GLSL.

Want to learn more? Read more about it on the ISF for Jitter website, watch an introduction video tutorial, and visit the Max forums for more details from the Cycling74 crew. Developers curious to take a look under the hood can find the open source codebase in the jit.gl.isf repository. For the latest in ISF news, follow the @ISFVideo account on Twitter.

And don’t forget to check out some of our other tutorials describing techniques for using Max and VDMX together, such as using the OSCQuery Helper tool for simplifying OSC sync and sharing video streams via Syphon.

Black Friday To Cyber Monday Weekend Sale 2018

Hey everyone!

SURPRISE!

For the first time ever we are doing a Black Friday / Cyber Monday sale, getting in the spirit and jumping on the bandwagon of this runaway train we call capitalism!!!

The sale runs from Friday, November 23rd through the morning of Tuesday, November 27th!

During this time we’ll be taking 100 USD off every purchase from our online store!!!

And this sale stacks with our regular educational, just send us an email with a picture of your photo ID (or other similar proof of enrollment) to get your coupon code to double down your discounts and get VDMX for only 99 USD!!!

Or if you are not a student, we also offer a “starving artist discount” – do a small community giveback project, such as sharing videos loops or making a tutorial to get an extra discount.

Announcing VV Edu: A free and open source curriculum for teaching live visuals and VJing

Along with making great software and open source projects, one of the areas we have tried to focus on is creating educational materials to help visual artists at all levels help improve their craft. Over the last few years our website tutorials section has served as the main outlet for our various lessons, demonstrations and conversations of the various techniques used for all aspects of live visual performance.

Today we are extremely excited to announce that we are taking the next big step in our educational offerings, and as you might imagine, we’re doing it open source style: https://vidvox.github.io/vvedu

Read More

Introducing OSCQuery Protocol

One of the most useful techniques for artists working with audio and visual software is the OSC protocol for sending control information from one application to another. While MIDI is great for a lot of situation, OSC was designed to be more extensible and allow for a variety of different datatypes, greatly expanding the possibilities within the community of real-time digital art. Over the years the ecosystem of tools that support the protocol has grown and now we are excited to release a new extension to help the community take OSC to the next level.

The OSCQuery Protocol is an agreed upon specification that extends the base functionality of OSC to make it easier to construct impromptu or improvisational interfaces between different systems…

Read More