Mercurial > hg > svapp
comparison audioio/AudioGenerator.cpp @ 348:f8e1ca25dd80 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 | 0e4332efcc7d |
children | 8d7f39df44ed |
comparison
equal
deleted
inserted
replaced
347:b3609adae921 | 348:f8e1ca25dd80 |
---|---|
46 //#define DEBUG_AUDIO_GENERATOR 1 | 46 //#define DEBUG_AUDIO_GENERATOR 1 |
47 | 47 |
48 AudioGenerator::AudioGenerator() : | 48 AudioGenerator::AudioGenerator() : |
49 m_sourceSampleRate(0), | 49 m_sourceSampleRate(0), |
50 m_targetChannelCount(1), | 50 m_targetChannelCount(1), |
51 m_waveType(0), | 51 m_waveType(0), |
52 m_soloing(false) | 52 m_soloing(false) |
53 { | 53 { |
54 initialiseSampleDir(); | 54 initialiseSampleDir(); |
55 | 55 |
56 connect(PlayParameterRepository::getInstance(), | 56 connect(PlayParameterRepository::getInstance(), |