comparison base/PlayParameterRepository.cpp @ 150:4b2ea82fd0ed

* Reorganising code base. This revision probably should compile once more.
author Chris Cannam
date Mon, 31 Jul 2006 14:05:22 +0000
parents 82f529a08cf3
children 41d64b873d87
comparison
equal deleted inserted replaced
149:3e4c384f518e 150:4b2ea82fd0ed
17 #include "PlayParameters.h" 17 #include "PlayParameters.h"
18 18
19 //!!! shouldn't be including this here -- restructure needed 19 //!!! shouldn't be including this here -- restructure needed
20 20
21 //!!! should the AudioGenerator actually implement all this stuff itself? do we even want this class? 21 //!!! should the AudioGenerator actually implement all this stuff itself? do we even want this class?
22 #include "audioio/AudioGenerator.h" 22 #include "sv/audioio/AudioGenerator.h"
23 23
24 #include <iostream> 24 #include <iostream>
25 25
26 PlayParameterRepository * 26 PlayParameterRepository *
27 PlayParameterRepository::m_instance = new PlayParameterRepository; 27 PlayParameterRepository::m_instance = new PlayParameterRepository;