By ArKaos Team
on 23 Sep 2009 12:00 AM
  • controller
  • grandvj
  • mapping
  • midi
  • tutorial

Alt

Some users have asked on the forum how to do a master output fade or a blackout button in GrandVJ. In mixer mode, you could always assign a black image and assign it to layer 8 but people using the synth mode (or if you simply don’t wanna waste an additional layer) have to use some tricks to acheive it. The key is to use the master brightness and contrast on the master:  If you pull the brightness to zero and the contrast to the maximum, all output will be blackened. So we want to go from the “normal state”: To the “black out state”: Using a single controller or key.
By ArKaos Team
on 08 Sep 2009 12:00 AM
  • flash
  • grandvj
  • mediamaster
  • nuvj
  • tutorial
  • visuals

Alt

A post by Guest Author VJ Ecin (Ben Guerrette), find more about him at the end of this article.. As promised, here’s the first in a series of tutorials showing how to take advantage of the Flash capabilities within ArKaos GrandVJ. Note that it will also work for NuVJand MediaMaster since the variables are the same. In this tutorial I’ll explain how to tap into the EQ data to create some simple audio-reactive animations. We’ll be using some basic ActionScript 2.0 for the inexperienced Flash programmer. I won’t go into much detail on the how the code works but it should be enough of an introduction to allow some experimentation in creating new content for your VJ arsenal.
By ArKaos Team
on 23 Jul 2009 12:00 AM
  • controller
  • grandvj
  • mapping
  • synchronization
  • template

Alt

Blindskunk, an ArKaos GrandVJ user from Australia we found on Twitter has made an interesting experience about creating an audio/visual clip usingGrandVJ and Yamaha’s Tenori-ON. The interest of this experience is that Blindskunk uses the musical instrument capabilities from the Tenori-ON to produce the music and at the same time its MIDI controller capabilities to trigger GrandVJ visuals in sync. To do so, he has linked every channel and button from the Tenori-ON to a visual in GrandVJ, and got that visual to play in time to the changes. He has kindly shared with us a detailed log of his experimentation further below, including a MIDI template to use the Tenori-ON with GrandVJ.
By ArKaos Team
on 15 Jul 2009 12:00 AM
  • controller
  • grandvj
  • mapping
  • midi
  • template

Alt

With GrandVJ, it is possible to import and export template and share controller mappings with your friends. Since it’s a handy feature but that the process is not totally obvious (although documented :), we’ll recap quickly here how to do:
By ArKaos Team
on 07 Jul 2009 12:00 AM
  • ffmpeg
  • grandvj
  • mediamaster
  • optimization
  • quicktime
  • tutorial
  • visuals

Alt

Here’s a quick tip for PC users: if you use a multi-core/multi-processor machine with GrandVJ orMediaMaster, you will benefit a lot to use codecs that are played through our FFMPEG player rather than through QuickTime. This is due to the fact that on a PC, the internal QuickTime decoding routines are not capable of multi-threading, which makes it impossible to decode frames in parallel. So even if one layer can run properly using QuickTime libraries, the more layer you pile up, the more the decoding bottleneck will show up. On Mac OSX, QuickTime is now mostly multi-threaded decoding so it’s not such an issue but we recommend to try to use codec supported by our FFMPEG player in any case.
By ArKaos Team
on 30 Jun 2009 12:00 AM
  • optimization
  • troubleshooting
  • video

Alt

When your frame rate goes down, and the video starts lagging, it is important to be able to analyse where it can come from. Today we’re going to look at some information we can use to troubleshoot this. Roughly, the way our application works is the following: at each pass, we read  a video frame from the disk if needed, decode it and then send it to the GPU (the Graphic card’s CPU) together with all blending and effect operations. Then we ask the graphic card to flush all operations (that is actually processing all pending graphical instructions) and present it to the display. If you look at the bottom of the user interface window in either NuVJ, GrandVJ or MediaMaster, you will notice that there are two numbers constantly updated. Something like: Graph: 400.00 Total: 60.00 These numbers indicate the speed at which the engine does its rendering.
By ArKaos Team
on 21 Jun 2009 12:00 AM
  • ableton
  • akai
  • audio
  • controller
  • grandvj
  • midi
  • synchronization
  • tutorial

Alt

Note: This is an un-edited post originally written by Modemasters (G’day Adelaide!) on VJ Forums, but we thought it might be worth having a copy here. Although focused on the MPD24, it’s a good general overwiew of using GrandVJ with Ableton Live and MIDI controllers. Huge thanks to Modemasters for having done such a clear Tutorial! This tutorial involves using an Akai MPD24 Drum Controller in conjunction with Ableton Live as a host sequencer and ArKaos GrandVJ as a ReWire slave for MIDI synchronised video clip launching. It is assumed that you are familiar with the basic operation of an MPD24, including edit presets and controller parameters, and basic MIDI mapping within Ableton Live.