diff 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
line wrap: on
line diff
--- a/base/PlayParameterRepository.cpp	Mon Apr 24 17:06:32 2006 +0000
+++ b/base/PlayParameterRepository.cpp	Tue Apr 25 22:14:43 2006 +0000
@@ -17,6 +17,8 @@
 #include "PlayParameters.h"
 
 //!!! shouldn't be including this here -- restructure needed
+
+//!!! should the AudioGenerator actually implement all this stuff itself?  do we even want this class?
 #include "audioio/AudioGenerator.h"
 
 #include <iostream>