Laser Harp Team: Peter Crinklaw Qiushi Jiang Edwin Rodriguez.

Slides:



Advertisements
Similar presentations
In Tune With Technology Digital Musical Tuners. What is its Purpose? Instrument tuners indicate whether the pitch of a specific note being played is sharp,
Advertisements

By: Russ Butler ECE4220 Spring 2012 Dr. DeSouza May 2, 2012.
Department of Electrical and Computer Engineering He Zhou Hui Zheng William Mai Xiang Guo Advisor: Professor Patrick Kelly ASLLENGE.
CSE466 Autumn ‘00- 1 System Functional Requirements  Children’s toy…comes with PC software. Child plays notes on the screen and the device makes corresponding.
EE396 Project Micromouse Team: Ocha. Team Members Kanoa Jou (Programmer) Ryan Sato (Hardware) KiWoon Ahn (Recorder) Alan Do (Programmer)
Spring 2002EECS150 - Lec13-proj Page 1 EECS150 - Digital Design Lecture 13 - Final Project Description March 7, 2002 John Wawrzynek.
Preliminary Design Review
Customizable Audio Kaleidoscope Agustya Mehta, Dennis Ramdass, Tony Hwang Final Project Spring 2007.
Frequency to Voltage Converter and Voltage to Frequency Converter Where an instrumentation system is based mainly on capturing voltage signals (analogue.
Introduction ‘Have you ever played video games before? Look at the joystick movement. When you move the joystick to the left, the plane on the TV screen.
Microelectronic Systems--University of Tennessee 1 1 Music Synthesizer Design Christopher Boyd Ki Shin Electrical & Computer Engineering University of.
Matthew Campbell Brian Granaghan Benjamin Adcock Eleazar Kenyon 3/16/2010 MIDI Hero Design Project Preliminary Design Review1 Project Advisor: Dr. William.
CSCI-235 Micro-Computers in Science Hardware Part II.
Song Pro Retro Alex Harper. Contents of Presentation Inspiration Basic Concept Speaker Module.sng file structure Song Pro Retro: Light Song Pro Retro:
Home entertainment. The hardware, software and techniques used for sound MP3 players: play music files stored digitally in MP3 file format are small and.
Multimedia Elements: Sound, Animation, and Video.
Module 8 Review Questions 1.VGA stands for A. Video Graphic Association B. Video Gradient Array C. Video Graphic Array D. Video Graphic Arrangement.
MULTIMEDIA INPUT / OUTPUT TECHNOLOGIES INTRODUCTION 6/1/ A.Aruna, Assistant Professor, Faculty of Information Technology.
MIDI Musical Instrument Digital Interface. MIDI A data communications protocol that describes a means for music systems and related equipment to exchange.
Sound Representation Digitizing Sound Sound waves through Air Different Voltages Voltage converted to numbers.
Win OS & Hardware. Input Getting data into the computer.
Project Presentation Eoin Culhane Multi Channel Music Recognition for an Electric Guitar.
Multi Channel Music Recognition for an Electric Guitar.
Final Year Project Eoin Culhane. MIDI Guitar Guitar with 6 outputs 1 output for each string Each individual string output will be converted to MIDI.
Electric Air Ukulele Ivan Setiawan (setiawa2) Satyo Iswara (iswara2) ECE 445 Senior Design Spring 2012 Team #32 TA: Jane Tu.
Refrigerator Diagnostics Group #14 Jacob Belica Bradley Snyder Darwin Walters.
MIDI Musical Instrument Digital Interface A digital communication protocol allowing devices to send and/or respond to instructions.
By Kyle Tatum.  MIDI (or Musical Instrumental Digital Interface) is an industry-standard protocol, first defined in 1982 by Gordon Hall, that enables.
Launchpad with MIDI TAHA SHASHTARI MAHMOUD AL-SHAKA’A.
Application Case Study Christmas Lights Controller
Sound and music.
ECE 492 Capstone Design: Multi-Functional Wireless Guitar
ECE 492 Capstone Design: Multi-Functional Wireless Guitar
Sound Card A sound card (also referred to as an audio card) is a peripheral device that attaches to the ISA or PCI slot on a motherboard to enable the.
Sound Card A sound card (also referred to as an audio card) is a peripheral device that attaches to the ISA or PCI slot on a motherboard to enable the.
Lucas Dias and Fabio Mantelli
ECE 477 Design Review Team 12  Spring 2007
ECE 492 Capstone Design: Multi-Functional Wireless Guitar
Voice Manipulator Department of Electrical & Computer Engineering
Voice Over IP By: Jon Peterson.
Light Detection Circuit
ECE Computer Engineering Design Project
Wireless Surround Sound
Analog/Digital Hybrid synthesizer
Laser Harp MIDI Controller with Musical Articulations
Modular Analog Synthesizer
CSC 320 – Music Instrument Digital Interface (MIDI) and Digital Audio, Spring 2017 April 2017 Dr. Dale Parson.
Arduino Analog I/O Analog input pins: 0 – 5
Multimedia: making it Work
Lecture 28 Closing it Out.
Laser Harp Picture retrieved from:
Digital Theremin with LED
ECE Computer Engineering Design Project
The MIDI Standard A.
Team 70: Air Guitar Gloves
Lecture 10: Amplifiers and Comparators
Developing a Versatile Audio Synthesizer TJHSST Computer Systems Lab
Digital to Analog Converters (DAC)
ECE 477 Final Presentation Team 2 Spring 2012
ECE 3336 Introduction to Circuits & Electronics
Capstone Design Team 1 Kahnec De La Torre – Lead Report Manager
Ms Jennifer - Senior 4 - Data Representation Introduction
Touch Sensitive Piano Keys
ECE Computer Engineering Design Project
DRUM ANYWHERE ECE 492 Group 4 Jake Davidson - Justin Ferris - Kelvin Liang - Shivansh Singla.
ECE 492 Capstone Design: Multi-Functional Wireless Guitar
ECE Computer Engineering Design Project
♪ Embedded System Design: Synthesizing Music Using Programmable Logic
Embedded Sound Processing : Implementing the Echo Effect
Phased Speaker Array : Phase of Our Lives
Presentation transcript:

Laser Harp Team: Peter Crinklaw Qiushi Jiang Edwin Rodriguez

What Is A Laser Harp? A laser harp is an instrument composed of laser “strings” Notes are mapped to the laser strings and when a laser is blocked, a note is played

Demo Official website for our Laser Harp http://www.ualberta.ca/~qsjiang/laserharp.html

Motivation The motivation for this project was to create an instrument which is: Great for live performances Easy to play Encourages engineering in a younger audience

CORE Functionality Internal Synthesizer The laser harp offers a built in full-range synthesizer External MIDI output support Produces MIDI 1.0 compatible signals

ADDITIONAL Functionality Able to change music scale on the fly Such as Major, Minor, Blues… Able to shift to any key So you can jam with your favorite sound tracks. Simple user interface

Design - Overview Input and output External MIDI Signal NIOS II Synthesizer Laser harp hardware

DESIGN - OVERVIEW

Design – Laser detection 8 photo diodes Ambient light: 0.2V Laser: 0.5V Comparator circuit implemented using op-amp Threshold voltage: 0.35V 8 GPIO pins generating interrupt

Design – Midi generator Maps lasers to a music scale Generates a MIDI 1.0 signal MIDI signal is basically the digital representation of music notation. Image from: http://online-music-score.com/

Design – Midi generator Signal Contains 3 bytes and 2 bits separator around each byte. 0 Status Byte 1 0 Pitch Byte 1 0 Velocity Byte 1

DESIGN - SYNTHESIZER The synthesizer’s job is to produce audio signals:

Design - synthesizer Low frequency signal: High frequency signal:

Design - Synthesizer Just stores one audio signal

Design - synthesizer Audio Signal sent to the WM8731 Audio Codec Codec converts digital audio signal to analog audio signal Analog signal finally reaches the speakers

Potential improvement Additional sensor to provide note velocity Octave shift Pedal / IR distance sensor More instruments

Questions