ModaDJ. Development and evaluation of a multimodal user interface. Institute of Computer Science University of Bern

Size: px
Start display at page:

Download "ModaDJ. Development and evaluation of a multimodal user interface. Institute of Computer Science University of Bern"

Transcription

1 ModaDJ Development and evaluation of a multimodal user interface Course Master of Computer Science Professor: Denis Lalanne Renato Corti1 Alina Petrescu2 1 Institute of Computer Science University of Bern 2 Department of Informatics University of Fribourg

2 Contents 1 Introduction Objectives and research question Overview and project description Input devices Conventional interface (mouse and touch screen) Multimodal interface (Kinect) Modalities Implementation Evaluation Conclusions References...6

3 1 Introduction This project report describes a mini-project prepared and run in the course. We developed a simple music application controllable either by mouse, touch screen or Kinect used for gesture recognition. In accordance with terms commonly used in music world, velocity and volume are used synonymous and describe the loudness. 1.1 Objectives and research question Main purpose of this project is the question, how different age groups make use of the different modalities provided by the application when creating music. As the idea is to do live music i.e. not pressing pause to add notes and take time to think, another focus lies on the reaction time the modalities take to carry out given tasks. 1.2 Overview and project description The application is composed of a grid of notes on the left and a control panel on the right as depicted in figure 1. The grid of notes is composed of twelve rows and sixteen columns. Each row shows a certain pitch and the columns show the elapsed time. Each square can be filled with one of the four colours (black, white, red or green). Black represents void and the other Figure 1: Main window of the application three colours represent different instruments. Additionally, each note can have a velocity value which can be translated to the volume of the note. The velocity and colour can be chosen in the control panel on the right. Furthermore, there are three buttons: Play which starts or pauses the playback, Stop which stops the playback and Clear which deletes all the entered notes. The Tempo slider controls the speed of the playback and the 1

4 Pitch Bend slider applies a pitch bending effect on the playing melody. Both sliders can be changed during the animation. The application is written in Python version 3.5 and uses the Tkinter UI toolkit. The audio output is not handled by the application itself. Instead, MIDI messages are emitted through the mido library, which can then be processed by any MIDI-compatible program, such as the FluidSynth audio synthetizer. 2 Input devices We compared two modes of input for our application: a conventional mouse or touch screen interface for the right hand and a multimodal interface using the Kinect for the left hand. Without loss of generality the inputs can be switched for left-handed persons. 2.1 Conventional interface (mouse and touch screen) The user places notes on the grid with either the mouse or the finger. Before placing a note, the user has to choose a colour by clicking or tapping it. He also has to set the velocity by sliding it, again either with the mouse or the finger. Once all the desired notes are placed on the grid, the user pushes the Play button and the music playback starts to loop continuously. The user can also change the velocity or the pitch bend by sliding it while the application is running. 2.2 Multimodal interface (Kinect) First the user has to calibrate the colours on the cube and the hand recognition with the Kinect facing down on the table as depicted in figure 2. The cube can take up to six colours, each for one side of the cube. By doing this, the user needs to go through two calibration screens. The first one allows the user to crop the image around the hand to make its detection more easier as shown in figure 3. The second one permits the user to calibrate well enough the cube s colour faces in order to use the application properly. 2

5 Figure 2: Figure 4: The Setup of the second calibration Kinect device Figure 3: The first calibration screen screen Once the calibration is done, the user arrives at the actual application seen in figure 1. With the help of the Kinect, the user can adjust any note s velocity by sliding the hand vertically up and down under it, or he can adjust the whole melody s pitch bend by sliding his hand horizontally left and right under it. These two hand methods were well appreciated and faster to use. Finally the user can choose any instrument implemented in the application by simply rotating the cube s faces with the hand to the desired colour. 3 Modalities On the device side, the Kinect provides one possibility to select a specific note and multiple ways to modify or adjust the selection. This can be done in sequence or at the same time, for example selecting a note and changing the instrument with one movement. According to the CASE model this qualifies as a synergistic or alternate user interface. But in addition to that, the two input modalities can be redundant as for example the pitch can be changed with either input modality which adds a concurrent communication type to the whole application. An exclusive input is not demanded by the application and in addition not intended. In the case of contradicting inputs, for 3

6 example raising the volume with one gesture and decreasing the volume with the touch interface, the touch input device should take precedence. On the user side of the modalities, the CARE model describes the usability concepts the user is confronted with when composing live music. Normally the inputs are carried out complementary i.e. within a given temporal window to reach a given state i.e. the live change of the notes. An assignment to a specific input modality to reach a certain state is not given: The application does not lack different choices to carry out a task. The user can also perform modalities in a redundant way like for example selecting a different instrument and turn the cube to show a different face. This also was one of the objectives. Same goes with equivalence properties which allow the user to choose different modalities. Such choice possibilities sometimes yield interesting results as explained in chapter 5. Fission of the channels to provide the users with appropriate feedback was unobtrusive and worked without noteworthy problems. Fusion for the different modalities were also less of a problem and limited to a few particular situations like providing contradicting inputs as described earlier in this chapter. 4 Implementation Unfortunately, under Linux, the choice of libraries to interface with the Kinect is limited. We opted for libfreenect2 and its Python binding pyfreenect2. In addition to this a library for scientific computing with Python numpy was used for certain image and array manipulation functions. Before launching the program, the user is presented with two calibration screens. The first screen allows the user to choose a subregion of the Kinect s fieldof view seen in figure 3 to make the detection of their hand easier. On the second screen displayed in figure 4, the user must calibrate the colour detection by showing each of the cube s faces to the Kinect s camera and clicking the corresponding colour s button. Note that we initially planned on having six possible colour choices, but the results were poor. Therefore we reduced the number of choices to four colours to make the colour detection more accurate. 4

7 5 Evaluation Among the user feedbacks, there were several negatives and positives. For example, the cube was often seen as negative because people tend to click directly on the touch screen to select the desired colour. Additionally, instead of having colours on the cube s faces, we could have the actual image of the instrument to allow a distinction of the cube sides for users with colour blindness. In contrast, the hand gestures up / down and left / right have been highly appreciated as it was more intuitive. It was faster changing the velocity and the pitch bend with the Kinect s hand recognition method rather than touching the screen to do it. Moreover, a global amelioration could be to make the buttons on the right panel of the application bigger so that it is easier to manipulate them with the finger. The following table resumes the users evaluations. We had six different testers, all having different ages and gender. They were mostly family and friends. The third column answers the questions Do you know music? Do you play an instrument?. The fourth column indicated the approximate time the user took while adapting to the application. The fifth and sixth columns show what users liked and disliked with the overall system. Finally, the last column was for a little challenge proposed to them. The challenge was to reproduce a song, for example Frère Jacques only by hearing it and to see how much time they was needed in order to replicate it in the application with the preferred modalities. Gender Age Familiar Accomodation with time to the app Preferred modalities Did not like Successful task? music? Female 20 Yes ~ 5 minutes Hand gestures (up / down, The cube + the ~ 15 minutes left / right) + touch screen mouse for the instruments Female 58 No > 10 minutes Touch screen only The cube + the ~ 30 minutes Kinect Female 25 Yes < 5 minutes Hand gestures (up / down, The cube + the ~ 10 minutes left / right) + touch screen mouse for the instruments Male 28 Yes < 5 minutes Hand gestures (up / down, The cube + the ~ 15 minutes left / right) + touch screen mouse for the instruments 5

8 Male 59 No ~ 8 minutes Mouse + touch only The cube + the ~ 25 minutes Kinect Male 23 No > 10 minutes Hand gestures (up/down, The cube + the left/right) + touch screen mouse Abadoned for the instruments 6 Conclusions The results showed that elder persons preferred the touch and mouse input modalities over the Kinect. Younger people took less time to accommodate to the whole system, not only the application. From the last column it is also visible that users using the Kinect as input device were slightly faster at completing successfully the given task. Future improvements might include the modality of the voice limited to certain commands like Start, Pause and Stop. An additional third axis might also be set up to provide the user with an additional input channel. An important part at this point might be the usage behaviour of users to evaluate the intuition and assignments of usage modalities for the users. 7 References Lalanne, Denis. Slides from the course Department of Informatics: University of Fribourg. 6

Project Multimodal FooBilliard

Project Multimodal FooBilliard Project Multimodal FooBilliard adding two multimodal user interfaces to an existing 3d billiard game Dominic Sina, Paul Frischknecht, Marian Briceag, Ulzhan Kakenova March May 2015, for Future User Interfaces

More information

A Kinect-based 3D hand-gesture interface for 3D databases

A Kinect-based 3D hand-gesture interface for 3D databases A Kinect-based 3D hand-gesture interface for 3D databases Abstract. The use of natural interfaces improves significantly aspects related to human-computer interaction and consequently the productivity

More information

ChordPolyPad Midi Chords Player iphone, ipad Laurent Colson

ChordPolyPad Midi Chords Player iphone, ipad Laurent Colson ChordPolyPad 1 ChordPolyPad Midi Chords Player iphone, ipad Laurent Colson 1. ipad overview... 2 2. iphone overview... 3 3. Preset manager... 4 4. Save preset... 5 5. Midi... 6 6. Midi setup... 7 7. Pads...

More information

Haptic Camera Manipulation: Extending the Camera In Hand Metaphor

Haptic Camera Manipulation: Extending the Camera In Hand Metaphor Haptic Camera Manipulation: Extending the Camera In Hand Metaphor Joan De Boeck, Karin Coninx Expertise Center for Digital Media Limburgs Universitair Centrum Wetenschapspark 2, B-3590 Diepenbeek, Belgium

More information

Lab 4 Projectile Motion

Lab 4 Projectile Motion b Lab 4 Projectile Motion What You Need To Know: x x v v v o ox ox v v ox at 1 t at a x FIGURE 1 Linear Motion Equations The Physics So far in lab you ve dealt with an object moving horizontally or an

More information

creation stations AUDIO RECORDING WITH AUDACITY 120 West 14th Street

creation stations AUDIO RECORDING WITH AUDACITY 120 West 14th Street creation stations AUDIO RECORDING WITH AUDACITY 120 West 14th Street www.nvcl.ca techconnect@cnv.org PART I: LAYOUT & NAVIGATION Audacity is a basic digital audio workstation (DAW) app that you can use

More information

Korde Sequencer Operation Manual

Korde Sequencer Operation Manual Korde Sequencer Operation Manual Version 1.1.0 1 Introduction Korde is an 8 voice arpeggiator sequencer hybrid. You get a classic matrix style editor where each row is dynamically assigned a note as its

More information

TrampTroller. Using a trampoline as an input device.

TrampTroller. Using a trampoline as an input device. TrampTroller Using a trampoline as an input device. Julian Leupold Matr.-Nr.: 954581 julian.leupold@hs-augsburg.de Hendrik Pastunink Matr.-Nr.: 954584 hendrik.pastunink@hs-augsburg.de WS 2017 / 2018 Hochschule

More information

E90 Project Proposal. 6 December 2006 Paul Azunre Thomas Murray David Wright

E90 Project Proposal. 6 December 2006 Paul Azunre Thomas Murray David Wright E90 Project Proposal 6 December 2006 Paul Azunre Thomas Murray David Wright Table of Contents Abstract 3 Introduction..4 Technical Discussion...4 Tracking Input..4 Haptic Feedack.6 Project Implementation....7

More information

NIS-Elements: Grid to ND Set Up Interface

NIS-Elements: Grid to ND Set Up Interface NIS-Elements: Grid to ND Set Up Interface This document specifies the set up details of the Grid to ND macro, which is included in material # 97157 High Content Acq. Tools. This documentation assumes some

More information

User Guidelines for Downloading Calibre Books on Android with Talkback Enabled

User Guidelines for Downloading Calibre Books on Android with Talkback Enabled Download User Guidelines for Downloading Calibre Books on Android with Talkback Enabled Before you start - Things you need to know You can register two devices (i.e. a phone and a tablet) to use for downloading

More information

Harry Plummer KC BA Digital Arts. Virtual Space. Assignment 1: Concept Proposal 23/03/16. Word count: of 7

Harry Plummer KC BA Digital Arts. Virtual Space. Assignment 1: Concept Proposal 23/03/16. Word count: of 7 Harry Plummer KC39150 BA Digital Arts Virtual Space Assignment 1: Concept Proposal 23/03/16 Word count: 1449 1 of 7 REVRB Virtual Sampler Concept Proposal Main Concept: The concept for my Virtual Space

More information

Solo Mode. Chords Mode

Solo Mode. Chords Mode Indiginus The Mandolin has been designed to help you create realistic mandolin parts easily, using both key velocity switching as well as momentary key switches to control articulations and chords. The

More information

Android User manual. Intel Education Lab Camera by Intellisense CONTENTS

Android User manual. Intel Education Lab Camera by Intellisense CONTENTS Intel Education Lab Camera by Intellisense Android User manual CONTENTS Introduction General Information Common Features Time Lapse Kinematics Motion Cam Microscope Universal Logger Pathfinder Graph Challenge

More information

Advancements in Gesture Recognition Technology

Advancements in Gesture Recognition Technology IOSR Journal of VLSI and Signal Processing (IOSR-JVSP) Volume 4, Issue 4, Ver. I (Jul-Aug. 2014), PP 01-07 e-issn: 2319 4200, p-issn No. : 2319 4197 Advancements in Gesture Recognition Technology 1 Poluka

More information

Introducing Photo Story 3

Introducing Photo Story 3 Introducing Photo Story 3 SAVE YOUR WORK OFTEN!!! Page: 2 of 22 Table of Contents 0. Prefix...4 I. Starting Photo Story 3...5 II. Welcome Screen...5 III. Import and Arrange...6 IV. Editing...8 V. Add a

More information

POWER USER ARPEGGIOS EXPLORED

POWER USER ARPEGGIOS EXPLORED y POWER USER ARPEGGIOS EXPLORED Phil Clendeninn Technical Sales Specialist Yamaha Corporation of America If you think you don t like arpeggios, this article is for you. If you have no idea what you can

More information

Creating Digital Stories for the Classroom

Creating Digital Stories for the Classroom Using Photo Story 3 to Create a Digital Story Creating Digital Stories for the Classroom When you open Photo Story 3 you have a few options. To begin a new story select the option Begin a New Story and

More information

Studuino Icon Programming Environment Guide

Studuino Icon Programming Environment Guide Studuino Icon Programming Environment Guide Ver 0.9.6 4/17/2014 This manual introduces the Studuino Software environment. As the Studuino programming environment develops, these instructions may be edited

More information

I2C8 MIDI Plug-In Documentation

I2C8 MIDI Plug-In Documentation I2C8 MIDI Plug-In Documentation Introduction... 2 Installation... 2 macos... 2 Windows... 2 Unlocking... 4 Online Activation... 4 Offline Activation... 5 Deactivation... 5 Demo Mode... 5 Tutorial... 6

More information

Power User Guide MO6 / MO8: Recording Performances to the Sequencer

Power User Guide MO6 / MO8: Recording Performances to the Sequencer Power User Guide MO6 / MO8: Recording Performances to the Sequencer The Performance mode offers you the ability to combine up to 4 Voices mapped to the keyboard at one time. Significantly you can play

More information

Helm Manual. v Developed by: Matt Tytel

Helm Manual. v Developed by: Matt Tytel Helm Manual v0.9.0 Developed by: Matt Tytel Table of Contents General Usage... 5 Default Values... 5 Midi Learn... 5 Turn a Module On and Of... 5 Audio Modules... 6 OSCILLATORS... 7 1. Waveform selector...

More information

Usability Evaluation of Multi- Touch-Displays for TMA Controller Working Positions

Usability Evaluation of Multi- Touch-Displays for TMA Controller Working Positions Sesar Innovation Days 2014 Usability Evaluation of Multi- Touch-Displays for TMA Controller Working Positions DLR German Aerospace Center, DFS German Air Navigation Services Maria Uebbing-Rumke, DLR Hejar

More information

Chapter 9 Organization Charts, Flow Diagrams, and More

Chapter 9 Organization Charts, Flow Diagrams, and More Draw Guide Chapter 9 Organization Charts, Flow Diagrams, and More This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option for printing

More information

CONTENTS JamUp User Manual

CONTENTS JamUp User Manual JamUp User Manual CONTENTS JamUp User Manual Introduction 3 Quick Start 3 Headphone Practice Recording Live Tips General Setups 4 Amp and Effect 5 Overview Signal Path Control Panel Signal Path Order Select

More information

USER S MANUAL (english)

USER S MANUAL (english) USER S MANUAL (english) A new generation of 3D detection devices. Made in Germany Overview The TeroVido system consists of the software TeroVido3D and the recording hardware. It's purpose is the detection

More information

Photo Editing in Mac and ipad and iphone

Photo Editing in Mac and ipad and iphone Page 1 Photo Editing in Mac and ipad and iphone Switching to Edit mode in Photos for Mac To edit a photo you ll first need to double-click its thumbnail to open it for viewing, and then click the Edit

More information

Chlorophyll Fluorescence Imaging System

Chlorophyll Fluorescence Imaging System Quick Start Guide Chlorophyll Fluorescence Imaging System Quick Start Guide for Technologica FluorImager software for use with Technlogica CFImager hardware Copyright 2006 2015 TECHNOLOGICA LIMITED. All

More information

Blue-Bot TEACHER GUIDE

Blue-Bot TEACHER GUIDE Blue-Bot TEACHER GUIDE Using Blue-Bot in the classroom Blue-Bot TEACHER GUIDE Programming made easy! Previous Experiences Prior to using Blue-Bot with its companion app, children could work with Remote

More information

Motic Live Imaging Module. Windows OS User Manual

Motic Live Imaging Module. Windows OS User Manual Motic Live Imaging Module Windows OS User Manual Motic Live Imaging Module Windows OS User Manual CONTENTS (Linked) Introduction 05 Menus, bars and tools 06 Title bar 06 Menu bar 06 Status bar 07 FPS 07

More information

Nhu Nguyen ES95. Prof. Lehrman. Final Project report. The Desk Instrument. Group: Peter Wu, Paloma Ruiz-Ramon, Nhu Nguyen, and Parker Heyl

Nhu Nguyen ES95. Prof. Lehrman. Final Project report. The Desk Instrument. Group: Peter Wu, Paloma Ruiz-Ramon, Nhu Nguyen, and Parker Heyl Nhu Nguyen ES95 Prof. Lehrman Final Project report The Desk Instrument Group: Peter Wu, Paloma Ruiz-Ramon, Nhu Nguyen, and Parker Heyl 1. Introduction: Our initial goal for the Desk instrument project

More information

User Experience Guidelines

User Experience Guidelines User Experience Guidelines Revision History Revision 1 July 25, 2014 - Initial release. Introduction The Myo armband will transform the way people interact with the digital world - and this is made possible

More information

Lab 4 Projectile Motion

Lab 4 Projectile Motion b Lab 4 Projectile Motion Physics 211 Lab What You Need To Know: 1 x = x o + voxt + at o ox 2 at v = vox + at at 2 2 v 2 = vox 2 + 2aΔx ox FIGURE 1 Linear FIGURE Motion Linear Equations Motion Equations

More information

Practicing with Ableton: Click Tracks and Reference Tracks

Practicing with Ableton: Click Tracks and Reference Tracks Practicing with Ableton: Click Tracks and Reference Tracks Why practice our instruments with Ableton? Using Ableton in our practice can help us become better musicians. It offers Click tracks that change

More information

Sense. 3D scanning application for Intel RealSense 3D Cameras. Capture your world in 3D. User Guide. Original Instructions

Sense. 3D scanning application for Intel RealSense 3D Cameras. Capture your world in 3D. User Guide. Original Instructions Sense 3D scanning application for Intel RealSense 3D Cameras Capture your world in 3D User Guide Original Instructions TABLE OF CONTENTS 1 INTRODUCTION.... 3 COPYRIGHT.... 3 2 SENSE SOFTWARE SETUP....

More information

AR Cannon. Multimodal Interfaces. Students: Arnaud Durand 1, Léonard Stalder 2, Thomas Rouvinez 3 Professors: Dr. Denis Lalane 4, May 23, 2014

AR Cannon. Multimodal Interfaces. Students: Arnaud Durand 1, Léonard Stalder 2, Thomas Rouvinez 3 Professors: Dr. Denis Lalane 4, May 23, 2014 AR Cannon Multimodal Interfaces Students: Arnaud Durand 1, Léonard Stalder 2, Thomas Rouvinez 3 Professors: Dr. Denis Lalane 4, May 23, 2014 University of Freiburg 5 // Freiburg University of Freiburg

More information

Adding Content and Adjusting Layers

Adding Content and Adjusting Layers 56 The Official Photodex Guide to ProShow Figure 3.10 Slide 3 uses reversed duplicates of one picture on two separate layers to create mirrored sets of frames and candles. (Notice that the Window Display

More information

CA58 MIDI Settings Manual MIDI Settings

CA58 MIDI Settings Manual MIDI Settings MIDI verview The term MIDI is an acronym for Musical Instrument Digital Interface, an international standard for connecting musical instruments, computers, and other devices to allow the exchange of performance

More information

Tap Delay. Multi-tap Delay and Tape Simulator. VirSyn

Tap Delay. Multi-tap Delay and Tape Simulator. VirSyn Tap Delay Multi-tap Delay and Tape Simulator VirSyn Introduction... 3 Welcome to Tap Delay... 3 Why simulate analog tape?... 3 Features... 4 Basics... 5 Top bar... 5 Tempo... 5 Settings... 6 List of Recordings...

More information

_ Programming Manual RE729 Including Classic and New VoX Interfaces Version 3.0 May 2011

_ Programming Manual RE729 Including Classic and New VoX Interfaces Version 3.0 May 2011 _ Programming Manual RE729 Including Classic and New VoX Interfaces Version 3.0 May 2011 RE729 Programming Manual to PSWx29 VoX.docx - 1 - 1 Content 1 Content... 2 2 Introduction... 2 2.1 Quick Start Instructions...

More information

Sensors and Scatterplots Activity Excel Worksheet

Sensors and Scatterplots Activity Excel Worksheet Name: Date: Sensors and Scatterplots Activity Excel Worksheet Directions Using our class datasheets, we will analyze additional scatterplots, using Microsoft Excel to make those plots. To get started,

More information

TouchMix Series. Quick Start Guide. Installing the Windows Driver. Non-DAW audio playback from computer. TouchMix-30 Pro settings.

TouchMix Series. Quick Start Guide. Installing the Windows Driver. Non-DAW audio playback from computer. TouchMix-30 Pro settings. TouchMix Series Quick Start Guide Setting up TouchMix-30 Pro with a computer: Windows driver installation, ios Core Audio configuration, itunes playback, and DAW setup This quick start guide is to help

More information

M-16DX 16-Channel Digital Mixer

M-16DX 16-Channel Digital Mixer M-16DX 16-Channel Digital Mixer Workshop Using the M-16DX with a DAW 2007 Roland Corporation U.S. All rights reserved. No part of this publication may be reproduced in any form without the written permission

More information

Introduction to Haptics

Introduction to Haptics Introduction to Haptics Roope Raisamo Multimodal Interaction Research Group Tampere Unit for Computer Human Interaction (TAUCHI) Department of Computer Sciences University of Tampere, Finland Definition

More information

creation stations AUDIO RECORDING WITH AUDACITY 120 West 14th Street

creation stations AUDIO RECORDING WITH AUDACITY 120 West 14th Street creation stations AUDIO RECORDING WITH AUDACITY 120 West 14th Street www.nvcl.ca techconnect@cnv.org PART I: LAYOUT & NAVIGATION Audacity is a basic digital audio workstation (DAW) app that you can use

More information

Record your debut album using Garageband Brandon Arnold, Instructor

Record your debut album using Garageband Brandon Arnold, Instructor Record your debut album using Garageband Brandon Arnold, Instructor brandon.arnold@nebo.edu Garageband is free software that comes with every new Mac computer. It is surprisingly robust and can be used

More information

Introduction to: Microsoft Photo Story 3. for Windows. Brevard County, Florida

Introduction to: Microsoft Photo Story 3. for Windows. Brevard County, Florida Introduction to: Microsoft Photo Story 3 for Windows Brevard County, Florida 1 Table of Contents Introduction... 3 Downloading Photo Story 3... 4 Adding Pictures to Your PC... 7 Launching Photo Story 3...

More information

Ample China Pipa User Manual

Ample China Pipa User Manual Ample China Pipa User Manual Ample Sound Co.,Ltd @ Beijing 1 Contents 1 INSTALLATION & ACTIVATION... 7 1.1 INSTALLATION ON MAC... 7 1.2 INSTALL SAMPLE LIBRARY ON MAC... 9 1.3 INSTALLATION ON WINDOWS...

More information

IGNITE BASICS V1.1 19th March 2013

IGNITE BASICS V1.1 19th March 2013 IGNITE BASICS V1.1 19th March 2013 Ignite Basics Ignite Basics Guide Ignite Basics Guide... 1 Using Ignite for the First Time... 2 Download and Install Ignite... 2 Connect Your M- Audio Keyboard... 2 Open

More information

User Experience Guidelines

User Experience Guidelines User Experience Guidelines Revision 3 November 27, 2014 Introduction The Myo armband has the potential to transform the way people interact with their digital world. But without an ecosystem of Myo-enabled

More information

PHYSICS 220 LAB #1: ONE-DIMENSIONAL MOTION

PHYSICS 220 LAB #1: ONE-DIMENSIONAL MOTION /53 pts Name: Partners: PHYSICS 22 LAB #1: ONE-DIMENSIONAL MOTION OBJECTIVES 1. To learn about three complementary ways to describe motion in one dimension words, graphs, and vector diagrams. 2. To acquire

More information

What was the first gestural interface?

What was the first gestural interface? stanford hci group / cs247 Human-Computer Interaction Design Studio What was the first gestural interface? 15 January 2013 http://cs247.stanford.edu Theremin Myron Krueger 1 Myron Krueger There were things

More information

Solo Mode. Strum Mode

Solo Mode. Strum Mode Indiginus Renegade Acoustic Guitar has been designed to help you create realistic acoustic guitar parts easily, using both key velocity switching as well as momentary key switches to control articulations

More information

A guide to SalsaJ. This guide gives step-by-step instructions on how to use SalsaJ to carry out basic data analysis on astronomical data files.

A guide to SalsaJ. This guide gives step-by-step instructions on how to use SalsaJ to carry out basic data analysis on astronomical data files. A guide to SalsaJ SalsaJ is free, student-friendly software developed originally for the European Hands- On Universe (EU-HOU) project. It is designed to be easy to install and use. It allows students to

More information

Owner s Manual. Page 1 of 23

Owner s Manual. Page 1 of 23 Page 1 of 23 Installation Instructions Table of Contents 1. Getting Started! Installation via Connect! Activation with Native Instruments Service Center 2. Pulse Engines Page! Pulse Engine Layers! Pulse

More information

CS 247 Project 2. Part 1. Reflecting On Our Target Users. Jorge Cueto Edric Kyauk Dylan Moore Victoria Wee

CS 247 Project 2. Part 1. Reflecting On Our Target Users. Jorge Cueto Edric Kyauk Dylan Moore Victoria Wee 1 CS 247 Project 2 Jorge Cueto Edric Kyauk Dylan Moore Victoria Wee Part 1 Reflecting On Our Target Users Our project presented our team with the task of redesigning the Snapchat interface for runners,

More information

NCSS Statistical Software

NCSS Statistical Software Chapter 147 Introduction A mosaic plot is a graphical display of the cell frequencies of a contingency table in which the area of boxes of the plot are proportional to the cell frequencies of the contingency

More information

A Multimodal Air Traffic Controller Working Position

A Multimodal Air Traffic Controller Working Position DLR.de Chart 1 A Multimodal Air Traffic Controller Working Position The Sixth SESAR Innovation Days, Delft, The Netherlands Oliver Ohneiser, Malte Jauer German Aerospace Center (DLR) Institute of Flight

More information

Autodesk. SketchBook Mobile

Autodesk. SketchBook Mobile Autodesk SketchBook Mobile Copyrights and Trademarks Autodesk SketchBook Mobile (2.0.2) 2013 Autodesk, Inc. All Rights Reserved. Except as otherwise permitted by Autodesk, Inc., this publication, or parts

More information

CA48 MIDI Settings Manual MIDI Settings

CA48 MIDI Settings Manual MIDI Settings The term MIDI is an acronym for Musical Instrument Digital Interface, an international standard for connecting musical instruments, computers, and other devices to allow the exchange of performance data.

More information

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Kinect2Scratch Workbook

Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl. Kinect2Scratch Workbook Inspiring Creative Fun Ysbrydoledig Creadigol Hwyl Workbook Scratch is a drag and drop programming environment created by MIT. It contains colour coordinated code blocks that allow a user to build up instructions

More information

THESE ARE NOT TOYS!! IF YOU CAN NOT FOLLOW THE DIRECTIONS, YOU WILL NOT USE THEM!!

THESE ARE NOT TOYS!! IF YOU CAN NOT FOLLOW THE DIRECTIONS, YOU WILL NOT USE THEM!! ROBOTICS If you were to walk into any major manufacturing plant today, you would see robots hard at work. Businesses have used robots for many reasons. Robots do not take coffee breaks, vacations, call

More information

Recording your Voice Tutorials 2 - Setting the Computer Setting Audacity Wayne B. Dickerson

Recording your Voice Tutorials 2 - Setting the Computer Setting Audacity Wayne B. Dickerson Recording your Voice Tutorials 2 - Setting the Computer Setting Audacity Wayne B. Dickerson In this tutorial we want to insure that your computer and Audacity will do the best recording job they can do

More information

ChordMapMidi Chord-Exploring App for iphone

ChordMapMidi Chord-Exploring App for iphone Step 1: Setting Up Three Things to Know 1 - is a midi controller. It doesn t create sound on its own. 2 - When you touch a chord location, sends midi signals to another app a synthesizer app, running in

More information

The included VST Instruments

The included VST Instruments The included VST Instruments - 1 - - 2 - Documentation by Ernst Nathorst-Böös, Ludvig Carlson, Anders Nordmark, Roger Wiklander Additional assistance: Cecilia Lilja Quality Control: Cristina Bachmann,

More information

Heads up interaction: glasgow university multimodal research. Eve Hoggan

Heads up interaction: glasgow university multimodal research. Eve Hoggan Heads up interaction: glasgow university multimodal research Eve Hoggan www.tactons.org multimodal interaction Multimodal Interaction Group Key area of work is Multimodality A more human way to work Not

More information

Learning Guide. ASR Automated Systems Research Inc. # Douglas Crescent, Langley, BC. V3A 4B6. Fax:

Learning Guide. ASR Automated Systems Research Inc. # Douglas Crescent, Langley, BC. V3A 4B6. Fax: Learning Guide ASR Automated Systems Research Inc. #1 20461 Douglas Crescent, Langley, BC. V3A 4B6 Toll free: 1-800-818-2051 e-mail: support@asrsoft.com Fax: 604-539-1334 www.asrsoft.com Copyright 1991-2013

More information

Introduction to HCI. CS4HC3 / SE4HC3/ SE6DO3 Fall Instructor: Kevin Browne

Introduction to HCI. CS4HC3 / SE4HC3/ SE6DO3 Fall Instructor: Kevin Browne Introduction to HCI CS4HC3 / SE4HC3/ SE6DO3 Fall 2011 Instructor: Kevin Browne brownek@mcmaster.ca Slide content is based heavily on Chapter 1 of the textbook: Designing the User Interface: Strategies

More information

Color and More. Color basics

Color and More. Color basics Color and More In this lesson, you'll evaluate an image in terms of its overall tonal range (lightness, darkness, and contrast), its overall balance of color, and its overall appearance for areas that

More information

PRORADAR X1PRO USER MANUAL

PRORADAR X1PRO USER MANUAL PRORADAR X1PRO USER MANUAL Dear Customer; we would like to thank you for preferring the products of DRS. We strongly recommend you to read this user manual carefully in order to understand how the products

More information

a. the costumes tab and costumes panel

a. the costumes tab and costumes panel Skills Training a. the costumes tab and costumes panel File This is the Costumes tab Costume Clear Import This is the Costumes panel costume 93x0 This is the Paint Editor area backdrop Sprite Give yourself

More information

Quintic Software Tutorial 3

Quintic Software Tutorial 3 Quintic Software Tutorial 3 Take a Picture 1 Tutorial 3 Take a Picture Contents Page 1. Photo 2. Photo Sequence a. Add shapes and angles 3. Export Analysis 2 Tutorial 3 Take a Picture 1. Photo Open the

More information

SMX-1000 Plus SMX-1000L Plus

SMX-1000 Plus SMX-1000L Plus Microfocus X-Ray Inspection Systems SMX-1000 Plus SMX-1000L Plus C251-E023A Taking Innovation to New Heights with Shimadzu X-Ray Inspection Systems Microfocus X-Ray Inspection Systems SMX-1000 Plus SMX-1000L

More information

Robotics Laboratory. Report Nao. 7 th of July Authors: Arnaud van Pottelsberghe Brieuc della Faille Laurent Parez Pierre-Yves Morelle

Robotics Laboratory. Report Nao. 7 th of July Authors: Arnaud van Pottelsberghe Brieuc della Faille Laurent Parez Pierre-Yves Morelle Robotics Laboratory Report Nao 7 th of July 2014 Authors: Arnaud van Pottelsberghe Brieuc della Faille Laurent Parez Pierre-Yves Morelle Professor: Prof. Dr. Jens Lüssem Faculty: Informatics and Electrotechnics

More information

GlobiScope Analysis Software for the Globisens QX7 Digital Microscope. Quick Start Guide

GlobiScope Analysis Software for the Globisens QX7 Digital Microscope. Quick Start Guide GlobiScope Analysis Software for the Globisens QX7 Digital Microscope Quick Start Guide Contents GlobiScope Overview... 1 Overview of home screen... 2 General Settings... 2 Measurements... 3 Movie capture...

More information

Next Back Save Project Save Project Save your Story

Next Back Save Project Save Project Save your Story What is Photo Story? Photo Story is Microsoft s solution to digital storytelling in 5 easy steps. For those who want to create a basic multimedia movie without having to learn advanced video editing, Photo

More information

Introduction. Overview

Introduction. Overview Introduction and Overview Introduction This goal of this curriculum is to familiarize students with the ScratchJr programming language. The curriculum consists of eight sessions of 45 minutes each. For

More information

While entry is at the discretion of the centre, it would be beneficial if candidates had the following IT skills:

While entry is at the discretion of the centre, it would be beneficial if candidates had the following IT skills: National Unit Specification: general information CODE F916 10 SUMMARY The aim of this Unit is for candidates to gain an understanding of the different types of media assets required for developing a computer

More information

ColorPony User Manual

ColorPony User Manual ColorPony 2013-07 User Manual ColorPony User Manual The major sections of the ColorPony user manual 1. Prerequisites.. p3 2. Terminology p4 3. Capturing & Yoking Artwork... p5 3.1. Measure colors p8 3.2.

More information

Go Daddy Online Photo Filer

Go Daddy Online Photo Filer Getting Started and User Guide Discover an easier way to share, print and manage your photos online! Online Photo Filer gives you an online photo album site for sharing photos, as well as easy-to-use editing

More information

Congratulations on purchasing Molten MIDI 5 by Molten Voltage

Congratulations on purchasing Molten MIDI 5 by Molten Voltage OWNER S MANUAL Congratulations on purchasing Molten MIDI 5 by Molten Voltage Molten MIDI 5 is designed to control the Digitech Whammy 5. When configured for Whammy & Clock output, Molten MIDI 5 also sends

More information

Version A u t o T h e o r y

Version A u t o T h e o r y Version 4.0 1 A u t o T h e o r y Table of Contents Connecting your Keyboard and DAW... 3 Global Parameters... 4 Key / Scale... 4 Mapping... 4 Chord Generator... 5 Outputs & Keyboard Layout... 5 MIDI Effects

More information

Lynx Chipper Coded by Sage. Document Date : April 27 th 2011 VER: 0.1. (rough translation and additional guide by ctrix^disasterarea) Forward

Lynx Chipper Coded by Sage. Document Date : April 27 th 2011 VER: 0.1. (rough translation and additional guide by ctrix^disasterarea) Forward Lynx Chipper Coded by Sage Document Date : April 27 th 2011 VER: 0.1 (rough translation and additional guide by ctrix^disasterarea) Forward Please note this is written for an early beta build of the software

More information

Subject Name:Human Machine Interaction Unit No:1 Unit Name: Introduction. Mrs. Aditi Chhabria Mrs. Snehal Gaikwad Dr. Vaibhav Narawade Mr.

Subject Name:Human Machine Interaction Unit No:1 Unit Name: Introduction. Mrs. Aditi Chhabria Mrs. Snehal Gaikwad Dr. Vaibhav Narawade Mr. Subject Name:Human Machine Interaction Unit No:1 Unit Name: Introduction Mrs. Aditi Chhabria Mrs. Snehal Gaikwad Dr. Vaibhav Narawade Mr. B J Gorad Unit No: 1 Unit Name: Introduction Lecture No: 1 Introduction

More information

Apple Photos Quick Start Guide

Apple Photos Quick Start Guide Apple Photos Quick Start Guide Photos is Apple s replacement for iphoto. It is a photograph organizational tool that allows users to view and make basic changes to photos, create slideshows, albums, photo

More information

Proposal Accessible Arthur Games

Proposal Accessible Arthur Games Proposal Accessible Arthur Games Prepared for: PBSKids 2009 DoodleDoo 3306 Knoll West Dr Houston, TX 77082 Disclaimers This document is the proprietary and exclusive property of DoodleDoo except as otherwise

More information

Aimetis Outdoor Object Tracker. 2.0 User Guide

Aimetis Outdoor Object Tracker. 2.0 User Guide Aimetis Outdoor Object Tracker 0 User Guide Contents Contents Introduction...3 Installation... 4 Requirements... 4 Install Outdoor Object Tracker...4 Open Outdoor Object Tracker... 4 Add a license... 5...

More information

GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL

GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL GESTURE RECOGNITION SOLUTION FOR PRESENTATION CONTROL Darko Martinovikj Nevena Ackovska Faculty of Computer Science and Engineering Skopje, R. Macedonia ABSTRACT Despite the fact that there are different

More information

Audacity 5EBI Manual

Audacity 5EBI Manual Audacity 5EBI Manual (February 2018 How to use this manual? This manual is designed to be used following a hands-on practice procedure. However, you must read it at least once through in its entirety before

More information

Help Manual - ipad. Table of Contents. 1. Quick Start Controls Overlay. 2. Social Media. 3. Guitar Tunes Library

Help Manual - ipad. Table of Contents. 1. Quick Start Controls Overlay. 2. Social Media. 3. Guitar Tunes Library Table of Contents Help Manual - ipad 1. Quick Start Controls Overlay 2. Social Media 3. Guitar Tunes Library 4. Purchasing and Downloading Content to Play 5. Settings Window 6. Player Controls 7. Tempo

More information

J74 Progressive (Standalone Edition) - User Manual Page 1 of 52. J74 Progressive. - Standalone Edition -

J74 Progressive (Standalone Edition) - User Manual Page 1 of 52. J74 Progressive. - Standalone Edition - Page 1 of 52 J74 Progressive - Standalone Edition - A tool set for Chord Progression and Harmonic Editing Page 2 of 52 Table of Contents How to install and start up J74 Progressive (Standalone Edition)...3

More information

* Apple, ipad, iphone, ipod touch, and itunes are trademarks of Apple Inc., registered in the U.S. and other countries. * All product names and

* Apple, ipad, iphone, ipod touch, and itunes are trademarks of Apple Inc., registered in the U.S. and other countries. * All product names and Owner s Manual E 2 * Apple, ipad, iphone, ipod touch, and itunes are trademarks of Apple Inc., registered in the U.S. and other countries. * All product names and company names are the trademarks or registered

More information

MUSC 1331 Lab 3 (Northwest) Using Software Instruments Creating Markers Creating an Audio CD of Multiple Sources

MUSC 1331 Lab 3 (Northwest) Using Software Instruments Creating Markers Creating an Audio CD of Multiple Sources MUSC 1331 Lab 3 (Northwest) Using Software Instruments Creating Markers Creating an Audio CD of Multiple Sources Objectives: 1. Learn to use Markers to identify sections of a sequence/song/recording. 2.

More information

iphoto Getting Started Get to know iphoto and learn how to import and organize your photos, and create a photo slideshow and book.

iphoto Getting Started Get to know iphoto and learn how to import and organize your photos, and create a photo slideshow and book. iphoto Getting Started Get to know iphoto and learn how to import and organize your photos, and create a photo slideshow and book. 1 Contents Chapter 1 3 Welcome to iphoto 3 What You ll Learn 4 Before

More information

Voice Recorder Recording/Playing Voice

Voice Recorder Recording/Playing Voice Dictionary... -2 Using Dictionaries... -2 Search...-4 Searching Text... -4 Document Viewer...-5 Opening PC Documents... -5 Notepad...-6 Saving Text... -6 Scratch Pad... -7 ASCII Art...-8 Using ASCII Art...

More information

Mine Seeker. Software Requirements Document CMPT 276 Assignment 3 May Team I-M-Assignment by Dr. B. Fraser, Bill Nobody, Patty Noone.

Mine Seeker. Software Requirements Document CMPT 276 Assignment 3 May Team I-M-Assignment by Dr. B. Fraser, Bill Nobody, Patty Noone. Mine Seeker Software Requirements Document CMPT 276 Assignment 3 May 2018 Team I-M-Assignment by Dr. B. Fraser, Bill Nobody, Patty Noone bfraser@cs.sfu.ca, mnobody@sfu.ca, pnoone@sfu.ca, std# xxxx-xxxx

More information

Making Music with Tabla Loops

Making Music with Tabla Loops Making Music with Tabla Loops Executive Summary What are Tabla Loops Tabla Introduction How Tabla Loops can be used to make a good music Steps to making good music I. Getting the good rhythm II. Loading

More information

7.0 - MAKING A PEN FIXTURE FOR ENGRAVING PENS

7.0 - MAKING A PEN FIXTURE FOR ENGRAVING PENS 7.0 - MAKING A PEN FIXTURE FOR ENGRAVING PENS Material required: Acrylic, 9 by 9 by ¼ Difficulty Level: Advanced Engraving wood (or painted metal) pens is a task particularly well suited for laser engraving.

More information

R (2) Controlling System Application with hands by identifying movements through Camera

R (2) Controlling System Application with hands by identifying movements through Camera R (2) N (5) Oral (3) Total (10) Dated Sign Assignment Group: C Problem Definition: Controlling System Application with hands by identifying movements through Camera Prerequisite: 1. Web Cam Connectivity

More information

Common ProTools operations are described below:

Common ProTools operations are described below: EROShambo ProTools and MIDI OMS Setup 11/2/2000 Timothy J. Eck ProTools ProTools is a leading audio (and MIDI) editing and sequencing software package. In the case of the EROShambo project, ProTools was

More information