Jamoma API  0.6.0.a19
Modular/library/includes/TTRamp.h File Reference

TTRamp class embedes a scheduling mechanism from #TTDrive and a function from TTFunction More...

#include "TTModularIncludes.h"
#include "TTClock.h"
+ Include dependency graph for Modular/library/includes/TTRamp.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TTRamp
 TTRamp generates a linear traversal from 0.0 to 1.0 over the course of a specified time period. More...
 

Functions

void TTMODULAR_EXPORT TTRampDriveCallback (TTPtr object, TTFloat64 position, TTFloat64 date)
 

Detailed Description

TTRamp class embedes a scheduling mechanism from #TTDrive and a function from TTFunction

Authors
Tim Place, Théo de la Hogue

Definition in file Modular/library/includes/TTRamp.h.

Function Documentation

void TTMODULAR_EXPORT TTRampDriveCallback ( TTPtr  object,
TTFloat64  position,
TTFloat64  date 
)
Parameters
baton..
data..
Returns
an error code

Definition at line 370 of file Modular/library/source/TTRamp.cpp.

References TTObject::instance(), TTRamp::mFunctionUnit, and TTObject::valid().

+ Here is the call graph for this function: