MemoryMapReceiver (For Debugging)
Reads from an existing memory-mapped file using an existing mutex. Intended for testing only, or as a reference implementations.
On this page
Output Modes: Discrete 1D
Source Code
Configuration
Option Name | Type | Default | Range | Description |
---|---|---|---|---|
Type | string | "MemoryMapReceiver" | Required: Specifies this visualizer type. | |
Name | string | Any unique name | Required: A unique identifier used to attach outputs and controllers. | |
MapName | string | N/A | Valid memory map name | The name of the memory-mapped file to read data from. The MemoryMap output will create a file by name ColorChord.NET-[OutputName] where [OutputName] is the Name configuration parameter on the Output instance. |
MutexName | string | N/A | Valid mutex name | The name of the mutex to interface with. The MemoryMap output will create a mutex by name ColorChord.NET-Mutex-[OutputName] where [OutputName] is the Name configuration parameter on the Output instance. |
FrameRate | int | 60 | 0~1000 | The number of data frames to attempt to read per second. Determines how fast the data is output. |