Mercurial > hg > svcore
comparison base/PlayParameterRepository.cpp @ 81:f277a171749d
* Pull out temporary directory management into its own class
* Make sure playback plugins get a default sample path in their original
play parameters configuration
* Save play parameters to .sv file (we aren't reloading yet though)
author | Chris Cannam |
---|---|
date | Tue, 25 Apr 2006 22:14:43 +0000 |
parents | 7439f1696314 |
children | bf42d8d63885 |
comparison
equal
deleted
inserted
replaced
80:8739096929dd | 81:f277a171749d |
---|---|
15 | 15 |
16 #include "PlayParameterRepository.h" | 16 #include "PlayParameterRepository.h" |
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 | |
21 //!!! should the AudioGenerator actually implement all this stuff itself? do we even want this class? | |
20 #include "audioio/AudioGenerator.h" | 22 #include "audioio/AudioGenerator.h" |
21 | 23 |
22 #include <iostream> | 24 #include <iostream> |
23 | 25 |
24 PlayParameterRepository * | 26 PlayParameterRepository * |