How to use the Perform function from bindings
Find comprehensive JavaScript bindings.Perform code examples handpicked from public code repositorys.
GitHub: nwhetsell/csound-api
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);
6
31
4
+ 15 other calls in file
bindings.createKey is the most popular function in bindings (8616 examples)