Onset detection and Attack Phase Descriptors. IMV Signal Processing Meetup, 16 March 2017

Size: px
Start display at page:

Download "Onset detection and Attack Phase Descriptors. IMV Signal Processing Meetup, 16 March 2017"

Transcription

1 Onset detection and Attack Phase Descriptors IMV Signal Processing Meetup, 16 March 217

2 I Onset detection VS Attack phase description I MIREX competition: I Detect the approximate temporal location of new onsets in an audio file. I Algoritims are compared against manual expert annotation (which is inherently imprecise). I False positives and false negatives are penalized I Attack phase description I What are the slient time points in the beginning of this sound event? I What are the relations between these time points? I Paper: I K. Nymoen, A. Danielsen and J. London: Attack Phase Descriptor Estimation in Matlab toolboxes. Submitted for SMC217, Helsinki. I Comparing the MIRtoolbox (Lartillot) and the Timbre Toolbox (Peeters)

3 onset detection Audio waveform amplitude time (s) 1 Onset curve (Envelope) amplitude time (s)

4 are these really onsets? 1 Onset curve (Envelope) amplitude time (s)

5 are these really onsets? 1 Onset curve (Envelope) amplitude time (s) I What would our research question typically be when using this function in the MIRtoolbox? I Segmentation I Melody I Rhythm(?) I Microrhythm

6 are these really onsets? 1 Onset curve (Envelope) amplitude time (s) I What would our research question typically be when using this function in the MIRtoolbox? I Segmentation I Melody I Rhythm(?) I Microrhythm I Are we interested in onsets, or rather perceived moments of metrical alignment?

7 Salient time points in the initial phase of a sonic event Perceptual Attack Energy peak Perceptual Onset Physical Onset

8 Salient time points in the initial phase of a sonic event Perceptual Attack Energy peak Perceptual Onset Physical Onset

9 Salient time points in the initial phase of a sonic event Perceptual Attack Energy peak Perceptual Onset Physical Onset Schae er (196x) Gordon (1987) Collins (26) Wright (28) Villing (21)

10 Attack phase descriptors Perceptual Attack Energy peak Temporal centroid Perceptual Onset Attack Slope Attack Leap Physical Onset Attack time Rise time Log-Attack Time = log(attack time) I Time points I Time spans I Energy spans I (Energy points)

11 Attack phase descriptors (our definitions) Name Type Description Physical onset phtp Time point where the sound energy first rises from. Perceptual onset petp Time point when the sound event becomes audible. Perceptual attack petp Time point perceived as the rhythmic emphasis of the sound. Energy peak phtp Time point when the energy envelope reaches its maximum value. Rise time phts Time span between physical onset and energy peak. Attack time pets Time span between perceptual onset and perceptual attack. Log-Attack Time phts The base 1 logarithm of attack time. Attack slope pees Weighted average of the energy envelope slope in the attack phase. Attack leap pees The di erence between energy level at perceptual attack and perceptual onset. Temporal centroid phtp The temporal barycentre of the sound event s energy envelope.

12 Attack phase descriptors (our definitions) Name Type Description Physical onset phtp Time point where the sound energy first rises from. Perceptual onset petp Time point when the sound event becomes audible. Perceptual attack petp Time point perceived as the rhythmic emphasis of the sound. Energy peak phtp Time point when the energy envelope reaches its maximum value. Rise time phts Time span between physical onset and energy peak. Attack time pets Time span between perceptual onset and perceptual attack. Log-Attack Time phts The base 1 logarithm of attack time. Attack slope pees Weighted average of the energy envelope slope in the attack phase. Attack leap pees The di erence between energy level at perceptual attack and perceptual onset. Temporal centroid phtp The temporal barycentre of the sound event s energy envelope. Log-Attack Time is a commonly used descriptor in the MIR community. No consensus: some use physical descriptors, some use perceptual, and some use a combination to estimate it.

13 Perceptual Attack Energy peak Temporal centroid Perceptual Onset Attack Slope Attack Leap Physical Onset Attack time Rise time Log-Attack Time = log(attack time) I Time points I Time spans I Energy spans I (Energy points)

14 Attack phase descriptors step 1: Envelope extraction Timbre Toolbox I Apply Hilbert transform to the audio signal, I followed by a 3rd-order Butterworth lowpass filter with cuto frequency at 5 Hz. I No compensation for filter group delay MIRtoolbox I Spectrogram, hanning window, 1ms frame, 1% hop I Envelope = sum of columns in spectrogram Audio waveform 1.5 Energy Envelope MIRtoolbox (D) MIRtoolbox (A) Timbre Toolbox (D) Timbre toolbox (A) Time (seconds)

15 Attack phase descriptors step 2: Salient time steps I Both the MIRtoolbox and the Timbre toolbox provide equvalents to beginning of attack and end of attack. Timbre Toolbox attack phase estimation Effort Function Mean effort.2.1 MIRToolbox attack phase estimation Time derivative Peak position Threshold 1 θ 1 θ 2 Energy envelope Attack start end.5 Energy envelope Attack start end θ time (seconds) time (seconds)

16 Attack phase descriptors step 2: Salient time steps I Both the MIRtoolbox and the Timbre toolbox provide equvalents to beginning of attack and end of attack. Timbre Toolbox attack phase estimation Effort Function Mean effort.2.1 MIRToolbox attack phase estimation Time derivative Peak position Threshold 1 θ 1 θ 2 Energy envelope Attack start end.5 Energy envelope Attack start end θ time (seconds) time (seconds) I But are these supposed to reflect physical or perceptual features?

17 Attack phase descriptors step 3:...

18 Attack phase descriptors step 3:... I Decide on the definitions of attack phase descriptors, and the methods for extracting salient time points

19 Into the nitty-gritty Timbre toolbox I NB! Make sure that you download the latest version from github... (Don t trust the CIRMMT link 1st hit on Google which gives you version 1.2 from 23) I My impression: Best used if you need a large range of audio descriptors for a large audio set, and don t want to fiddle with choosing parameters for your functions I Need to dig deep into the code to change the parameters (hard-coded): I I I Lowpass filter cuto frequency value Fix group delay problem

20 Into the nitty-gritty MIRtoolbox I Quite user-friendly: well documented, easy to access most parameters I mironsets() function - attack option I threshold value is hard-coded I mirgetdata-problem: I uncell(get(a, AttackPosUnit )) I uncell(get(a, PeakPosUnit ))

21 Perceptual experiment I Task: align a repeated musical sound to a click track. I 17 participants I 9 sound stimuli (8 musical instruments + click) I inter-stimuli-interval of 6 ms I click track and stimuli started with a random o set. I controlling sync using a keyboard and/or a slider on the screen.

22 Parameter optimisation and perceptual results Time relative to physical onset (in milliseconds) Bright Snare Piano Drum Dark Piano Kick Drum Fiddle Shaker Synth Bass MIRtoolbox (D) MIRtoolbox (O) Timbre Toolbox (D) Timbre toolbox (O) Perceptual results Arco Click Bass Frame size (seconds) Jaccard index for MIRtoolbox (mean for all sounds) Treshold (fraction of e peak) Toolbox Envelope parameter Threshold parameter Timbre toolbox MIRtoolbox LPfilter cuto frequency Default: 5 Hz Optimised: 37 Hz Frame size Default:.1 s Optimised:.3 s Default: 3 Optimised: 3.75 fraction of e peak Default: 2% Optimised: 7.5% Jaccard Index

Lecture 6. Rhythm Analysis. (some slides are adapted from Zafar Rafii and some figures are from Meinard Mueller)

Lecture 6. Rhythm Analysis. (some slides are adapted from Zafar Rafii and some figures are from Meinard Mueller) Lecture 6 Rhythm Analysis (some slides are adapted from Zafar Rafii and some figures are from Meinard Mueller) Definitions for Rhythm Analysis Rhythm: movement marked by the regulated succession of strong

More information

BEAT DETECTION BY DYNAMIC PROGRAMMING. Racquel Ivy Awuor

BEAT DETECTION BY DYNAMIC PROGRAMMING. Racquel Ivy Awuor BEAT DETECTION BY DYNAMIC PROGRAMMING Racquel Ivy Awuor University of Rochester Department of Electrical and Computer Engineering Rochester, NY 14627 rawuor@ur.rochester.edu ABSTRACT A beat is a salient

More information

Using Audio Onset Detection Algorithms

Using Audio Onset Detection Algorithms Using Audio Onset Detection Algorithms 1 st Diana Siwiak Victoria University of Wellington Wellington, New Zealand 2 nd Dale A. Carnegie Victoria University of Wellington Wellington, New Zealand 3 rd Jim

More information

Rhythmic Similarity -- a quick paper review. Presented by: Shi Yong March 15, 2007 Music Technology, McGill University

Rhythmic Similarity -- a quick paper review. Presented by: Shi Yong March 15, 2007 Music Technology, McGill University Rhythmic Similarity -- a quick paper review Presented by: Shi Yong March 15, 2007 Music Technology, McGill University Contents Introduction Three examples J. Foote 2001, 2002 J. Paulus 2002 S. Dixon 2004

More information

Real-time beat estimation using feature extraction

Real-time beat estimation using feature extraction Real-time beat estimation using feature extraction Kristoffer Jensen and Tue Haste Andersen Department of Computer Science, University of Copenhagen Universitetsparken 1 DK-2100 Copenhagen, Denmark, {krist,haste}@diku.dk,

More information

Tempo and Beat Tracking

Tempo and Beat Tracking Lecture Music Processing Tempo and Beat Tracking Meinard Müller International Audio Laboratories Erlangen meinard.mueller@audiolabs-erlangen.de Book: Fundamentals of Music Processing Meinard Müller Fundamentals

More information

Music Signal Processing

Music Signal Processing Tutorial Music Signal Processing Meinard Müller Saarland University and MPI Informatik meinard@mpi-inf.mpg.de Anssi Klapuri Queen Mary University of London anssi.klapuri@elec.qmul.ac.uk Overview Part I:

More information

Tempo and Beat Tracking

Tempo and Beat Tracking Lecture Music Processing Tempo and Beat Tracking Meinard Müller International Audio Laboratories Erlangen meinard.mueller@audiolabs-erlangen.de Introduction Basic beat tracking task: Given an audio recording

More information

PULSAR DUAL LFO OPERATION MANUAL

PULSAR DUAL LFO OPERATION MANUAL PULSAR DUAL LFO OPERATION MANUAL The information in this document is subject to change without notice and does not represent a commitment on the part of Propellerhead Software AB. The software described

More information

Rhythm Analysis in Music

Rhythm Analysis in Music Rhythm Analysis in Music EECS 352: Machine Perception of Music & Audio Zafar Rafii, Winter 24 Some Definitions Rhythm movement marked by the regulated succession of strong and weak elements, or of opposite

More information

Evaluating Input Devices for Dance Research

Evaluating Input Devices for Dance Research Proc. of the th International Symposium on CMMR, Plymouth, UK, June 6-9, Evaluating Input Devices for Dance Research Mari Romarheim Haugen and Kristian Nymoen Department of Musicology, University of Oslo

More information

Rhythm Analysis in Music

Rhythm Analysis in Music Rhythm Analysis in Music EECS 352: Machine Perception of Music & Audio Zafar RAFII, Spring 22 Some Definitions Rhythm movement marked by the regulated succession of strong and weak elements, or of opposite

More information

LAB 2 Machine Perception of Music Computer Science 395, Winter Quarter 2005

LAB 2 Machine Perception of Music Computer Science 395, Winter Quarter 2005 1.0 Lab overview and objectives This lab will introduce you to displaying and analyzing sounds with spectrograms, with an emphasis on getting a feel for the relationship between harmonicity, pitch, and

More information

Valve vs. solid-state microphone preamplifier: a comparative study

Valve vs. solid-state microphone preamplifier: a comparative study Valve vs. solid-state microphone preamplifier: a comparative study Octavian Stroe Email: Octavian.Stroe@hud.ac.uk Abstract This paper outlines research carried out to determine the perceptual and objective

More information

VK-1 Viking Synthesizer

VK-1 Viking Synthesizer VK-1 Viking Synthesizer 1.0.2 User Manual 2 Overview VK-1 is an emulation of a famous monophonic analog synthesizer. It has three continuously variable wave oscillators, two ladder filters with a Dual

More information

Quick Start. Overview Blamsoft, Inc. All rights reserved.

Quick Start. Overview Blamsoft, Inc. All rights reserved. 1.0.1 User Manual 2 Quick Start Viking Synth is an Audio Unit Extension Instrument that works as a plug-in inside host apps. To start using Viking Synth, open up your favorite host that supports Audio

More information

What is Sound? Part II

What is Sound? Part II What is Sound? Part II Timbre & Noise 1 Prayouandi (2010) - OneOhtrix Point Never PSYCHOACOUSTICS ACOUSTICS LOUDNESS AMPLITUDE PITCH FREQUENCY QUALITY TIMBRE 2 Timbre / Quality everything that is not frequency

More information

University of Colorado at Boulder ECEN 4/5532. Lab 1 Lab report due on February 2, 2015

University of Colorado at Boulder ECEN 4/5532. Lab 1 Lab report due on February 2, 2015 University of Colorado at Boulder ECEN 4/5532 Lab 1 Lab report due on February 2, 2015 This is a MATLAB only lab, and therefore each student needs to turn in her/his own lab report and own programs. 1

More information

Perception of pitch. Definitions. Why is pitch important? BSc Audiology/MSc SHS Psychoacoustics wk 5: 12 Feb A. Faulkner.

Perception of pitch. Definitions. Why is pitch important? BSc Audiology/MSc SHS Psychoacoustics wk 5: 12 Feb A. Faulkner. Perception of pitch BSc Audiology/MSc SHS Psychoacoustics wk 5: 12 Feb 2009. A. Faulkner. See Moore, BCJ Introduction to the Psychology of Hearing, Chapter 5. Or Plack CJ The Sense of Hearing Lawrence

More information

COMPUTATIONAL RHYTHM AND BEAT ANALYSIS Nicholas Berkner. University of Rochester

COMPUTATIONAL RHYTHM AND BEAT ANALYSIS Nicholas Berkner. University of Rochester COMPUTATIONAL RHYTHM AND BEAT ANALYSIS Nicholas Berkner University of Rochester ABSTRACT One of the most important applications in the field of music information processing is beat finding. Humans have

More information

Advanced Music Content Analysis

Advanced Music Content Analysis RuSSIR 2013: Content- and Context-based Music Similarity and Retrieval Titelmasterformat durch Klicken bearbeiten Advanced Music Content Analysis Markus Schedl Peter Knees {markus.schedl, peter.knees}@jku.at

More information

MULTI-FEATURE MODELING OF PULSE CLARITY: DESIGN, VALIDATION AND OPTIMIZATION

MULTI-FEATURE MODELING OF PULSE CLARITY: DESIGN, VALIDATION AND OPTIMIZATION MULTI-FEATURE MODELING OF PULSE CLARITY: DESIGN, VALIDATION AND OPTIMIZATION Olivier Lartillot, Tuomas Eerola, Petri Toiviainen, Jose Fornari Finnish Centre of Excellence in Interdisciplinary Music Research,

More information

thank you for choosing the Vengeance Producer Suite: Multiband Sidechain (which will be abbreviated to VPS MBS throughout this document).

thank you for choosing the Vengeance Producer Suite: Multiband Sidechain (which will be abbreviated to VPS MBS throughout this document). Vengeance Producer Suite Multiband Sidechain User Guide: Version: 1.0 Update: August 2009 Dear customer, thank you for choosing the Vengeance Producer Suite: Multiband Sidechain (which will be abbreviated

More information

Perception of pitch. Importance of pitch: 2. mother hemp horse. scold. Definitions. Why is pitch important? AUDL4007: 11 Feb A. Faulkner.

Perception of pitch. Importance of pitch: 2. mother hemp horse. scold. Definitions. Why is pitch important? AUDL4007: 11 Feb A. Faulkner. Perception of pitch AUDL4007: 11 Feb 2010. A. Faulkner. See Moore, BCJ Introduction to the Psychology of Hearing, Chapter 5. Or Plack CJ The Sense of Hearing Lawrence Erlbaum, 2005 Chapter 7 1 Definitions

More information

Perception of pitch. Definitions. Why is pitch important? BSc Audiology/MSc SHS Psychoacoustics wk 4: 7 Feb A. Faulkner.

Perception of pitch. Definitions. Why is pitch important? BSc Audiology/MSc SHS Psychoacoustics wk 4: 7 Feb A. Faulkner. Perception of pitch BSc Audiology/MSc SHS Psychoacoustics wk 4: 7 Feb 2008. A. Faulkner. See Moore, BCJ Introduction to the Psychology of Hearing, Chapter 5. Or Plack CJ The Sense of Hearing Lawrence Erlbaum,

More information

Table of Contents. Owner s Manual. 1. Overview & Getting Started. 2. Engines. 3. FX Modules. 4. Rhythms. 5. Flux. 6. X-Y Pad & Macros. 7.

Table of Contents. Owner s Manual. 1. Overview & Getting Started. 2. Engines. 3. FX Modules. 4. Rhythms. 5. Flux. 6. X-Y Pad & Macros. 7. Table of Contents 1. Overview & Getting Started 2. Engines 3. FX Modules 4. Rhythms 5. Flux 6. X-Y Pad & Macros 7. Presets 8. Additional Info Overview MOVEMENT is an efects processor designed to add rhythmic,

More information

Hearing and Deafness 2. Ear as a frequency analyzer. Chris Darwin

Hearing and Deafness 2. Ear as a frequency analyzer. Chris Darwin Hearing and Deafness 2. Ear as a analyzer Chris Darwin Frequency: -Hz Sine Wave. Spectrum Amplitude against -..5 Time (s) Waveform Amplitude against time amp Hz Frequency: 5-Hz Sine Wave. Spectrum Amplitude

More information

BoomTschak User s Guide

BoomTschak User s Guide BoomTschak User s Guide Audio Damage, Inc. 1 November 2016 The information in this document is subject to change without notice and does not represent a commitment on the part of Audio Damage, Inc. No

More information

Applications of Music Processing

Applications of Music Processing Lecture Music Processing Applications of Music Processing Christian Dittmar International Audio Laboratories Erlangen christian.dittmar@audiolabs-erlangen.de Singing Voice Detection Important pre-requisite

More information

Chapter 2. Meeting 2, Measures and Visualizations of Sounds and Signals

Chapter 2. Meeting 2, Measures and Visualizations of Sounds and Signals Chapter 2. Meeting 2, Measures and Visualizations of Sounds and Signals 2.1. Announcements Be sure to completely read the syllabus Recording opportunities for small ensembles Due Wednesday, 15 February:

More information

MUS 302 ENGINEERING SECTION

MUS 302 ENGINEERING SECTION MUS 302 ENGINEERING SECTION Wiley Ross: Recording Studio Coordinator Email =>ross@email.arizona.edu Twitter=> https://twitter.com/ssor Web page => http://www.arts.arizona.edu/studio Youtube Channel=>http://www.youtube.com/user/wileyross

More information

Onset Detection Revisited

Onset Detection Revisited simon.dixon@ofai.at Austrian Research Institute for Artificial Intelligence Vienna, Austria 9th International Conference on Digital Audio Effects Outline Background and Motivation 1 Background and Motivation

More information

The Logic Pro ES1 Synth vs. a Simple Synth

The Logic Pro ES1 Synth vs. a Simple Synth The Logic Pro ES1 Synth vs. a Simple Synth Introduction to Music Production, Week 6 Joe Muscara - June 1, 2015 THE LOGIC PRO ES1 SYNTH VS. A SIMPLE SYNTH - JOE MUSCARA 1 Introduction My name is Joe Muscara

More information

TWO-DIMENSIONAL FOURIER PROCESSING OF RASTERISED AUDIO

TWO-DIMENSIONAL FOURIER PROCESSING OF RASTERISED AUDIO TWO-DIMENSIONAL FOURIER PROCESSING OF RASTERISED AUDIO Chris Pike, Department of Electronics Univ. of York, UK chris.pike@rd.bbc.co.uk Jeremy J. Wells, Audio Lab, Dept. of Electronics Univ. of York, UK

More information

Contents. MIDI Test Additional Setup Latency On to Making Music... 41

Contents. MIDI Test Additional Setup Latency On to Making Music... 41 Teach Yourself CuBase Contents Introduction........................ 3 Chapter 1: Mac or PC?................ 4 QuickGuide: Cubase 5 s System Requirements for Mac.................. 5 QuickGuide: Cubase 5

More information

Pre- and Post Ringing Of Impulse Response

Pre- and Post Ringing Of Impulse Response Pre- and Post Ringing Of Impulse Response Source: http://zone.ni.com/reference/en-xx/help/373398b-01/svaconcepts/svtimemask/ Time (Temporal) Masking.Simultaneous masking describes the effect when the masked

More information

Singing Voice Detection. Applications of Music Processing. Singing Voice Detection. Singing Voice Detection. Singing Voice Detection

Singing Voice Detection. Applications of Music Processing. Singing Voice Detection. Singing Voice Detection. Singing Voice Detection Detection Lecture usic Processing Applications of usic Processing Christian Dittmar International Audio Laboratories Erlangen christian.dittmar@audiolabs-erlangen.de Important pre-requisite for: usic segmentation

More information

Lecture 5: Pitch and Chord (1) Chord Recognition. Li Su

Lecture 5: Pitch and Chord (1) Chord Recognition. Li Su Lecture 5: Pitch and Chord (1) Chord Recognition Li Su Recap: short-time Fourier transform Given a discrete-time signal x(t) sampled at a rate f s. Let window size N samples, hop size H samples, then the

More information

Additional Reference Document

Additional Reference Document Audio Editing Additional Reference Document Session 1 Introduction to Adobe Audition 1.1.3 Technical Terms Used in Audio Different applications use different sample rates. Following are the list of sample

More information

SUB-BAND INDEPENDENT SUBSPACE ANALYSIS FOR DRUM TRANSCRIPTION. Derry FitzGerald, Eugene Coyle

SUB-BAND INDEPENDENT SUBSPACE ANALYSIS FOR DRUM TRANSCRIPTION. Derry FitzGerald, Eugene Coyle SUB-BAND INDEPENDEN SUBSPACE ANALYSIS FOR DRUM RANSCRIPION Derry FitzGerald, Eugene Coyle D.I.., Rathmines Rd, Dublin, Ireland derryfitzgerald@dit.ie eugene.coyle@dit.ie Bob Lawlor Department of Electronic

More information

SGN Audio and Speech Processing

SGN Audio and Speech Processing Introduction 1 Course goals Introduction 2 SGN 14006 Audio and Speech Processing Lectures, Fall 2014 Anssi Klapuri Tampere University of Technology! Learn basics of audio signal processing Basic operations

More information

EQ Uncovered: Demo Chapter

EQ Uncovered: Demo Chapter EQ Uncovered: Demo Chapter This is an excerpt taken from Eddie Bazilʼs book, ʻEQ Uncoveredʼ. To download the complete book with all audio examples, please go to: http://www.mpc-samples.com/product.php/102/eq-uncovered/

More information

Rhythm Analysis in Music

Rhythm Analysis in Music Rhythm Analysis in Music EECS 352: Machine Percep;on of Music & Audio Zafar Rafii, Winter 24 Some Defini;ons Rhythm movement marked by the regulated succession of strong and weak elements, or of opposite

More information

8.3 Basic Parameters for Audio

8.3 Basic Parameters for Audio 8.3 Basic Parameters for Audio Analysis Physical audio signal: simple one-dimensional amplitude = loudness frequency = pitch Psycho-acoustic features: complex A real-life tone arises from a complex superposition

More information

Signal segmentation and waveform characterization. Biosignal processing, S Autumn 2012

Signal segmentation and waveform characterization. Biosignal processing, S Autumn 2012 Signal segmentation and waveform characterization Biosignal processing, 5173S Autumn 01 Short-time analysis of signals Signal statistics may vary in time: nonstationary how to compute signal characterizations?

More information

SOUND SOURCE RECOGNITION AND MODELING

SOUND SOURCE RECOGNITION AND MODELING SOUND SOURCE RECOGNITION AND MODELING CASA seminar, summer 2000 Antti Eronen antti.eronen@tut.fi Contents: Basics of human sound source recognition Timbre Voice recognition Recognition of environmental

More information

Mixer Section. Sample & Hold (S\H) Section MIXER S\H

Mixer Section. Sample & Hold (S\H) Section MIXER S\H Sample & Hold (S\H) Section Mixer Section S\H S\H IN Selects the parameter that the S&H will "sample" to input the note in the capacitor sequencer. ACCENT The S&H track can be used as an accent track.

More information

Singing Expression Transfer from One Voice to Another for a Given Song

Singing Expression Transfer from One Voice to Another for a Given Song Singing Expression Transfer from One Voice to Another for a Given Song Korea Advanced Institute of Science and Technology Sangeon Yong, Juhan Nam MACLab Music and Audio Computing Introduction Introduction

More information

Music Technology Advanced Unit 4: Analysing and Producing

Music Technology Advanced Unit 4: Analysing and Producing Write your name here Surname Other names Edexcel GCE Centre Number Music Technology Advanced Unit 4: Analysing and Producing Candidate Number Tuesday 4 June 2013 Morning Time: 2 hours (plus 10 minutes

More information

DSP First. Laboratory Exercise #11. Extracting Frequencies of Musical Tones

DSP First. Laboratory Exercise #11. Extracting Frequencies of Musical Tones DSP First Laboratory Exercise #11 Extracting Frequencies of Musical Tones This lab is built around a single project that involves the implementation of a system for automatically writing a musical score

More information

Audio Engineering Society. Convention Paper. Presented at the 117th Convention 2004 October San Francisco, CA, USA

Audio Engineering Society. Convention Paper. Presented at the 117th Convention 2004 October San Francisco, CA, USA Audio Engineering Society Convention Paper Presented at the 117th Convention 004 October 8 31 San Francisco, CA, USA This convention paper has been reproduced from the author's advance manuscript, without

More information

Aalto Quickstart version 1.1

Aalto Quickstart version 1.1 Aalto Quickstart version 1.1 Welcome to Aalto! This quickstart guide assumes that you are familiar with using softsynths in your DAW or other host program of choice. It explains how Aalto's dial objects

More information

COMP 546, Winter 2017 lecture 20 - sound 2

COMP 546, Winter 2017 lecture 20 - sound 2 Today we will examine two types of sounds that are of great interest: music and speech. We will see how a frequency domain analysis is fundamental to both. Musical sounds Let s begin by briefly considering

More information

Deep learning architectures for music audio classification: a personal (re)view

Deep learning architectures for music audio classification: a personal (re)view Deep learning architectures for music audio classification: a personal (re)view Jordi Pons jordipons.me @jordiponsdotme Music Technology Group Universitat Pompeu Fabra, Barcelona Acronyms MLP: multi layer

More information

Signal Processing First Lab 20: Extracting Frequencies of Musical Tones

Signal Processing First Lab 20: Extracting Frequencies of Musical Tones Signal Processing First Lab 20: Extracting Frequencies of Musical Tones Pre-Lab and Warm-Up: You should read at least the Pre-Lab and Warm-up sections of this lab assignment and go over all exercises in

More information

Energy-Weighted Multi-Band Novelty Functions for Onset Detection in Piano Music

Energy-Weighted Multi-Band Novelty Functions for Onset Detection in Piano Music Energy-Weighted Multi-Band Novelty Functions for Onset Detection in Piano Music Krishna Subramani, Srivatsan Sridhar, Rohit M A, Preeti Rao Department of Electrical Engineering Indian Institute of Technology

More information

Complex Sounds. Reading: Yost Ch. 4

Complex Sounds. Reading: Yost Ch. 4 Complex Sounds Reading: Yost Ch. 4 Natural Sounds Most sounds in our everyday lives are not simple sinusoidal sounds, but are complex sounds, consisting of a sum of many sinusoids. The amplitude and frequency

More information

A SEGMENTATION-BASED TEMPO INDUCTION METHOD

A SEGMENTATION-BASED TEMPO INDUCTION METHOD A SEGMENTATION-BASED TEMPO INDUCTION METHOD Maxime Le Coz, Helene Lachambre, Lionel Koenig and Regine Andre-Obrecht IRIT, Universite Paul Sabatier, 118 Route de Narbonne, F-31062 TOULOUSE CEDEX 9 {lecoz,lachambre,koenig,obrecht}@irit.fr

More information

Rainbow is copyright (c) 2000 Big Tick VST Plugin-In Technology by Steinberg. VST is a trademark of Steinberg Soft- und Hardware GmbH

Rainbow is copyright (c) 2000 Big Tick VST Plugin-In Technology by Steinberg. VST is a trademark of Steinberg Soft- und Hardware GmbH Introduction Rainbow is Big Tick's software synthesizer for Microsoft Windows. It can be used either as a standalone synth, or as a plugin, based on VST 2.0 specifications. It can be downloaded at http://www.bigtickaudio.com

More information

Transient Capture Andy Cogbill,

Transient Capture Andy Cogbill, Transient Capture Andy Cogbill, 12-13-2012 Transient Capture History Designed around drop shock machines Use Primary use is still drop shock testing Package testing Product Life testing Pass/Fail production

More information

What is an EQ? Subtract Hz to fix a problem Add Hz to cover up / hide a problem

What is an EQ? Subtract Hz to fix a problem Add Hz to cover up / hide a problem Objective: By the end of this lab you will be able to hide, display and call up any EQ and to deduce how to use it to your advantage. To be able do duplicate EQs to other Insert positions. Loading and

More information

Audio Watermarking Based on Music Content Analysis: Robust against Time Scale Modification

Audio Watermarking Based on Music Content Analysis: Robust against Time Scale Modification Audio Watermarking Based on Music Content Analysis: Robust against Time Scale Modification Wei Li and Xiangyang Xue Department of Computer Science and Engineering University of Fudan, 220 Handan Road Shanghai

More information

AUTOMATED MUSIC TRACK GENERATION

AUTOMATED MUSIC TRACK GENERATION AUTOMATED MUSIC TRACK GENERATION LOUIS EUGENE Stanford University leugene@stanford.edu GUILLAUME ROSTAING Stanford University rostaing@stanford.edu Abstract: This paper aims at presenting our method to

More information

COMPARING ONSET DETECTION & PERCEPTUAL ATTACK TIME

COMPARING ONSET DETECTION & PERCEPTUAL ATTACK TIME COMPARING ONSET DETECTION & PERCEPTUAL ATTACK TIME Dr Richard Polfreman University of Southampton r.polfreman@soton.ac.uk ABSTRACT Accurate performance timing is associated with the perceptual attack time

More information

CHORD DETECTION USING CHROMAGRAM OPTIMIZED BY EXTRACTING ADDITIONAL FEATURES

CHORD DETECTION USING CHROMAGRAM OPTIMIZED BY EXTRACTING ADDITIONAL FEATURES CHORD DETECTION USING CHROMAGRAM OPTIMIZED BY EXTRACTING ADDITIONAL FEATURES Jean-Baptiste Rolland Steinberg Media Technologies GmbH jb.rolland@steinberg.de ABSTRACT This paper presents some concepts regarding

More information

SGN Audio and Speech Processing

SGN Audio and Speech Processing SGN 14006 Audio and Speech Processing Introduction 1 Course goals Introduction 2! Learn basics of audio signal processing Basic operations and their underlying ideas and principles Give basic skills although

More information

Introduction to 4Dyne

Introduction to 4Dyne Operation Manual Introduction to 4Dyne Thank you for your interest in 4Dyne, Flower Audio s mastering-grade multi-band dynamics processor. 4Dyne is a studio effect that can be used both as a precise

More information

I personally hope you enjoy this release and find it to be an inspirational addition to your musical toolkit.

I personally hope you enjoy this release and find it to be an inspirational addition to your musical toolkit. 1 CONTENTS 2 Welcome to COIL...2 2.1 System Requirements...2 3 About COIL...3 3.1 Key Features...3 4 Getting Started...4 4.1 Using Reaktor...4 4.2 Included Files...4 4.3 Opening COIL...4 4.4 Control Help...4

More information

Music 171: Sinusoids. Tamara Smyth, Department of Music, University of California, San Diego (UCSD) January 10, 2019

Music 171: Sinusoids. Tamara Smyth, Department of Music, University of California, San Diego (UCSD) January 10, 2019 Music 7: Sinusoids Tamara Smyth, trsmyth@ucsd.edu Department of Music, University of California, San Diego (UCSD) January 0, 209 What is Sound? The word sound is used to describe both:. an auditory sensation

More information

ALM-015 Akemie s Taiko. - Operation Manual -

ALM-015 Akemie s Taiko. - Operation Manual - ALM-015 Akemie s Taiko - Operation Manual - (V0.1) Introduction... 3 Technical Specifications 3 Background & Caveats... 4 Core Operation... 5 Panel Layout 5 General Usage 6 Appendix I: Reference... 8 APPENDIX

More information

A-120 VCF Introduction. doepfer System A VCF 1 A-120

A-120 VCF Introduction. doepfer System A VCF 1 A-120 doepfer System A - 100 VCF 1 A-120 1. Introduction A-120 VCF 1 Module A-120 (VCF 1) is a voltage controlled lowpass filter, which filters out the higher parts of the sound spectrum, and lets lower frequencies

More information

A Database of Anechoic Microphone Array Measurements of Musical Instruments

A Database of Anechoic Microphone Array Measurements of Musical Instruments A Database of Anechoic Microphone Array Measurements of Musical Instruments Recordings, Directivities, and Audio Features Stefan Weinzierl 1, Michael Vorländer 2 Gottfried Behler 2, Fabian Brinkmann 1,

More information

Structure of Speech. Physical acoustics Time-domain representation Frequency domain representation Sound shaping

Structure of Speech. Physical acoustics Time-domain representation Frequency domain representation Sound shaping Structure of Speech Physical acoustics Time-domain representation Frequency domain representation Sound shaping Speech acoustics Source-Filter Theory Speech Source characteristics Speech Filter characteristics

More information

ROBUST MULTIPITCH ESTIMATION FOR THE ANALYSIS AND MANIPULATION OF POLYPHONIC MUSICAL SIGNALS

ROBUST MULTIPITCH ESTIMATION FOR THE ANALYSIS AND MANIPULATION OF POLYPHONIC MUSICAL SIGNALS ROBUST MULTIPITCH ESTIMATION FOR THE ANALYSIS AND MANIPULATION OF POLYPHONIC MUSICAL SIGNALS Anssi Klapuri 1, Tuomas Virtanen 1, Jan-Markus Holm 2 1 Tampere University of Technology, Signal Processing

More information

Comparing the Timing of Movement Events for Air-Drumming Gestures

Comparing the Timing of Movement Events for Air-Drumming Gestures Comparing the Timing of Movement Events for Air-Drumming Gestures Luke Dahl Composition and Computer Technologies, Department of Music, University of Virginia lukedahl@virginia.edu Abstract. New air-instruments

More information

ZERO-G WHOOSH DESIGNER USER MANUAL

ZERO-G WHOOSH DESIGNER USER MANUAL ZERO-G WHOOSH DESIGNER USER MANUAL Add a whoosh, instant rush. CONTENTS Overview Whoosh Psychology General Principle Of The Zero-G Whoosh Designer The MIDI Keys Saving Your Settings GUI: ATTACK, PEAK and

More information

Math and Music: Understanding Pitch

Math and Music: Understanding Pitch Math and Music: Understanding Pitch Gareth E. Roberts Department of Mathematics and Computer Science College of the Holy Cross Worcester, MA Topics in Mathematics: Math and Music MATH 110 Spring 2018 March

More information

SurferEQ 2. User Manual. SurferEQ v Sound Radix, All Rights Reserved

SurferEQ 2. User Manual. SurferEQ v Sound Radix, All Rights Reserved 1 SurferEQ 2 User Manual 2 RADICALLY MUSICAL, CREATIVE TIMBRE SHAPER SurferEQ is a ground-breaking pitch-tracking equalizer plug-in that tracks a monophonic instrument or vocal and moves the selected bands

More information

5.3 EQ & Filter Sample EQ The Loop Menu Interface Main Page Loop Controls Volume Envelopes...

5.3 EQ & Filter Sample EQ The Loop Menu Interface Main Page Loop Controls Volume Envelopes... Table of Contents 1 Welcome to DM-307!... 3 2 About DM-307... 4 3 Key Mappings... 5 3.1 Kits... 5 3.2 Performance Multi... 5 3.3 Loop Menus... 6 3.4 Single Loops... 6 4 Common Interface Controls... 7 4.1

More information

Introduction to Equalization

Introduction to Equalization Introduction to Equalization Tools Needed: Real Time Analyzer, Pink noise audio source The first thing we need to understand is that everything we hear whether it is musical instruments, a person s voice

More information

GEN/MDM INTERFACE USER GUIDE 1.00

GEN/MDM INTERFACE USER GUIDE 1.00 GEN/MDM INTERFACE USER GUIDE 1.00 Page 1 of 22 Contents Overview...3 Setup...3 Gen/MDM MIDI Quick Reference...4 YM2612 FM...4 SN76489 PSG...6 MIDI Mapping YM2612...8 YM2612: Global Parameters...8 YM2612:

More information

Preeti Rao 2 nd CompMusicWorkshop, Istanbul 2012

Preeti Rao 2 nd CompMusicWorkshop, Istanbul 2012 Preeti Rao 2 nd CompMusicWorkshop, Istanbul 2012 o Music signal characteristics o Perceptual attributes and acoustic properties o Signal representations for pitch detection o STFT o Sinusoidal model o

More information

A Parametric Model for Spectral Sound Synthesis of Musical Sounds

A Parametric Model for Spectral Sound Synthesis of Musical Sounds A Parametric Model for Spectral Sound Synthesis of Musical Sounds Cornelia Kreutzer University of Limerick ECE Department Limerick, Ireland cornelia.kreutzer@ul.ie Jacqueline Walker University of Limerick

More information

Atlantis Manual. Atlantis. Dual Oscillator Subtractive Synth Voice. Manual Revision:

Atlantis Manual. Atlantis. Dual Oscillator Subtractive Synth Voice. Manual Revision: Atlantis Dual Oscillator Subtractive Synth Voice Manual Revision: 2017.09.25 Table of Contents Table of Contents Overview Basic Features Sound Generators Filter Modulators Mixing and Output Installation

More information

RS380 MODULATION CONTROLLER

RS380 MODULATION CONTROLLER RS380 MODULATION CONTROLLER The RS380 is a composite module comprising four separate sub-modules that you can patch together or with other RS Integrator modules to generate and control a wide range of

More information

MSc Project Report. A Design of a Digital, Parameter-automated, Dynamic Range Compressor. Name: Dimitrios Giannoulis. Student No.

MSc Project Report. A Design of a Digital, Parameter-automated, Dynamic Range Compressor. Name: Dimitrios Giannoulis. Student No. MSc Project Report A Design of a Digital, Parameter-automated, Dynamic Range Compressor Name: Dimitrios Giannoulis Student No.: 090408759 Supervisor: Dr. J.D. Reiss Date: 26 August 2010 1 DISCLAIMER This

More information

Lab 18 Delay Lines. m208w2014. Setup. Delay Lines

Lab 18 Delay Lines. m208w2014. Setup. Delay Lines MUSC 208 Winter 2014 John Ellinger Carleton College Lab 18 Delay Lines Setup Download the m208lab18.zip files and move the folder to your desktop. Delay Lines Delay Lines are frequently used in audio software.

More information

Drum Transcription Based on Independent Subspace Analysis

Drum Transcription Based on Independent Subspace Analysis Report for EE 391 Special Studies and Reports for Electrical Engineering Drum Transcription Based on Independent Subspace Analysis Yinyi Guo Center for Computer Research in Music and Acoustics, Stanford,

More information

NAME STUDENT # ELEC 484 Audio Signal Processing. Midterm Exam July Listening test

NAME STUDENT # ELEC 484 Audio Signal Processing. Midterm Exam July Listening test NAME STUDENT # ELEC 484 Audio Signal Processing Midterm Exam July 2008 CLOSED BOOK EXAM Time 1 hour Listening test Choose one of the digital audio effects for each sound example. Put only ONE mark in each

More information

Noise Engineering. Basimilus Iteritas Alter. Analog-inspired parameterized drum synthesizer

Noise Engineering. Basimilus Iteritas Alter. Analog-inspired parameterized drum synthesizer Type LFSR VCO Size 10HP Eurorack Depth 1.5 Inches Power 2x8 Eurorack +12 ma 150 / 80 (if 5v on) -12 ma 5 / 5 +5 ma 0 / 90 (optional) Basimilus Iteritas Alter is a parameterized digital drum synthesizer

More information

AN AUDITORILY MOTIVATED ANALYSIS METHOD FOR ROOM IMPULSE RESPONSES

AN AUDITORILY MOTIVATED ANALYSIS METHOD FOR ROOM IMPULSE RESPONSES Proceedings of the COST G-6 Conference on Digital Audio Effects (DAFX-), Verona, Italy, December 7-9,2 AN AUDITORILY MOTIVATED ANALYSIS METHOD FOR ROOM IMPULSE RESPONSES Tapio Lokki Telecommunications

More information

2. Experiment with your basic ring modulator by tuning the oscillators to see and hear the output change as the sound is modulated.

2. Experiment with your basic ring modulator by tuning the oscillators to see and hear the output change as the sound is modulated. Have a Synth kit? Try boosting it with some logic to create a simple ring modulator, an addition that will allow you to create complex sounds that in our opinion, sound eerie, wobbly, metallic, droney

More information

Changing the pitch of the oscillator. high pitch as low as possible, until. What can we do with low pitches?

Changing the pitch of the oscillator. high pitch as low as possible, until. What can we do with low pitches? The basic premise is that everything is happening between the power supply and the speaker A Changing the pitch of the oscillator lowest pitch 60 sec! as high as possible, then stay there high pitch as

More information

GRM TOOLS CLASSIC VST

GRM TOOLS CLASSIC VST GRM TOOLS CLASSIC VST User's Guide Page 1 Introduction GRM Tools Classic VST is a bundle of eight plug-ins that provide superb tools for sound enhancement and design. Conceived and realized by the Groupe

More information

Project Two - Building a complete song

Project Two - Building a complete song Project Two - Building a complete song Objective - Our first project involved building an eight bar piece of music and arranging it for three backing instruments. In this second project we will consider

More information

Many powerful new options were added to the MetaSynth instrument architecture in version 5.0.

Many powerful new options were added to the MetaSynth instrument architecture in version 5.0. New Instruments Guide - MetaSynth 5.0 Many powerful new options were added to the MetaSynth instrument architecture in version 5.0. New Feature Summary 11 new multiwaves instrument modes. The new modes

More information

Brainwave Entrainment Techniques

Brainwave Entrainment Techniques Brainwave Entrainment Techniques If you are working in a music workstation and need harmonic BPMs to go with your brainwaves, then the next two charts are the place to look. The big chart at the bottom

More information

BELGRAD. dual peak multimode state variable filter. Model of operator s manual rev. 1976/1.0

BELGRAD. dual peak multimode state variable filter. Model of operator s manual rev. 1976/1.0 BELGRAD dual peak multimode state variable filter operator s manual rev. 1976/1. Model of 1976 module explained SALUT Thank you for purchasing this Xaoc Devices product. Belgrad is our first all-analog

More information

Written by Jered Flickinger Copyright 2017 Future Retro

Written by Jered Flickinger Copyright 2017 Future Retro Written by Jered Flickinger Copyright 2017 Future Retro www.future-retro.com TABLE OF CONTENTS Page 1 - Overview Page 2 Inputs and Outputs Page 3 Controls Page 4 Modulation Sources Page 5 Parameters Instrument

More information

Sound is the human ear s perceived effect of pressure changes in the ambient air. Sound can be modeled as a function of time.

Sound is the human ear s perceived effect of pressure changes in the ambient air. Sound can be modeled as a function of time. 2. Physical sound 2.1 What is sound? Sound is the human ear s perceived effect of pressure changes in the ambient air. Sound can be modeled as a function of time. Figure 2.1: A 0.56-second audio clip of

More information