Defining affective musical parameters
Much of the current music&emotion research uses the circumplex model of emotion, which consists of two components on a 2d scale: valence (positive or negative) and arousal (amount of energy). This model can be easily mapped out in SC using a 2dSlider object. The PAD model extends this further, adding a 3rd axis called dominance, which is a measure of approach and avoidance response, ie the difference between anger and fear. Also mentioned are different 'types' of tempo: score tempo (absolute, eg bpm), preferred tempo (the speed at which people tap along - "60 to 120 bpm, no matter what the score tempo is", and perceived tempo, which relates to the sparsity of the music. They also note that staccato articulation (glitchiness plz) is higher in arousal levels whereas legato tends to be low. Harmonic modes can be ordered from brightest to darkest according to Persichetti, in this order: Lydian, Ionian, Mixolydian, Dorian, Aeolian, Phrygian and Locrian.
So all of these elements can be introduced into my musical grammar. So far I have chosen three polarities: happy/sad, bored/excited, euphoria/dysphora. Happy/sad is simply determined by mode. Bored/excited determined by perceived tempo/staccato-legato. Euphoric/dysphoric would be how the melody is reolved as well as increasing aleatory/glitchy elements.
These were the initial ones I wanted to use, however from this research I have found out the placing of emotions such as anger and fear on the valence-arousal-domination scale and so will try to include this information somehow.
A more scientific approach
Much of the research on music and emotion is based on subjective descriptions of both the music and the response, although the valence-arousal-domination scale is good more precise methods could be found. It would also be more appropriate to measure the participant's neural activity as opposed to asking them to verbalise their responses. Music programming languages provide a good environment to study the effects of frequencies on brainwaves, as the level of control over the sonic output is roughly equivalent to the level of feeeback we can measure, ie its all numbers now.
A possible example is the solfeggio scale [396 417 528 639 741 852 963 Hz], which is said to have a soothing and healing effect due to the 'sacred geometry' of the frequencies, and is used for meditation. Ignoring its nebulous origins (bible code), it does provide an interesting and precise hypothesis which could be tested using SC & a ECG machine very easily...eg create a sequence based on these specific frequencies and see if brainwave patterns differ with random mutations (could even use a genetic algorithm to create The Most Trancey sequence ever by creating a GUI for real-time user feedback). Also, on the trance-state aspect of music, gong and bell sounds are used for meditation all over the world due to their wide spectrum of harmonicity, and it is relatively easy to recreate these kinds of sounds using additive synthesis.The harmonics could then be fine-tuned to precise mathematical formulas. I like the idea of music as 'brain food'. Juslin et al note that it is very important to young people in defining self-identity, and essentially listening to bad music is like feeding children junk food for the soul (sort of). Music that is attuned to creating mental states would be like eating wholegrains/pure vitamins except mainlined straight into ur brainz..............
So to recap: there is plenty of research on affective music using conventional means, and lots of room to explore non-conventional means.
Friday, 30 April 2010
stuff ive found out from research papers on music and emotion
Posted by Niadzi at 13:13 0 comments
Friday, 23 April 2010
physical modelling in supercollider
supercollider offers a lot of possibilities for physical modelling of real-life sounds. this is interesting because of the options to sonify situations that we can barely imagine, eg a string the length of the path from earth to the sun being plucked by a subatomic astronaut, or a drum as big as jupiter, or a guitar the size of the milky way...
whilst there might not be a particularly pressing need for humans to hear such sounds, the technology could be useful in sound design for games, in creating a dynamic soundtrack that is based on the user interacting with the physical modelling of the game.
this topic reminds me of dr fiorella terenzi's work on sonifying galaxies; as extensions, data from "outer space" combined with visual representations would be an interesting way to look at physics and may aid understanding from beyond a theoretical maths perspective, and it would be fascinating on a smaller scale, using high-musicality algorithms to render the theories of subquantum kinetics. the effects of music/sound on thought patterns and cognitive activity is well-documented, and sonifying theoretical science may well lead to interesting scientific breakthroughs via altered mental states (eg kekule seeing the uroborus in a dream). so we may yet come closer to a theory of everything with supercollider (but not the one at cern)
Posted by Niadzi at 10:25 0 comments
Thursday, 22 April 2010
research papers on music and emotion
http://www.acoustics.hut.fi/dafx08/papers/dafx08_02.pdf
http://portal.acm.org/citation.cfm?id=1180665
http://books.google.co.uk/books?id=HuWCVGKhwy0C&dq=music+emotion&lr=&source=gbs_navlinks_s
http://www.stefan-koelsch.de/PeMS_lectures/Juslin+_BehavBrSci31_2008_emotional-reponses-to-music.pdf
http://www.stefan-koelsch.de/PeMS_lectures/Koelsch_2009_12-Juslin%20&%20Sloboda-Ch-12_in-press.pdf
http://www.psy.mq.edu.au/me2/uploads/publications/a_cross_cultural_investigation_of_the_perception_of_emotion.pdf
http://www.wisegeek.com/what-are-the-seven-modes-of-music.htm
Posted by Niadzi at 09:04 0 comments
algorithmic composition
algorithmic composition is the technique of using predetermined rules to create music. the algorithms can be aleatory or totally predetermined, derived from fractals, L-Systems or other statistical models, evolutionary methods (ie mutation/selection processes from genetic algorithms) or a musical grammar could be explored.
it is essentially music which is created using consciously mathematical processes as opposed to a more intuitive 'jamming' state...although most musicians will use algorithms in some form, a guitarist soloing thru a particular scale could be thought of as using aleatory algorithms.
algorithmic composition seems to be a more 'left-brain' approach to composition, i think a 'right-brain' approach would encompass the composer/listener's emotional state as well, this is what i want to try and do with my algorithmic piece, by making it interactive as well as a little bit aleatory. first i would have to create a musical grammar of emotion, a simple start is happy=major key, sad=minor; excited=fast, tired=slow; etc....using polarities so that a slider could be used as a gui. the gui would initialise the piece, which would then run itself through varying possibilities based on the initial inputs.
Posted by Niadzi at 07:04 0 comments