Lumiera  0.pre.03
»edit your freedom«
auto.cpp
Go to the documentation of this file.
1 /*
2  Auto - Media Object holding automation data
3 
4  Copyright (C)
5  2008, Hermann Vosseler <Ichthyostega@web.de>
6 
7   **Lumiera** is free software; you can redistribute it and/or modify it
8   under the terms of the GNU General Public License as published by the
9   Free Software Foundation; either version 2 of the License, or (at your
10   option) any later version. See the file COPYING for further details.
11 
12 * *****************************************************************/
13 
14 
21 
22 namespace steam {
23 namespace mobject {
24 namespace session {
25 
26 
27  template<class VAL>
28  VAL
29  Auto<VAL>::getValue ()
30  {
31  return 0;
32  }
33 
34 
35 
36 
37 }}} // namespace steam::mobject::session
Steam-Layer implementation namespace root.
Namespace of Session and user visible high-level objects.
Definition: sequence.hpp:65