Vuo  1.2.6
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Enumerations | Functions
VuoScribbleStrip.h File Reference

Description

VuoScribbleStrip interface.

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.
 
VuoText VuoScribbleStrip_get (VuoScribbleStripSection section, VuoInteger channel)
 Retrieves text from the process-wide scribble-strip buffer.
 

Enumeration Type Documentation

A group of physical controls in a channel strip.

Function Documentation

VuoText VuoScribbleStrip_get ( VuoScribbleStripSection  section,
VuoInteger  channel 
)

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

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

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