Mercurial > hg > svcore
comparison base/PlayParameterRepository.cpp @ 321:1dc99b430d2a
...
author | Chris Cannam |
---|---|
date | Thu, 25 Oct 2007 11:49:29 +0000 |
parents | 41d64b873d87 |
children | 5858cc462d0a |
comparison
equal
deleted
inserted
replaced
320:32e50b620a6c | 321:1dc99b430d2a |
---|---|
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 "sv/audioio/AudioGenerator.h" | 22 #include "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; |