OpenMusic

Visual Programming | Computer-Assisted Composition

OpenMusic Reference

Prev| | Next


get-slot

get-slot

(data module) -- returns the value of a slot of an object-instance

Syntax

get-slot object slot

Inputs

name data type(s) comments
object Any object instance  
slot The name of the slot to be modified  

Output

output data type(s) comments
first The value of the selected slot  

Description

get-slot takes an object instance and returns the content of slot slot . You can use the LISP function describe to get the names of an object’s slots.


Prev Home Next
get-maquette Up group-list