Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


RealtimeContext

A temporary context tied to a particular mix cycle, and generally passed along when processing ProcessorInstance s.
Read time 1 minuteLast updated 6 days ago

Definition

public struct RealtimeContext

Remarks

This also gives access to communicating data together with a ProcessorInstance.Pipe.
Additional Resources: ControlContext.Manual.BeginMix

Properties

Property

Description

dspTimeThe DSP time at which the mix cycle began.
isCreatedTrue if this context was ever created.

Methods

Method

Description

ProcessManually process this particular GeneratorInstance.