Lumiera  0.pre.03
»edit your freedom«
interpolator.hpp
Go to the documentation of this file.
1 /*
2  INTERPOLATOR.hpp - denotes a facility to get (continuously interpolated) parameter values
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 #ifndef STEAM_MOBJECT_INTERPOLATOR_H
23 #define STEAM_MOBJECT_INTERPOLATOR_H
24 
25 
26 
27 namespace steam {
28 namespace mobject {
29 
30 
35  template<class VAL>
37  {
39  };
40 
41 
42 
43 }} // namespace steam::mobject
44 #endif /*STEAM_MOBJECT_INTERPOLATOR_H*/
Steam-Layer implementation namespace root.
Provides the implementation for getting the actual value of a time varying or automated effect/plugin...