view sonic-visualiser.pro @ 712:91f7a52a1c5a tony_integration

Restore selection of playback sample for note layers. Also default to new elecpiano clip.
author Chris Cannam
date Wed, 07 May 2014 16:51:04 +0100
parents e6faa02020f0
children 10e3c2c5e569
line wrap: on
line source
TEMPLATE = subdirs
SUBDIRS = sub_dataquay svcore svgui svapp sub_sv 

!win* {
    # We should build and run the tests on any platform,
    # but doing it automatically doesn't work so well from
    # within an IDE on Windows, so remove that from here
    SUBDIRS += svcore/data/fileio/test
}

sub_sv.file = sv.pro

sub_dataquay.file = dataquay/lib.pro

svgui.depends = svcore
svapp.depends = svcore svgui
sub_sv.depends = svcore svgui svapp