How to use the Perform function from bindings

Find comprehensive JavaScript bindings.Perform code examples handpicked from public code repositorys.

10
11
12
13
14
15
16
csound.ReadScore(Csound, `
  i "A440" 0 1
  e
`);
if (csound.Start(Csound) === csound.SUCCESS)
  csound.Perform(Csound);
csound.Destroy(Csound);
fork icon6
star icon31
watch icon4

+ 15 other calls in file

Other functions in bindings

Sorted by popularity

function icon

bindings.createKey is the most popular function in bindings (8616 examples)