[subsynth-devel] [Task #51700] find a solution to load in, save out config data
Status: Beta
Brought to you by:
subatomic
|
From: <no...@so...> - 2002-06-04 01:56:10
|
Task #51700 has been updated. Project: subsynth Subproject: configuration Summary: find a solution to load in, save out config data Complete: 90% Status: Open 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-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 |