HISE Docs

DisplayBufferSource


This object is a reference to a HISE module which has a display buffer attached to it. Some modules have a static display buffer (eg. the Analyser node), and all script modules can host multiple display buffers.

In order to create a object of this type, just call Synth.getDisplayBufferSource() with the ID of the HISE module you want to reference (similar to getting other typed references).

Class methods

getDisplayBuffer

Returns a reference to the display buffer at the given index.

DisplayBufferSource.getDisplayBuffer(int index)


This returns a reference to the DisplayBuffer at the given index.