music informatics
play

Music Informatics Alan Smaill March 22, 2018 Alan Smaill Music - PowerPoint PPT Presentation

N I V E U R S E I H T T Y O H F G R E U D I B N Music Informatics Alan Smaill March 22, 2018 Alan Smaill Music Informatics March 22, 2018 1/16 Today N I V E U R S E I H T T Y O H F G R E U D I B


  1. N I V E U R S E I H T T Y O H F G R E U D I B N Music Informatics Alan Smaill March 22, 2018 Alan Smaill Music Informatics March 22, 2018 1/16

  2. Today N I V E U R S E I H T T Y O H F G R E U D I B N Paradigmatic analysis Analysing outside WTM Alan Smaill Music Informatics March 22, 2018 2/16

  3. Admin N I V E U R S E I H T T Y O H F G R E U D I B N About to give feedback on unassessed assignment. Assessed coursework: ask questions at end of the lecture. Alan Smaill Music Informatics March 22, 2018 3/16

  4. N I V E U R S E I H T T Y O H F G R Automated music analysis enables in principle various forms of E U D I B N manipulation of musical structures: variation; coordination between performers; structuring machine improvisation; within algorithmic composition. Paradigmatic analysis is a method that lends itself to implementation. For a quick overview of computational aspects: http://preview.tinyurl.com/j4uyqfo Alan Smaill Music Informatics March 22, 2018 4/16

  5. Hint from anthropology N I V E U R S E I H T T Y O H F G R E U D I B N Levi-Strauss did a comparative analysis of various myths, and found it useful to give an analysis in the form of a table that indicated: succession of events in time – by a reading in normal top/bottom (left/right) order and similarity of events, by ordering them in columns This was a way to bring out internal structure and relationships between myths. (C. L´ evi-Strauss, Structural Anthropology, 1963) Alan Smaill Music Informatics March 22, 2018 5/16

  6. Example N I V E U R S E I H T T Y O H F G R E U D I B N C seeks sister C kills dragon S kill each other Limping L O kills father left-handed L O swollen foot O marries mother E kills brother where O = Oedipus C = Cadmos E = Eteocles S = Spartans L = Laius Alan Smaill Music Informatics March 22, 2018 6/16

  7. Music version N I V E U R S E I H T T Y O H F G R E U D I B N Ruwet used this as a model for analysis; on-line discussion describing the background and a software tool is at http://tinyurl.com/yzfqso5 Nicolas Donin and Jonathan Goldman, Charting the Score in a Multimedia Context: the Case of Paradigmatic Analysis, at Music Theory On-line. It is worth looking through the examples treated there to get an idea of the strenghths and weaknesses of the approach. Alan Smaill Music Informatics March 22, 2018 7/16

  8. Ruwet example N I V E U R S E I H T T Y O H F G R E U D I B N Alan Smaill Music Informatics March 22, 2018 8/16

  9. How to automate? N I V E U R S E I H T T Y O H F G R E U D I B N As before, there is a lot to do in order to make sense of this sort of analysis to the point where it can be carried out automatically. The two main questions are: what are the units that are being compared? what counts as musical similarity here? The questions are not independent; in looking for similarity, some bits of segmentation can be suggested. (We already saw this role of similarity in GTTM.) Alan Smaill Music Informatics March 22, 2018 9/16

  10. Possible routes to Ruwet’s analysis N I V E U R S E I H T T Y O H F G R E U D I B N The interaction between segmentation and similarity can be organised in different ways, eg 1. note segments A , A ′ , B , B at large granularity; 2. alternatively, use a , b , b ′ , c , d at medium granularity 3. or finer grained, with d 1 etc This has an assumption that the segments are roughly similar size, in terms of duration. This is different from the case of myths, where time spent on a given episode is less relevant. Alan Smaill Music Informatics March 22, 2018 10/16

  11. Size of units N I V E U R S E I H T T Y O H F G R E U D I B N Compare the toy analysis of the British national anthem in this way, depending on the size of the units compared. Handout is from Music as Discourse, Agawu, Oxford University Press, 2009, pp 168–173 (in restricted access from course web page). Alan Smaill Music Informatics March 22, 2018 11/16

  12. Hierarchy? N I V E U R S E I H T T Y O H F G R E U D I B N We can also see a version of hierarchy in terms of patterns of bunches of the segments: immediate repetition from same class will bunch together; immediate repetition of this bunch will bunch together. This is fairly crude, but will work for popular music in recognise melodic echos and 8-bar structure, without minimal rhythmic or harmonic analysis. The algorithm depends on parameters N,M , suitable small integers. Alan Smaill Music Informatics March 22, 2018 12/16

  13. 11 N I V E U R S E I H T T Y O H F G R E U D I B N Alan Smaill Music Informatics March 22, 2018 13/16

  14. Algorithm sketch N I V E U R S E I H T T Y O H F G R E U D I B N Work by following the temporal structure of music in first instance: * Identity: repeat: * Look for repetition of N notes * If found, extend as far as possible * now look for other instances in the rest of the piece * tag as a class & remove from input * Similarity: repeat * Look for similar passages of M notes * If found, extend as far as possible * now look for other instances in the rest of the piece * tag as class & remove from input * Anything left will be isolated segments Alan Smaill Music Informatics March 22, 2018 13/16

  15. Similarity N I V E U R S E I H T T Y O H F G R E U D I B N The procedure obviously depends on what notion of similarity is used. Some metric is need, and this will make some use of the organisation involved in the style. The claim is that similarity based on general cognitively salient aspects of musical sound can get us a long way, without eg notions of key: similarity in duration patterns similarity in melodic shape (rising, falling, stationary) On the other hand, the analysis is not a plausible cognitive model of listening to the music in real time: segments far apart in time are related to each other, and the analysis is not incremental through time. Alan Smaill Music Informatics March 22, 2018 14/16

  16. Example N I V E U R S E I H T T Y O H F G R E U D I B N Listen to the first piece from Charles Ives’ “Three Quarter Tone Pieces”. On-line performance can be found on you-tube, with moving score. This is for two pianos, tuned a quarter tone apart. The harmonies used are not from WTM, yet some patterns are clear to listeners (I think). This sort of music can be successfully given paradigmatic analysis using a simple algorithm and notion of similarity as described above. Alan Smaill Music Informatics March 22, 2018 15/16

  17. Summary N I V E U R S E I H T T Y O H F G R E U D I B N Paradigmatic analysis from myth Applied to music Relatively independent from stylistic assumptions Alan Smaill Music Informatics March 22, 2018 16/16

Download Presentation
Download Policy: The content available on the website is offered to you 'AS IS' for your personal information and use only. It cannot be commercialized, licensed, or distributed on other websites without prior consent from the author. To download a presentation, simply click this link. If you encounter any difficulties during the download process, it's possible that the publisher has removed the file from their server.

Recommend


More recommend