Wiki » History » Version 38

Matthias Mauch, 2014-06-16 07:24 PM

1 23 Matthias Mauch
{{toc}}
2 1 Matthias Mauch
3 24 Matthias Mauch
h1. Tony Introduction
4 24 Matthias Mauch
5 19 Matthias Mauch
Tony is a program for computer-aided melody annotation. It has a graphical interface based on the  "SV libraries":/projects/sv and uses the "pYIN":/projects/pyin Vamp plugin to extract pitch track and notes from monophonic audio.
6 19 Matthias Mauch
7 19 Matthias Mauch
h2. Getting Started
8 19 Matthias Mauch
9 19 Matthias Mauch
h3. Installation
10 19 Matthias Mauch
11 19 Matthias Mauch
We provide ready-to-use software builds for Windows and Mac OSX on the "Downloads page":/projects/tony/files. 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.
12 1 Matthias Mauch
13 24 Matthias Mauch
For Linux users with ample compilation experience we also provide the source code, available on the "Downloads page":/projects/tony/files.
14 24 Matthias Mauch
15 1 Matthias Mauch
h3. User Interface
16 1 Matthias Mauch
17 36 Matthias Mauch
An annotated screenshot of the Tony user interface.
18 24 Matthias Mauch
19 26 Matthias Mauch
!/attachments/download/1114/Tony_User_Interface.png!
20 24 Matthias Mauch
21 33 Matthias Mauch
h3. Tutorial 1: First Steps
22 24 Matthias Mauch
23 24 Matthias Mauch
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.
24 24 Matthias Mauch
25 24 Matthias Mauch
# Start the _Tony_ program by double-clicking (or whatever you routinely do to open programs).
26 1 Matthias Mauch
# 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.
27 1 Matthias Mauch
# Upon opening of the file, _Tony_ will automatically analyse the file using "pYin":/projects/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._
28 27 Matthias Mauch
# Get comfortable moving around and playback... a few suggestions:
29 27 Matthias Mauch
#* play audio by clicking on the play button in the top toolbar, or simply by pressing the space bar on your keyboard
30 27 Matthias Mauch
#* use the Navigate tool to move around in the audio file: simply left-click and drag in the main pane
31 27 Matthias Mauch
#* try navigating with the keyboard, too. The left and right cursor keys will move the play head
32 27 Matthias Mauch
# Get comfortable with different visualisations and sonifications:
33 28 Matthias Mauch
#* 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)
34 1 Matthias Mauch
#* 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.
35 1 Matthias Mauch
#* turn off pitch track sonification, and turn on note track sonification -- what's the difference?
36 28 Matthias Mauch
#* you can switch the original audio on and off too (next to the waveform)
37 28 Matthias Mauch
#* 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.
38 32 Matthias Mauch
39 37 Matthias Mauch
h3. Tutorial 2: Note Correction and Saving
40 32 Matthias Mauch
41 37 Matthias Mauch
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.
42 32 Matthias Mauch
43 32 Matthias Mauch
# Make sure you can see the note track in blue. If not, turn note visualisation on.
44 32 Matthias Mauch
# Splitting a note using the Edit Tool
45 32 Matthias Mauch
#* select the Edit Tool from the top toolbar (alternatively you can type "2" on your keyboard)
46 32 Matthias Mauch
#* 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!
47 32 Matthias Mauch
#* note that the two resulting notes will have different frequencies (Tony automatically calculates the pitch from the underlying pitch track)
48 37 Matthias Mauch
# Extending or shortening a note
49 34 Matthias Mauch
#* when in Edit Tool mode, you can grab a note end (onset or offset) and move it to shorten or extend the note
50 1 Matthias Mauch
# Splitting a note at the play head without using the Edit Tool
51 1 Matthias Mauch
#* put the play head where you want it by using the left/right arrows or a single left-click in the selection pane
52 1 Matthias Mauch
#* then go to the Edit menu and click "Split Note". There's a keyboard shortcut for this as well: simply type "/" (a slash)
53 37 Matthias Mauch
# Merging two or more notes into one. Do the following:
54 37 Matthias Mauch
## Select the region with the notes you want to delete by clicking and dragging in the selection pane (just under the main pane)
55 37 Matthias Mauch
## On your keyboard, press the backslash key, or, in the Edit menu, choose Merge Notes
56 37 Matthias Mauch
# 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.
57 37 Matthias Mauch
# Deleting multiple notes. To delete multiple notes, do the following:
58 37 Matthias Mauch
## Select the region with the notes you want to delete by clicking and dragging in the selection pane (just under the main pane)
59 37 Matthias Mauch
## On your keyboard, press the Backspace key, or, in the Edit menu, choose Delete Notes.
60 24 Matthias Mauch
61 38 Matthias Mauch
h2. Tony User's Manual
62 38 Matthias Mauch
63 38 Matthias Mauch
This is not quite comprehensive enough to deserve the name manual, but I shall be working on it.
64 1 Matthias Mauch
65 30 Matthias Mauch
h3. Analysis Menu
66 30 Matthias Mauch
67 30 Matthias Mauch
The "Analysis" menu allows you to re-analyse the audio for pitches and notes and to choose some analysis settings.
68 30 Matthias Mauch
69 30 Matthias Mauch
* *Analyse Now!* will run "pYin":/projects/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.
70 30 Matthias Mauch
* *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.
71 30 Matthias Mauch
* *Unbiased Timing (slow)*. By default the "pYin":/projects/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.
72 30 Matthias Mauch
* *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.
73 25 Matthias Mauch
74 25 Matthias Mauch
h3. Sonification
75 19 Matthias Mauch
76 19 Matthias Mauch
h2. Nerdy matters
77 18 Matthias Mauch
78 18 Matthias Mauch
[[Development Wiki]]