Lumiera  0.pre.03
»edit your freedom«
parameter.cpp
Go to the documentation of this file.
1 /*
2  Parameter - representation of an automatable effect/plugin parameter
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 
22 #include "lib/error.hpp"
25 
26 namespace steam {
27 namespace mobject {
28 
29 
30  template<class VAL>
31  VAL
32  Parameter<VAL>::getValue ()
33  {
34  UNIMPLEMENTED ("Any idea how to handle various kinds of parameter types");
35  }
36 
37 
38 
39 }} // namespace mobject
Steam-Layer implementation namespace root.
Core abstraction: an entity to expose a single parameter.
Lumiera error handling (C++ interface).
Core abstraction: parameter to be controlled and possibly automated.