Wiki » History » Version 38

« Previous - Version 38/63 (diff) - Next » - Current version
Matthias Mauch, 2014-06-16 07:24 PM


Tony Introduction

Tony is a program for computer-aided melody annotation. It has a graphical interface based on the SV libraries and uses the pYIN Vamp plugin to extract pitch track and notes from monophonic audio.

Getting Started

Installation

We provide ready-to-use software builds for Windows and Mac OSX on the Downloads page. On Windows you can simply download and execute the installer (.msi), and on OSX you download the disk image (.dmg), mount it and drag "Tony" into your Applications folder.

For Linux users with ample compilation experience we also provide the source code, available on the Downloads page.

User Interface

An annotated screenshot of the Tony user interface.

Tutorial 1: First Steps

This mini-tutorial walks you through the complete process of using Tony to load an audio file, annotate the notes in it and export the notes to a .csv (comma-separated values) file.

  1. Start the Tony program by double-clicking (or whatever you routinely do to open programs).
  2. Open an audio file of your choice. Mind that Tony only deals with single melodies without accompaniment, so choose a little bit of accompanied solo singing or the like.
  3. Upon opening of the file, Tony will automatically analyse the file using pYin pitch and note extraction, and pitches and notes should appear. If no pitch track and notes occur, please see Analysis Settings and Visualisation, below.
  4. Get comfortable moving around and playback... a few suggestions:
    • play audio by clicking on the play button in the top toolbar, or simply by pressing the space bar on your keyboard
    • use the Navigate tool to move around in the audio file: simply left-click and drag in the main pane
    • try navigating with the keyboard, too. The left and right cursor keys will move the play head
  5. Get comfortable with different visualisations and sonifications:
    • try switching (toggling) different visualisations on and off in the bottom toolbar: waveform, pitch track (the black line), note track (the blue boxes), spectrogram (the gray-scale background)
    • try switching on the pitch track sonification (sound representation) by toggling the loudspeaker symbol next to the pitch track symbol in the bottom toolbar -- you should be able to hear a funny sine-like tone at the same pitch as the original audio when sonification is on.
    • turn off pitch track sonification, and turn on note track sonification -- what's the difference?
    • you can switch the original audio on and off too (next to the waveform)
    • what effect does the pan wheel (the one with the green circle) have on sonification? -- you can choose where in the stereo image to sonify the sounds: left, right, or anywhere in between.

Tutorial 2: Note Correction and Saving

When you load an audio file, Tony will provide you with a first note track. It's rare that the note track is perfect; here I talk you through but you can easily correct it and save it.

  1. Make sure you can see the note track in blue. If not, turn note visualisation on.
  2. Splitting a note using the Edit Tool
    • select the Edit Tool from the top toolbar (alternatively you can type "2" on your keyboard)
    • move the mouse over a note; in the middle bottom of the note the mouse pointer will turn into an upward arrow -- if it does that, left-click, and you'll have split a note!
    • note that the two resulting notes will have different frequencies (Tony automatically calculates the pitch from the underlying pitch track)
  3. Extending or shortening a note
    • when in Edit Tool mode, you can grab a note end (onset or offset) and move it to shorten or extend the note
  4. Splitting a note at the play head without using the Edit Tool
    • put the play head where you want it by using the left/right arrows or a single left-click in the selection pane
    • then go to the Edit menu and click "Split Note". There's a keyboard shortcut for this as well: simply type "/" (a slash)
  5. Merging two or more notes into one. Do the following:
    1. Select the region with the notes you want to delete by clicking and dragging in the selection pane (just under the main pane)
    2. On your keyboard, press the backslash key, or, in the Edit menu, choose Merge Notes
  6. Deleting a note. To delete a note using the Edit Tool, move the mouse to the bottom of the note (as if you wanted to split it), press the Shift key and click. That is: deleting is like splitting with the Shift key pressed.
  7. Deleting multiple notes. To delete multiple notes, do the following:
    1. Select the region with the notes you want to delete by clicking and dragging in the selection pane (just under the main pane)
    2. On your keyboard, press the Backspace key, or, in the Edit menu, choose Delete Notes.

Tony User's Manual

This is not quite comprehensive enough to deserve the name manual, but I shall be working on it.

Analysis Menu

The "Analysis" menu allows you to re-analyse the audio for pitches and notes and to choose some analysis settings.

  • Analyse Now! will run pYin to extract pitches and notes and replaces all currently annotated pitches and notes. While you can undo this, you might still want to consider carefully whether to use this option if you have put a lot of work into annotating notes or pitches.
  • Auto-Analyse New Audio. Tony will, by default, analyse any new audio that you load. If you do not want this behaviour, you can de-select it here.
  • Unbiased Timing (slow). By default the pYin analysis is based on ordinary YIN, which has a funky asymmetric window and introduces a small timing bias of up to 5ms. If you need zero time bias, then tick this item. This will be much slower, since this option cannot use the Fast Fourier Transform.
  • Penalise Soft Pitches: this option is on by default and reduces the impact of very low-amplitude content, effectively suppressing some spurious pitches. If you don't want this, untick.

Sonification

Nerdy matters

Development Wiki

Tony_User_Interface.png 220 KB, downloaded 11444 times Matthias Mauch, 2014-07-16 12:36 PM