API Reference🔗
TouchPy Classes🔗
The data type of a CUDA memory buffer |
|
Represents an array of floating point values. |
|
A color parameter in a TouchDesigner component |
|
Representsa TouchDesigner component loaded in a TouchEngine instance. |
|
Enumeration of component flags. |
|
Support for integer-based Flags |
|
A pointer to CUDA memory and its attributes |
|
Represents a 2D table of strings. |
|
A float2 parameter in a TouchDesigner component |
|
A float3 parameter in a TouchDesigner component |
|
A float4 parameter in a TouchDesigner component |
|
Set data on an InCHOP in a loaded TouchDesigner component |
|
A container of InChop objects. |
|
An interface for an InDAT in a loaded TouchDesigner component |
|
A container of InDat objects. |
|
An interface for an InTOP in a loaded TouchDesigner component |
|
A container of InTop objects. |
|
An int2 parameter in a TouchDesigner component |
|
An int3 parameter in a TouchDesigner component |
|
An int4 parameter in a TouchDesigner component |
|
Enumeration of logging levels. |
|
Access data in an OutCHOP in a loaded TouchDesigner component |
|
A container of OutChop objects. |
|
An interface for an OutDAT in a loaded TouchDesigner component |
|
A container of OutDat objects. |
|
An interface for an OutTOP in a loaded TouchDesigner component |
|
A container of OutTop objects |
|
A parameter in a TouchDesigner component |
|
A collection of par Par objects |
|
A pulse parameter in a TouchDesigner component |
|
A struct containing the time information of the currently loaded component. |
Functions🔗
|
Get information about a DLPack capsule. |
|
Initialize the logging system. |
|
Set the logging level. |
Module Contents🔗
- touchpy.get_dlpack_capsule_info(array: numpy.typing.ArrayLike) dict 🔗
Get information about a DLPack capsule.
- Parameters:
array (
ndarray
) – The array to get information about.- Returns:
A dictionary containing information about the array.
- Return type: