“This listening experience is characterised by a new vision of time (i.e. atemporal, static, periodic), space (i.e. multi-channels diffusion and sculptural musical design), musical evolution (non-narrative and extended) and repetition (generation of hypnotic effects and a listening ‘in accumulation’). These characteristics form an (ec)static listening environment, where the musical material is static (atemporal, non-narrative) and the listening attitude is ecstatic (free to explore and move through the dimensions of sound).”
Wanke, R. (2015). A Cross-genre Study of the (Ec) Static Perspective of Today’s Music. Organised Sound, 20(03), 331-339.
Sounds of musical instruments may be positioned in a low dimensional space with dimensions asociated to acoustic attributes.
Grey, J. M. (1977). Multidimensional perceptual scaling of musical timbres. the Journal of the Acoustical Society of America, 61(5), 1270-1277
Frames length of ~92 miliseconds with steps of ~23 miliseconds
%%HTML
<video width="640" height="640" controls>
<source src="figs/Partiels/spectrogram_video.mp4" type="video/mp4">
</video>
%%HTML
<H1> Recurrence - Partiels Grisey (1975) </H1>
<video width="640" height="640" controls>
<source src="figs/Partiels/recurrence_video.mp4" type="video/mp4">
</video>
%%HTML
<video width="640" height="480" controls>
<source src="figs/Partiels/mds_video.mp4" type="video/mp4">
</video>
display(htmlimage(['figs/Partiels/mds_kmeans_labels.png'],512))
# ,'figs/Partiels/mds_spectral_labels.png'
# display(htmlimage('figs/Partiels/mds_kmeans_labels.png.png',512))
# import pickle
# sr = 44100
# with open('../mir/pickles/Partiels_data.pickle', 'rb') as handle:
# s = pickle.load(handle)
# X = s['Xpca']
# n_clusters=X.shape[1]
# labels = s['kmeans_labels']
# print(s['name'])
# path = 'figs/'
# for i in range(n_clusters):
# fname = s['name']+'/kmeans_cluster_'+str(i)+'.mp3'
# display(audiofile(filename=path+fname))
path = 'figs/Partiels'
for i in range(8):
fname = '/kmeans_cluster_'+str(i)+'.mp3'
display(audiofile(filename=path+fname))
Wessel, D. L. (1979). Timbre space as a musical control structure. Computer music journal, 45-52.
display(audiofile(filename='figs/Partiels/pca_sorted.mp3'))
display(audiofile(filename='figs/Partiels/orderdfs.mp3'))
Patil, K., Pressnitzer, D., Shamma, S., & Elhilali, M. (2012). Music in our ears: the biological bases of musical timbre perception. PLoS Comput Biol, 8(11)
display(audiofile(filename='figs/Autoencoder/naeoutput_8.mp3'))
display(audiofile(filename='figs/Autoencoder/zpath_8.mp3'))
%%HTML
<video width="640" height="512" controls>
<source src="figs/Partiels/mdsz_video.mp4" type="video/mp4">
</video>
display(htmlimage(['figs/Partiels_nae_inner_layer/recurrence_cosine.png'],512))