Musicologists

Ethnographic observations at the British Library

This section presents several themes to adapt or improve Sonic Visualiser for musicological research purposes based on ethnographic observations carried out at the British Library from February to May 2011 by Mathieu Barthet.

User Interface:

Observations:
Musicologists alternate two listening practices: closed listening (without visualisation), and multimodal listening (with visualisation). Cross-modal effects between auditory and visual feedback occur. Due to this effect, it is deemed important to start with closed listening, and then use multimodal listening if necessary.

Solutions:
SV could allow a closed listening mode (without visualisation) and a multimodal listening mode (with visualisation). Closed listening could be associated with a basic mode (or skin), in the spirit of VLC, with basic playback functionalities (e.g. play/stop, navigation, volume, equalization). Multimodal listening could be associated with an advanced mode (or skin) offering visualisations (waveform, spectrogram) and more advanced functionality (e.g. Vamp plugin transform).

(CC: I'm not very familiar with vlc, but I think I can picture what you're talking about. The waveform counts as a visualisation, I assume)

  • template solution:

One straightforward way to allow for closed listening (without visuals) would be to design a dedicated template only showing the main playback control buttons, the green waveform overview normally located at the bottom of the SV window (since it's small I don't think it would affect listening and it's useful for navigation), and the time-stretching and volume controllers. The thing is doing that the interface does not look very attractive though...

Related issues:
- how to remove the space allowed for the pane in the main window?
- allow to remove some buttons from the toolbar when saving a template
- make the property box invisible (which is not the case when saving a template)
- bug reported when removing the waveform pane (app crashes), keeping only the waveform overview visible

One of the advantages of this solution is that it let users choose the default template they prefer. Some musicologists may prefer to start with the Closed listening template, others musicologists, or other types of users may not.

  • view modes solution:

One alternative would be to add to the View menu two view modes: Closed listening / Multimodal listening (or other terms) which would allow users to switch directly from one to the other. Toggling between the two modes could be triggered by a button as well (such as the "lozenge" one at the upper right corner on mac os x).

Related issues:
- Is there a way to design a lighter SV only acting as a player when starting and then obtain the full functionality when desired by modifying the View mode? Would the time the application takes to launch be smaller if it were to start in such simple mode, or all the Qt libraries need to be loaded anyway at launch?

The template solution seems to be the most straightforward.

Automation/personalisation of spectrogram measurements:

Observations:
The measurement tool provided by SV is used to measure time-frequency related variations, like the rate and extent of a vibrato. The process presents several drawbacks:
- it can be time-consuming (when performed on many different performances/notes),
- it may not be systematic (the measurement tool is adjusted manually to match the amplitude variations of tones’ partial, the precision of the process depends on the level of magnification, eye sensitivity, and the visualisation settings chosen by the user).

Solutions:
- The measurement tool could be associated with a tone partial tracking functionality allowing to detect the amplitude variations of the partial in the selected area automatically. Descriptors about the amplitude variations of the partial could be computed (e.g. mean, variance, rate, extent, regularity). A solution would be to integrate some functionalities of Xue Wen’s Harmonic Visualiser into SV (including audio synthesis of selected partials). One of the difficulty would be to develop the framework allowing the interaction with the spectrogram in SV. Another possibility would be to design a tone partial tracking Vamp plugin that would take the parameters of the measurement rectangle as input. (CC: remember that Vamp plugins have a very unsophisticated notion of parameters, although you could potentially provide min+max frequency and supply only the audio region whose duration is beneath the rectangle)

- Users should be able to save the settings used in spectrogram visualisation (color, scale, window, bins, and magnification) so that they can be further applied when analysing other audio files. This aspect can be managed by the use of customizable SV templates. (CC: review the "templating" branch of current SV repositories and see how far you think this can be helpful as it stands) (MB: yes, templates make possible to save the spectrogram parameters.)

Audio feedback and sonification of metadata:

Observations:
Users tried to click on the notes from the piano representation going along with the melodic spectrogram visualisation to listen to them. (CC: Should be a practical and useful addition) (MB: What bit of code handles the display of the piano notes in the melodic range spectrogram? Is it handled by the SpectrogramLayer?)

Solutions:
It would be useful to add a note audio feedback in the melodic spectrogram visualisation. To a wider extent, it would be useful to sonify the metadata extracted by Vamp plugins when relevant (e.g. chords). (CC: This is possible in some cases, e.g. the Chordino plugin has an output which produces a MIDI-style note representation of its chords and SV will play that)

Scores:

Observations:
Musicologists often use scores while listening. They prefer to read the score on a page, not in chunks. They often use specific score editions which can be obtained as PDF scanned copies on online music sheet database (IMLSP). Visualisation of the performers’ expressive deviations from the score could enhance performance practice analysis.

Solutions:
- SV could provide an “Import score” functionality allowing to use several formats (symbolic like MIDI and MusicXML, and images, like PDF) [MIDI can already be imported as an annotation layer] (CC: It's also possible to import individual images into an image layer: at one point I had planned to add PDF import into a series of images, perhaps using the Poppler PDF library, but I never produced any code for that). The UI should make possible to see score in a page mode on the screen (using e.g. a specific score template). Part of the code of Rose Garden from Chris Cannam may be used for that purpose (difficulty: Rose Garden is built on GTK and not Qt). (CC: Not true, RG uses Qt4 like SV)

- An Optical Music Recognition (OMR) engine could be embedded into SV (e.g. SharpEye) to convert PDF scores into machine-readable notations. The state of the art tools still offer poor performance for hand-produced scores (see the related post on the IMSLP forum: http://imslpforums.org/viewtopic.php?f=12&t=2805). (CC: This sounds like overkill to me, given the usually large amount of manual post-processing that OMR requires)

- A collaborative project with online music sheet database (e.g. MuseScore, IMSLP) could be set up to design dedicated API / SPARQL end-points to automatically retrieve scores within SV when these are available on the database (using the audio file metadata).

- Score visualisations could be further associated with audio-to-score and lyrics-to-audio alignment techniques.

- Assuming a reliable audio-to-score alignment technique, SV could provide various visualisations of performers’ expressive deviations from the score including timing, pitch, dynamics. The user should be given the possibility to integrate implicit rules of interpretation not written on the score in the expressive deviations visualisations (e.g. notes inégales pattern).
Acoustical features statistics could also be provided at various music time scales using information from the score: e.g. note-based level, phrase-based (requires additional rules), bar-based.

Text editor functionality:

Observations:
Musicologists often write down notes while listening and proof read/enrich them during further listening. They often work with speech recordings and perform transcriptions. Switching between different devices (e.g. a CD player and the computer), or software (between the text editor and the audio player on a computer) can be time-consuming and irritating. Time localisation (e.g. tape counter) are often manually reported to connect the notes with a position in the recording.

Solutions:
SV should integrate a text editing pane allowing to write notes while listening. Users could be able to link the written notes with a localisation in time with the audio signal. The notes should be exportable in standard formats (e.g. RTF) to be shared and further modified in standard text editors. (CC: This sounds straightforward enough, but care would be needed to limit any confusion or conflict with the existing text annotations layer which is designed for shorter and less free-form texts) (MB: Then a solution would be to add a TextDocument layer to manage text documents). The control of the playback could be made easy using keyboard shortcuts (allowing to stay in the text editing pane while listening, rewinding, etc.). SV could provide the possibility to use a Midi footswitch pedal to control the playback. (CC: That ought to be easy, SV already supports MIDI recording of notes as well as machine control of the transport via OSC; adding MMC as well should be straightforward)

Enhancing speech and music recordings analysis:

Observations:
Musicologists often use broadcast recordings including both speech and music. They often have to transcribe interviews.

Solutions:
Content-based MIR techniques could be used to:
- facilitate the navigation between speech and music sections (development of a Vamp plugin for automatic speech/music segmentation);
- transcribe the interviews (development of a Vamp plugin for automatic speech recognition).

(CC: No particular comments here except to note that one could easily also produce an excellent standalone transcription assistant program for a wider audience, using some of the text annotation and transport control logic referred to in the prior section)

Sound editor functionality:

Observations:
Prior to analysing the music recordings, musicologists often have to digitize them (e.g. LP), or rip a CD. They also often need sound examples to illustrate talks or lectures.

Solutions:
SV could integrate some basic sound editor functionality like those proposed by Audacity (e.g. CD ripping, cut and paste, amplitude envelope modifications, record from the input audio channel).

(CC: My view has always been that this is an endlessly deep and murky pit and that it's wise to leave audio editing to audio editors -- although it happens by accident that you can do some basic editing already just by selecting regions and exporting them as new audio files)