Rechnergestützte Methoden für die Musikethnologie: Tool time!

Size: px
Start display at page:

Download "Rechnergestützte Methoden für die Musikethnologie: Tool time!"

Transcription

1 Rechnergestützte Methoden für die Musikethnologie: Tool time! André Holzapfel MIAM, ITÜ, and Boğaziçi University, Istanbul, Turkey 02/ Göttingen André Holzapfel (BU/ITU) Tool time! 02/ / 29

2 Outline 1 Introduction 2 Pitch Analysis: Praat 3 Sonic Visualizer 4 Tarsos 5 Python André Holzapfel (BU/ITU) Tool time! 02/ / 29

3 Outline 1 Introduction 2 Pitch Analysis: Praat 3 Sonic Visualizer 4 Tarsos 5 Python André Holzapfel (BU/ITU) Tool time! 02/ / 29

4 Praat: What is it? Software for speech analysis developed by Paul Boersma and David Weenink of the University of Amsterdam. First version 1995, most recent version Dec Freely available at Versions for all operation systems available. Suitable for: Pitch analysis of monophonic music signals. Spectral and timbre analysis of instruments or vocal signals. André Holzapfel (BU/ITU) Tool time! 02/ / 29

5 Praat: Let s look at it! Visualizations for: spectrum, spectrogram, pitch analysis, intensity, formant analysis etc... Many possibilities to manipulate signal analysis. Highly accurate analysis for monophonic signals. Very convenient for the production of figures for documentation/publication. André Holzapfel (BU/ITU) Tool time! 02/ / 29

6 Praat: Let s look at it! To open wav: Praat objects window: Open:Read from file. Look at wavform: Praat objects window: View and edit button. You can switch on and off spectrogram, pitch contour, and intensity. Clicking on the buttons below the display causes audio replay. André Holzapfel (BU/ITU) Tool time! 02/ / 29

7 Outline 1 Introduction 2 Pitch Analysis: Praat 3 Sonic Visualizer 4 Tarsos 5 Python André Holzapfel (BU/ITU) Tool time! 02/ / 29

8 Sonic Visualizer: Basics Download from On order to do advanced things, you need plugins: Nice new gimmick: you can use the vamp plugins in audacity as well ( Valuable tutorial: Sonic Visualizer is not an audio editor. Basic idea: put different sound visualizations on top of each other. Several of these layers can be grouped into different panes, to enable for different views in parallel. André Holzapfel (BU/ITU) Tool time! 02/ / 29

9 Sonic Visualizer: Spectrogram Use the wheels in the bottom right to zoom horizontally and vertically....if the wheels are not there: View:Show Zoom wheels Typical settings that enable for a nice overview of melodic and spectral properties: 1 Scale: dbv 2, Normalize Visible Area. 2 Window: 4096 or 8192, Large overlap. 3 Bins: All Bins, log arithmic axis. In the defaults colormap you go from high to low energy using the colors red-yellow-green-black André Holzapfel (BU/ITU) Tool time! 02/ / 29

10 Sonic Visualizer: Example Annotate sama in Carnatic music How to do live annotations. How to edit their positions. How to edit their labels. How to store them: 1 Store the whole sonic visualizer session if you want to continue later (File->Save Session). 2 Store the annotation only (File->Export Annotation Layer). Usually, csv or txt files are the most convenient. André Holzapfel (BU/ITU) Tool time! 02/ / 29

11 Plug-in: BBC speech/music segmenter Potentially useful to segment e.g. music seminar recordings. Problems: cryptic parameters, apparently not very robust to noisy enviroments. Recipe: use spectrogram in combination with segmentation result plotted as CURVE. Example of a seminar recording André Holzapfel (BU/ITU) Tool time! 02/ / 29

12 Plug-in: BBC speech/music segmenter Label interesting segments in Sonic Visualizer: 1 Add new time instants layer 2 Change between Navigate and Draw tools 3 Then export labels ( File:Export Annotation Layer ) Read audio into audacity, import labels ( File:Import:Labels ) Export segments separately ( File:Export Multiple: ) Unfortunately, you have to delete every second of the exported files manually. André Holzapfel (BU/ITU) Tool time! 02/ / 29

13 Plug-in: pyin (monophonic pitch) good way to estimate pitch for monophonic sounds in Sonic Visualizer Use "pyin:smoothed Pitch Track" Estimation can be manually corrected: 1 Activate layer with the pitch estimation. 2 Choose "DRAW"tool, in order to spot mistakes set Scale to Auto-Align". 3 Spot problems of pitch estimation on top of spectrogram, set Scale to "Linear". 4 Edit the line, switch back to Auto-Align". Solo voice recording and pitch estimated by pyin André Holzapfel (BU/ITU) Tool time! 02/ / 29

14 Plug-in: melodia (pitch from polyphonic) Good method to estimate a lead melody out of a mixture of instruments 1 (Optional:) Select the regions in the file you want to examine. 2 Do not use it for monophonic pitch, use pyin or Praat. 3 Set frequency borders according to the source you want to estimate. 4 Pull up the voicing tolerance to maximum. If necessary delete artifacts afterwards. Parameters for Melodia André Holzapfel (BU/ITU) Tool time! 02/ / 29

15 Plug-in: Silvet note transcription Plugin for estimation of multiple pitches. It has an option for micro-tonality, and can serve for visualization as well. Export to a text file gives you a list of notes with microtonal information. Parameters for Silvet André Holzapfel (BU/ITU) Tool time! 02/ / 29

16 Plug-ins: Beat, Tempo Queen Mary: Bar and Beat tracker, Tempo and Beat tracker INESC Porto beat tracker. and others... Currently, all beat tracking tools available as plug-ins in SV were tailored for Western music. Therefore, using these plugins for other musics is trial-and-error. Carl Bussey s tempogram is an interesting visualization where beat tracking fails. André Holzapfel (BU/ITU) Tool time! 02/ / 29

17 Outline 1 Introduction 2 Pitch Analysis: Praat 3 Sonic Visualizer 4 Tarsos 5 Python André Holzapfel (BU/ITU) Tool time! 02/ / 29

18 Tarsos: a java library for sound processing Get it: Get started: You need a recent Java Runtime Environment (JRE) to run it. André Holzapfel (BU/ITU) Tool time! 02/ / 29

19 Tarsos: detecting pitch classes Load an audio example. During playback a pitch-class-profile will build up. Determine peaks in this profile, you can listen to the pitches. Beyati makam André Holzapfel (BU/ITU) Tool time! 02/ / 29

20 Outline 1 Introduction 2 Pitch Analysis: Praat 3 Sonic Visualizer 4 Tarsos 5 Python André Holzapfel (BU/ITU) Tool time! 02/ / 29

21 Why Python? With all graphical user interfaces, you will always reach point where you want to do a more flexible analysis. At this point some code needs to be written. For this, you have two choices: André Holzapfel (BU/ITU) Tool time! 02/ / 29

22 Why Python? With all graphical user interfaces, you will always reach point where you want to do a more flexible analysis. At this point some code needs to be written. For this, you have two choices: 1 Find an engineer for a collaboration. André Holzapfel (BU/ITU) Tool time! 02/ / 29

23 Why Python? With all graphical user interfaces, you will always reach point where you want to do a more flexible analysis. At this point some code needs to be written. For this, you have two choices: 1 Find an engineer for a collaboration. 2 Learn some programming. For Python many free tools are available, and it is relatively easy to use. Documentation is rich, but quite technical. André Holzapfel (BU/ITU) Tool time! 02/ / 29

24 ipython: an ethnomusicologist-friendly compromise Do annotations, pitch estimations, or whatever else in Sonic Visualizer, Praat,... Export the data you want to look at to a csv file. Import them to Python, and plot and examine the data. ipython notebook Python, as user-friendly as it can get. Integrated into the webbrowser. Valuable tool for demonstrations, and for publications. All is freeware, and all works on Windows, Mac, Linux Drawbacks: 1 You need to install some things (python environment, maths and plotting libraries) 2 Some work with a command line needs to be done. André Holzapfel (BU/ITU) Tool time! 02/ / 29

25 ipython: an ethnomusicologist-friendly compromise An example: Visualizing pitch on a cent scale Compute a pitch contour with YIN in Sonic Visualizer and export it to a csv file. Import the data to ipython. Convert Hz to cent (relative to tonic). Plot histograms, and pitch contours. Advantage: You might be able to get these plots in other tools, but using ipython you can bring it into shape for a publication. André Holzapfel (BU/ITU) Tool time! 02/ / 29

26 ipython: an ethnomusicologist-friendly compromise An example: Visualizing pitch on a cent scale Pitch contour of an excerpts. Scale intervals shown as dotted lines. Pitch histogram of the whole recording. André Holzapfel (BU/ITU) Tool time! 02/ / 29

27 Emmanouil Benetos and Andre Holzapfel, INCORPORATING PITCH CLASS PROFILES FOR IMPROVING AUTOMATIC TRANSCRIPTION OF TURKISH MAKAM MUSIC. Proceedings of the 4th Workshop on Folk Music Analysis, Emmanouil Benetos and Andre Holzapfel, Automatic Transcription of Turkish Makam Music. Proceedings of ISMIR - International Conference on Music Information Retrieval, André Holzapfel (BU/ITU) Tool time! 02/ / 29

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

Towards the tangible: microtonal scale exploration in Central-African music

Towards the tangible: microtonal scale exploration in Central-African music Towards the tangible: microtonal scale exploration in Central-African music Olmo.Cornelis@hogent.be, Joren.Six@hogent.be School of Arts - University College Ghent - BELGIUM Abstract This lecture presents

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

Proc. of NCC 2010, Chennai, India A Melody Detection User Interface for Polyphonic Music

Proc. of NCC 2010, Chennai, India A Melody Detection User Interface for Polyphonic Music A Melody Detection User Interface for Polyphonic Music Sachin Pant, Vishweshwara Rao, and Preeti Rao Department of Electrical Engineering Indian Institute of Technology Bombay, Mumbai 400076, India Email:

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

Tempo and Beat Analysis

Tempo and Beat Analysis Advanced Course Computer Science Music Processing Summer Term 2010 Meinard Müller, Peter Grosche Saarland University and MPI Informatik meinard@mpi-inf.mpg.de Tempo and Beat Analysis Musical Properties:

More information

AUDIO FEATURE EXTRACTION FOR EXPLORING TURKISH MAKAM MUSIC

AUDIO FEATURE EXTRACTION FOR EXPLORING TURKISH MAKAM MUSIC AUDIO FEATURE EXTRACTION FOR EXPLORING TURKISH MAKAM MUSIC Hasan Sercan Atlı 1, Burak Uyar 2, Sertan Şentürk 3, Barış Bozkurt 4 and Xavier Serra 5 1,2 Audio Technologies, Bahçeşehir Üniversitesi, Istanbul,

More information

A Matlab toolbox for. Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE

A Matlab toolbox for. Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE Centre for Marine Science and Technology A Matlab toolbox for Characterisation Of Recorded Underwater Sound (CHORUS) USER S GUIDE Version 5.0b Prepared for: Centre for Marine Science and Technology Prepared

More information

MAutoPitch. Presets button. Left arrow button. Right arrow button. Randomize button. Save button. Panic button. Settings button

MAutoPitch. Presets button. Left arrow button. Right arrow button. Randomize button. Save button. Panic button. Settings button MAutoPitch Presets button Presets button shows a window with all available presets. A preset can be loaded from the preset window by double-clicking on it, using the arrow buttons or by using a combination

More information

Cisco Spectrum Expert Software Overview

Cisco Spectrum Expert Software Overview CHAPTER 5 If your computer has an 802.11 interface, it should be enabled in order to detect Wi-Fi devices. If you are connected to an AP or ad-hoc network through the 802.11 interface, you will occasionally

More information

SOUND LABORATORY LING123: SOUND AND COMMUNICATION

SOUND LABORATORY LING123: SOUND AND COMMUNICATION SOUND LABORATORY LING123: SOUND AND COMMUNICATION In this assignment you will be using the Praat program to analyze two recordings: (1) the advertisement call of the North American bullfrog; and (2) the

More information

Video-based Vibrato Detection and Analysis for Polyphonic String Music

Video-based Vibrato Detection and Analysis for Polyphonic String Music Video-based Vibrato Detection and Analysis for Polyphonic String Music Bochen Li, Karthik Dinesh, Gaurav Sharma, Zhiyao Duan Audio Information Research Lab University of Rochester The 18 th International

More information

ADX TRAX. Insights on Audio Source Separation. Audio Praxis. Rick Silva

ADX TRAX. Insights on Audio Source Separation. Audio Praxis. Rick Silva ADX TRAX Insights on Audio Source Separation Audionamix has served the professional audio community for years, lending expertise and creative solutions to individuals and companies at the forefront of

More information

Music Alignment and Applications. Introduction

Music Alignment and Applications. Introduction Music Alignment and Applications Roger B. Dannenberg Schools of Computer Science, Art, and Music Introduction Music information comes in many forms Digital Audio Multi-track Audio Music Notation MIDI Structured

More information

Topic 11. Score-Informed Source Separation. (chroma slides adapted from Meinard Mueller)

Topic 11. Score-Informed Source Separation. (chroma slides adapted from Meinard Mueller) Topic 11 Score-Informed Source Separation (chroma slides adapted from Meinard Mueller) Why Score-informed Source Separation? Audio source separation is useful Music transcription, remixing, search Non-satisfying

More information

THE BERGEN EEG-fMRI TOOLBOX. Gradient fmri Artifatcs Remover Plugin for EEGLAB 1- INTRODUCTION

THE BERGEN EEG-fMRI TOOLBOX. Gradient fmri Artifatcs Remover Plugin for EEGLAB 1- INTRODUCTION THE BERGEN EEG-fMRI TOOLBOX Gradient fmri Artifatcs Remover Plugin for EEGLAB 1- INTRODUCTION This EEG toolbox is developed by researchers from the Bergen fmri Group (Department of Biological and Medical

More information

Week 14 Query-by-Humming and Music Fingerprinting. Roger B. Dannenberg Professor of Computer Science, Art and Music Carnegie Mellon University

Week 14 Query-by-Humming and Music Fingerprinting. Roger B. Dannenberg Professor of Computer Science, Art and Music Carnegie Mellon University Week 14 Query-by-Humming and Music Fingerprinting Roger B. Dannenberg Professor of Computer Science, Art and Music Overview n Melody-Based Retrieval n Audio-Score Alignment n Music Fingerprinting 2 Metadata-based

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

Music Information Retrieval

Music Information Retrieval Music Information Retrieval Opportunities for digital musicology Joren Six IPEM, University Ghent October 30, 2015 Introduction MIR Introduction Tasks Musical Information Tools Methods Overview I Tone

More information

Computational analysis of rhythmic aspects in Makam music of Turkey

Computational analysis of rhythmic aspects in Makam music of Turkey Computational analysis of rhythmic aspects in Makam music of Turkey André Holzapfel MTG, Universitat Pompeu Fabra, Spain hannover@csd.uoc.gr 10 July, 2012 Holzapfel et al. (MTG/UPF) Rhythm research in

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 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

Getting Started. Connect green audio output of SpikerBox/SpikerShield using green cable to your headphones input on iphone/ipad.

Getting Started. Connect green audio output of SpikerBox/SpikerShield using green cable to your headphones input on iphone/ipad. Getting Started First thing you should do is to connect your iphone or ipad to SpikerBox with a green smartphone cable. Green cable comes with designators on each end of the cable ( Smartphone and SpikerBox

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

Processing data with Mestrelab Mnova

Processing data with Mestrelab Mnova Processing data with Mestrelab Mnova This exercise has three parts: a 1D 1 H spectrum to baseline correct, integrate, peak-pick, and plot; a 2D spectrum to plot with a 1 H spectrum as a projection; and

More information

Please feel free to download the Demo application software from analogarts.com to help you follow this seminar.

Please feel free to download the Demo application software from analogarts.com to help you follow this seminar. Hello, welcome to Analog Arts spectrum analyzer tutorial. Please feel free to download the Demo application software from analogarts.com to help you follow this seminar. For this presentation, we use a

More information

MUSI-6201 Computational Music Analysis

MUSI-6201 Computational Music Analysis MUSI-6201 Computational Music Analysis Part 9.1: Genre Classification alexander lerch November 4, 2015 temporal analysis overview text book Chapter 8: Musical Genre, Similarity, and Mood (pp. 151 155)

More information

Introduction! User Interface! Bitspeek Versus Vocoders! Using Bitspeek in your Host! Change History! Requirements!...

Introduction! User Interface! Bitspeek Versus Vocoders! Using Bitspeek in your Host! Change History! Requirements!... version 1.5 Table of Contents Introduction!... 3 User Interface!... 4 Bitspeek Versus Vocoders!... 6 Using Bitspeek in your Host!... 6 Change History!... 9 Requirements!... 9 Credits and Contacts!... 10

More information

Neuratron AudioScore. Quick Start Guide

Neuratron AudioScore. Quick Start Guide Neuratron AudioScore Quick Start Guide What AudioScore Can Do AudioScore is able to recognize notes in polyphonic music with up to 16 notes playing at a time (Lite/First version up to 2 notes playing at

More information

DW Drum Enhancer. User Manual Version 1.

DW Drum Enhancer. User Manual Version 1. DW Drum Enhancer User Manual Version 1.0 http://audified.com/dwde http://services.audified.com/download/dwde http://services.audified.com/support DW Drum Enhancer Table of contents Introduction 2 What

More information

SISII User Guide SISII. Sound Editor STC-S521. User Guide

SISII User Guide SISII. Sound Editor STC-S521. User Guide SISII SISII Sound Editor STC-S521 Note to Customer NOTE TO CUSTOMER Thank you for choosing our product. We hope you will find STC software useful as it will help you to resolve your tasks. Before getting

More information

Singer Recognition and Modeling Singer Error

Singer Recognition and Modeling Singer Error Singer Recognition and Modeling Singer Error Johan Ismael Stanford University jismael@stanford.edu Nicholas McGee Stanford University ndmcgee@stanford.edu 1. Abstract We propose a system for recognizing

More information

Capstone screen shows live video with sync to force and velocity data. Try it! Download a FREE 60-day trial at pasco.com/capstone

Capstone screen shows live video with sync to force and velocity data. Try it! Download a FREE 60-day trial at pasco.com/capstone Capstone screen shows live video with sync to force and velocity data. Try it! Download a FREE 60-day trial at pasco.com/capstone If you use these PSCO USB interfaces in your lab, it s time for PSCO Capstone

More information

Precision DeEsser Users Guide

Precision DeEsser Users Guide Precision DeEsser Users Guide Metric Halo $Revision: 1670 $ Publication date $Date: 2012-05-01 13:50:00-0400 (Tue, 01 May 2012) $ Copyright 2012 Metric Halo. MH Production Bundle, ChannelStrip 3, Character,

More information

Creating Licks Using Virtual Trumpet

Creating Licks Using Virtual Trumpet Creating Licks Using Virtual Trumpet This tutorial will explain how to use Virtual Trumpet s Lick Editor, which is used to compose and edit licks that Virtual Trumpet can play back. It is intended for

More information

SIGVIEW v2.6 User Manual

SIGVIEW v2.6 User Manual SIGVIEW v2.6 User Manual Copyright 1998-2012 SignalLab SIGVIEW v2.6 User Manual 3 Table of Contents Part I Introduction... 6 1 General... 7 2 Basic... concepts 8 Part II Basic... signal operations 10 1

More information

Robert Alexandru Dobre, Cristian Negrescu

Robert Alexandru Dobre, Cristian Negrescu ECAI 2016 - International Conference 8th Edition Electronics, Computers and Artificial Intelligence 30 June -02 July, 2016, Ploiesti, ROMÂNIA Automatic Music Transcription Software Based on Constant Q

More information

Tempo and Beat Tracking

Tempo and Beat Tracking Tutorial Automatisierte Methoden der Musikverarbeitung 47. Jahrestagung der Gesellschaft für Informatik Tempo and Beat Tracking Meinard Müller, Christof Weiss, Stefan Balke International Audio Laboratories

More information

MUSIC/AUDIO ANALYSIS IN PYTHON. Vivek Jayaram

MUSIC/AUDIO ANALYSIS IN PYTHON. Vivek Jayaram MUSIC/AUDIO ANALYSIS IN PYTHON Vivek Jayaram WHY AUDIO SIGNAL PROCESSING? My background as a DJ and CS student Music is everywhere! So many possibilities Many parallels to computer vision SOME APPLICATIONS

More information

Software manual. ChipScan-Scanner 3.0

Software manual. ChipScan-Scanner 3.0 Software manual ChipScan-Scanner 3.0 Copyright c Langer EMV-Technik GmbH 2016 Version 1.10 Notice No part of this manual may be reproduced in any form or by any means (including electronic storage and

More information

Analysis of the effects of signal distance on spectrograms

Analysis of the effects of signal distance on spectrograms 2014 Analysis of the effects of signal distance on spectrograms SGHA 8/19/2014 Contents Introduction... 3 Scope... 3 Data Comparisons... 5 Results... 10 Recommendations... 10 References... 11 Introduction

More information

Quick Start manual for Nova

Quick Start manual for Nova Quick Start manual for Nova 1. Overview The Nova PlugIn for the Pyramix rendering interface allows easy modification of audio data in the frequency domain. These modifications include interpolation of

More information

The MPC X & MPC Live Bible 1

The MPC X & MPC Live Bible 1 The MPC X & MPC Live Bible 1 Table of Contents 000 How to Use this Book... 9 Which MPCs are compatible with this book?... 9 Hardware UI Vs Computer UI... 9 Recreating the Tutorial Examples... 9 Initial

More information

Making Sense of Sound and Music

Making Sense of Sound and Music Making Sense of Sound and Music Mark Plumbley Centre for Digital Music Queen Mary, University of London CREST Symposium on Human-Harmonized Information Technology Kyoto, Japan 1 April 2012 Overview Separating

More information

Pitch-Synchronous Spectrogram: Principles and Applications

Pitch-Synchronous Spectrogram: Principles and Applications Pitch-Synchronous Spectrogram: Principles and Applications C. Julian Chen Department of Applied Physics and Applied Mathematics May 24, 2018 Outline The traditional spectrogram Observations with the electroglottograph

More information

User's Guide SISII. Sound Editor STC-S521. User s Guide

User's Guide SISII. Sound Editor STC-S521. User s Guide User's Guide SISII Sound Editor STC-S521 User s Guide ABSTRACT Thank you for purchasing SIS II Sound Editor! We hope that our software will improve the quality of your tasks accomplishment. IKARLab. Before

More information

Guide to Analysing Full Spectrum/Frequency Division Bat Calls with Audacity (v.2.0.5) by Thomas Foxley

Guide to Analysing Full Spectrum/Frequency Division Bat Calls with Audacity (v.2.0.5) by Thomas Foxley Guide to Analysing Full Spectrum/Frequency Division Bat Calls with Audacity (v.2.0.5) by Thomas Foxley Contents Getting Started Setting Up the Sound File Noise Removal Finding All the Bat Calls Call Analysis

More information

Real-Time Spectrogram (RTS tm )

Real-Time Spectrogram (RTS tm ) Real-Time Spectrogram (RTS tm ) View, edit and measure digital sound files The Real-Time Spectrogram (RTS tm ) displays the time-aligned spectrogram and waveform of a continuous sound file. The RTS can

More information

AUTOMASHUPPER: AN AUTOMATIC MULTI-SONG MASHUP SYSTEM

AUTOMASHUPPER: AN AUTOMATIC MULTI-SONG MASHUP SYSTEM AUTOMASHUPPER: AN AUTOMATIC MULTI-SONG MASHUP SYSTEM Matthew E. P. Davies, Philippe Hamel, Kazuyoshi Yoshii and Masataka Goto National Institute of Advanced Industrial Science and Technology (AIST), Japan

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

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

Speaking in Minor and Major Keys

Speaking in Minor and Major Keys Chapter 5 Speaking in Minor and Major Keys 5.1. Introduction 28 The prosodic phenomena discussed in the foregoing chapters were all instances of linguistic prosody. Prosody, however, also involves extra-linguistic

More information

Automatic characterization of ornamentation from bassoon recordings for expressive synthesis

Automatic characterization of ornamentation from bassoon recordings for expressive synthesis Automatic characterization of ornamentation from bassoon recordings for expressive synthesis Montserrat Puiggròs, Emilia Gómez, Rafael Ramírez, Xavier Serra Music technology Group Universitat Pompeu Fabra

More information

Voice & Music Pattern Extraction: A Review

Voice & Music Pattern Extraction: A Review Voice & Music Pattern Extraction: A Review 1 Pooja Gautam 1 and B S Kaushik 2 Electronics & Telecommunication Department RCET, Bhilai, Bhilai (C.G.) India pooja0309pari@gmail.com 2 Electrical & Instrumentation

More information

Week 14 Music Understanding and Classification

Week 14 Music Understanding and Classification Week 14 Music Understanding and Classification Roger B. Dannenberg Professor of Computer Science, Music & Art Overview n Music Style Classification n What s a classifier? n Naïve Bayesian Classifiers n

More information

MDynamicsMB. Overview. Easy screen vs. Edit screen

MDynamicsMB. Overview. Easy screen vs. Edit screen MDynamicsMB Overview MDynamicsMB is an advanced multiband dynamic processor with clear sound designed for mastering, however its high performance and zero latency, makes it ideal for any task. It features

More information

Contents. Welcome to LCAST. System Requirements. Compatibility. Installation and Authorization. Loudness Metering. True-Peak Metering

Contents. Welcome to LCAST. System Requirements. Compatibility. Installation and Authorization. Loudness Metering. True-Peak Metering LCAST User Manual Contents Welcome to LCAST System Requirements Compatibility Installation and Authorization Loudness Metering True-Peak Metering LCAST User Interface Your First Loudness Measurement Presets

More information

Getting started with CitNetExplorer version 1.0.0

Getting started with CitNetExplorer version 1.0.0 Getting started with CitNetExplorer version 1.0.0 Nees Jan van Eck and Ludo Waltman Centre for Science and Technology Studies (CWTS), Leiden University March 10, 2014 CitNetExplorer is a software tool

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

Sibelius In The Classroom: Projects Session 1

Sibelius In The Classroom: Projects Session 1 Online 2012 Sibelius In The Classroom: Projects Session 1 Katie Wardrobe Midnight Music Tips for starting out with Sibelius...3 Why use templates?... 3 Teaching Sibelius Skills... 3 Transcription basics

More information

Logic Analyzer Auto Run / Stop Channels / trigger / Measuring Tools Axis control panel Status Display

Logic Analyzer Auto Run / Stop Channels / trigger / Measuring Tools Axis control panel Status Display Logic Analyzer The graphical user interface of the Logic Analyzer fits well into the overall design of the Red Pitaya applications providing the same operating concept. The Logic Analyzer user interface

More information

Eventide Inc. One Alsan Way Little Ferry, NJ

Eventide Inc. One Alsan Way Little Ferry, NJ Copyright 2015, Eventide Inc. P/N: 141257, Rev 2 Eventide is a registered trademark of Eventide Inc. AAX and Pro Tools are trademarks of Avid Technology. Names and logos are used with permission. Audio

More information

The BAT WAVE ANALYZER project

The BAT WAVE ANALYZER project The BAT WAVE ANALYZER project Conditions of Use The Bat Wave Analyzer program is free for personal use and can be redistributed provided it is not changed in any way, and no fee is requested. The Bat Wave

More information

OVERVIEW. 1. Getting Started Pg Creating a New GarageBand Song Pg Apple Loops Pg Editing Audio Pg. 7

OVERVIEW. 1. Getting Started Pg Creating a New GarageBand Song Pg Apple Loops Pg Editing Audio Pg. 7 GarageBand Tutorial OVERVIEW Apple s GarageBand is a multi-track audio recording program that allows you to create and record your own music. GarageBand s user interface is intuitive and easy to use, making

More information

Dave Jones Design Phone: (607) Lake St., Owego, NY USA

Dave Jones Design Phone: (607) Lake St., Owego, NY USA Manual v1.00a June 1, 2016 for firmware vers. 2.00 Dave Jones Design Phone: (607) 687-5740 34 Lake St., Owego, NY 13827 USA www.jonesvideo.com O Tool Plus - User Manual Main mode NOTE: New modules are

More information

ACCURATE ANALYSIS AND VISUAL FEEDBACK OF VIBRATO IN SINGING. University of Porto - Faculty of Engineering -DEEC Porto, Portugal

ACCURATE ANALYSIS AND VISUAL FEEDBACK OF VIBRATO IN SINGING. University of Porto - Faculty of Engineering -DEEC Porto, Portugal ACCURATE ANALYSIS AND VISUAL FEEDBACK OF VIBRATO IN SINGING José Ventura, Ricardo Sousa and Aníbal Ferreira University of Porto - Faculty of Engineering -DEEC Porto, Portugal ABSTRACT Vibrato is a frequency

More information

Music out of Digital Data

Music out of Digital Data 1 Teasing the Music out of Digital Data Matthias Mauch November, 2012 Me come from Unna Diplom in maths at Uni Rostock (2005) PhD at Queen Mary: Automatic Chord Transcription from Audio Using Computational

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

Analysing Musical Pieces Using harmony-analyser.org Tools

Analysing Musical Pieces Using harmony-analyser.org Tools Analysing Musical Pieces Using harmony-analyser.org Tools Ladislav Maršík Dept. of Software Engineering, Faculty of Mathematics and Physics Charles University, Malostranské nám. 25, 118 00 Prague 1, Czech

More information

GarageBand Tutorial

GarageBand Tutorial GarageBand Tutorial OVERVIEW Apple s GarageBand is a multi-track audio recording program that allows you to create and record your own music. GarageBand s user interface is intuitive and easy to use, making

More information

Hands-on session on timing analysis

Hands-on session on timing analysis Amsterdam 2010 Hands-on session on timing analysis Introduction During this session, we ll approach some basic tasks in timing analysis of x-ray time series, with particular emphasis on the typical signals

More information

Torsional vibration analysis in ArtemiS SUITE 1

Torsional vibration analysis in ArtemiS SUITE 1 02/18 in ArtemiS SUITE 1 Introduction 1 Revolution speed information as a separate analog channel 1 Revolution speed information as a digital pulse channel 2 Proceeding and general notes 3 Application

More information

DektakXT Profilometer. Standard Operating Procedure

DektakXT Profilometer. Standard Operating Procedure DektakXT Profilometer Standard Operating Procedure 1. System startup and sample loading: a. Ensure system is powered on by looking at the controller to the left of the computer.(it is an online software,

More information

ARECENT emerging area of activity within the music information

ARECENT emerging area of activity within the music information 1726 IEEE/ACM TRANSACTIONS ON AUDIO, SPEECH, AND LANGUAGE PROCESSING, VOL. 22, NO. 12, DECEMBER 2014 AutoMashUpper: Automatic Creation of Multi-Song Music Mashups Matthew E. P. Davies, Philippe Hamel,

More information

Singing accuracy, listeners tolerance, and pitch analysis

Singing accuracy, listeners tolerance, and pitch analysis Singing accuracy, listeners tolerance, and pitch analysis Pauline Larrouy-Maestri Pauline.Larrouy-Maestri@aesthetics.mpg.de Johanna Devaney Devaney.12@osu.edu Musical errors Contour error Interval error

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

Pre-processing of revolution speed data in ArtemiS SUITE 1

Pre-processing of revolution speed data in ArtemiS SUITE 1 03/18 in ArtemiS SUITE 1 Introduction 1 TTL logic 2 Sources of error in pulse data acquisition 3 Processing of trigger signals 5 Revolution speed acquisition with complex pulse patterns 7 Introduction

More information

Impro-Visor. Jazz Improvisation Advisor. Version 2. Tutorial. Last Revised: 14 September 2006 Currently 57 Items. Bob Keller. Harvey Mudd College

Impro-Visor. Jazz Improvisation Advisor. Version 2. Tutorial. Last Revised: 14 September 2006 Currently 57 Items. Bob Keller. Harvey Mudd College Impro-Visor Jazz Improvisation Advisor Version 2 Tutorial Last Revised: 14 September 2006 Currently 57 Items Bob Keller Harvey Mudd College Computer Science Department This brief tutorial will take you

More information

Representing, comparing and evaluating of music files

Representing, comparing and evaluating of music files Representing, comparing and evaluating of music files Nikoleta Hrušková, Juraj Hvolka Abstract: Comparing strings is mostly used in text search and text retrieval. We used comparing of strings for music

More information

CSC475 Music Information Retrieval

CSC475 Music Information Retrieval CSC475 Music Information Retrieval Greek Clarinet - Computational Ethnomusicology George Tzanetakis University of Victoria 2014 G. Tzanetakis 1 / 39 Introduction Definition The main task of ethnomusicology

More information

INTERACTIVE GTTM ANALYZER

INTERACTIVE GTTM ANALYZER 10th International Society for Music Information Retrieval Conference (ISMIR 2009) INTERACTIVE GTTM ANALYZER Masatoshi Hamanaka University of Tsukuba hamanaka@iit.tsukuba.ac.jp Satoshi Tojo Japan Advanced

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

S I N E V I B E S FRACTION AUDIO SLICING WORKSTATION

S I N E V I B E S FRACTION AUDIO SLICING WORKSTATION S I N E V I B E S FRACTION AUDIO SLICING WORKSTATION INTRODUCTION Fraction is a plugin for deep on-the-fly remixing and mangling of sound. It features 8x independent slicers which record and repeat short

More information

Effects of acoustic degradations on cover song recognition

Effects of acoustic degradations on cover song recognition Signal Processing in Acoustics: Paper 68 Effects of acoustic degradations on cover song recognition Julien Osmalskyj (a), Jean-Jacques Embrechts (b) (a) University of Liège, Belgium, josmalsky@ulg.ac.be

More information

Sibelius: Tips for Working Effectively

Sibelius: Tips for Working Effectively 2012 Sibelius: Tips for Working Effectively Katie Wardrobe Midnight Music About Katie...4 Professional development & training...4 In- person training... 4 Online courses... 4 Free tips, tutorials, articles

More information

MUSIC is a ubiquitous and vital part of the lives of billions

MUSIC is a ubiquitous and vital part of the lives of billions 1088 IEEE JOURNAL OF SELECTED TOPICS IN SIGNAL PROCESSING, VOL. 5, NO. 6, OCTOBER 2011 Signal Processing for Music Analysis Meinard Müller, Member, IEEE, Daniel P. W. Ellis, Senior Member, IEEE, Anssi

More information

User-Specific Learning for Recognizing a Singer s Intended Pitch

User-Specific Learning for Recognizing a Singer s Intended Pitch User-Specific Learning for Recognizing a Singer s Intended Pitch Andrew Guillory University of Washington Seattle, WA guillory@cs.washington.edu Sumit Basu Microsoft Research Redmond, WA sumitb@microsoft.com

More information

Introduction. Overview. Organization

Introduction. Overview. Organization Introduction Skylla Producer is a Windows application that enables you to import, manage and delete audio content in the Skylla inventory. This chapter provides an overview of Skylla Producer. Subsequent

More information

MestReNova Manual for Chem 201/202. October, 2015.

MestReNova Manual for Chem 201/202. October, 2015. 1. Introduction to 1-D NMR Data Processing with MestReNova The MestReNova program can do all of the routine NMR data processing needed for Chem 201 and 202 and will be available through the Reed downloads

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

ON FINDING MELODIC LINES IN AUDIO RECORDINGS. Matija Marolt

ON FINDING MELODIC LINES IN AUDIO RECORDINGS. Matija Marolt ON FINDING MELODIC LINES IN AUDIO RECORDINGS Matija Marolt Faculty of Computer and Information Science University of Ljubljana, Slovenia matija.marolt@fri.uni-lj.si ABSTRACT The paper presents our approach

More information

Topic 10. Multi-pitch Analysis

Topic 10. Multi-pitch Analysis Topic 10 Multi-pitch Analysis What is pitch? Common elements of music are pitch, rhythm, dynamics, and the sonic qualities of timbre and texture. An auditory perceptual attribute in terms of which sounds

More information

KRAMER ELECTRONICS LTD. USER MANUAL

KRAMER ELECTRONICS LTD. USER MANUAL KRAMER ELECTRONICS LTD. USER MANUAL MODEL: Projection Curved Screen Blend Guide How to blend projection images on a curved screen using the Warp Generator version K-1.4 Introduction The guide describes

More information

McIDAS-V Tutorial Using HYDRA to Interrogate Hyperspectral Data updated September 2015 (software version 1.5)

McIDAS-V Tutorial Using HYDRA to Interrogate Hyperspectral Data updated September 2015 (software version 1.5) McIDAS-V Tutorial Using HYDRA to Interrogate Hyperspectral Data updated September 2015 (software version 1.5) McIDAS-V is a free, open source, visualization and data analysis software package that is the

More information

Digital Music Lab: A Framework for Analysing Big Music Data

Digital Music Lab: A Framework for Analysing Big Music Data Digital Music Lab: A Framework for Analysing Big Music Data Samer Abdallah, Emmanouil Benetos, Nicolas Gold, Steven Hargreaves, Tillman Weyde, and Daniel Wolff Department of Computer Science, University

More information

Tutorial FITMASTER Tutorial

Tutorial FITMASTER Tutorial Tutorial 2.20 FITMASTER Tutorial HEKA Elektronik Phone +49 (0) 6325 / 95 53-0 Dr. Schulze GmbH Fax +49 (0) 6325 / 95 53-50 Wiesenstrasse 71 Web Site www.heka.com D-67466 Lambrecht/Pfalz Email sales@heka.com

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

jsymbolic 2: New Developments and Research Opportunities

jsymbolic 2: New Developments and Research Opportunities jsymbolic 2: New Developments and Research Opportunities Cory McKay Marianopolis College and CIRMMT Montreal, Canada 2 / 30 Topics Introduction to features (from a machine learning perspective) And how

More information

2. AN INTROSPECTION OF THE MORPHING PROCESS

2. AN INTROSPECTION OF THE MORPHING PROCESS 1. INTRODUCTION Voice morphing means the transition of one speech signal into another. Like image morphing, speech morphing aims to preserve the shared characteristics of the starting and final signals,

More information

TRACKING THE ODD : METER INFERENCE IN A CULTURALLY DIVERSE MUSIC CORPUS

TRACKING THE ODD : METER INFERENCE IN A CULTURALLY DIVERSE MUSIC CORPUS TRACKING THE ODD : METER INFERENCE IN A CULTURALLY DIVERSE MUSIC CORPUS Andre Holzapfel New York University Abu Dhabi andre@rhythmos.org Florian Krebs Johannes Kepler University Florian.Krebs@jku.at Ajay

More information