mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 07:05:43 +01:00
NO-OP explanatory comment
This commit is contained in:
parent
94bf944acd
commit
b0d7d6f9fd
1 changed files with 9 additions and 1 deletions
|
|
@ -161,7 +161,15 @@ Track::set_state (const XMLNode& node, int version)
|
|||
|
||||
if (version >= 3000 && version < 4000) {
|
||||
if ((child = find_named_node (node, X_("Diskstream"))) != 0) {
|
||||
/* XXX DISK ... setup reader/writer from XML */
|
||||
/* XXX if we remember anything from stored DiskStream
|
||||
state (older Ardour versions) that is needed by a
|
||||
DiskReader or DiskWriter, we should cook up a new
|
||||
XMLNode here, populate it with that information
|
||||
(child nodes, properties, etc.) and then call
|
||||
::set_state() on the writer/reader.
|
||||
|
||||
But at present (June 2017), there's no such state.
|
||||
*/
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue