Vuo  2.3.2
Enumerations | Functions
VuoScribbleStrip.h File Reference

Description

VuoScribbleStrip interface.

Definition in file VuoScribbleStrip.h.

Go to the source code of this file.

Enumerations

enum  VuoScribbleStripSection { VuoScribbleStrip_Knobs , VuoScribbleStrip_ButtonRow1 , VuoScribbleStrip_ButtonRow2 , VuoScribbleStrip_Faders }
 A group of physical controls in a channel strip. More...
 

Functions

void VuoScribbleStrip_set (VuoScribbleStripSection section, VuoInteger channel, VuoText text)
 Copies text into the process-wide scribble-strip buffer. More...
 
VuoText VuoScribbleStrip_get (VuoScribbleStripSection section, VuoInteger channel)
 Retrieves text from the process-wide scribble-strip buffer. More...
 

Enumeration Type Documentation

◆ VuoScribbleStripSection

A group of physical controls in a channel strip.

Definition at line 18 of file VuoScribbleStrip.h.

Function Documentation

◆ VuoScribbleStrip_get()

VuoText VuoScribbleStrip_get ( VuoScribbleStripSection  section,
VuoInteger  channel 
)

Retrieves text from the process-wide scribble-strip buffer.

Definition at line 55 of file VuoScribbleStrip.c.

◆ VuoScribbleStrip_set()

void VuoScribbleStrip_set ( VuoScribbleStripSection  section,
VuoInteger  channel,
VuoText  text 
)

Copies text into the process-wide scribble-strip buffer.

Definition at line 39 of file VuoScribbleStrip.c.