A QUERY BY HUMMING SYSTEM THAT LEARNS FROM EXPERIENCE

Size: px
Start display at page:

Download "A QUERY BY HUMMING SYSTEM THAT LEARNS FROM EXPERIENCE"

Transcription

1 A QUERY BY HUMMING SYSTEM THAT LEARNS FROM EXPERIENCE David Little, David Raffenspege, Byan Pado EECS Depatment Nothwesten Univesity Evanston, IL ABSTRACT Quey-by-Humming (QBH) systems tanscibe a sung o hummed quey and seach fo elated musical themes in a database, etuning the most simila themes. Since it is not possible to pedict all individual singe pofiles befoe system deployment, a obust QBH system should be able to adapt to diffeent singes afte deployment. Cuently deployed systems do not have this capability. We descibe a new QBH system that leans fom use povided feedback on the seach esults, letting the system impove while deployed, afte only a few queies. This is made possible by a tainable note segmentation system, an easily paameteized singe eo model and a staight-fowad genetic algoithm. Results show significant impovement in pefomance given only ten example queies fom a paticula use. 1. INTRODUCTION Deployed seach engines used to find music documents, such as amazon.com, ely on metadata about the song title and pefome name as thei indexing mechanism. Often, a peson is able to sing a potion of the piece, but cannot specify the title, compose o pefome. Quey by humming (QBH) systems [1] solve this mismatch between database keys and use knowledge by matching a sung quey to musical themes in a database, etuning the most simila themes. One of the main difficulties in building an effective QBH system is dealing with the vaiation between sung queies and the melodies used as database seach keys. Singes may go out of tune, sing at a diffeent tempo than expected, o in a diffeent key [1, 7]. Futhe, singes diffe in thei eo pofiles. One may have poo pitch, while anothe has poo hythm. Since it is not possible to pedict all individual singe pofiles befoe deployment, a obust QBH system should be able to adapt to diffeent singes afte deployment. Cuent QBH systems do not have this capability. While thee has been significant pio wok that addesses (o is applicable to) singe eo modelling [7, 9, 11] fo QBH, eseaches have not focused on fully automated, ongoing QBH optimization afte deployment. Thus, these appoaches ae unsuited fo this task, equiing eithe hundeds of example queies to customize to an individual [7, 9], o taining examples whee the intenal stuctue of each quey is aligned by the taine to the stuctue of the taget [11]. Figue 1. System diagam We ae developing a QBH system (Figue 1) that pesonalizes a singe model based on use feedback, leaning the model on-line, afte deployment without intevention fom the system developes and afte only a few example queies. The use sings a quey (step 1 in the figue). The system etuns a list of songs fom the database, anked by similaity (step 2). The use listens to the songs etuned and selects the desied one (step 3). The moe a peson uses and coects the system, the bette the system pefoms. Ou system employs use feedback to build a database of paied queies and coect tagets (step 4). These paiings ae used to optimize the paametes of ou note segmentation and note inteval similaity paametes fo specific uses (step 5) o goups of uses. In this pape, we focus on how we automatically optimize backend QBH system pefomance, given a small set of example queies. We efe the eade to [10] fo a desciption of the use inteface and use inteaction. 2. QUERY REPRESENTATION In a typical QBH system, a quey is fist tanscibed into a time-fequency epesentation whee the fundamental fequency and amplitude of the audio is estimated at vey shot fixed intevals (on the ode of 10 milliseconds). We call this sequence of fixed-fame estimates of fundamental fequency a melodic contou epesentation. Figue 2 shows the melodic contou of a sung quey as a dotted line Austian Compute Society (OCG).

2 Figue 2. Example note intevals as <PI,,LIR> pais. We segment the melodic contou into notes and then use a note inteval epesentation. The pitch of each note is the median value in its segment. Each note inteval is epesented by the pitch inteval (PI) between adjacent note segments (encoded as un-quantized musical halfsteps) and the log of the atio between the length of a note segment and the length of the following segment (LIR) [8]. Figue 2 shows seveal note intevals as PI, LIR pais. This epesentation has seveal advantages ove a melodic contou: it is both tansposition and tempo invaiant. It is also compact, only encoding salient points of change (note tansitions), athe than evey 10 millisecond fame. This esults in a speed-up of two odes of magnitude when matching queies to tagets. Wok in [1] has shown that the pecision and ecall of seach using quantized note intevals is slightly wose than when using melodic contou. We use unquantized note intevals. Use of unquantized PI and LIR values makes the epesentation insensitive to issues caused by a singe inadvetently singing in an unexpected tuning (A4 440), o slowly changing tuning and tempo ove the couse of a quey. This impoves seach pefomance elative to quantized note intevals. A pevious study showed that use of unquantized note intevals significantly impoved seach pefomance compaed to quantized note intevals [5]. 3. NOTE SEGMENTATION Ou system fist tanscibes the quey as a sequence of 10 millisecond fames. Each fame is a thee element vecto containing values fo pitch, amplitude and hamonicity (elative stength of hamonic components to non hamonic components) [13]. We assume significant changes in these thee featues occu at note boundaies. Thus, we wish to detemine what constitutes significant change. Fo example, a singe may use vibato at times and not at othe times. Thus, the amount of local pitch vaiation that constitutes a meaningful note bounday in one quey may be insufficient to qualify as a note bounday in anothe quey by the same singe. We wish to take local vaiance into account when detemining whethe o not a note bounday has occued. Note segmentation is elated to the poblem of visual edge detection [3]. Accounting fo local vaiation has been helped edge detection in cases whee potions of the image may be bluy and othe potions ae shap [3]. The Mahalanobis distance [6] diffes fom the Euclidean distance in that it nomalizes distances ove a covaiance matix M. Using the Mahalanobis lets one measue distance between fames elative to local vaiation. In a egion of lage vaiance, a sudden change will mean less than in a elatively stable egion. A pevious study showed that ou use of the Mahalanobis ove Euclidean distance significantly impoved seach pefomance [5] We find the distance between adjacent fames in the sequence using the Mahalanobis distance measue, shown in Equation 1. Given a fame f i, we assume a new note has begun wheeve the distance between two adjacent fames f i and f i+1, exceeds a theshold, T. (f i " f i+1 )M "1 (f i " f i+1 )# > T $ new note (1) The matix M is a covaiance matix, calculated fom the vaiance within a ectangula window aound the fame f i. Ou note segmente has fou tuneable paametes: the segmentation theshold (T), and the weights (w) fo each of the thee featues (pitch, hamonicity and amplitude). We addess tuning of these fou paametes in Section 6. Once we have estimated note segment boundaies, we build note intevals fom these note segments. 4. MODELING SINGER ERROR Once a quey is encoded as a sequence of note intevals, we compae it to the melodies in ou database. Each database melody is scoed fo similaity to the quey using a dynamic-pogamming appoach to pefoming sting alignment [9]. Rathe than use a fixed match ewad, the match ewad is based on a similaity function s fo note intevals. Ideally we would like inteval a i to be simila to inteval b j if a i likely to be sung when a singe intended to sing b j. That is, likely eos should be consideed simila to the coect inteval, and unlikely eos should be less simila. Such a function lets a sting-alignment algoithm coectly match eo-pone singing to the coect taget, as long as the singe is elatively consistent with the kinds of eos poduced. In pevious wok [9], we had paticipants listen to note intevals and attempt epoduce the intevals by singing. This study showed that the most common eos wee octave displacements of one o two octaves. The next most common eos wee half-step and whole step eos aound the expected note inteval, o aound peaks offset by an octave. This suppots the obsevations of Shepad [12], who poposes a pitch choma epesentation whee octaves ae elatively close to each othe in the choma space. This suggests that singing eos can be effectively modelled by a set of Gaussian distibutions centeed on the expected pitch inteval and on intevals offset by one o moe octaves. The nomal function, N(a,µ,σ) etuns the value fo a given by a Gaussian function, centeed

3 on µ, with a standad deviation σ. Equation 4 shows ou note-inteval similaity function, based on the nomal function. n i (, ) = (,,! ) + p " ( p, p + 12,! p ) i=# n s x y w N y x w $ N y x i (4) Let x and y be two note intevals. Hee, x p and y p ae the pitch intevals of x and y espectively, and x and y ae the hythmic atios (LIRs) of x and y. The values w p and w ae the weights assigned to pitch and hythm. The sum of w p and w is 1. The pitch similaity is modeled using 2n+1 Gaussians, each centeed at one o moe octaves above o below the expected pitch inteval. The height of each Gaussian is detemined by an octave decay paamete λ, in the ange fom than 1 to 0. This similaity function povides us with five paametes to tune: the pitch and hythm weight (w p and w ), the sensitivity to distances fo pitch and hythm (σ p and σ ), and the octave decay (λ). Figue 3 shows two octaves of the positive potion of the pitch dimension of this function, given two example paamete settings. Figue 3. The pitch dimension of the similaity function in Equation SYSTEM TRAINING We tain the system by tuning the paametes of ou note segmente (Equations 1 and 2) and note similaity ewad function (Equation 5). We measue impovement using the mean ecipocal ank (MRR) of a set of n queies. We define the ank of a quey as the ode of the coect song in the seach esults. MRR emphasizes the impotance of placing coect taget songs nea the top of the list while still ewading impoved ankings lowe down on the etuned list of songs [1]. Values fo MRR ange fom 1 to 0, with highe numbes indicating bette pefomance. A MRR of 0.25 indicates the coect answe was, on aveage, in the top fou songs etuned by the seach engine. We use a simple genetic algoithm [14] to tune system paametes. Each individual in the population is one set of paamete values fo Equations 1, 2 and 5. The fitness function is the MRR of the paamete settings ove a set of queies. The genetic algoithm epesents each paamete as a binay faction of 7 bits, scaled to a ange of 0 to 1. We allow cossove to occu between (not within) paametes. Duing each geneation, the fitness of an individual is found based on the MRR of the coect tagets fo a set of queies. Paamete settings (individuals) with high MRR values ae given highe pobability of epoduction (fitness popotional epoduction). 6. EMPIRICAL EVALUATION Ou empiical evaluation sought to evaluate the extent to which the system was able to impove seach pefomance in esponse to taining, both in the case of individualized taining to a paticula singe and also geneal taining ove a lage set of singes. Ou quey set was dawn fom the QBSH copus [4] used duing the 2006 MIREX compaison of quey-byhumming systems [2]. We used 10 singes, each singing the same 15 songs fom this dataset. Ou taget database was composed of the 15 tagets coesponding to these queies plus 986 distacte melodies dawn fom a selection of Beatles songs, folk songs and classical music, esulting in a database of 1001 melodies. Chance pefomance, on a database of this size would esult in an MRR 0.005, given a unifom distibution. Fo the genetic algoithm, we chose a population size of 60. Initial tests showed leaning on this task typically ceases by the 30 th geneation, thus esults shown hee epot values fom taining uns of 40 geneations. In pactice, we would like to utilize use-specific taining only when it impoves pefomance elative to an un-pesonalized system. One simple option is to only use use-specific paametes if the use-specific pefomance (MRR u ) is supeio to the pefomance using paametes leaned on a geneal set of queies by multiple uses (MRR g ). To test this idea, we fist tained the system on all queies fom nine of ten singes. We then tested on all the queies fom the missing singe. Coss validation acoss singes was pefomed, thus the expeiment was epeated ten times, testing with the queies fom a diffeent singe each time. To speed leaning, taining was done using a andom sample of 250 taget songs fom the database. Fo each tial, the set of paametes with the best taining pefomance was evaluated by finding the MRR of the testing queies, seaching ove all 1001 melodies in the database. This gave us paametes fo each singe that wee leaned on the queies by the othe nine singes. These ae the geneal paamete settings fo a singe. The mean MRR testing pefomance of the geneal paametes was (Std. Dev.=0.063). We then pefomed a use-specific vesion of taining. We used 3-fold coss validation acoss 15 queies fo each of the same ten singes used fo taining the geneal paametes: we optimized paametes on the selected ten queies and tested on the emaining five. This povided us with 30 total tails fo the specific paametes: thee tials fo each of the ten singes. The

4 mean MRR testing pefomance fo the specific paametes was: (Std Dev. = 0.14). Fo each tial we compaed MRR s (the taining pefomance of the leaned use-specific paametes) to MRR g (the taining pefomance of the geneal paametes leaned fom the othe nine singes). If MRR s > MRR g + ε on the taining set, we used the usespecific paametes. Else, we used the geneal paametes. Fo this expeiment, ε was an eo magin set to Once the paametes (geneal o use-specific) wee selected, we tested them on the testing set fo that tial. We called this a combined tial. The combined tials had an aveage MRR of (Std. Dev. = 0.086). A t-test indicated the impovement of the combined esults ove the geneal and the specific paamete settings is statistically significant (p 0.024). On 50% of the combined tials the specific paametes wee used and impoved pefomance compaed to geneal paametes. On 13% of the tials, specific paametes wee used, but had wose testing pefomance than the geneal paametes. On the emaining 36% of tials, the geneal paametes wee used. Figue 4 shows the aveage MRR pefomance fo untained, geneal and combined paametes. Figue 4. Aveage seach pefomance using untained, geneal and combined (both Use-Specific and Geneal) paametes. 7. CONCLUSIONS We have descibed a QBH system that automatically customizes paametes to individuals o goups afte deployment. Ou esults show that by coectly combing paametes tained to specific uses, and a set tained ove a geneal population, these combined paametes significantly impove mean seach pefomance, esulting in a mean MRR of on a database of 1001 melodies. This oughly coesponds to consistently placing the coect taget in the top fou esults. This compaes to an MRR of (Std. Dev. = ) pio to taining. Ou esults also show unquantized note intevals and note segmentation that takes into account local pitch vaiation significantly impove pefomance. In futue wok we will exploe how pefomance vaies with espect to the numbe of taining examples and impove the infomation that can be used fo taining while maintaining use-specificity. We will also exploe moe sophisticated citeia to detemine when usespecific taining should be used. 8. REFERENCES [1] R. Dannenbeg, W. Bimingham, B. Pado, N. Hu, C. Meek and G. Tzanetakis, "A Compaative Evaluation of Seach Techniques fo Quey-by-Humming Using the MUSART Testbed", Jounal of the Ameican Society fo Infomation Science and Technology (2007), pp. in pess. [2] J. S. Downie, K. West, A. Ehmann and E. Vincent, "The 2005 Music Infomation etieval Evaluation Exchange (MIREX 2005): Peliminay Oveview", 6th Intenational Confeence on Music Infomation Retieval, Septembe 11-15, London, UK, [3] J. H. Elde and S. W. Zucke, "Local scale contol fo edge detection and blu estimation", Patten Analysis and Machine Intelligence, IEEE Tansactions on, 20 (1998), pp [4] Jyh-Shing and R. Jang, "QBSH: A coups fo Designing QBSH (Quey by Singing/Humming) Systems", [5] D. Little, D. Raffenspege and B. Pado, "Online Taining of a Music Seach Engine", Nothwesten Univesity, Evanston, IL, NWU- EECS-07-03, 2007 [6] P. C. Mahalanobis, "On the genealised distance in statistics, " Poceedings of the National Institute of Science of India 12 (1936), pp [7] C. Meek and W. Bimingham, "A Compehensive Tainable Eo model fo sung music queies", Jounal of Atificial Intelligence Reseach, 22 (2004), pp [8] B. Pado and W. Bimingham, "Encoding Timing Infomation fo Music Quey Matching", Intenational Confeence on Music Infomation Retieval, Pais, Fance, [9] B. Pado, W. P. Bimingham and J. Shifin, "Name that Tune: A Pilot Study in Finding a Melody fom a Sung Quey", Jounal of the Ameican Society fo Infomation Science and Technology, 55 (2004), pp [10] B. Pado and D. Shamma, "Teaching a Music Seach Engine though Play", CHI 2007, Compute/Human Inteaction San Jose, Califonia, [11] C. Pake, A. Fen and P. Tadepalli, "Gadient boosting fo sequence alignment", The Twenty- Fist National Confeence on Atificial Intelligence, Boston, MA, [12] R. N. Shepad, "Geometical Appoximations to the stuctue of musical pitch", Psychological Review, 89 (1982), pp [13] G. Tzanetakis and F. Cook, "A famewok fo audio analysis based on classification and

5 tempoal segmentation", EUROMICRO Confeence, Milan, 1999, pp [14] A. Wight, "Genetic algoithms fo eal paamete optimization", The Fist wokshop on the Foundations of Genetic Algoithms and Classie Systems, Bloomington, Indiana, 1990.

Melodic Similarity - a Conceptual Framework

Melodic Similarity - a Conceptual Framework Melodic Similaity - a Conceptual Famewok Ludge Hofmann-Engl The Link +44 (0)20 8771 0639 ludge.hofmann-engl@vigin.net Abstact. Melodic similaity has been at the cente of eseach within the community of

More information

Study on evaluation method of the pure tone for small fan

Study on evaluation method of the pure tone for small fan Study on evaluation method of the pue tone fo small fan Takao YAMAGUCHI 1 ; Gaku MINORIKAWA 2 ; Masayuki KIHARA 3 1, 2 Hosei Univesity, Japan 3 Shap Copoation, Japan ABSTRACT In the field of audio, visual

More information

A METRIC FOR MUSIC NOTATION TRANSCRIPTION ACCURACY

A METRIC FOR MUSIC NOTATION TRANSCRIPTION ACCURACY A METRIC FOR MUSIC NOTATION TRANSCRIPTION ACCURACY Andea Cogliati Univesity of Rocheste Electical and Compute Engineeing andea.cogliati@ocheste.edu Zhiyao Duan Univesity of Rocheste Electical and Compute

More information

Ranking Fuzzy Numbers by Using Radius of Gyration

Ranking Fuzzy Numbers by Using Radius of Gyration ustalian Jounal of Basic and pplied Sciences, (): 68-66, 00 ISSN 99-878 anking Fuzz Numbes b Using adius of Gation. S.H. Nassei, M. Sohabi Depatment of Mathematical Sciences, Mazandaan Univesit, P.O.Bo

More information

RBM-PLDA subsystem for the NIST i-vector Challenge

RBM-PLDA subsystem for the NIST i-vector Challenge INTERSPEECH 2014 RBM-PLDA subsystem fo the NIST i-vecto Challenge Segey Novoselov 1, Timu Pekhovsky 1,2, Konstantin Simonchik 1,2, Andey Shulipa 1 1 Depatment of Speake Veification and Identification,

More information

Scalable Music Recommendation by Search

Scalable Music Recommendation by Search Scalable Music Recommendation by Seach Rui Cai, Chao Zhang, Lei Zhang, and Wei-Ying Ma Micosoft Reseach, Asia 49 Zhichun Road, Beijing 100080, P.R. China {uicai, v-chaozh, leizhang, wyma}@micosoft.com

More information

A Reconfigurable Frame Interpolation Hardware Architecture for High Definition Video

A Reconfigurable Frame Interpolation Hardware Architecture for High Definition Video A Reconfiguable Fame Intepolation Hadwae Achitectue fo High Definition Video Ozgu Tasdizen and Ilke Hamzaoglu Faculty of Engineeing and Natual Sciences, Sabanci Univesity 34956, Tuzla, Istanbul, Tukey

More information

Stochastic analysis of Stravinsky s varied ostinati

Stochastic analysis of Stravinsky s varied ostinati Stochastic analysis of Stavinsky s vaied ostinati Daniel Bown Depatment of Music, Univesity of Califonia at Santa Cuz, USA dalaow@ucsc.edu Poceedings of the Xenakis Intenational Symposium Southank Cente,

More information

H-DFT: A HYBRID DFT ARCHITECTURE FOR LOW-COST HIGH QUALITY STRUCTURAL TESTING

H-DFT: A HYBRID DFT ARCHITECTURE FOR LOW-COST HIGH QUALITY STRUCTURAL TESTING H-DFT: A HYBRID DFT ARCHITECTURE FOR LOW-COST HIGH QUALITY STRUCTURAL TESTING David M. Wu*, Mike Lin, Subhasish Mita, Kee Sup Kim, Anil Sabbavaapu, Talal Jabe, Pete Johnson, Dale Mach, Geg Paish Intel

More information

C2 Vectors C3 Interactions transfer momentum. General Physics GP7-Vectors (Ch 4) 1

C2 Vectors C3 Interactions transfer momentum. General Physics GP7-Vectors (Ch 4) 1 C2 Vectos C3 Inteactions tansfe momentum Geneal Phsics GP7-Vectos (Ch 4) 1 Solutions to HW When ou homewok is gaded and etuned, solutions will be available. Download PobViewe 1.4 www.phsics.pomona.edu/siideas/sicp.html

More information

e-workbook TECHNIQUES AND MATERIALS OF MUSIC Part I: Rudiments

e-workbook TECHNIQUES AND MATERIALS OF MUSIC Part I: Rudiments e-wokbook fo TECHNIQUES AND MATERIALS OF MUSIC Fom the Common Pactice Peiod Though the Tentieth Centuy ENHANCED SEVENTH EDITION Pat I: Rudiments Assignments in oksheet fomat by Thomas enamin Michael Hovit

More information

CLASSIFICATION OF RECORDED CLASSICAL MUSIC USING NEURAL NETWORKS

CLASSIFICATION OF RECORDED CLASSICAL MUSIC USING NEURAL NETWORKS CLASSIFICATIO OF RECORDED CLASSICAL MUSIC USIG EURAL ETWORKS R Malheio ab R P Paiva a A J Mendes a T Mendes a A Cadoso a a CISUC Cento de Infomática e Sistemas da Univesidade de Coimba Depatamento de Engenhaia

More information

4.5 Pipelining. Pipelining is Natural!

4.5 Pipelining. Pipelining is Natural! 4.5 Pipelining Ovelapped execution of instuctions Instuction level paallelism (concuency) Example pipeline: assembly line ( T Fod) Response time fo any instuction is the same Instuction thoughput inceases

More information

Compact Beamformer Design with High Frame Rate for Ultrasound Imaging

Compact Beamformer Design with High Frame Rate for Ultrasound Imaging Sensos & Tansduces 2014 by IFSA Publishing, S. L. http://www.sensospotal.com Compact Beamfome Design with High Fame Rate fo Ultasound Imaging Jun Luo, Qijun Huang, Sheng Chang, Xiaoying Song, Hao Wang

More information

Experimental Investigation of the Effect of Speckle Noise on Continuous Scan Laser Doppler Vibrometer Measurements

Experimental Investigation of the Effect of Speckle Noise on Continuous Scan Laser Doppler Vibrometer Measurements Expeimental Investigation of the Effect of Speckle Noise on Continuous Scan Lase Dopple Vibomete Measuements Michael W. Sacic & Matthew S. Allen Univesity of Wisconsin-Madison 535 Engineeing Reseach Building

More information

Language and Music: Differential Hemispheric Dominance in Detecting Unexpected Errors in the Lyrics and Melody of Memorized Songs

Language and Music: Differential Hemispheric Dominance in Detecting Unexpected Errors in the Lyrics and Melody of Memorized Songs Human Bain Mapping 30:588 601 (2009) Language and Music: Diffeential Hemispheic Dominance in Detecting Unexpected Eos in the Lyics and Melody of Memoized Songs Takuya Yasui, 1,2,3 Kimitaka Kaga, 2,4 and

More information

R&D White Paper WHP 119. Mezzanine Compression for HDTV. Research & Development BRITISH BROADCASTING CORPORATION. September R.T.

R&D White Paper WHP 119. Mezzanine Compression for HDTV. Research & Development BRITISH BROADCASTING CORPORATION. September R.T. R&D White Pape WHP 119 Septembe 2005 Mezzanine Compession fo HDTV R.T. Russell Reseach & Development BRITISH BROADCASTING CORPORATION BBC Reseach & Development White Pape WHP 119 Mezzanine Compession

More information

On the Design of LPM Address Generators Using Multiple LUT Cascades on FPGAs

On the Design of LPM Address Generators Using Multiple LUT Cascades on FPGAs Novembe 6, 006 1:58 Intenational Jounal of Electonics lpm IJE Intenational Jounal of Electonics Vol. **, No. **, ** 006, 1 18 On the Design of LPM Addess Geneatos Using Multiple LUT Cascades on FPGAs Hui

More information

Version Capital public radio. Brand, Logo and Style Guide

Version Capital public radio. Brand, Logo and Style Guide Vesion 2.0 12.3.2014 Capital public adio Band, Logo and Style Guide T A C K E T T + B A R B A R I A Oveview Ask anyone in the Sacamento egion what they think of Capital Public Radio and thei esponses will

More information

Deal or No Deal? Decision Making under Risk in a Large-Payoff Game Show

Deal or No Deal? Decision Making under Risk in a Large-Payoff Game Show Deal o No Deal? Decision Making unde Risk in a Lage-Payoff Game Show Thiey Post, Matijn J. van den Assem, Guido Baltussen and Richad H. Thale * Published in the Ameican Economic Review, Mach 2008 (98:1),

More information

Music from an evil subterranean beast

Music from an evil subterranean beast Music fom an evil subteanean beast Novembe 4, 2011 Abstact Two ecent compositions have capitalized on the geat expessive ange of a custom-designed music synthesis algoithm. The "Animal" plays a pat in

More information

Precision Interface Technology

Precision Interface Technology Pecision Inteface Technology Phono Inteconnect Cables INTRODUCTION Signals fom catidges ae highly sensitive to hum, noise and vaious foms of intefeence. The connecting cable between the catidge and pe-amplifie

More information

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /VETECF.2002.

University of Bristol - Explore Bristol Research. Peer reviewed version. Link to published version (if available): /VETECF.2002. Nesimoglu, T., Beach, MA., MacLeod, JR., & Wa, PA. (00). Mixe lineaisation fo softwae defined adio applications. In ehicula Technology Confeence 00 (TC 00-Fall) (ol. 1, pp. 534-538). Institute of Electical

More information

Precision Interface Technology

Precision Interface Technology Pecision Inteface Technology Phono Inteconnect Cables INTRODUCTION Signals fom catidges ae highly sensitive to hum, noise and vaious foms of intefeence. The connecting cable between the catidge and pe-amplifie

More information

Citrus Station Mimeo Report CES WFW-Lake Alfred, Florida Lake Alfred, Florida Newsletter No. 2 6.

Citrus Station Mimeo Report CES WFW-Lake Alfred, Florida Lake Alfred, Florida Newsletter No. 2 6. Newslette No. 2 6 Citus Station Mimeo Repot CES 70-13 Novembe 18, 1969 750-WFW-Lake Alfed, Floida 33850 Edito: W. F. Wadowski Havesting and Handling Section* Univesity of Floida Citus Expeiment Station

More information

other islands for four players violin, soprano sax, piano & computer nick fells 2009

other islands for four players violin, soprano sax, piano & computer nick fells 2009 fo fou playes violin, sopano sax, piano compute nick fells 2009 nick fells fo ensemle intégales, octoe 2009 this piece is fo fou playes: sopano sax, violin, piano and compute (ith maxmsp softae) it lasts

More information

Cross-Cultural Music Phrase Processing:

Cross-Cultural Music Phrase Processing: Human Bain Mapping 29:312 328 (2008) Coss-Cultual Music Phase Pocessing: An fmri Study Yun Nan, 1,2 Thomas R. Knösche, 1,3 * Stefan Zysset, 1 and Angela D. Fiedeici 1 1 Max Planck Institute fo Human Cognitive

More information

Grant Spacing Signaling at the ONU

Grant Spacing Signaling at the ONU Gant Spacing Signaling at the ONU Glen Kame, Boadcom Duane Remein, Huawei May 2018 IEEE 802.3ca Task Foce, ittsbugh, A 1 Total Bust Size In 802.3ca, the OLT GATE message conveys only the payload length

More information

Music Technology Advanced Subsidiary Unit 1: Music Technology Portfolio 1

Music Technology Advanced Subsidiary Unit 1: Music Technology Portfolio 1 Peason Edexcel GCE Music Technology Advanced Subsidiay Unit 1: Music Technology Potfolio 1 Release date: Tuesday 1 Septembe 2015 Time: 60 hous Pape Refeence 6MT01/01 You must have: A copy of the oiginal

More information

VOICES IN JAPANESE ANIMATION: HOW PEOPLE PERCEIVE THE VOICES OF GOOD GUYS AND BAD GUYS. Mihoko Teshigawara

VOICES IN JAPANESE ANIMATION: HOW PEOPLE PERCEIVE THE VOICES OF GOOD GUYS AND BAD GUYS. Mihoko Teshigawara 1. INTRODUCTION VOICES IN JAPANESE ANIMATION: HOW PEOPLE PERCEIVE THE VOICES OF GOOD GUYS AND BAD GUYS Mihoko Teshigawaa Depatment oflinguistics Univesity ofvictoia, B.C., Canada Japanese anime, an animation

More information

Content-Based Movie Recommendation Using Different Feature Sets

Content-Based Movie Recommendation Using Different Feature Sets Poceedings of the Wold Congess on Engineeing and Compte Science 202 Vol, Octobe 24-26, 202, San Fancisco, USA Content-Based Movie Recommendation Using Diffeent Feate Sets Mahiye Ulyagm, Zeha Cataltepe

More information

LISG Laser Interferometric Sensor for Glass fiber User's manual.

LISG Laser Interferometric Sensor for Glass fiber User's manual. LISG Lase Intefeometic Senso fo Glass fibe Use's manual. Vesion : 14.0.0 2015 CERSA-MCI CERSA-MCI 53, pac Expobat 13480 CABRIES FRANCE tel: +33 (0)4 42 02 60 44 fax: +33 (0)4 42 02 79 79 web: http://www.cesa-mci.com

More information

A Low Cost Scanning Fabry Perot Interferometer for Student Laboratory

A Low Cost Scanning Fabry Perot Interferometer for Student Laboratory A Low Cost Scanning Faby Peot Intefeomete fo Student Laboatoy K.T.Satyajit, Suesh Doavai*, T.E.Kanakavalli **, Shaath Ananthamuthy Depatment of Physics, Bangaloe Univesity, Jnanabhaati Campus, Bangaloe-560056

More information

Chapter 1: Choose a Research Topic

Chapter 1: Choose a Research Topic Chapte 1: Choose a Reseach Topic This chapte coves: Topic 1: Libay Reseach Basics Topic 2: Get to Know the Libay Topic 3: Seaching Online Databases Successful eseach begins with knowing the basics. Roaming

More information

The game of competitive sorcery that will leave you spellbound.

The game of competitive sorcery that will leave you spellbound. A Game by Buce Basi The game of competitive socey that will leave you spellbound. 0 min 4+ 2- Toubles a-bewin! It s exam time at the School of Socey and the mischievous witches ae caft thei stongest potions

More information

EWCM 900. technical user manual. electronic controller for compressors and fans

EWCM 900. technical user manual. electronic controller for compressors and fans EWCM 900 technical use manual electonic contolle fo compessos and fans Summay 1. INTRODUCTION...5 1.1. VERSIONS... 5 1.2. GENERAL CHARACTERISTICS... 5 2. USER INTERFACE...6 2.1. COMPRESSOR SECTION... 6

More information

Chapter 4. Minor Keys and the Diatonic Modes BASIC ELEMENTS

Chapter 4. Minor Keys and the Diatonic Modes BASIC ELEMENTS Chapte 4 Supplementay Execises - 1 Chapte 4 Mino Keys and the Diatonic Modes BASIC ELEMENTS I. Witing mino scales: Relative majo and mino A. Fo each majo key below, wite out the majo scale on the left-hand

More information

(2'-6") OUTLINE OF REQUIRED CLEAR SERVICE AREA

(2'-6) OUTLINE OF REQUIRED CLEAR SERVICE AREA VACUUM AI TUBE 2GX 494 CUSTOME DETAILS DIMENSIONS IN MILLIMETES L64 "ALL DIMENSIONS AND DESIGN CITEIA POJECTION PAGE OF 7 46 ('- TAFFIC FLOW CALL -8-999-6 (2") MIN. 8 2") ( DUAL CALL/SEND INTEFACE FEATUE

More information

Auburn University Marching Band

Auburn University Marching Band Aubun Univesity Maching Band Dea Pospective Dum Line Membe, Thank you fo you inteest in the 2018 Aubun Dum Line! The Aubun Univesity Maching Band has a poud tadition of exceent pefomances and geat schoo

More information

Focus: Orff process, timbre, movement, improvisation. Audience: Teachers K-8

Focus: Orff process, timbre, movement, improvisation. Audience: Teachers K-8 VMEA Distict 14 Apil 26, 2014 Sounds abound! Bent Holl Desciption In this session we ll celebate the timbes of the Off instuments as we look at thei ustification and use in the music classoom We will play

More information

Keller Central Percussion

Keller Central Percussion Kee Centa Pecussion Font Ensembe Execise Packet The fooing pages incude basic to intemediate technique and coodination execises fo the maching pecussion idiom. A stong gasp of these fundamentas is essentia

More information

Û Û Û Û J Û . Û Û Û Û Û Û Û. Û Û 4 Û Û &4 2 Û Û Û Û Û Û Û Û. Û. Û. Û Û Û Û Û Û Û Û Û Û Û. œ œ œ œ œ œ œ œ. œ œ œ. œ œ.

Û Û Û Û J Û . Û Û Û Û Û Û Û. Û Û 4 Û Û &4 2 Û Û Û Û Û Û Û Û. Û. Û. Û Û Û Û Û Û Û Û Û Û Û. œ œ œ œ œ œ œ œ. œ œ œ. œ œ. Alto Baitone Saxophones omping Basi pattens (Maxixe): R Samba Samba evolved fom maxixe aound the 10s Two elements wee uial fo the definition of its style: the pattens eated by new and old peussion instuments

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

TABLE OF CONTENTS. Jacobson and the Meaningful Life Center. Introduction: Birthday Greeting from Rabbi Simon. Postscript: Do You Matter?

TABLE OF CONTENTS. Jacobson and the Meaningful Life Center. Introduction: Birthday Greeting from Rabbi Simon. Postscript: Do You Matter? TABLE OF CONTENTS Intoduction: Bithday Geeting fom Rabbi Simon Jacobson and the Meaningful Life Cente STEP 1. Pesonal Intospection STEP 2. Intensify and Initiate STEP 3. Give Additional Chaity STEP 4.

More information

Flagger Control for Resurfacing or Moving Operation. One-Lane Two-Way Operation

Flagger Control for Resurfacing or Moving Operation. One-Lane Two-Way Operation Flagger Control for esurfacing or Moving Operation 5 DEVICE MINIMUM WOK AEA SET 1 SET SET 3 SET 4 ACTIVE INACTIVE ACTIVE INACTIVE SIGN SETS 1 AND 3 AE ACTIVE AND (I.E., SIGNS FACE ONCOMING TAFFIC). SIGN

More information

Auditory Stroop and Absolute Pitch: An fmri Study

Auditory Stroop and Absolute Pitch: An fmri Study Human Bain Mapping 000:00 00 (2012) Auditoy Stoop and Absolute Pitch: An fmri Study Katin Schulze, 1,2 * Kasten Muelle, 1 and Stefan Koelsch 1,3 1 Max Planck Institute fo Human Cognitive and Bain Sciences,

More information

Lesson 1 Group 2. Cotton Tail Composed by Duke Ellington. This version is from Duke Ellington, Ella Fitzgerald and Duke Ellington.

Lesson 1 Group 2. Cotton Tail Composed by Duke Ellington. This version is from Duke Ellington, Ella Fitzgerald and Duke Ellington. Lesson 1 Goup 2 Cotton Tail Composed y Duke Ellington. This vesion is fom Duke Ellington, Ella Fitzgeald and Duke Ellington. Leste Leaps In Composed y Leste Young. This vesion is fom Chalie Pake, Chalie

More information

A Practical and Historical Guide to Johann Sebastian Bach s Solo in A Minor BWV 1013

A Practical and Historical Guide to Johann Sebastian Bach s Solo in A Minor BWV 1013 Southen Illinois Univesity Cabondale OpenSIUC Aticles School of Music Sping 2017 A Pactical and Histoical Guide to Johann Sebastian Bach s Solo in A Mino BWV 1013 Douglas Wothen wothen@siu.edu Follow this

More information

A 0.8 V T Network-Based 2.6 GHz Downconverter RFIC

A 0.8 V T Network-Based 2.6 GHz Downconverter RFIC 3 J.-M. WU, C.-K. LIOU, C.-J. CHUANG, Y. KUO, A. V T NETWORK-BASED. GHZ DOWNCONVERTER RFIC A. V T Netwok-Based. GHz Downconvete RFIC Jian-Ming WU, Ching-Kuo LIOU, Ching-Jui CHUANG, Yujin KUO Dept. of Electonic

More information

Design of Address Generators Using Multiple LUT Cascade on FPGA

Design of Address Generators Using Multiple LUT Cascade on FPGA Deign of Adde Geneato Uing Multiple LUT Cacade on FPGA Hui Qin and Tutomu Saao Depatment of Compute Science and Electonic, Kyuhu Intitute of Technology 680 4, Kawazu, Iizuka, Fukuoka, 80 850, Japan Abtact

More information

MARTIN KOLLÁR. University of Technology in Košice Department of Theory of Electrical Engineering and Measurement

MARTIN KOLLÁR. University of Technology in Košice Department of Theory of Electrical Engineering and Measurement MARTIN KOLLÁR nivesity of Technology in Košice Depatment of Theoy of Electical Engineeing and Measuement A TRANSDCER INTERFACE FOR RESISTIVE SENSOR ELEMENTS BASED ON THE SE OF A FLIP-FLOP This pape pesents

More information

Flagger Control for Resurfacing or Moving Operation. One-Lane Two-Way Operation

Flagger Control for Resurfacing or Moving Operation. One-Lane Two-Way Operation Flagger Control for esurfacing or Moving Operation 5 5 WOK AEA 5 5 DEVICE MINIMUM SET 1 SET SET THIS SET OF SIGNS IS PLACED WITH SIGN LEGEND TUNED AWAY FOM BOTH DIECTIONS OF TAFFIC UNTIL ESUFACING OPEATIONS

More information

Making Fraction Division Concrete: A New Way to Understand the Invert and Multiply Algorithm

Making Fraction Division Concrete: A New Way to Understand the Invert and Multiply Algorithm Making Faction Division Concete: A Ne Way to Undestand the Invet and Multily Algoithm Intoduction us is not to eason hy, just invet and multily. This is a hyme that I emembe leaning ay back in the fifth

More information

Spreadsheet analysis of a hierarchical control system model of behavior. RICHARD S. MARKEN Aerospace Corporation, Los Angeles, California

Spreadsheet analysis of a hierarchical control system model of behavior. RICHARD S. MARKEN Aerospace Corporation, Los Angeles, California Behavio Reseach Methods, Instuments, & Comutes 1990, 22 (4), 349-359 - METHODS & DESIGNS Seadsheet analysis of a hieachical contol system model of behavio RICHARD S. MARKEN Aeosace Cooation, Los Angeles,

More information

SUITES AVAILABLE. TO LET Grade A Offices

SUITES AVAILABLE. TO LET Grade A Offices SUITES VILBLE Ely Riv d y R F N R D TO LET Gade Offices Retail B Moos Fy Rd 4 3 Dunleavy D GRNGE TON 0 41 Du nle av y Supstoe Pospect Place P Ely EN Inte al D tion na Riv Intnational Pool k at Ice Rink

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

Jump, Jive, and Jazz! - Improvise with Confidence!

Jump, Jive, and Jazz! - Improvise with Confidence! A Wokshop pesented fo the Music of the Valley Chapte AOSA - Noveme 3, 2018 ump, ive, and azz! - Impovise with Confidence! Desciption Fom clapping and singing games fo childen, ight though the lues, impovisation

More information

crotchets Now transpose it up to E minor here! 4. Add the missing bar lines and a time signature to this melody

crotchets Now transpose it up to E minor here! 4. Add the missing bar lines and a time signature to this melody Scale: Semeste 1, 015 x e Scale: buy a pig. in this line of poety.. Place an upight lineiinwent fontto of maket accentedtowods ofat syllables. Wite se intevalsiabove given tonictonotes went to maket buy

More information

Adapting Bach s Goldberg Variations for the Organ. Siu Yin Lie

Adapting Bach s Goldberg Variations for the Organ. Siu Yin Lie Adapting Bach s Goldbeg Vaiations fo the Ogan by Siu Yin Lie A Reseach Pape Pesented in Patial Fulfillment of the Requiements fo the Degee Docto of Musical Ats Appoved Apil 2017 by the Gaduate Supevisoy

More information

Multiple Bunch Longitudinal Dynamics Measurements at the Cornell Electron-Positron Storage Ring

Multiple Bunch Longitudinal Dynamics Measurements at the Cornell Electron-Positron Storage Ring Multiple Bunch Longitudinal Dynamic Meauement at the Conell Electon-Poiton Stoage Ring R. Holtzapple, M. Billing, and D. Hatill Laboatoy of Nuclea Studie, Conell Univeity, Ithaca, NY 14853 Abtact The Conell

More information

BRASS TECHNIQUE BARITONE

BRASS TECHNIQUE BARITONE BRASS TECHNIQUE BARITONE REHEARSAL CHECKLIST The folloing is a list of items that you should bing to evey eheasal: 3-Ring Binde, 1/2 to 1 inch, ith seveal clea inset pages to keep all of you music in Any

More information

FM ACOUSTICS NEWS. News for Professionals. News for Domestic Users. Acclaimed the world over: The Resolution Series TM Phono Linearizers/Preamplifiers

FM ACOUSTICS NEWS. News for Professionals. News for Domestic Users. Acclaimed the world over: The Resolution Series TM Phono Linearizers/Preamplifiers FM ACOUSTICS NEWS Volume 8, Sping 1997 News fo Domestic Uses Phono Lineaizes/Peamplifies 1 The Futue of Analog 3 The Inspiation System 4 Unique Potection Systems 5 Tuneable speake cables 6 Impoving the

More information

ABOVE CEILING. COORDINATE WITH AV INSTALLER FOR INSTALLATION OF SURGE SUPRESSION AND TERMINATION OF OUTLET IN CEILING BOX

ABOVE CEILING. COORDINATE WITH AV INSTALLER FOR INSTALLATION OF SURGE SUPRESSION AND TERMINATION OF OUTLET IN CEILING BOX - VISUAL SYSTEMS EQUIPMENT LAYOUT SYMBOLS POVIDED BY AV CONTACTO POVIDED BY ELECTICAL CONTACTO/GENEAL CONTACTO POVIDED BY DATA/VOICE CABLING CONTACTO SYMBOL DESCIPTION EQUIPMENT NOTES EQUIPMENT POWE POWE

More information

SCP725 Series. 3M It s that Easy! Picture this:

SCP725 Series. 3M It s that Easy! Picture this: 3M Supe lose Pojection Systems SP725 Seies with Simply Inteactive 3M It s that Easy! Pictue this: Students acing to the boad Feedom to choose any inteactive softwae that fits you lesson plans Teaches effotlessly

More information

This is a repository copy of Temporal dynamics of musical emotions examined through intersubject synchrony of brain activity..

This is a repository copy of Temporal dynamics of musical emotions examined through intersubject synchrony of brain activity.. This is a eositoy coy of Temoal dynamics of musical emotions examined though intesubject synchony of bain activity.. White Rose Reseach Online URL fo this ae: htt://eints.whiteose.ac.uk/92892/ Vesion:

More information

A STRONG PAST BUILDS A BRIGHT FUTURE BROTHERS SISTERS QUARTERLY NEWS TABLE OF CONTENTS TEAMSTERS LOCAL 399. February 2019 ISSUE N o 20

A STRONG PAST BUILDS A BRIGHT FUTURE BROTHERS SISTERS QUARTERLY NEWS TABLE OF CONTENTS TEAMSTERS LOCAL 399. February 2019 ISSUE N o 20 PRINTER SINCE THE HRMN PRESS UNION 1943 TEMSTERS LOCL 399 TEMSTERS LOCL 399 SISTERS URTERLY NEWS Febuay 2019 ISSUE N o 20 TEMSTERS LOCL 399 BROTHERS STRONG PST BUILDS BRIGHT FUTURE I GREETINGS SISTERS

More information

The new face of Speke NEW MERSEY SHOPPING PARK, LIVERPOOL L24 8QB

The new face of Speke NEW MERSEY SHOPPING PARK, LIVERPOOL L24 8QB The new face of Speke NEW MERSEY SHOPPING PARK, LIVERPOOL L24 8QB A significant tansfomation is popod at Speke including a new 11 sceen Cinewold, 6 new estauants, a efubishment of all stoe fascias as well

More information

DRIVING HOLLYWOOD BROTHERS SISTERS QUARTERLY NEWS 399 MEMBER POWER TABLE OF CONTENTS TEAMSTERS LOCAL 399. APRIL 2018 ISSUE N o 17

DRIVING HOLLYWOOD BROTHERS SISTERS QUARTERLY NEWS 399 MEMBER POWER TABLE OF CONTENTS TEAMSTERS LOCAL 399. APRIL 2018 ISSUE N o 17 TEMSTERS LOCL 399 TEMSTERS LOCL 399 SISTERS PRIL 2018 ISSUE N o 17 URTERLY NEWS 399 MEMBER POWER TEMSTERS LOCL 399 BROTHERS DRIVING HOLLYWOOD W GREETINGS SISTERS & BROTHERS e can look fowad to anothe busy

More information

The new face of Speke NEW MERSEY SHOPPING PARK, LIVERPOOL L24 8QB

The new face of Speke NEW MERSEY SHOPPING PARK, LIVERPOOL L24 8QB The new face of Speke NEW MERSEY SHOPPING PARK, LIVERPOOL L24 8QB A significant tansfomation is popod at Speke including a new 11 sceen Cinewold, 6 new estauants, a efubishment of all stoe fascias as well

More information

Texas Bandmasters Association 2016 Convention/Clinic

Texas Bandmasters Association 2016 Convention/Clinic Pefomance echniques of the Contempoay Maching Pecussion Ensemble CLINICIANS: Roland Chavez, Steve Wessels DEMONSRAION GROUP: Ceda Pak High School Pecussion exas Bandmastes Association 2016 Convention/Clinic

More information

CpE 442. Designing a Pipeline Processor (lect. II)

CpE 442. Designing a Pipeline Processor (lect. II) CpE 442 Designing a Pipeline Pocesso (lect. II) CPE 442 hazads.1 Otline of Today s Lecte Recap and Intodction (5 mintes) Intodction to Hazads (15 mintes) Fowading (25 mintes) 1 cycle Load Delay (5 mintes)

More information

r r IN HARMONY With Nature A Pioneer Conservationist's Bungalow Home By Robert G. Bailey

r r IN HARMONY With Nature A Pioneer Conservationist's Bungalow Home By Robert G. Bailey IN HARMONY With Natue A Pionee Consevationist's Bungalow Home By Robet G. Bailey On Febuay 2, 1912, Aldo Leopold (1887 1948) wote to his fiancée, Estella Begee, in Santa Fe that the Foest Sevice had appopiated

More information

UNION PROUD! QUARTERLY NEWS TABLE OF CONTENTS TEAMSTERS LOCAL 399. AUGUST 2017 ISSUE N o 14. Fraternally, Steve Dayan

UNION PROUD! QUARTERLY NEWS TABLE OF CONTENTS TEAMSTERS LOCAL 399. AUGUST 2017 ISSUE N o 14. Fraternally, Steve Dayan TEAMSTERS LOCAL 399 QUARTERLY NEWS AUGUST 2017 ISSUE N o 14 TEAMSTERS STRENGTH LOCAL 399 UNION PROUD! TEAMSTERS PRIDE LOCAL 399 UNION STRONG! GREETINGS SISTERS & BROTHERS Iexpect to be at full employment

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

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

CADENCE DETECTION IN WESTERN TRADITIONAL STANZAIC SONGS USING MELODIC AND TEXTUAL FEATURES

CADENCE DETECTION IN WESTERN TRADITIONAL STANZAIC SONGS USING MELODIC AND TEXTUAL FEATURES CADENCE DETECTION IN WESTERN TRADITIONAL STANZAIC SONGS USING MELODIC AND TEXTUAL FEATURES Pete van Kanenbg, Folget Kasdop Meetens Institte, Amstedam, Nethelands {pete.van.kanenbg,folget.kasdop}@meetens.knaw.nl

More information

Polyphonic Audio Matching for Score Following and Intelligent Audio Editors

Polyphonic Audio Matching for Score Following and Intelligent Audio Editors Polyphonic Audio Matching for Score Following and Intelligent Audio Editors Roger B. Dannenberg and Ning Hu School of Computer Science, Carnegie Mellon University email: dannenberg@cs.cmu.edu, ninghu@cs.cmu.edu,

More information

OPERATORS MANUAL Version 3

OPERATORS MANUAL Version 3 OPERATORS MANUAL Vesion Kak Teknik Goup, Kak Teknik Buiding, Wate Nash Road, Kiddeminste. Wocesteshie. DY HJ. Engand. Te: Fax: Emai: saes@ktgpc.com Website: midasconsoes.com Wate Nash Road, Kiddeminste,

More information

2017 ANNUAL REPORT. Turning Dreams into Reality FORT BRAGG OUR MISSION: 1, EDUCATION EXPERIENCE EXPLORATION

2017 ANNUAL REPORT. Turning Dreams into Reality FORT BRAGG OUR MISSION: 1, EDUCATION EXPERIENCE EXPLORATION 25 20 ANNUAL REPORT Ou ung oganization, a fully independent non-pofit fo only two yeas, hosted the astoundingly successful Oca Aticulation Wokshop. Led by thee of th Ameica s finest whale aticulatos, complemented

More information

SAMPLING-RATE-AWARE NOISE GENERATION

SAMPLING-RATE-AWARE NOISE GENERATION Poc. of he 14 h In. Confeence on Digial Audio Effecs (DAFx-11), Pais, Fance, Sepembe 19-23, 2011 SAMPLING-RATE-AWARE NOISE GENERATION Henning Thielemann Insiu fü Infomaik, Main-Luhe-Univesiä Halle-Wienbeg,

More information

2014 UHDL Audition Packet

2014 UHDL Audition Packet 2014 UHD Audition Packet Univesity of Hawaii ainbow Waio Maching Band Aoha Mahao fo you inteest in the Univesity of Hawaii ainbow Waio Maching Band. In this packet you wi find infomation about the 2014

More information

Efficient Vocal Melody Extraction from Polyphonic Music Signals

Efficient Vocal Melody Extraction from Polyphonic Music Signals http://dx.doi.org/1.5755/j1.eee.19.6.4575 ELEKTRONIKA IR ELEKTROTECHNIKA, ISSN 1392-1215, VOL. 19, NO. 6, 213 Efficient Vocal Melody Extraction from Polyphonic Music Signals G. Yao 1,2, Y. Zheng 1,2, L.

More information

Reference. COULTER EPICS ALTRA Flow Cytometer COULTER EPICS ALTRA HyPerSort System. PN CA (August 2010)

Reference. COULTER EPICS ALTRA Flow Cytometer COULTER EPICS ALTRA HyPerSort System. PN CA (August 2010) COULTER EPICS ALTRA Flow Cytomete COULTER EPICS ALTRA HyPeSot System Refeence (August 2010) Beckman Coulte, Inc. 250 S. Kaeme Blvd. Bea, CA 92821 WARNINGS AND PRECAUTIONS READ ALL PRODUCT MANUALS AND CONSULT

More information

CSC475 Music Information Retrieval

CSC475 Music Information Retrieval CSC475 Music Information Retrieval Monophonic pitch extraction George Tzanetakis University of Victoria 2014 G. Tzanetakis 1 / 32 Table of Contents I 1 Motivation and Terminology 2 Psychacoustics 3 F0

More information

Options Manual. COULTER EPICS ALTRA Flow Cytometer COULTER EPICS ALTRA HyPerSort System Flow Cytometer. PN AA (August 2010)

Options Manual. COULTER EPICS ALTRA Flow Cytometer COULTER EPICS ALTRA HyPerSort System Flow Cytometer. PN AA (August 2010) COULTER EPICS ALTRA Flow Cytomete COULTER EPICS ALTRA HyPeSot System Flow Cytomete Options Manual (August 2010) Beckman Coulte, Inc. 250 S. Kaeme Blvd. Bea, CA 92821 WARNINGS AND PRECAUTIONS READ ALL PRODUCT

More information

HURDLING THE HAZARDS OFTHE BEGINNING ARRANGER

HURDLING THE HAZARDS OFTHE BEGINNING ARRANGER HURDLNG THE HAZARDS OFTHE BEGNNNG ARRANGER By CHOOSE A SONG TO ARRANGE Select an EASY one so you will have a success expeience. Simple melody that's singable Not much moe than an octave span Chod changes

More information

A Music Retrieval System Using Melody and Lyric

A Music Retrieval System Using Melody and Lyric 202 IEEE International Conference on Multimedia and Expo Workshops A Music Retrieval System Using Melody and Lyric Zhiyuan Guo, Qiang Wang, Gang Liu, Jun Guo, Yueming Lu 2 Pattern Recognition and Intelligent

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

Query By Humming: Finding Songs in a Polyphonic Database

Query By Humming: Finding Songs in a Polyphonic Database Query By Humming: Finding Songs in a Polyphonic Database John Duchi Computer Science Department Stanford University jduchi@stanford.edu Benjamin Phipps Computer Science Department Stanford University bphipps@stanford.edu

More information

Copland and the Folk Song: Sources, Analysis, Choral Arrangements

Copland and the Folk Song: Sources, Analysis, Choral Arrangements Copland and the Folk Song Souces, Analysis, Choal Aangements -;)-'"." /",'", ",37 " ','.%(/J.. "J;l@,!fi'''.' 'j',,, "'/'Jf,'", t' "-'#'6",'. ", c \f.;ij ".. '.-J''. by May A. Kennedy Duing the winte

More information

Subjective Similarity of Music: Data Collection for Individuality Analysis

Subjective Similarity of Music: Data Collection for Individuality Analysis Subjective Similarity of Music: Data Collection for Individuality Analysis Shota Kawabuchi and Chiyomi Miyajima and Norihide Kitaoka and Kazuya Takeda Nagoya University, Nagoya, Japan E-mail: shota.kawabuchi@g.sp.m.is.nagoya-u.ac.jp

More information

GEOGRAPHIC VARIATION IN SONG AND DIALECTS OF THE PUGET SOUND WHITE-CROWNED SPARROW

GEOGRAPHIC VARIATION IN SONG AND DIALECTS OF THE PUGET SOUND WHITE-CROWNED SPARROW GEOGRAPHIC VARIATION IN SONG AND DIALECTS OF THE PUGET SOUND WHITECROWNED SPARROW LUIS F. BAPTISTA Because of thei simplicity of stuctue and eizines, and the evolutionay and ecological geogaphic vaiation,

More information

INTRODUCING. By M. GREENWALD TRY THESE FEW BARS : Copyrtsht by LEO. FEIST, Inc, Feist Bulldlns, New York.

INTRODUCING. By M. GREENWALD TRY THESE FEW BARS : Copyrtsht by LEO. FEIST, Inc, Feist Bulldlns, New York. NTRODUCNG Chapel By The Sea By M GREENWALD A MEDTATON OF UNUSUAL BEAUTY {t * * * *******YOU ARE SURE TO LKE T Andante TRY THESE FEW BARS : Did you eve Play a moe Beautiful Melody? The moe you Play itthe

More information

MELODY EXTRACTION BASED ON HARMONIC CODED STRUCTURE

MELODY EXTRACTION BASED ON HARMONIC CODED STRUCTURE 12th International Society for Music Information Retrieval Conference (ISMIR 2011) MELODY EXTRACTION BASED ON HARMONIC CODED STRUCTURE Sihyun Joo Sanghun Park Seokhwan Jo Chang D. Yoo Department of Electrical

More information

A CHROMA-BASED SALIENCE FUNCTION FOR MELODY AND BASS LINE ESTIMATION FROM MUSIC AUDIO SIGNALS

A CHROMA-BASED SALIENCE FUNCTION FOR MELODY AND BASS LINE ESTIMATION FROM MUSIC AUDIO SIGNALS A CHROMA-BASED SALIENCE FUNCTION FOR MELODY AND BASS LINE ESTIMATION FROM MUSIC AUDIO SIGNALS Justin Salamon Music Technology Group Universitat Pompeu Fabra, Barcelona, Spain justin.salamon@upf.edu Emilia

More information

Estimating the Time to Reach a Target Frequency in Singing

Estimating the Time to Reach a Target Frequency in Singing THE NEUROSCIENCES AND MUSIC III: DISORDERS AND PLASTICITY Estimating the Time to Reach a Target Frequency in Singing Sean Hutchins a and David Campbell b a Department of Psychology, McGill University,

More information

Newton Armstrong. unsaying (2010) for violoncello and voice

Newton Armstrong. unsaying (2010) for violoncello and voice Newton Amstong unsaing (2010) fo violon and v ERFORMANCE NOTES V Wee an open staff is used, pitc is not stictl detemined Sounds wic ae notated ige ave a bigte tone, and sould be poduced wit a geate tension

More information

A Note Based Query By Humming System using Convolutional Neural Network

A Note Based Query By Humming System using Convolutional Neural Network INTERSPEECH 2017 August 20 24, 2017, Stockholm, Sweden A Note Based Query By Humming System using Convolutional Neural Network Naziba Mostafa, Pascale Fung The Hong Kong University of Science and Technology

More information

GS4882, GS4982 Video Sync Separators with 50% Sync Slicing

GS4882, GS4982 Video Sync Separators with 50% Sync Slicing GS488, GS498 Video Sync Separators with 50% Sync Slicing DATA SHEET FEATUES precision 50% sync slicing internal color burst filter ±5 ns temperature stability superior noise immunity robust signal detection/output

More information

'USE YOUR RECORDER AS A RADIO STATION See Page 28. 7, ir,. tic. I, Alit. r 1 MARCH, c "

'USE YOUR RECORDER AS A RADIO STATION See Page 28. 7, ir,. tic. I, Alit. r 1 MARCH, c 'USE YOUR RECORDER AS A RADIO STATION See Page 28 ' t tic..., 7, i,. I, Alit. 1 a MARCH, 1961 A 35c " Whethe the "take" is fo discs o fo pe-ecoded tapes, nealy all ecoding companies fist captue the newly

More information