annotate .hgignore @ 589:7ebd5a21d74f sonification

Branch to handle audio feedback and metadata sonification interactively with the UI. Piano keyboard audio feedback: The midi pitch of a piano keyboard note is retrieved in SpectrogramLayer::processMouseEvent when a left click is made on the note in the Select tool mode (SpectrogramLayer with a log frequency scale). The same process should be applied to the Spectrum layer (log frequency scale) as well.
author mathieub <mathieu.barthet@eecs.qmul.ac.uk>
date Wed, 22 Jun 2011 00:04:21 +0100
parents 0b0377d471ac
children
rev   line source
Chris@564 1 syntax: glob
Chris@564 2 Makefile
Chris@564 3 */Makefile
Chris@565 4 o/*
Chris@564 5 */o/*
Chris@564 6 */tmp_obj/*
Chris@564 7 */tmp_moc/*
Chris@564 8 doc/html/
Chris@564 9 *.o
Chris@564 10 *.so
Chris@564 11 *.so.*
Chris@564 12 *.a
Chris@564 13 *.wav
Chris@564 14 *~
Chris@564 15 *.orig
Chris@564 16 *.rej