Task #51700 has been updated.
Project: subsynth
Subproject: configuration
Summary: find a solution to load in, save out config data
Complete: 100%
Status: Closed
Authority : subatomic
Assigned to: subatomic
Description: need to consider how people will edit it.
right now, we could use jackyl or xmlpp. I'm thinking use jackyl XML format, but use XMLpp so that we can serialize selected DOM nodes out to disk (will jackyl let us output a subtree? or only the entire tree?)
Need to be able to configure subsynth with something other than C++! (keep in mind that XML isn't the exclusive way though, coding directly to the Modules in C++ is still very valid way to use subsynth.)
Follow-Ups:
-------------------------------------------------------
Date: 2002-07-01 23:55
By: subatomic
Comment:
I've addressed this issue with the "builder" paradigm. the builder directory will include many objects that know how to build up synth algorithms. included so far is a cppdom builder that reads an xml file and builds an instrument.
-------------------------------------------------------
Date: 2002-06-03 21:56
By: subatomic
Comment:
using CPPDOM for instrument configuration. this is working really well.
only loader is written so far. will need a writer if/when someone writes an instrument editing/creation tool.
NOTE: an instrument is just a sub-network of modules connected in some way, with internal IO/params exposed.
-------------------------------------------------------
For more info, visit:
http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=51700&group_id=42943&group_project_id=15986
|