Music Flowgram

Music Flowgram

VISUALIZING MUSIC IN ITS ENTIRETY USING ACOUSTIC FEATURES: MUSIC FLOWGRAM Dasaem Jeong and Juhan Nam Graduate School of Culture Technology, KAIST fjdasam, [email protected] ABSTRACT one needs to read through the score for a while, having a certain level of musical knowledge. In this paper, we present an automatic method for visualiz- As a way of making up the shortcomings of music no- ing a music audio file from its beginning to end, especially tation, audio-synchronized music scores have been devel- for classical music. Our goal is developing an easy-to-use oped [1]. Synchronized scores automatically follow music visualization method that is helpful for listeners and can be on the score so that listeners can easily track where the used for various kinds of classical music, even for complex currently playing measure is or select the measure on the orchestral music. To represent musical characteristics, the score to play the music from the position. However, such method uses audio features such as volume, onset density, systems require a synchronization process between audio and auditory roughness, which describe loudness, tempo, and score. Manual synchronization is too laborious to pro- and dissonance, respectively. These features are visually cess a large set of pieces, whereas automatic one, an active mapped into static two-dimensional graph, so that users research topic in the area of music information retrieval can see how the music changes by time at a look. We im- (MIR), is not accurate enough particularly for large orches- plemented the method with Web Audio API so that users tral music. Above all, these solutions still cannot show the can access to the visualization system on their web browser entire structure of a piece. and make visualizations from their own music audio files. Two types of user tests were conducted to verify the effects In the case of classical music, particularly for long in- and usefulness of the visualization for classical music lis- strumental pieces, visualizing information about the entire teners. The result shows that it helps listeners to memorize structure can be helpful to music listeners in that they do and understand a structure of music, and to easily find a not contain lyrics or clear storytelling to follow. So addi- specific part of the music. tional information about the music is required to help lis- teners to understand the music. A traditional way of pro- viding the information is giving a lecture or writing a pro- 1. INTRODUCTION gram note. But these requires professionals who can ex- Music visualization is widely used in various music ac- plain the music. Many researchers instead have suggested tivities for many purposes. Because music is an auditory a content-based approach to visualize the entire structure art, its visual representations can contain information that of music from audio. Most of automatic music structure cannot be transferred or preserved accurately with sound. visualization methods are based on self-similarity between Music notation is a typical example of the visualized music each part of a piece [2,3,4]. These methods show a repeti- representations. It is designed for communication between tive structure of the music based on the self-similarity. Fur- composers and performers. The notation systems thus have ther information about the research is introduced in Sec- been evolved to represent and deliver a composer’s inten- tion2. In general, it is not easy to interpret the meaning of tion as precise as possible. the visualizations. Finding the repetitive structure can help For listeners, however, music notation has some limita- music structure analysis, but its usefulness on listeners has tions. It contains too much information for listeners to in- been not verified yet. terpret and so only a small part can be understood while To address this problem, we present an automatic music following the music. Especially, in the case of orchestral visualization method named music flowgram, which aims music, the score following task is quite difficult unless the to visualize an entire piece as an easy-to-understand im- listeners are musically trained. Another problem is that the age. It extracts audio features from audio files and visual- notation does not show the entire structure of a piece of izes them on a static two-dimensional graph. In our pre- music. The time scope of a music score that can be read vious research, we found that a simple static graph show- in a sight is limited to a few measures. The notation is ing the change of volume of a music piece can help lis- focused on delivering information about what is happen- teners to concentrate more on classical music, compared ing in a specific time. To understand the global structure, to spectrum-based real-time visualization [5,6]. We have improved this concept by adding additional features that Copyright: c 2016 Dasaem Jeong et al. This is an open-access article distributed can represent other important characteristics of music, and under the terms of the Creative Commons Attribution 3.0 Unported License, which conducted user test to verify its effect on listening to clas- permits unrestricted use, distribution, and reproduction in any medium, provided sical music. the original author and source are credited. The later part of this paper is organized as follows. First, related work on visualizing music structure is briefly re- used an abstract representation and 21 of them were in con- viewed. Then, we present our visualization method in two tinuous mode. This result indicates that a two-dimensional sections: concept of the visualization and audio features in graph is natural in human sense for representing whole mu- Section 3, and its implementation in Section 4. The de- sic piece. tailed information about user tests are described in Section 5, and results with discussion in Section 6. The last sec- 3. MUSIC FLOWGRAM tion concludes the paper with a summary and our plan for future work. The idea of music flowgram for music visualization is based on dramatic structure of storytelling. Freytag explained 2. RELATED WORK the structure of each story with two-dimensional graph vi- sualization of tension progress [14]. Our idea is apply- There has been some research on visualizing the structure ing a similar concept to music: drawing continuous two- of a music piece, both in data visualization and MIR ar- dimensional graph that shows the change of music by time. eas. The majority of them exploited the repetitive struc- If listeners can see a dramatic structure of music, they could ture of music using self-similarity within a piece. Wat- feel more comfortable to concentrate on the music because tenberg visualized it using an arc diagram that connects they can clearly see when the tension will increase or de- each repetitive part with an edge being drawn as a semi- crease. This is similar to watching an opera, for which circle [2]. Foote visualized the self-similarity as a two- people are encouraged to know dramatic structure before dimensional matrix where each element is calculated from watching. The visualization will also help the listeners to similarity between two audio frames [3]. Muller¨ and Jiang recall the sequence of the music, as people remember the extended it to a scape plot representation that visualizes order of opera story based on the order of important events. the repetitive structure with varying segment size. Other A similar type of visualization is waveform visualization researchers combined this self-similarity information with or volume graph. It shows the volume progress of the mu- volume transitions over time [7]. There has been also re- sic so that users can see which part is loud or quiet. This search that applies this structural information to music lis- type of visualization is used in SoundCloud 1 . Though vol- tening interfaces [8,9]. ume is a highly important factor in deciding characteristic Other than those based on repetitions in music, some work of music, there are other quantitative parameters to explain visualized the structure using tonality such as key change the music. Spectrogram is another way to show the vari- over multiscale segments [10]. Malt and Jourdan presented ance of music as a two-dimensional image. However, it a visualization method using statistical characteristics of contains too much details to deliver meaningful musical spectral information, including spectral centroid and stan- information. Thus, more compact representations, which dard deviation of the audio spectrum [11]. They illus- effectively extract musical elements, is needed. trated the change of those information over time on a two- Considering that emotion is the most influential high-level dimensional graph, adding amplitude information as a color concept on listeners, we focus on musical elements that are of the graph. However, the most of the mentioned research associated with the emotional aspects of music. Among have not released an end-user application so that general many suggested elements in this regard [15], we choose users can render their own visualization. Furthermore, this loudness, tempo and harmony. For visualization, we repre- research lacks user test or human side experiments that ver- sent them with volume, onset density and auditory rough- ify its effect and usefulness for listeners. ness, respectively, as below. Besides the automatic visualization methods using au- dio files or MIDI files, visualization of semantic structure 3.1 Volume of music is also proposed [12]. This method contains a lot more information than repetitive structure, for exam- Unlike other genres of music, classical music consists with ple, traditional structure analysis of sonata form, motif de- many different sub-parts, each of which has a different velopment, and how the role of each instrument changes loudness characteristic. Therefore, temporal differences of through the piece.

View Full Text

Details

  • File Type
    pdf
  • Upload Time
    -
  • Content Languages
    English
  • Upload User
    Anonymous/Not logged-in
  • File Pages
    8 Page
  • File Size
    -

Download

Channel Download Status
Express Download Enable

Copyright

We respect the copyrights and intellectual property rights of all users. All uploaded documents are either original works of the uploader or authorized works of the rightful owners.

  • Not to be reproduced or distributed without explicit permission.
  • Not used for commercial purposes outside of approved use cases.
  • Not used to infringe on the rights of the original creators.
  • If you believe any content infringes your copyright, please contact us immediately.

Support

For help with questions, suggestions, or problems, please contact us