openvibe-launcher

A launcher for openvibe, in ruby

installation

gem install openvibe-launcher

usage

require 'openvibe-launcher'

DESIGNER_PATH = "..." # path to the designer
SCENARIO_PATH = "..." # path to the scenario
MODE = "--play-fast" # optional
OPTIONS = ["--no-gui","--no-session-management"] # optional

openvibe = Openvibe::Launcher.new(DESIGNER_PATH,SCENARIO_PATH,MODE,OPTIONS)

openvibe.start

with MODE a string:

and OPTIONS an Array containing:

Contributing to openvibe-launcher

Copyright © 2012 Alexandre Barachant. See LICENSE.txt for further details.