Mercurial > hg > svcore
comparison plugin/DSSIPluginInstance.cpp @ 75:163f3428bbe0
* Create temporary directory, cleaned up on exit, and use it to store
(inter alia) audio samples for the sample-player plugin.
* Ensure newly added layers always have unique names
* Make sure configure pairs for real-time plugins are stored in the
configuration Xml along with parameter & program settings
author | Chris Cannam |
---|---|
date | Mon, 10 Apr 2006 13:52:32 +0000 |
parents | 7afcfe666910 |
children | b2067aff8cd6 |
comparison
equal
deleted
inserted
replaced
74:47fd14e29813 | 75:163f3428bbe0 |
---|---|
826 key.c_str(), | 826 key.c_str(), |
827 value.c_str()); | 827 value.c_str()); |
828 | 828 |
829 m_programCacheValid = false; | 829 m_programCacheValid = false; |
830 | 830 |
831 m_configurationData[key] = value; | |
832 | |
831 std::string qm; | 833 std::string qm; |
832 | 834 |
833 // Ignore return values from reserved key configuration calls such | 835 // Ignore return values from reserved key configuration calls such |
834 // as project directory | 836 // as project directory |
835 #ifdef DSSI_RESERVED_CONFIGURE_PREFIX | 837 #ifdef DSSI_RESERVED_CONFIGURE_PREFIX |