finartcialist

art & finance - since 2016

contact : info@finartcialist.com

frozen music --- one

links

album on Bandcamp

sample

process

It is not only architecture that can be seen as frozen music - data also can be.

The topic of this first tudy is the creation of a waveform for oscillator, based on historical returns of a real business.

I have been nurturing an academic and artistic interest towards volatility for a few years now.

I've explored the history of volatility as a concept in an unfinished essay, published on [On the history of uncertainty measures: The standard deviation](1). During discussions that took place at the [Recurse Center](2), I've been able to explain my [data sonification process](3) to a few curious people. Following my mention of my interest towards volatility, and my desire to hear it, to listen to it, one of them (Emil Ng) mentionned the possibility of creating waveforms directly from the data. The idea stuck with me and I soon started doing research on how I could do this.

This first study is the result of a few research sessions that took place since last year. First, my goal was to understand how to create a waveform in Csound - I needed an f-table. Then, I've read on how to read this f-table wiht an oscillator - in this case, poscile3. I wrote a Python script to generate the f-tables containing the financial data, as well as a second script to generate the score itself. I still needed a few sound synthesis concepts to manage to do this first study, namely finding a way to constrain the data to be between [-1,1] - to do this, I've used a recentered version of the sigmoid function.

I've learned a lot on the fundamentals of sound synthesis and on sound during this study. There are still sound artefacts in the work, but the essential is there.

references

(1) On the history of uncertainty measures: The standard deviation

(2) Recuser Center - my experience

(3) data sonification process