CsoundJsDart class

Annotations
  • @JS.new("CsoundJsDart")

Constructors

CsoundJsDart()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compileCSD(String csdString) → dynamic
compileOrc(String orcString) → dynamic
evaluateCode(String codeString) → dynamic
getControlChannel(String channelName) num
getStringChannel(String channelName) String
initialize() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
play() → dynamic
readScore(String score) → dynamic
requestControlChannel(String channelName, Function callback) → dynamic
requestStringChannel(String channelName, Function callback) → dynamic
reset() → dynamic
setControlChannel(String channelName, double value) → dynamic
setControlChannelCallbackJs(String channelName, Function callback) → dynamic
setMessageCallback(Function msgCallback) → dynamic
setOption(String optionString) → dynamic
setStringChannel(String channelName, String stringValue) → dynamic
setStringChannelCallbackJs(String channelName, Function callback) → dynamic
setTable(int table, List<double> value) → dynamic
setTableCallbackJs(int table, Function callback) → dynamic
start() → dynamic
stop() → dynamic
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited