A New Take on an Old Approach to Computational Musicology

Total Page:16

File Type:pdf, Size:1020Kb

A New Take on an Old Approach to Computational Musicology HUMDRUMR: A NEW TAKE ON AN OLD APPROACH TO COMPUTATIONAL MUSICOLOGY Nathaniel Condit-Schultz Claire Arthur Georgia Institute of Technology Georgia Institute of Technology [email protected] [email protected] ABSTRACT proaches. Humanist music scholars’ deep, nuanced knowl- edge of musical culture, structure, and practice could be Musicology research is a fundamentally humanistic en- an invaluable asset to the computational/empirical music deavor. However, despite the productive work of a small research community. Unfortunately, the training neces- niche of humanities-trained computational musicologists, sary for fruitful computational scholarship is absent from most cutting-edge digital music research is pursued by most music curricula, which cover neither the fundamen- scholars whose primary training is scientific or compu- tal methodological principals of empirical research nor the tational, not humanistic. This unfortunate situation is necessary coding skills. The need to assist, and convince, prolonged, at least in part, by the daunting barrier that music scholars to learn programming has been an area of computer coding presents to humanities scholars with no active discussion for some time [7], in particular there is technical training. In this paper, we present humdrumR a need for software tools crafted to support their learning (“hum-drummer”), a software package designed to afford and research goals [32]. computational musicology research for both advanced and To make computational research truly appealing and novice computer coders. Humdrum is a powerful and in- accessible to traditional humanists and seasoned compu- fluential existing computational musicology framework in- tational researchers alike, we must juggle three conflict- cluding the humdrum syntax—a flexible text data format ing factors: flexibility, power, and usability. User-friendly with tens of thousands of extant scores available—and the interfaces like the Josquin Research Project’s Analysis Bash-based humdrum toolkit. HumdrumR is a modern Tools 1 , Theme Finder 2 , or rapscience.net’s Visualizer 3 replacement for the humdrum toolkit, based in the data- can be utilized by scholars with no special training. How- analysis/statistical programming language R. By combin- ever, such tools allow only variations of hard-coded anal- ing the flexibility and transparency of the humdrum syn- yses applied to limited, fixed databases. On the op- tax with the powerful data analysis tools and concise syn- posite extreme, any skilled programmer can code their tax of R, humdrumR offers an appealing new approach to own symbolic music data formats and analysis/parsing would-be computational musicologists. HumdrumR lever- software “from scratch”—as many computational projects ages R’s powerful metaprogramming capabilities to create [4, 11] have done—, allowing for the unlimited power an extremely expressive and composable syntax, allowing of the programming language of their choice, but requir- novices to achieve usable analyses quickly while avoiding ing substantially more effort and experience. The most many coding concepts that are commonly challenging for prominent modern computational musicology toolkit— beginners. music21 [10]—, in our estimation, falls too close to the later extreme, proving quite daunting to novice coders. 1. INTRODUCTION This paper describes humdrumR (“hum-drummer”), a software toolkit for symbolic musicological data analysis Though digital musicology has been a productive area of intended to be appealing and accessible to traditional mu- research for several decades (e.g., [2, 8, 12, 16, 18–20, 22– sicologists while also being useful to more experienced 24,26,28,29]), it remains a niche field within the musical- computational researchers. Learning lessons from the suc- side of academia. In fact, most cutting-edge, scientific cesses and failures of existing tools, humdrumR strikes a music research has been pursued by researchers with pri- powerful new balance between flexibility, power, and us- mary training in computer science and psychology. Fortu- ability: nately, recent years have seen a flourishing of “digital hu- manities” research in general, with increasing numbers of 1. Using the humdrum data syntax, humdrumR is ex- traditional humanities scholars adopting computational ap- tremely flexible and general in scope, allowing users to study any type of performance-art data that can c Nathaniel Condit-Schultz, Claire Arthur. Licensed un- be represented symbolically—musical scores, dance der a Creative Commons Attribution 4.0 International License (CC BY steps, trumpet fingerings, etc. 4.0). Attribution: Nathaniel Condit-Schultz, Claire Arthur. “hum- drumR: A New Take on an Old Approach to Computational Musicology”, 1 http://josquin.stanford.edu/search/ 20th International Society for Music Information Retrieval Conference, 2 http://www.themefinder.org/ Delft, The Netherlands, 2019. 3 http://rapscience.net/Analysis/gui.html 715 Proceedings of the 20th ISMIR Conference, Delft, Netherlands, November 4-8, 2019 2. Based in the R programming language, humdrumR programming environment (Python, R, MATLAB, Julia, is extremely powerful, capable of complex data ma- etc.) to achieve more complex data manipulation, statisti- nipulation and interfacing with R’s statistics, visual- cal testing, or data visualization. The burden of parsing and ization, and machine learning libraries. manipulating humdrum data in the higher-level language falls on the user, substantially increasing the need for cod- humdrumR 3. is designed to present a relatively low ing skills and prolonging the workflow. To make matters barrier of entry for non-technical researchers, offer- worse, installation of the humdrum toolkit can be fairly ing a concise, expressive syntax for applying music complicated, especially for Windows users, who must in- analyses while avoiding difficult coding paradigms. stall a Unix emulator to use the toolkit at all. In 2005, musicologist and psychologist Nicholas Cook ob- HumdrumR is a successor to the humdrum toolkit, re- served that to truly engage in computational musicology placing all the original toolkit’s functionality while adding “proper,” scholars must achieve “sufficient understanding significantly more. However, humdrumR uses the origi- of the symbolical processing and data representation on nal humdrum syntax specification, and is thus compatible which it’s based” [7]. We believe that the combination of with all existing humdrum data. In fact, both the techni- humdrum and R represents an ideal avenue for computa- cal design and methodological philosophy of the humdrum tional novices to develop this “sufficient” understanding: syntax are fundamental to humdrumR. enough to pursue quality computational research but with- out having to engage with general coding paradigms that 2.1 The Humdrum Syntax are irrelevant to their research. The humdrum syntax is an extremely general scheme for In this paper, we first review the relevant philosophi- representing musicological data in plain-text. The syntax cal and technical features of humdrum and R, noting how is basically tabular (tab-delineated columns) but with a few humdrumR incorporates these features (sections 2 and additional complexities: 3). We next contrast humdrum(R) coding philosophy and style with that of music21 (section 4). Finally, we de- • Columns of data are interpreted as spines, which scribe the principle features of the humdrumR package can dynamically start, end, split, or merge, creating and humdrumR syntax (section 5), including numerous spine paths. Spine paths allow the syntax to repre- code examples. sent many complex cases from music notation: For example, if the upper staff of a piano score splits temporarily into two voices (one with beams up, the 2. HUMDRUM other with beams down), this can be encoded by Humdrum 4 is a system for computational musicology re- splitting the spine representing that staff into two search, created by David Huron [17] (circa 1995) and columns (with a *^ token) before merging them maintained by Craig Sapp at Stanford’s Center for Com- again after the split passage (*v tokens). puter Assisted Research in the Humanities. Though no one digital musicology framework has ever truly dominated the • Humdrum records are tagged as interpretation field, humdrum is certainly among the most widely used records (representing local metadata) or data and influential systems, being cited as the direct inspiration records (notes, chords, etc.). By simply interspers- for some of its most successful competitors—music21 ing interpretation and data records, metadata can be [10] and MusicXML [13]—and with tens of thousands of concisely associated with specific data points, pas- scores available in humdrum format. Humdrum actually sages, or sections. For example, key information can has two distinct components: the humdrum syntax and the be quickly read, edited, or added to scores by simply humdrum toolkit. inserting lines containing tokens like *f#: (f# mi- The humdrum toolkit is a collection of Unix command- nor). This approach contrasts with the more verbose, line tools for parsing and analyzing humdrum data, largely hierarchical attributes and tags used in XMLs. written in Bash and AWK but with more recent “extra” • Finally, each “cell” (i.e., each line-column coor- 5 commands written in C++. The humdrum toolkit is fun- dinate) in a humdrum file can contain multiple damentally entwined with the Bash shell, in particular the data tokens—a feature commonly used to represent grep and
Recommended publications
  • Chapter 2. Corpus-Based Musicology. 11
    UCC Library and UCC researchers have made this item openly available. Please let us know how this has helped you. Thanks! Title A programmer's environment for music analysis Author(s) Ó Maidín, Donncha Seán Publication date 1995 Original citation Ó Maidín, D. S. 1995. A programmer's environment for music analysis. PhD Thesis, University College Cork. Type of publication Doctoral thesis Link to publisher's http://library.ucc.ie/record=b1230585~S0 version http://dx.doi.org/10.13140/2.1.3387.2969 Access to the full text of the published version may require a subscription. Rights © 1995, Donncha S. Ó Maidín http://creativecommons.org/licenses/by-nc-nd/3.0/ Embargo information No embargo required Item downloaded http://hdl.handle.net/10468/1629 from Downloaded on 2021-10-05T12:42:50Z A Programmer’s Environment for Music Analysis by Donncha Seán Ó Maidín, M.Sc., B.Mus. Submitted in May 1995 to The National University of Ireland for the degree of Doctor of Philosophy and revised in September 1995. This thesis was registered in The Department of Music, Faculty of Arts, University College, Cork, and was completed under the internal supervision of Professor David Cox and under the external examination of Professor Anthony Pople of the University of Lancaster. Copyright Donncha Ó Maidín 1995. scoreView. Table of Contents. ACKNOWLEDGEMENTS. IX CHAPTER 1. INTRODUCTION. 1 1.1 Overview. 1 1.2 Contribution of this Study to the Field of Corpus-Based Musicology. 3 1.3 Goals. 4 1.3.1 Informational Completeness. 4 1.3.2 Informational Objectivity. 5 1.3.3 Multi-Level.
    [Show full text]
  • Music Information Retrieval and Musicology: What Do the Two Have in Common?
    Music Information Retrieval and Musicology: What do the two have in common? Frans Wiering Information and Computing Sciences Utrecht University Musical Heritage, Oslo, 11 December 2010 1 Topic two disciplines Music Information Retrieval musicology what is the relationship? meaningful to musicology? implications for digital editions data-richness 2 1 Preliminary descriptions Music Information Retrieval (MIR) delivering the right (digital) music in answer to a user need right: matching the user’s taste, expertise, emotional state, activity, and cultural, social, physical and musical environment musicology understanding music in its context e.g. personal, social, economic, historical, theoretical MIR versus musicology delivery vs. understanding generic vs. specific 3 Music universe of music > 25,000,000 unique items individuals can recognise several 1000s of items different views of music object, digital or otherwise product work of art process in time mental process social phenomenon 4 2 MIR as a discipline emerged in 1960s (Kassler 1966), maturing since late 1990s definition (Downie 2004) a multidisciplinary research endeavor that strives to develop innovative content-based searching schemes, novel interfaces, and evolving networked delivery mechanisms in an effort to make the world’s vast store of music accessible to all contributing areas (Futrelle and Downie 2002) computer science, information retrieval audio engineering, digital sound processing musicology, music theory library science cognitive science,
    [Show full text]
  • An Introduction to Music Studies Pdf, Epub, Ebook
    AN INTRODUCTION TO MUSIC STUDIES PDF, EPUB, EBOOK Jim Samson,J. P. E. Harper-Scott | 310 pages | 31 Jan 2009 | CAMBRIDGE UNIVERSITY PRESS | 9780521603805 | English | Cambridge, United Kingdom An Introduction to Music Studies PDF Book To see what your friends thought of this book, please sign up. An analysis of sociomusicology, its issues; and the music and society in Hong Kong. Critical Entertainments: Music Old and New. Other Editions 6. The examination measures knowledge of facts and terminology, an understanding of concepts and forms related to music theory for example: pitch, dynamics, rhythm, melody , types of voices, instruments, and ensembles, characteristics, forms, and representative composers from the Middle Ages to the present, elements of contemporary and non-Western music, and the ability to apply this knowledge and understanding in audio excerpts from musical compositions. An Introduction to Music Studies by J. She has been described by the Harvard Gazette as "one of the world's most accomplished and admired music historians". The job market for tenure track professor positions is very competitive. You should have a passion for music and a strong interest in developing your understanding of music and ability to create it. D is the standard minimum credential for tenure track professor positions. Historical studies of music are for example concerned with a composer's life and works, the developments of styles and genres, e. Mus or a B. For other uses, see Musicology disambiguation. More Details Refresh and try again. Goodreads helps you keep track of books you want to read. These models were established not only in the field of physical anthropology , but also cultural anthropology.
    [Show full text]
  • Postdoctoral Research Fellowship in Computational Musicological Analysis
    Postdoctoral Research Fellowship in Computational Musicological Analysis Job description A Postdoctoral Research Fellowship (SKO1352) in Computational Musicological Analysis is available at RITMO Centre for Interdisciplinary Studies in Rhythm, Time and Motion at the University of Oslo. RITMO is a Centre of Excellence funded by the Research Council of Norway. This interdisciplinary centre focuses on rhythm as a structuring mechanism for the temporal dimensions of human life. Methods from musicology, psychology, neuroscience, and informatics are combined to study rhythm as a fundamental property that shapes and underpins human cognition, behavior and cultural expressions. For more information, see www.uio.no/ritmo. All RITMO researchers are co-located and work in a unique interdisciplinary constellation, with world-leading competence in musicology, psychology and informatics. It is expected that all members of the center contribute to the general activities and collaborations within RITMO. The researchers have access to state-of-the-art facilities in sound/video recording, motion capture, eye tracking, physiological measurements, various types of brain imaging (EEG, fMRI), and rapid prototyping and robotics laboratories. More about the position The postdoctoral fellow will take part in the MIRAGE project, aimed at designing and implementing a comprehensive computational framework for music analysis. The objective is to generate rich and detailed descriptions of music, encompassing a large range of dimensions, including low-level features, mid-level structures and high-level concepts. The envisioned methodology consists of close interaction between automated music transcription and detailed musicological analysis of the transcriptions. Significant effort will be dedicated to the design of applications of value for musicology, music cognition and the general public.
    [Show full text]
  • The Computational Attitude in Music Theory
    The Computational Attitude in Music Theory Eamonn Bell Submitted in partial fulfillment of the requirements for the degree of Doctor of Philosophy in the Graduate School of Arts and Sciences COLUMBIA UNIVERSITY 2019 © 2019 Eamonn Bell All rights reserved ABSTRACT The Computational Attitude in Music Theory Eamonn Bell Music studies’s turn to computation during the twentieth century has engendered particular habits of thought about music, habits that remain in operation long after the music scholar has stepped away from the computer. The computational attitude is a way of thinking about music that is learned at the computer but can be applied away from it. It may be manifest in actual computer use, or in invocations of computationalism, a theory of mind whose influence on twentieth-century music theory is palpable. It may also be manifest in more informal discussions about music, which make liberal use of computational metaphors. In Chapter 1, I describe this attitude, the stakes for considering the computer as one of its instruments, and the kinds of historical sources and methodologies we might draw on to chart its ascendance. The remainder of this dissertation considers distinct and varied cases from the mid-twentieth century in which computers or computationalist musical ideas were used to pursue new musical objects, to quantify and classify musical scores as data, and to instantiate a generally music-structuralist mode of analysis. I present an account of the decades-long effort to prepare an exhaustive and accurate catalog of the all-interval twelve-tone series (Chapter 2). This problem was first posed in the 1920s but was not solved until 1959, when the composer Hanns Jelinek collaborated with the computer engineer Heinz Zemanek to jointly develop and run a computer program.
    [Show full text]
  • Music Theory - Why Bother? on Music Theory in Relation to Music Information Processing
    Music Theory - Why bother? On Music Theory in relation to Music Information Processing Sven Ahlbäck, Doremir Music Research AB Prof. Royal College of Music, Stockholm 1 This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Skłodowska-Curie grant agreement No 765068. • My background There is no such • What is this about? thing as a conceptual • Why is this in the summer vacuum school? Agenda • No, this will not be a full course or crash course in Music Theory • Aim: introduce some issues, discuss basic concepts and give some overview • Today: Introduction to approaches in the field of music theory and the possible relevance for MIR • Thursday: Pitch and Tonality - Sven Ahlbäck • How to study a music culture: Indian Classical music, by Rafael Caro • Friday: Rhythm & Structure - Sven Ahlbäck Topics for the workshops in afternoon sessions are connected • Harmony • Melodic similarity • Rhythm An example manual learning task: Transcription using your built-in biological system listen sing notate what we sing notate what we hear 200 300 200 300 200 intervals in cents (1/100 semitone) (”anhemitonic pentatonic scale”) How did it really sound? Examples Equidistant pentatonic pitch set Court music Uganda Moçambique 240 240 240 240 Studies of tuning & perception (Cooke 1970, Wachsmann 1971 Kubik 1960, Valkare 2016 etc.) What happened? Ex. Tongoli Fumbo Adhola Music: Fur ber Tongoli harp So what’s the ground truth here? ”There are only semitones and whole tones” Our perception is influenced by music theoretical concepts We hear what we know How does this relate to MIR? If models we use model human cognition, and human cognition is related to concepts originating from music theory, it might not be out of the way to be know a little about it? You might want to contribute to knowledge about music.
    [Show full text]
  • 16Th Sound and Music Computing Conference SMC 2019 (28–31 May 2019, Malaga, Spain)
    applied sciences Meeting Report 16th Sound and Music Computing Conference SMC 2019 (28–31 May 2019, Malaga, Spain) Lorenzo J. Tardón 1,* , Isabel Barbancho 1,* , Ana M. Barbancho 1 , Alberto Peinado 2, Stefania Serafin 3 and Federico Avanzini 4 1 ATIC Research Group, Universidad de Málaga, Andalucía Tech, E.T.S.I. Telecomunicación, 29071 Málaga, Spain; [email protected] 2 Universidad de Málaga, Andalucía Tech, E.T.S.I. Telecomunicación, 29071 Málaga, Spain; [email protected] 3 Multisensory Experience Lab., Aalborg University Copenhagen, 2450 Copenhagen SV, Denmark; [email protected] 4 LIM–Laboratorio di Informatica Musicale, Department of Computer Science, University of Milan, 20133 Milan, Italy; [email protected] * Correspondence: [email protected] (L.J.T.); [email protected] (I.B.) Received: 5 June 2019; Accepted: 9 June 2019; Published: 19 June 2019 Abstract: The 16th Sound and Music Computing Conference (SMC 2019) took place in Malaga, Spain, 28–31 May 2019 and it was organized by the Application of Information and Communication Technologies Research group (ATIC) of the University of Malaga (UMA). The SMC 2019 associated Summer School took place 25–28 May 2019. The First International Day of Women in Inclusive Engineering, Sound and Music Computing Research (WiSMC 2019) took place on 28 May 2019. The SMC 2019 TOPICS OF INTEREST included a wide selection of topics related to acoustics, psychoacoustics, music, technology for music, audio analysis, musicology, sonification, music games, machine learning, serious games, immersive audio, sound synthesis, etc. 1. Summer School 1.1. Arduino and Audio David Cuartielles Malmö University, Sweden The Arduino and audio workshop looks at possible ways to create inter- active sound production machines using Arduino boards.
    [Show full text]
  • The Compleat Musicologist?
    Towards the compleat musicologist? Prof. Nicholas Cook, FBA Professorial Research Fellow, Royal Holloway, University of London & Director, AHRC Research Centre for the History and Analysis of Recorded Music [Invited talk at ISMIR 2005] I We stand at a moment of opportunity. It's an easy thing to say. We stood at a moment of opportunity around 1980, in terms of the relationship between music theory and psychology: each discipline had good reasons for being interested in the other—for psychologists because music is a complex, culturally embedded activity that is open to quantitative analysis, for music theorists because empirical methods allowed them to ground and develop work that until then had been basically speculative. The opportunity was realized and the result was a gain for both partners. A new subdiscipline developed, but strongly linked to its parent disciplines and with new insights and ways of working that fed back into both. Obviously I wouldn't be saying this if I didn't think there was a similar opportunity today for musicologists in relation to music information science. I'm choosing my words carefully because the interdisciplinary interface I'm talking about here is more complicated than the music theory/psychology one of the 1980s. On the music side I'm talking about musicology in the broad sense that includes theory, ethnomusicology, and the rest. On the information science side I'm talking about a range of empirical and computational work that draws on and feeds back into computer science, cognitive science, acoustic engineering and I don't know how many other subdiscipines.
    [Show full text]
  • An Overview of Hindustani Music in the Context of Computational Musicology
    AN OVERVIEW OF HINDUSTANI MUSIC IN THE CONTEXT OF COMPUTATIONAL MUSICOLOGY Suvarnalata Rao* and Preeti RaoŦ National Centre for the Performing Arts, Mumbai 400021, India * Department of Electrical Engineering, Indian Institute of Technology Bombay, IndiaŦ [email protected], [email protected] [This is an Author’s Original Manuscript of an Article whose final and definitive form, the Version of Record, has been published in the Journal of New Music Research, Volume 43, Issue 1, 31 Mar 2014, available online at: http://dx.doi.org/10.1080/09298215.2013.831109 [dx.doi.org]] ABSTRACT ludes any key changes, which are so characteristic of Western music. Indian film music is of course an excep- With its origin in the Samveda, composed between 1500 - tion to this norm as it freely uses Western instruments 900 BC, the art music of India has evolved through ages and techniques including harmonization, chords etc. and come to be regarded as one of the oldest surviving music systems in the world today. This paper aims to Art music (sometimes inappropriately described as clas- provide an overview of the fundamentals governing Hin- sical music) is one of the six categories of music that dustani music (also known as North Indian music) as have flourished side by side: primitive, folk, religious, practiced today. The deliberation will mainly focus on the art, popular and confluence. The patently aesthetic inten- melodic aspect of music making and will attempt to pro- tion of the art music sets it apart from other categories. It vide a musicological base for the main features associated is governed by two main elements: raga and tala.
    [Show full text]
  • Collaboration Perspectives for Folk Song Research and Music Information Retrieval: the Indispensable Role of Computational Musicology
    journal of interdisciplinary music studies spring 2010, volume 4, issue 1, art. #10040102, pp. 17-43 Collaboration Perspectives for Folk Song Research and Music Information Retrieval: The Indispensable Role of Computational Musicology Peter van Kranenburg1, Jörg Garbers1, Anja Volk1, Frans Wiering1, Louis P. Grijp2, and Remco C. Veltkamp1 1 Utrecht University 2 Meertens Institute, Amsterdam Background in Folk Song Research (FSR). In the past century melodic variation caused by oral transmission has been studied within the discipline of Folk Song Research (FSR). Also, various systems have been developed to categorize large collections of folk songs. Since the 1940s many attempts have been made to design automatic systems to categorize melodies. However, after several decades, no strong theories of oral transmission, and no generally applicable classification systems have yet emerged. Currently, many cultural heritage institutions give high priority to the digitization and unlocking of their (musical) collections. Background in Music Information Retrieval (MIR) and Computational Musicology (CM). In the field of Music Information Retrieval (MIR) methods are designed to provide access to large bodies of music, while in the field of Computational Musicology (CM) computational methods are designed to study musicological questions. These developments stimulate a new interest in the questions of FSR. However, very few CM and MIR studies take the particularities of orally transmitted melodies into account. Aims. Better collaboration between MIR, CM and FSR (or Musicology in general) will enrich Musicology with new methods to study existing problems and MIR with better understanding of music. Main contribution. By surveying relevant achievements of the disciplines, we show a gap between MIR and FSR.
    [Show full text]
  • An Introduction to Music Studies Free
    FREE AN INTRODUCTION TO MUSIC STUDIES PDF Jim Samson,J. P. E. Harper-Scott | 310 pages | 31 Jan 2009 | CAMBRIDGE UNIVERSITY PRESS | 9780521603805 | English | Cambridge, United Kingdom An Introduction to Music Studies by J.P.E. Harper-Scott Musicology departments traditionally belong to the humanitiesalthough some music research is scientific in focus psychological, sociological, acoustical, neurological, computational. A scholar who participates in musical research is a musicologist. Musicology traditionally is divided in three main branches: historical musicologysystematic musicology and ethnomusicology. Historical musicologists mostly study the history of the so-called Western classical traditionthough the study of music history need not be limited to that. Ethnomusicologists draw An Introduction to Music Studies anthropology particularly field research to understand how and why people make music. Systematic musicology includes music theoryaestheticspedagogymusical acousticsthe science and technology of musical instrumentsand the musical implications of physiology, psychology, sociology, philosophy and computing. Cognitive musicology is the set of phenomena surrounding the cognitive modeling of music. When musicologists carry out research using computers, their research often falls under the field of computational musicology. Music therapy is a specialized form of applied musicology which is sometimes considered more closely affiliated with health fields, and other times regarded as part of musicology proper. The 19th century philosophical trends that led to the re-establishment of formal musicology education in German and Austrian universities had combined methods of systematization with evolution. These models were established not only in the field of physical anthropologybut also cultural anthropology. This was influenced by Hegel 's ideas on ordering "phenomena" from the simple to complex as the stages of evolution are classified from primitive to developed, and stages of history from ancient to modern.
    [Show full text]
  • Opportunities for a Cultural Specific Approach in the Computational Description of Music
    Proc. of the 2nd CompMusic Workshop (Istanbul, Turkey, July 12-13, 2012) OPPORTUNITIES FOR A CULTURAL SPECIFIC APPROACH IN THE COMPUTATIONAL DESCRIPTION OF MUSIC Xavier Serra Music Technology Group Universitat Pompeu Fabra Barcelona, Spain [email protected] ABSTRACT information, we will not advance much more in the automatic description of music and it will be difficult to The current research in Music Information Retrieval identify new problems. Many of the new research (MIR) is showing the potential that the Information problems emerge when we extend the “recommendation” Technologies can have in music related applications. A focus and consider the broader context of discovery, major research challenge in that direction is how to au- which also requires developing technologies for other tomatically describe/annotate audio recordings and how uses, such as education or active listening. to use the resulting descriptions to discover and appreci- There is the common belief that music is a universal ate music in new ways. But music is a complex pheno- language, understood and shared by everyone. This is so menon and the description of an audio recording has to if we stay at a superficial level, but as soon as we go deal with this complexity. For example, each music deeper we realize that every music has a personality culture has specificities and emphasizes different musical which is very much linked to its context; context that can and communication aspects, thus the musical recordings be historical, personal, cultural, or functional. A piece of of each culture should be described differently. At the music is best understood if we take into account the same time these cultural specificities give us the context within which it has been created, and it is opportunity to pay attention to musical concepts and supported and appreciated.
    [Show full text]