Release targets:
0.0.5 releae:
- fix the mp3 StreamIO class
- modify oggvorbis / mp3 into be single plugins
- modify FileDialog to "scan" and use the FileIO plugins
- project locking
- new IO-Dialog
- cleaner app exit
- add other wave-forms (FFT, ...)
- keybindings (!!!)

0.1.0 release
- a complete rewritten menu-system
- complete rewritten views (generic overlays)
- new streaming architecture
- an own file-format
- plugin config option saving

Short overview what we have to change next time

- improve track manager
- implement track view hiding
- finish the libmad based mp3 import backend
- add an FileIndex debug-list dialog
- finish view code to allow view switching and deleting
- rewrite the whole NormalWaveView to use a generic overlay-graphic-object concept
  and so make writeing additional information blending easy
- rewrite application startup
	- load plugins from directory
	- first load the gui-kit plugin and show a splash screen
- rework menu / plugin - system 
	- key-binding support !!!!!!!!!!!
	- add pixmap support
	- Valentins other ideas (write here ;-)
- implement realtime FXs per track !!
- implement saving of config opitons / default values / rember last values ...
- cleaner app exit
- runtime plugin loading
- fault tolerance / exception handling
- toolbars
- implement simple / main windows correct
- other ViewImple classes (FFT, ...)
- add real marker and envelope support
- an own object file format (saving FX params, Mixer level, markers ...)
- the importer / exporter graphic dialog where it is possible to specify what exactly
  should be done.
	- Importer:
	  - select different files
	  - modify track mapping
	- Exporter:
	  - select export plugin
	  - modify track mapping
- more import / export plugins
- a GSMP undo / redo architecture to allow undo of marker, mixer ... changes
- add a scripting language support (Rubby, Python, Perl or Lisp???)
- add printing of WaveViews
