Project Road Map

From Resound-wiki

Jump to: navigation, search

Contents

Release 0.1.73 (Current Stable Release)

Availability

  • SVN check-out
svn co https://resound.svn.sourceforge.net/svnroot/resound/branches/resound-1.0.73 resound-1.0.73
  • SVN export
svn export https://resound.svn.sourceforge.net/svnroot/resound/branches/resound-1.0.73 resound-1.0.73
  • Source tar-ball download:
http://sourceforge.net/project/showfiles.php?group_id=196164

Resound NV (in development)

Availability

  • SVN check-out
svn co https://resound.svn.sourceforge.net/svnroot/resound/trunk resound

Model

  • One document class object
  • The whole system is basically a DOM XML tree
  • Everything in the tree is given an OSC address and can be manipulated in real time by OSC
  • The tree can have things added and removed by parsing chunks of XML
  • The audio engine is built from the tree

=To Do

  • Devise XML format
  • Devise XML schema

XML format example

...

Personal tools