TablaNet: a Real-Time Online Musical Collaboration System for Indian Percussion. Mihir Sarkar

Size: px
Start display at page:

Download "TablaNet: a Real-Time Online Musical Collaboration System for Indian Percussion. Mihir Sarkar"

Transcription

1 TablaNet: a Real-Time Online Musical Collaboration System for Indian Percussion Mihir Sarkar Thesis Proposal for the Degree of Master of Science at the Massachusetts Institute of Technology Fall 2006 Thesis Advisor Barry L. Vercoe Professor of Media Arts and Sciences Massachusetts Institute of Technology Thesis Reader Tod Machover Professor of Music and Media Massachusetts Institute of Technology Thesis Reader Miller S. Puckette Professor, Music Associate Director, Center for Research in Computing and the Arts University of California, San Diego

2 Abstract Distance education in music stands to benefit from real-time interactions over the Internet. For instance we can imagine an instructor living in a city teaching music to children in villages so as to enhance or help maintain their local traditions. At the same time, online music performance systems rely on real-time communication platforms over fast and robust data networks. In this context I propose to develop TablaNet, a real-time online musical collaboration system for the tabla, a pair of North Indian hand drums. I selected the tabla, not only because of my familiarity with it, but also because of its intermediate complexity as a percussion instrument: although tabla patterns are only based on rhythmic compositions without melodic or harmonic structure, different strokes can produce a variety of more than 10 pitched and unpitched sounds called bols, which contribute to the tabla s expressive potential. Unlike other networked music performance projects, which attempt to optimize the audio stream in order to minimize the network latency, I plan to transmit symbolic information over the network. By listening to individual drum sounds, and automatically recognizing them at the near-end, the system will be able, based on the prior events received, to predict and synthesize rhythmic phrases with the appropriate pitch and tempo at the far-end. The system will be evaluated on quantitative grounds, such as its latency tolerance and audio quality, as well as in terms of the system s playability by tabla players of various levels. i

3 Table of Contents 1 Introduction 1 2 Background Motivation Related work Proposed Approach Research Methodology Initial Study System Design Hardware Implementation Software Implementation Evaluation Expected Contributions Quantitative Results Qualitative Results Planning Deliverables Schedule Resources References 9 Outside Reader Biography 11 Miller S. Puckette ii

4 1 Introduction Hand drums are essential to Indian music; they are not only used for rhythmic accompaniment but also in call-and-response duels and solo performances. However it is sometimes difficult to find instruction for these instruments in areas with different musical traditions (e.g. between the North and the South of India, or between rural areas, where classical instruments may be difficult to come by, and cities, which may have limited access to folk culture). Moreover with people being increasingly mobile and connected, communication services (in particular over data networks) are becoming ever more relevant, both socially (e.g. through social networking ) and culturally as a possible means to sustain indigenous artistic traditions. In this context, I propose to develop TablaNet, a real-time online musical collaboration system for Indian percussion involving machine listening. The main challenge in this application is to overcome network latency. Musicians need to be perceptually synchronized with one another while data travels on the network. I plan to solve this problem by writing software that (i) recognizes individual drum strokes and extracts higher-level rhythmic features from the input signal, (ii) transmits symbolic events over the network instead of an audio stream, and (iii) synthesizes rhythmic phrases at the output by using previous events to predict current patterns. In this project, I will focus my attention on the tabla, the most popular percussion instrument in North India. I expect my results to generalize to other percussion instruments of a similar nature. This work will result in a playable prototype, a simulation environment for testing and demonstration, a video presentation, and my master s thesis, which will document this study. After introducing the background to this project and mentioning previous work in this area, I will outline my approach to solve this problem. I will then present the evaluation criteria, and define the project plan and requirements. 2 Background 2.1 Motivation While growing up in France, I missed being able to play with my musician friends in India and the US. To overcome this situation, we would mail each other multitrack cassettes where we had recorded one or more tracks. The Internet made this process faster, if not easier, but we were still far from being able to jam together. This inspired me to devise a system to enable musicians to play together in real-time over the Internet. 1

5 2.2 Related work Tabla Analysis & Synthesis I shall not describe the tabla in this document (the reader is invited to wait for my master s thesis where background information and references will be provided). Probably because it is one of the most popular Indian instruments, and possibly because of its timbral quality its ability to produce both pitched and unpitched sounds several researchers have investigated the questions of modeling and simulating the tabla. There have been a number of attempts to recognize tabla strokes using statistical pattern classification (from [Gillet and Richard, 2003] and [Chatwani, 2003] to [Samudravijaya et al., 2004] and [Chordia, 2005]). However all these methods analyze recorded performances, and are not necessarily applicable to live performances, which may be affected by varying environmental conditions, and captured with sensors other than microphones. There have been different types of electronic tabla controllers (see [Hun Roh and Wilcox, 1995] and [Kapur et al., 2003a]), some of which use tabla sounds that are generated with physical models [Kapur et al., 2004]. Moreover substantial progress has been made in representing complex rhythms with a linguistic model [Kippen and Bel, 1992] that has been implemented on the Bol Processor [Kippen and Bel, 1994]. However there has been no work, as far as I know, in the area of phrase prediction for percussion instruments (see [Chafe, 1997] on the prediction of solo piano performance) Networked Musical Performance Since the advent of the Internet, musicians have been looking at online music collaboration as the next killer-app. In fact the network music performance space has been and continues to be the source of several commercial endeavors (from the defunct Rocket Network to Ninjam, Audio Fabric, and Lightspeed Audio Labs, a new startup still in stealth mode). However these efforts (e.g. [Cooperstock and Spackman, 2001], [Kapur et al., 2003b], [Sawchuk et al., 2003] and [Weinberg, 2005b]) are restricted by a hard theoretical constraint: the inherent latency of computer networks. This delay, whose minimum is bounded by the speed of light, is undesirable for music traveling over long distances. In spite of that, most current projects still attempt to minimize latency either by sending MIDI commands, or by trying to optimize the trade-off between audio stream compression and algorithmic complexity (e.g. [Lazzaro and Wawrzynek, 2001], [Chatwani and Koren, 2004], [Gu et al., 2004]). Some projects even rely on improved and faster networks, such as the experimental Internet2 [Bargar et al., 1998]. More recently, studies have been conducted on the effects of time delay 2

6 on musician synchronization (see [Chafe et al., 2004], [Chew et al., 2004] and [Mäki-Patola, 2005]). Some researchers, notably Chris Chafe of CCRMA at Stanford University, have also found creative ways to turn network latency to their advantage by converting delays into reverberation [Chafe, 2003]. Thus, despite meeting with limited success, researchers are finding new ways to interact musically over the Internet, and several roadmaps have been proposed for networked musical performance (for instance [Weinberg, 2005a] and [Kapur et al., 2005]). 3 Proposed Approach 3.1 Research Methodology I propose to develop a computer system to enable real-time online musical collaboration between two tabla players. The principles of this application, although specific to Indian percussions, can be extended and generalized to other instruments and cultures. This system will be evaluated with human tabla players using the system in a live setting propitious to musical exchange. We shall also discuss the importance of interactions via other modalities such as speech or vision, which carry instructions, appreciative sounds and gestures, and an excitement factor among the musicians and the audiences at both ends. An initial assessment may be conducted on the importance of visual contact between musicians (in particular tabla players) playing together in order to evaluate the relevance of a networked music performance system offering only audio as a communication channel. Several risks could impede progress on this project; there could be technical difficulties for instance, like a subsystem not attaining the expected quality (e.g. low tabla strokes recognition rate). However risk is inherent to research, and although I shall find ways to mitigate them as much as possible in the course of this study, I shall not detail them further in this document. 3.2 Initial Study I conducted preliminary work where I demonstrated the concept presented in this document by sensing vibrations on the tabla drumhead, analyzing stroke onsets, and transmitting tempo and quantized onset events over a non-guaranteed connectionless UDP (User Datagram Protocol) network layer. The receiver triggered sampled tabla sounds on reception of the events. This application was prototyped in the Max/MSP environment. 3

7 3.3 System Design The proposed system architecture is described in the TablaNet system diagram (fig. 1). We do not go into further details in this proposal about the network infrastructure, or details of the computer system (standard configuration probably under Linux) and audio speakers. Sensors Mixer / amplifier Computer system Speaker Tabla Network Computer system Mixer / amplifier Sensors Speaker Tabla Figure 1: The TablaNet System Diagram 3.4 Hardware Implementation The TablaNet system, although mostly software-based, relies on important pieces of hardware. In order to avoid feedback from the speakers, which play the audio signal generated by the far-end, into a microphone (and thus generating false alarms), I plan to use vibration sensors (most probably piezo-electric films) placed directly on the tabla drumheads. The outputs of these sensors will be fed into a pre-amplified mixer, keeping in mind the frequency range of tabla sounds, and will finally enter the A-to-D converter on the computer. 3.5 Software Implementation The computer program at the near-end will contain code to extract features from the audio input, classify incoming tabla strokes based on those features, and perform higher-level 4

8 operations, like extract the tempo. The application will then transmit the data to the farend computer over the Internet. The receiver will reassemble the packets, and generate a tabla phrase in real-time based on the events received up to that point in time. A main part of the work will be to design the tabla phrase prediction algorithm. The target software environment (i.e. language, IDE) has not been decided yet. Tabla sound synthesis at the farend will either be based on a physical model so as to offer maximum control over the sound quality (e.g. pitch slides), or on sample playback (e.g. wavetable synthesis or soundfonts, which sometimes offer limited instrument control over some sound parameters) in order to limit the additional load in designing a tabla sound synthesis. 4 Evaluation 4.1 Expected Contributions I expect that my research work will result in the following contributions: Design a networked tabla performance system Develop an extensible tabla phrase prediction engine Implement a real-time continuous tabla strokes recognizer Realize a sensor interface for percussion with no audio feedback based on an array of piezo-electric sensors placed on each tabla head and an appropriate amplifier interface Create a real-world musical interaction between two tabla musicians over a computer network 4.2 Quantitative Results The system will be evaluated on the following criteria: Tabla strokes recognition rate, and comparison with existing systems One-way and round-trip time delay (network latency), and comparison with allowable perceptual maximum Tabla phrase prediction error rate Output audio quality by listeners (non-performers) based on a statistical perceptual assessment 5

9 4.3 Qualitative Results In addition to the quantitative assessment, we will examine the system s playability by tabla players of various levels (beginner = less than 1 year experience; intermediate = from 1 to 3 years experience; and expert = more than 3 years experience). Experiments will involve activities in the areas of: Distance learning Rhythmic accompaniment Call and response (called Jugalbandi) Network latency will be simulated using median and worst case figures. After playing on the system for various periods of time, tabla players at both ends as well as the audience will be asked to comment on whether the system meets their expectations in terms of how natural the rhythmic patterns (variety, quantization, etc.) and audio output sound. Results will be collected in the form of a survey and evaluated with a formal quantitative coding system for qualitative data. I hope that the prototype will give musicians the impression of playing with a fellow musician, rather than just playing with (or against) a machine. Questionnaire responses will be included as an appendix to my master s thesis. 5 Planning 5.1 Deliverables The deliverables for this project fall under two categories: a working prototype suitable for live demonstration and simulation (i.e. one tabla player versus the computer), and a technical description of my work in the form of my master s thesis, which will document the design choices, implementation details, and results of this study. In addition, I intend to present the results of this research at appropriate venues (e.g. the Conference on Human Factors in Computing Systems (CHI), the Audio Engineering Society (AES) Convention, the International Conference on New Interfaces for Musical Expression (NIME), or the Sound and Music Computing (SMC) Conference). I will also produce a short audio/video segment to illustrate various usage scenarios of the system in action (e.g. rhythmic accompaniment, call and response). 6

10 5.2 Schedule January February March April May Background research Preliminary tabla strokes dataset collection Discrete tabla strokes identification (offline simulation) COUHES 1 application for data gathering and system testing Sensor interface design and development Complete tabla strokes dataset collection Continuous tabla strokes identification (real-time processing) Article on TablaNet system architecture User interface and system prototyping Networked musical collaboration environment Tabla sound synthesis (sample playback) Master s thesis first draft Learning and prediction of tabla performance Tabla sound synthesis (physical model) System testing and evaluation Master s thesis review and final draft Video footage and production Prototype demonstration Master s thesis submission Article on tabla strokes identification and phrase prediction 1 MIT Committee on the Use of Humans as Experimental Subjects 7

11 5.3 Resources The resources required to carry-on this project are: A tabla set (available from Prof. Barry Vercoe) Microphone, pre-amplifier, audio cables (available) 2 audio speakers (to be procured through an internal channel) 2 computers for demonstration (to be procured through an internal channel) Development platforms (Mac OS X and Windows XP available, Linux to be installed) Audio software and development environment (partially available) Vibration (piezo) sensors (partially available) Electronic parts for sensor interface and pre-amplifier (to be purchased) Participation incentives (gift coupons or the like) for dataset gathering and system testing As far as recording tabla strokes and testing the system are concerned, I have access to a relatively large number of tabla players of various levels at the Media Lab, and through Sangam (the MIT Indian students association) and the music school of Sangeet, a Harvard University student-run organization dedicated to South Asian music. In addition, several Media Lab students can help me with recording and editing the video footage. 8

12 References R. Bargar, S. Church, A. Fukuda, J. Grunke, D. Keislar, B. Moses, B. Novak, B. Pennycook, Z. Settel, J. Strawn, et al. AES white paper: Networking audio and music using Internet2 and next-generation Internet capabilities. Technical report, AES: Audio Engineering Society, C. Chafe. Statistical Pattern Recognition for Prediction of Solo Piano Performance. In Proc. ICMC, Thessaloniki, C. Chafe. Distributed Internet Reverberation for Audio Collaboration. In AES (Audio Engineering Society) 24th Int l Conf. on Multichannel Audio, C. Chafe, M. Gurevich, G. Leslie, and S. Tyan. Effect of Time Delay on Ensemble Accuracy. In Proceedings of the International Symposium on Musical Acoustics, A. Chatwani and A. Koren. Optimization of Audio Streaming for Wireless Networks. Technical report, Princeton University, A.A. Chatwani. Real-Time Recognition of Tabla Bols. Princeton University, Senior Thesis, May E. Chew, R. Zimmermann, A.A. Sawchuk, C. Kyriakakis, C. Papadopoulos, ARJ François, G. Kim, A. Rizzo, and A. Volk. Musical Interaction at a Distance: Distributed Immersive Performance. In Proceedings of the MusicNetwork Fourth Open Workshop on Integration of Music in Multimedia Applications, September, pages 15 16, P. Chordia. Segmentation and Recognition of Tabla Strokes. In Proc. of ISMIR (International Conference on Music Information Retrieval), J.R. Cooperstock and S.P. Spackman. The Recording Studio that Spanned a Continent. In Proc. of IEEE International Conference on Web Delivering of Delivering of Music (WEDELMUSIC), O.K. Gillet and G. Richard. Automatic Labelling of Tabla Signals. In Proc. of the 4th ISMIR Conf., X. Gu, M. Dick, U. Noyer, and L. Wolf. NMP-a new networked music performance system. In Global Telecommunications Conference Workshops, IEEE, pages , J. Hun Roh and L. Wilcox. Exploring Tabla Drumming Using Rhythmic Input. In CHI 95 proceedings, A. Kapur, G. Essl, P. Davidson, and P.R. Cook. The Electronic Tabla Controller. Journal of New Music Research, 32(4): , 2003a. A. Kapur, G. Wang, P. Davidson, PR Cook, D. Trueman, TH Park, and M. Bhargava. The Gigapop Ritual: A Live Networked Performance Piece for Two Electronic Dholaks, Digital Spoon, DigitalDoo, 6 String Electric Violin, Rbow, Sitar, Table, and Bass Guitar. In Proceedings of the International Conference on New Interfaces for Musical Expression (NIME), Montreal, 2003b. 9

13 A. Kapur, P. Davidson, P.R. Cook, P. Driessen, and A. Schloss. Digitizing North Indian Performance. In Proceedings of the International Computer Music Conference, A. Kapur, G. E. Wang, P. Davidson, and P. R. Cook. Interactive Network Performance: a dream worth dreaming? Organised Sound, 10(03): , J. Kippen and B. Bel. Modelling Music with Grammars: Formal Language Representation in the Bol Processor. Computer Representations and Models in Music, Ac. Press ltd, pages , J. Kippen and B. Bel. Computers, Composition and the Challenge of New Music in Modern India. Leonardo Music Journal, 4:79 84, J. Lazzaro and J. Wawrzynek. A case for network musical performance. In Proceedings of the 11th international workshop on Network and operating systems support for digital audio and video, pages ACM Press New York, NY, USA, T. Mäki-Patola. Musical Effects of Latency. Suomen Musiikintutkijoiden, 9:82 85, K. Samudravijaya, S. Shah, and P. Pandya. Computer Recognition of Tabla Bols. Technical report, Tata Institute of Fundamental Research, AA Sawchuk, E. Chew, R. Zimmermann, C. Papadopoulos, and C. Kyriakakis. From remote media immersion to Distributed Immersive Performance. In Proceedings of the 2003 ACM SIGMM workshop on Experiential telepresence, pages ACM Press New York, NY, USA, G. Weinberg. Interconnected Musical Networks: Toward a Theoretical Framework. Computer Music Journal, 29(2):23 39, 2005a. G. Weinberg. Local Performance Networks: musical interdependency through gestures and controllers. Organised Sound, 10(03): , 2005b. 10

14 Outside Reader Biography Miller S. Puckette Miller Puckette obtained a B.S. in Mathematics from MIT (1980) and Ph.D. in Mathematics from Harvard (1986). Puckette was a member of MIT s Media Lab from its inception until 1987, and then a researcher at IRCAM (Institut de Recherche et de Coordination Acoustique/Musique, founded by composer and conductor Pierre Boulez). There he wrote the Max program for Macintosh computers, which was first distributed commercially by Opcode Systems in 1990 and is now available from Cycling 74. In 1989 Puckette joined IRCAM s musical workstation team and put together an enhanced version of Max, called Max/FTS, for the ISPW system, which was commercialized by Ariel, Inc. This system became a widely used platform in computer music research and production facilities. The IRCAM real-time development team has since reimplemented and extended this software under the name jmax, which is distributed free with source code. Puckette joined the Music department of the University of California, San Diego in 1994, and is now Associate Director of the Center for Research in Computing and the Arts (CRCA). He is currently working on a new real-time software system for live musical and multimedia performances called Pure Data ( Pd ), in collaboration with many other artists/researchers/ programmers worldwide. Pd is free and runs on Linux, IRIX, and Windows systems. Since 1997 Puckette has also been part of the Global Visual Music project with Mark Danks, Rand Steiger, and Vibeke Sorensen, which has been generously supported by a grant from the Intel Research Council. 11

A System for Generating Real-Time Visual Meaning for Live Indian Drumming

A System for Generating Real-Time Visual Meaning for Live Indian Drumming A System for Generating Real-Time Visual Meaning for Live Indian Drumming Philip Davidson 1 Ajay Kapur 12 Perry Cook 1 philipd@princeton.edu akapur@princeton.edu prc@princeton.edu Department of Computer

More information

A STUDY OF ENSEMBLE SYNCHRONISATION UNDER RESTRICTED LINE OF SIGHT

A STUDY OF ENSEMBLE SYNCHRONISATION UNDER RESTRICTED LINE OF SIGHT A STUDY OF ENSEMBLE SYNCHRONISATION UNDER RESTRICTED LINE OF SIGHT Bogdan Vera, Elaine Chew Queen Mary University of London Centre for Digital Music {bogdan.vera,eniale}@eecs.qmul.ac.uk Patrick G. T. Healey

More information

njam User Experiments: Enabling Remote Musical Interaction from Milliseconds to Seconds

njam User Experiments: Enabling Remote Musical Interaction from Milliseconds to Seconds njam User Experiments: Enabling Remote Musical Interaction from Milliseconds to Seconds Nicolas Bouillot CEDRIC-CNAM rue St Martin Paris cedex 0, France bouillot@cnam.fr ABSTRACT Remote real-time musical

More information

PLOrk Beat Science 2.0 NIME 2009 club submission by Ge Wang and Rebecca Fiebrink

PLOrk Beat Science 2.0 NIME 2009 club submission by Ge Wang and Rebecca Fiebrink PLOrk Beat Science 2.0 NIME 2009 club submission by Ge Wang and Rebecca Fiebrink Introduction This document details our proposed NIME 2009 club performance of PLOrk Beat Science 2.0, our multi-laptop,

More information

Computer Coordination With Popular Music: A New Research Agenda 1

Computer Coordination With Popular Music: A New Research Agenda 1 Computer Coordination With Popular Music: A New Research Agenda 1 Roger B. Dannenberg roger.dannenberg@cs.cmu.edu http://www.cs.cmu.edu/~rbd School of Computer Science Carnegie Mellon University Pittsburgh,

More information

SEGMENTAL TEMPO ANALYSIS OF PERFORMANCES IN USER-CENTERED EXPERIMENTS IN THE DISTRIBUTED IMMERSIVE PERFORMANCE PROJECT

SEGMENTAL TEMPO ANALYSIS OF PERFORMANCES IN USER-CENTERED EXPERIMENTS IN THE DISTRIBUTED IMMERSIVE PERFORMANCE PROJECT SEGMENTAL TEMPO ANALYSIS OF PERFORMANCES IN USER-CENTERED EXPERIMENTS IN THE DISTRIBUTED IMMERSIVE PERFORMANCE PROJECT Elaine Chew *, Alexander Sawchuk, Carley Tanoue *, Roger Zimmermann University of

More information

Interacting with a Virtual Conductor

Interacting with a Virtual Conductor Interacting with a Virtual Conductor Pieter Bos, Dennis Reidsma, Zsófia Ruttkay, Anton Nijholt HMI, Dept. of CS, University of Twente, PO Box 217, 7500AE Enschede, The Netherlands anijholt@ewi.utwente.nl

More information

A Composition for Clarinet and Real-Time Signal Processing: Using Max on the IRCAM Signal Processing Workstation

A Composition for Clarinet and Real-Time Signal Processing: Using Max on the IRCAM Signal Processing Workstation A Composition for Clarinet and Real-Time Signal Processing: Using Max on the IRCAM Signal Processing Workstation Cort Lippe IRCAM, 31 rue St-Merri, Paris, 75004, France email: lippe@ircam.fr Introduction.

More information

Melody Retrieval On The Web

Melody Retrieval On The Web Melody Retrieval On The Web Thesis proposal for the degree of Master of Science at the Massachusetts Institute of Technology M.I.T Media Laboratory Fall 2000 Thesis supervisor: Barry Vercoe Professor,

More information

POST-PROCESSING FIDDLE : A REAL-TIME MULTI-PITCH TRACKING TECHNIQUE USING HARMONIC PARTIAL SUBTRACTION FOR USE WITHIN LIVE PERFORMANCE SYSTEMS

POST-PROCESSING FIDDLE : A REAL-TIME MULTI-PITCH TRACKING TECHNIQUE USING HARMONIC PARTIAL SUBTRACTION FOR USE WITHIN LIVE PERFORMANCE SYSTEMS POST-PROCESSING FIDDLE : A REAL-TIME MULTI-PITCH TRACKING TECHNIQUE USING HARMONIC PARTIAL SUBTRACTION FOR USE WITHIN LIVE PERFORMANCE SYSTEMS Andrew N. Robertson, Mark D. Plumbley Centre for Digital Music

More information

Toward a Computationally-Enhanced Acoustic Grand Piano

Toward a Computationally-Enhanced Acoustic Grand Piano Toward a Computationally-Enhanced Acoustic Grand Piano Andrew McPherson Electrical & Computer Engineering Drexel University 3141 Chestnut St. Philadelphia, PA 19104 USA apm@drexel.edu Youngmoo Kim Electrical

More information

TOWARD AN INTELLIGENT EDITOR FOR JAZZ MUSIC

TOWARD AN INTELLIGENT EDITOR FOR JAZZ MUSIC TOWARD AN INTELLIGENT EDITOR FOR JAZZ MUSIC G.TZANETAKIS, N.HU, AND R.B. DANNENBERG Computer Science Department, Carnegie Mellon University 5000 Forbes Avenue, Pittsburgh, PA 15213, USA E-mail: gtzan@cs.cmu.edu

More information

A System for Acoustic Chord Transcription and Key Extraction from Audio Using Hidden Markov models Trained on Synthesized Audio

A System for Acoustic Chord Transcription and Key Extraction from Audio Using Hidden Markov models Trained on Synthesized Audio Curriculum Vitae Kyogu Lee Advanced Technology Center, Gracenote Inc. 2000 Powell Street, Suite 1380 Emeryville, CA 94608 USA Tel) 1-510-428-7296 Fax) 1-510-547-9681 klee@gracenote.com kglee@ccrma.stanford.edu

More information

6.UAP Project. FunPlayer: A Real-Time Speed-Adjusting Music Accompaniment System. Daryl Neubieser. May 12, 2016

6.UAP Project. FunPlayer: A Real-Time Speed-Adjusting Music Accompaniment System. Daryl Neubieser. May 12, 2016 6.UAP Project FunPlayer: A Real-Time Speed-Adjusting Music Accompaniment System Daryl Neubieser May 12, 2016 Abstract: This paper describes my implementation of a variable-speed accompaniment system that

More information

QUALITY OF COMPUTER MUSIC USING MIDI LANGUAGE FOR DIGITAL MUSIC ARRANGEMENT

QUALITY OF COMPUTER MUSIC USING MIDI LANGUAGE FOR DIGITAL MUSIC ARRANGEMENT QUALITY OF COMPUTER MUSIC USING MIDI LANGUAGE FOR DIGITAL MUSIC ARRANGEMENT Pandan Pareanom Purwacandra 1, Ferry Wahyu Wibowo 2 Informatics Engineering, STMIK AMIKOM Yogyakarta 1 pandanharmony@gmail.com,

More information

MUSIC TECHNOLOGY MASTER OF MUSIC PROGRAM (33 CREDITS)

MUSIC TECHNOLOGY MASTER OF MUSIC PROGRAM (33 CREDITS) MUSIC TECHNOLOGY MASTER OF MUSIC PROGRAM (33 CREDITS) The Master of Music in Music Technology builds upon the strong foundation of an undergraduate degree in music. Students can expect a rigorous graduate-level

More information

Automatic music transcription

Automatic music transcription Educational Multimedia Application- Specific Music Transcription for Tutoring An applicationspecific, musictranscription approach uses a customized human computer interface to combine the strengths of

More information

Outline. Why do we classify? Audio Classification

Outline. Why do we classify? Audio Classification Outline Introduction Music Information Retrieval Classification Process Steps Pitch Histograms Multiple Pitch Detection Algorithm Musical Genre Classification Implementation Future Work Why do we classify

More information

Social Interaction based Musical Environment

Social Interaction based Musical Environment SIME Social Interaction based Musical Environment Yuichiro Kinoshita Changsong Shen Jocelyn Smith Human Communication Human Communication Sensory Perception and Technologies Laboratory Technologies Laboratory

More information

Introductions to Music Information Retrieval

Introductions to Music Information Retrieval Introductions to Music Information Retrieval ECE 272/472 Audio Signal Processing Bochen Li University of Rochester Wish List For music learners/performers While I play the piano, turn the page for me Tell

More information

Viterbi School of Engineering and Thornton School of Music University of Southern California Los Angeles, CA USA

Viterbi School of Engineering and Thornton School of Music University of Southern California Los Angeles, CA USA THE INTERNET FOR ENSEMBLE PERFORMANCE? Panel hosted by: Robert Cutietta; organized by: Christopher Sampson University of Southern California Thornton School of Music DISTRIBUTED IMMERSIVE PERFORMANCE ELAINE

More information

Distributed Virtual Music Orchestra

Distributed Virtual Music Orchestra Distributed Virtual Music Orchestra DMITRY VAZHENIN, ALEXANDER VAZHENIN Computer Software Department University of Aizu Tsuruga, Ikki-mach, AizuWakamatsu, Fukushima, 965-8580, JAPAN Abstract: - We present

More information

a Collaborative Composing Learning Environment Thesis Advisor: Barry Vercoe Professor of Media Arts and Sciences MIT Media Laboratory

a Collaborative Composing Learning Environment Thesis Advisor: Barry Vercoe Professor of Media Arts and Sciences MIT Media Laboratory Musictetris: a Collaborative Composing Learning Environment Wu-Hsi Li Thesis proposal draft for the degree of Master of Science in Media Arts and Sciences at the Massachusetts Institute of Technology Fall

More information

Automatic Commercial Monitoring for TV Broadcasting Using Audio Fingerprinting

Automatic Commercial Monitoring for TV Broadcasting Using Audio Fingerprinting Automatic Commercial Monitoring for TV Broadcasting Using Audio Fingerprinting Dalwon Jang 1, Seungjae Lee 2, Jun Seok Lee 2, Minho Jin 1, Jin S. Seo 2, Sunil Lee 1 and Chang D. Yoo 1 1 Korea Advanced

More information

OBJECTIVE EVALUATION OF A MELODY EXTRACTOR FOR NORTH INDIAN CLASSICAL VOCAL PERFORMANCES

OBJECTIVE EVALUATION OF A MELODY EXTRACTOR FOR NORTH INDIAN CLASSICAL VOCAL PERFORMANCES OBJECTIVE EVALUATION OF A MELODY EXTRACTOR FOR NORTH INDIAN CLASSICAL VOCAL PERFORMANCES Vishweshwara Rao and Preeti Rao Digital Audio Processing Lab, Electrical Engineering Department, IIT-Bombay, Powai,

More information

Automatic Notes Generation for Musical Instrument Tabla

Automatic Notes Generation for Musical Instrument Tabla Volume-5, Issue-5, October-2015 International Journal of Engineering and Management Research Page Number: 326-330 Automatic Notes Generation for Musical Instrument Tabla Prashant Kanade 1, Bhavesh Chachra

More information

ZOOZbeat Mobile Music recreation

ZOOZbeat Mobile Music recreation ZOOZbeat Mobile Music recreation Gil Weinberg Georgia Tech Center for Music Technology 840 McMillan St. Atlanta GA, 30332 USA gilw@gatech.edu Mark Godfrey ZOOZ Mobile, Inc. 325 Trowbridge Walk. Atlanta

More information

ESP: Expression Synthesis Project

ESP: Expression Synthesis Project ESP: Expression Synthesis Project 1. Research Team Project Leader: Other Faculty: Graduate Students: Undergraduate Students: Prof. Elaine Chew, Industrial and Systems Engineering Prof. Alexandre R.J. François,

More information

Music Radar: A Web-based Query by Humming System

Music Radar: A Web-based Query by Humming System Music Radar: A Web-based Query by Humming System Lianjie Cao, Peng Hao, Chunmeng Zhou Computer Science Department, Purdue University, 305 N. University Street West Lafayette, IN 47907-2107 {cao62, pengh,

More information

Chord Classification of an Audio Signal using Artificial Neural Network

Chord Classification of an Audio Signal using Artificial Neural Network Chord Classification of an Audio Signal using Artificial Neural Network Ronesh Shrestha Student, Department of Electrical and Electronic Engineering, Kathmandu University, Dhulikhel, Nepal ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

15th International Conference on New Interfaces for Musical Expression (NIME)

15th International Conference on New Interfaces for Musical Expression (NIME) 15th International Conference on New Interfaces for Musical Expression (NIME) May 31 June 3, 2015 Louisiana State University Baton Rouge, Louisiana, USA http://nime2015.lsu.edu Introduction NIME (New Interfaces

More information

Efficient Computer-Aided Pitch Track and Note Estimation for Scientific Applications. Matthias Mauch Chris Cannam György Fazekas

Efficient Computer-Aided Pitch Track and Note Estimation for Scientific Applications. Matthias Mauch Chris Cannam György Fazekas Efficient Computer-Aided Pitch Track and Note Estimation for Scientific Applications Matthias Mauch Chris Cannam György Fazekas! 1 Matthias Mauch, Chris Cannam, George Fazekas Problem Intonation in Unaccompanied

More information

Automatic Piano Music Transcription

Automatic Piano Music Transcription Automatic Piano Music Transcription Jianyu Fan Qiuhan Wang Xin Li Jianyu.Fan.Gr@dartmouth.edu Qiuhan.Wang.Gr@dartmouth.edu Xi.Li.Gr@dartmouth.edu 1. Introduction Writing down the score while listening

More information

Instrument Recognition in Polyphonic Mixtures Using Spectral Envelopes

Instrument Recognition in Polyphonic Mixtures Using Spectral Envelopes Instrument Recognition in Polyphonic Mixtures Using Spectral Envelopes hello Jay Biernat Third author University of Rochester University of Rochester Affiliation3 words jbiernat@ur.rochester.edu author3@ismir.edu

More information

Skip Length and Inter-Starvation Distance as a Combined Metric to Assess the Quality of Transmitted Video

Skip Length and Inter-Starvation Distance as a Combined Metric to Assess the Quality of Transmitted Video Skip Length and Inter-Starvation Distance as a Combined Metric to Assess the Quality of Transmitted Video Mohamed Hassan, Taha Landolsi, Husameldin Mukhtar, and Tamer Shanableh College of Engineering American

More information

NEW MUSIC INTERFACES FOR RHYTHM-BASED RETRIEVAL

NEW MUSIC INTERFACES FOR RHYTHM-BASED RETRIEVAL NEW MUSIC INTERFACES FOR RHYTHM-BASED RETRIEVAL Ajay Kapur University of Victoria 3800 Finnerty Rd. Victoria BC, Canada ajay@ece.uvic.ca Richard I. McWalter University of Victoria 3800 Finnerty Rd. Victoria

More information

TOWARDS IMPROVING ONSET DETECTION ACCURACY IN NON- PERCUSSIVE SOUNDS USING MULTIMODAL FUSION

TOWARDS IMPROVING ONSET DETECTION ACCURACY IN NON- PERCUSSIVE SOUNDS USING MULTIMODAL FUSION TOWARDS IMPROVING ONSET DETECTION ACCURACY IN NON- PERCUSSIVE SOUNDS USING MULTIMODAL FUSION Jordan Hochenbaum 1,2 New Zealand School of Music 1 PO Box 2332 Wellington 6140, New Zealand hochenjord@myvuw.ac.nz

More information

Using machine learning to support pedagogy in the arts

Using machine learning to support pedagogy in the arts DOI 10.1007/s00779-012-0526-1 ORIGINAL ARTICLE Using machine learning to support pedagogy in the arts Dan Morris Rebecca Fiebrink Received: 20 October 2011 / Accepted: 17 November 2011 Ó Springer-Verlag

More information

Questions and Answers to the Call for Tender

Questions and Answers to the Call for Tender Subject: Invitation to Tender Call for tenders No ECHO/B1/SUP/2012/02 Ref.: Open procedure, 2012/S 117-192773 of 21 June 2012 Title: Establishment of the European Emergency Response Centre - provision,

More information

THE LXI IVI PROGRAMMING MODEL FOR SYNCHRONIZATION AND TRIGGERING

THE LXI IVI PROGRAMMING MODEL FOR SYNCHRONIZATION AND TRIGGERING THE LXI IVI PROGRAMMIG MODEL FOR SCHROIZATIO AD TRIGGERIG Lynn Wheelwright 3751 Porter Creek Rd Santa Rosa, California 95404 707-579-1678 lynnw@sonic.net Abstract - The LXI Standard provides three synchronization

More information

Sharif University of Technology. SoC: Introduction

Sharif University of Technology. SoC: Introduction SoC Design Lecture 1: Introduction Shaahin Hessabi Department of Computer Engineering System-on-Chip System: a set of related parts that act as a whole to achieve a given goal. A system is a set of interacting

More information

Music Understanding and the Future of Music

Music Understanding and the Future of Music Music Understanding and the Future of Music Roger B. Dannenberg Professor of Computer Science, Art, and Music Carnegie Mellon University Why Computers and Music? Music in every human society! Computers

More information

SIMPLE: a proposal for a Synchronous Internet Music Performance Learning Environment

SIMPLE: a proposal for a Synchronous Internet Music Performance Learning Environment Wofford College From the SelectedWorks of Fred Miller December 11, 2002 SIMPLE: a proposal for a Synchronous Internet Music Performance Learning Environment Fredrick Miller, Illinois Wesleyan University

More information

Elements of Sound and Music Computing in A-Level Music and Computing/CS Richard Dobson, January Music

Elements of Sound and Music Computing in A-Level Music and Computing/CS Richard Dobson, January Music Elements of Sound and Music Computing in A-Level Music and Computing/CS Richard Dobson, January 2013 Music These extracts suggest that the exam boards fall into two broad groups. Some detail extensive

More information

Real-time Granular Sampling Using the IRCAM Signal Processing Workstation. Cort Lippe IRCAM, 31 rue St-Merri, Paris, 75004, France

Real-time Granular Sampling Using the IRCAM Signal Processing Workstation. Cort Lippe IRCAM, 31 rue St-Merri, Paris, 75004, France Cort Lippe 1 Real-time Granular Sampling Using the IRCAM Signal Processing Workstation Cort Lippe IRCAM, 31 rue St-Merri, Paris, 75004, France Running Title: Real-time Granular Sampling [This copy of this

More information

Music Technology I. Course Overview

Music Technology I. Course Overview Music Technology I This class is open to all students in grades 9-12. This course is designed for students seeking knowledge and experience in music technology. Topics covered include: live sound recording

More information

MUSIC AND SONIC ARTS MUSIC AND SONIC ARTS MUSIC AND SONIC ARTS CAREER AND PROGRAM DESCRIPTION

MUSIC AND SONIC ARTS MUSIC AND SONIC ARTS MUSIC AND SONIC ARTS CAREER AND PROGRAM DESCRIPTION MUSIC AND SONIC ARTS Cascade Campus Moriarty Arts and Humanities Building (MAHB), Room 210 971-722-5226 or 971-722-50 pcc.edu/programs/music-and-sonic-arts/ CAREER AND PROGRAM DESCRIPTION The Music & Sonic

More information

Jam Master, a Music Composing Interface

Jam Master, a Music Composing Interface Jam Master, a Music Composing Interface Ernie Lin Patrick Wu M.A.Sc. Candidate in VLSI M.A.Sc. Candidate in Comm. Electrical & Computer Engineering Electrical & Computer Engineering University of British

More information

Paper presentation at the Music in the Global Village - Conference September 6-8, 2007 Budapest, Hungary

Paper presentation at the Music in the Global Village - Conference September 6-8, 2007 Budapest, Hungary Paper presentation at the Music in the Global Village - Conference September 6-8, 2007 Budapest, Hungary Network Music Performance Problems, Approaches and Perspectives Alexander Carôt 1, Christian Werner

More information

APPLICATIONS OF A SEMI-AUTOMATIC MELODY EXTRACTION INTERFACE FOR INDIAN MUSIC

APPLICATIONS OF A SEMI-AUTOMATIC MELODY EXTRACTION INTERFACE FOR INDIAN MUSIC APPLICATIONS OF A SEMI-AUTOMATIC MELODY EXTRACTION INTERFACE FOR INDIAN MUSIC Vishweshwara Rao, Sachin Pant, Madhumita Bhaskar and Preeti Rao Department of Electrical Engineering, IIT Bombay {vishu, sachinp,

More information

ONE SENSOR MICROPHONE ARRAY APPLICATION IN SOURCE LOCALIZATION. Hsin-Chu, Taiwan

ONE SENSOR MICROPHONE ARRAY APPLICATION IN SOURCE LOCALIZATION. Hsin-Chu, Taiwan ICSV14 Cairns Australia 9-12 July, 2007 ONE SENSOR MICROPHONE ARRAY APPLICATION IN SOURCE LOCALIZATION Percy F. Wang 1 and Mingsian R. Bai 2 1 Southern Research Institute/University of Alabama at Birmingham

More information

Reconfigurable Neural Net Chip with 32K Connections

Reconfigurable Neural Net Chip with 32K Connections Reconfigurable Neural Net Chip with 32K Connections H.P. Graf, R. Janow, D. Henderson, and R. Lee AT&T Bell Laboratories, Room 4G320, Holmdel, NJ 07733 Abstract We describe a CMOS neural net chip with

More information

DIABLO VALLEY COLLEGE CATALOG

DIABLO VALLEY COLLEGE CATALOG MUSIC INDUSTRY STUDIES MUSX Toni Fannin, Dean Applied and Fine Arts Division Business and Foreign Language Building, Room 204 Possible career opportunities Career options include: conductor, arranger,

More information

About Giovanni De Poli. What is Model. Introduction. di Poli: Methodologies for Expressive Modeling of/for Music Performance

About Giovanni De Poli. What is Model. Introduction. di Poli: Methodologies for Expressive Modeling of/for Music Performance Methodologies for Expressiveness Modeling of and for Music Performance by Giovanni De Poli Center of Computational Sonology, Department of Information Engineering, University of Padova, Padova, Italy About

More information

SIP Project Report Format

SIP Project Report Format SIP Project Report Format 1. Introduction This document describes the standard format for CP3200/CP3202: Student Internship Programme (SIP) project reports. Students should ensure their reports conform

More information

Smart Traffic Control System Using Image Processing

Smart Traffic Control System Using Image Processing Smart Traffic Control System Using Image Processing Prashant Jadhav 1, Pratiksha Kelkar 2, Kunal Patil 3, Snehal Thorat 4 1234Bachelor of IT, Department of IT, Theem College Of Engineering, Maharashtra,

More information

IJMIE Volume 2, Issue 3 ISSN:

IJMIE Volume 2, Issue 3 ISSN: Development of Virtual Experiment on Flip Flops Using virtual intelligent SoftLab Bhaskar Y. Kathane* Pradeep B. Dahikar** Abstract: The scope of this paper includes study and implementation of Flip-flops.

More information

Automatic Labelling of tabla signals

Automatic Labelling of tabla signals ISMIR 2003 Oct. 27th 30th 2003 Baltimore (USA) Automatic Labelling of tabla signals Olivier K. GILLET, Gaël RICHARD Introduction Exponential growth of available digital information need for Indexing and

More information

TongArk: a Human-Machine Ensemble

TongArk: a Human-Machine Ensemble TongArk: a Human-Machine Ensemble Prof. Alexey Krasnoskulov, PhD. Department of Sound Engineering and Information Technologies, Piano Department Rostov State Rakhmaninov Conservatoire, Russia e-mail: avk@soundworlds.net

More information

CURRICULUM VITAE John Usher

CURRICULUM VITAE John Usher CURRICULUM VITAE John Usher John_Usher-AT-me.com Education: Ph.D. Audio upmixing signal processing and sound quality evaluation. 2006. McGill University, Montreal, Canada. Dean s Honours List Recommendation.

More information

YARMI: an Augmented Reality Musical Instrument

YARMI: an Augmented Reality Musical Instrument YARMI: an Augmented Reality Musical Instrument Tomás Laurenzo Ernesto Rodríguez Universidad de la República Herrera y Reissig 565, 11300 Montevideo, Uruguay. laurenzo, erodrig, jfcastro@fing.edu.uy Juan

More information

Color Image Compression Using Colorization Based On Coding Technique

Color Image Compression Using Colorization Based On Coding Technique Color Image Compression Using Colorization Based On Coding Technique D.P.Kawade 1, Prof. S.N.Rawat 2 1,2 Department of Electronics and Telecommunication, Bhivarabai Sawant Institute of Technology and Research

More information

6 th Grade Instrumental Music Curriculum Essentials Document

6 th Grade Instrumental Music Curriculum Essentials Document 6 th Grade Instrumental Curriculum Essentials Document Boulder Valley School District Department of Curriculum and Instruction August 2011 1 Introduction The Boulder Valley Curriculum provides the foundation

More information

Semi-supervised Musical Instrument Recognition

Semi-supervised Musical Instrument Recognition Semi-supervised Musical Instrument Recognition Master s Thesis Presentation Aleksandr Diment 1 1 Tampere niversity of Technology, Finland Supervisors: Adj.Prof. Tuomas Virtanen, MSc Toni Heittola 17 May

More information

Multidimensional analysis of interdependence in a string quartet

Multidimensional analysis of interdependence in a string quartet International Symposium on Performance Science The Author 2013 ISBN tbc All rights reserved Multidimensional analysis of interdependence in a string quartet Panos Papiotis 1, Marco Marchini 1, and Esteban

More information

A Bayesian Network for Real-Time Musical Accompaniment

A Bayesian Network for Real-Time Musical Accompaniment A Bayesian Network for Real-Time Musical Accompaniment Christopher Raphael Department of Mathematics and Statistics, University of Massachusetts at Amherst, Amherst, MA 01003-4515, raphael~math.umass.edu

More information

A prototype system for rule-based expressive modifications of audio recordings

A prototype system for rule-based expressive modifications of audio recordings International Symposium on Performance Science ISBN 0-00-000000-0 / 000-0-00-000000-0 The Author 2007, Published by the AEC All rights reserved A prototype system for rule-based expressive modifications

More information

1 Overview. 1.1 Nominal Project Requirements

1 Overview. 1.1 Nominal Project Requirements 15-323/15-623 Spring 2018 Project 5. Real-Time Performance Interim Report Due: April 12 Preview Due: April 26-27 Concert: April 29 (afternoon) Report Due: May 2 1 Overview In this group or solo project,

More information

MUSIC INFORMATION ROBOTICS: COPING STRATEGIES FOR MUSICALLY CHALLENGED ROBOTS

MUSIC INFORMATION ROBOTICS: COPING STRATEGIES FOR MUSICALLY CHALLENGED ROBOTS MUSIC INFORMATION ROBOTICS: COPING STRATEGIES FOR MUSICALLY CHALLENGED ROBOTS Steven Ness, Shawn Trail University of Victoria sness@sness.net shawntrail@gmail.com Peter Driessen University of Victoria

More information

Analyzing & Synthesizing Gamakas: a Step Towards Modeling Ragas in Carnatic Music

Analyzing & Synthesizing Gamakas: a Step Towards Modeling Ragas in Carnatic Music Mihir Sarkar Introduction Analyzing & Synthesizing Gamakas: a Step Towards Modeling Ragas in Carnatic Music If we are to model ragas on a computer, we must be able to include a model of gamakas. Gamakas

More information

A QUERY BY EXAMPLE MUSIC RETRIEVAL ALGORITHM

A QUERY BY EXAMPLE MUSIC RETRIEVAL ALGORITHM A QUER B EAMPLE MUSIC RETRIEVAL ALGORITHM H. HARB AND L. CHEN Maths-Info department, Ecole Centrale de Lyon. 36, av. Guy de Collongue, 69134, Ecully, France, EUROPE E-mail: {hadi.harb, liming.chen}@ec-lyon.fr

More information

Follow the Beat? Understanding Conducting Gestures from Video

Follow the Beat? Understanding Conducting Gestures from Video Follow the Beat? Understanding Conducting Gestures from Video Andrea Salgian 1, Micheal Pfirrmann 1, and Teresa M. Nakra 2 1 Department of Computer Science 2 Department of Music The College of New Jersey

More information

Keywords Separation of sound, percussive instruments, non-percussive instruments, flexible audio source separation toolbox

Keywords Separation of sound, percussive instruments, non-percussive instruments, flexible audio source separation toolbox Volume 4, Issue 4, April 2014 ISSN: 2277 128X International Journal of Advanced Research in Computer Science and Software Engineering Research Paper Available online at: www.ijarcsse.com Investigation

More information

An MFA Binary Counter for Low Power Application

An MFA Binary Counter for Low Power Application Volume 118 No. 20 2018, 4947-4954 ISSN: 1314-3395 (on-line version) url: http://www.ijpam.eu ijpam.eu An MFA Binary Counter for Low Power Application Sneha P Department of ECE PSNA CET, Dindigul, India

More information

Instrumental Music Curriculum

Instrumental Music Curriculum Instrumental Music Curriculum Instrumental Music Course Overview Course Description Topics at a Glance The Instrumental Music Program is designed to extend the boundaries of the gifted student beyond the

More information

REAL-TIME PITCH TRAINING SYSTEM FOR VIOLIN LEARNERS

REAL-TIME PITCH TRAINING SYSTEM FOR VIOLIN LEARNERS 2012 IEEE International Conference on Multimedia and Expo Workshops REAL-TIME PITCH TRAINING SYSTEM FOR VIOLIN LEARNERS Jian-Heng Wang Siang-An Wang Wen-Chieh Chen Ken-Ning Chang Herng-Yow Chen Department

More information

P1: OTA/XYZ P2: ABC c01 JWBK457-Richardson March 22, :45 Printer Name: Yet to Come

P1: OTA/XYZ P2: ABC c01 JWBK457-Richardson March 22, :45 Printer Name: Yet to Come 1 Introduction 1.1 A change of scene 2000: Most viewers receive analogue television via terrestrial, cable or satellite transmission. VHS video tapes are the principal medium for recording and playing

More information

ONLINE ACTIVITIES FOR MUSIC INFORMATION AND ACOUSTICS EDUCATION AND PSYCHOACOUSTIC DATA COLLECTION

ONLINE ACTIVITIES FOR MUSIC INFORMATION AND ACOUSTICS EDUCATION AND PSYCHOACOUSTIC DATA COLLECTION ONLINE ACTIVITIES FOR MUSIC INFORMATION AND ACOUSTICS EDUCATION AND PSYCHOACOUSTIC DATA COLLECTION Travis M. Doll Ray V. Migneco Youngmoo E. Kim Drexel University, Electrical & Computer Engineering {tmd47,rm443,ykim}@drexel.edu

More information

USING COMPUTER ACCOMPANIMENT TO ASSIST NETWORKED MUSIC PERFORMANCE

USING COMPUTER ACCOMPANIMENT TO ASSIST NETWORKED MUSIC PERFORMANCE USING COMPUTER ACCOMPANIMENT TO ASSIST NETWORKED MUSIC PERFORMANCE CHRISOULA ALEXANDRAKI 1 AND ROLF BADER 2 1 Dept. of Music Technology and Acoustics Engineering, Technological Educational Institute of

More information

Improving Piano Sight-Reading Skills of College Student. Chian yi Ang. Penn State University

Improving Piano Sight-Reading Skills of College Student. Chian yi Ang. Penn State University Improving Piano Sight-Reading Skill of College Student 1 Improving Piano Sight-Reading Skills of College Student Chian yi Ang Penn State University 1 I grant The Pennsylvania State University the nonexclusive

More information

Usability of Computer Music Interfaces for Simulation of Alternate Musical Systems

Usability of Computer Music Interfaces for Simulation of Alternate Musical Systems Usability of Computer Music Interfaces for Simulation of Alternate Musical Systems Dionysios Politis, Ioannis Stamelos {Multimedia Lab, Programming Languages and Software Engineering Lab}, Department of

More information

ITU-T Y Specific requirements and capabilities of the Internet of things for big data

ITU-T Y Specific requirements and capabilities of the Internet of things for big data I n t e r n a t i o n a l T e l e c o m m u n i c a t i o n U n i o n ITU-T Y.4114 TELECOMMUNICATION STANDARDIZATION SECTOR OF ITU (07/2017) SERIES Y: GLOBAL INFORMATION INFRASTRUCTURE, INTERNET PROTOCOL

More information

Enhancing Music Maps

Enhancing Music Maps Enhancing Music Maps Jakob Frank Vienna University of Technology, Vienna, Austria http://www.ifs.tuwien.ac.at/mir frank@ifs.tuwien.ac.at Abstract. Private as well as commercial music collections keep growing

More information

Development of extemporaneous performance by synthetic actors in the rehearsal process

Development of extemporaneous performance by synthetic actors in the rehearsal process Development of extemporaneous performance by synthetic actors in the rehearsal process Tony Meyer and Chris Messom IIMS, Massey University, Auckland, New Zealand T.A.Meyer@massey.ac.nz Abstract. Autonomous

More information

Accessing Information about Programs and Services through a Voice Site by Underprivileged Students in Education Sector of Sri Lanka

Accessing Information about Programs and Services through a Voice Site by Underprivileged Students in Education Sector of Sri Lanka Accessing Information about Programs and Services through a Voice Site by Underprivileged Students in Education Sector of Sri Lanka Daminda Herath Esoft Metro Campus, Colombo, Sri Lanka ---------------------------------------------------------------------***---------------------------------------------------------------------

More information

Compressed-Sensing-Enabled Video Streaming for Wireless Multimedia Sensor Networks Abstract:

Compressed-Sensing-Enabled Video Streaming for Wireless Multimedia Sensor Networks Abstract: Compressed-Sensing-Enabled Video Streaming for Wireless Multimedia Sensor Networks Abstract: This article1 presents the design of a networked system for joint compression, rate control and error correction

More information

MANAGING POWER SYSTEM FAULTS. Xianyong Feng, PhD Center for Electromechanics The University of Texas at Austin November 14, 2017

MANAGING POWER SYSTEM FAULTS. Xianyong Feng, PhD Center for Electromechanics The University of Texas at Austin November 14, 2017 MANAGING POWER SYSTEM FAULTS Xianyong Feng, PhD Center for Electromechanics The University of Texas at Austin November 14, 2017 2 Outline 1. Overview 2. Methodology 3. Case Studies 4. Conclusion 3 Power

More information

LUT Optimization for Memory Based Computation using Modified OMS Technique

LUT Optimization for Memory Based Computation using Modified OMS Technique LUT Optimization for Memory Based Computation using Modified OMS Technique Indrajit Shankar Acharya & Ruhan Bevi Dept. of ECE, SRM University, Chennai, India E-mail : indrajitac123@gmail.com, ruhanmady@yahoo.co.in

More information

Sudhanshu Gautam *1, Sarita Soni 2. M-Tech Computer Science, BBAU Central University, Lucknow, Uttar Pradesh, India

Sudhanshu Gautam *1, Sarita Soni 2. M-Tech Computer Science, BBAU Central University, Lucknow, Uttar Pradesh, India International Journal of Scientific Research in Computer Science, Engineering and Information Technology 2018 IJSRCSEIT Volume 3 Issue 3 ISSN : 2456-3307 Artificial Intelligence Techniques for Music Composition

More information

CHAPTER 6 ASYNCHRONOUS QUASI DELAY INSENSITIVE TEMPLATES (QDI) BASED VITERBI DECODER

CHAPTER 6 ASYNCHRONOUS QUASI DELAY INSENSITIVE TEMPLATES (QDI) BASED VITERBI DECODER 80 CHAPTER 6 ASYNCHRONOUS QUASI DELAY INSENSITIVE TEMPLATES (QDI) BASED VITERBI DECODER 6.1 INTRODUCTION Asynchronous designs are increasingly used to counter the disadvantages of synchronous designs.

More information

Automatic Rhythmic Notation from Single Voice Audio Sources

Automatic Rhythmic Notation from Single Voice Audio Sources Automatic Rhythmic Notation from Single Voice Audio Sources Jack O Reilly, Shashwat Udit Introduction In this project we used machine learning technique to make estimations of rhythmic notation of a sung

More information

Singer Traits Identification using Deep Neural Network

Singer Traits Identification using Deep Neural Network Singer Traits Identification using Deep Neural Network Zhengshan Shi Center for Computer Research in Music and Acoustics Stanford University kittyshi@stanford.edu Abstract The author investigates automatic

More information

Measurement of Motion and Emotion during Musical Performance

Measurement of Motion and Emotion during Musical Performance Measurement of Motion and Emotion during Musical Performance R. Benjamin Knapp, PhD b.knapp@qub.ac.uk Javier Jaimovich jjaimovich01@qub.ac.uk Niall Coghlan ncoghlan02@qub.ac.uk Abstract This paper describes

More information

Figure.1 Clock signal II. SYSTEM ANALYSIS

Figure.1 Clock signal II. SYSTEM ANALYSIS International Journal of Advances in Engineering, 2015, 1(4), 518-522 ISSN: 2394-9260 (printed version); ISSN: 2394-9279 (online version); url:http://www.ijae.in RESEARCH ARTICLE Multi bit Flip-Flop Grouping

More information

Crossroads: Interactive Music Systems Transforming Performance, Production and Listening

Crossroads: Interactive Music Systems Transforming Performance, Production and Listening Crossroads: Interactive Music Systems Transforming Performance, Production and Listening BARTHET, M; Thalmann, F; Fazekas, G; Sandler, M; Wiggins, G; ACM Conference on Human Factors in Computing Systems

More information

K-12 Performing Arts - Music Standards Lincoln Community School Sources: ArtsEdge - National Standards for Arts Education

K-12 Performing Arts - Music Standards Lincoln Community School Sources: ArtsEdge - National Standards for Arts Education K-12 Performing Arts - Music Standards Lincoln Community School Sources: ArtsEdge - National Standards for Arts Education Grades K-4 Students sing independently, on pitch and in rhythm, with appropriate

More information

Third Grade Music Curriculum

Third Grade Music Curriculum Third Grade Music Curriculum 3 rd Grade Music Overview Course Description The third-grade music course introduces students to elements of harmony, traditional music notation, and instrument families. The

More information

Efficient Architecture for Flexible Prescaler Using Multimodulo Prescaler

Efficient Architecture for Flexible Prescaler Using Multimodulo Prescaler Efficient Architecture for Flexible Using Multimodulo G SWETHA, S YUVARAJ Abstract This paper, An Efficient Architecture for Flexible Using Multimodulo is an architecture which is designed from the proposed

More information

Ben Neill and Bill Jones - Posthorn

Ben Neill and Bill Jones - Posthorn Ben Neill and Bill Jones - Posthorn Ben Neill Assistant Professor of Music Ramapo College of New Jersey 505 Ramapo Valley Road Mahwah, NJ 07430 USA bneill@ramapo.edu Bill Jones First Pulse Projects 53

More information

Speech Recognition and Signal Processing for Broadcast News Transcription

Speech Recognition and Signal Processing for Broadcast News Transcription 2.2.1 Speech Recognition and Signal Processing for Broadcast News Transcription Continued research and development of a broadcast news speech transcription system has been promoted. Universities and researchers

More information