CsoundWeb class
- Implemented types
Constructors
- CsoundWeb.new({Function? onReady})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- onReadyCallback ↔ Function
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
compileCsd(
String csd) → Future< int> -
override
-
compileCsdSync(
String csdPath) → int -
override
-
compileCsdText(
String text) → Future< int> -
override
-
compileCsdTextSync(
String text) → int -
override
-
compileOrc(
String orc) → Future< int> -
override
-
compileOrcSync(
String orc) → int -
override
-
destroy(
{Function? onDestroyed}) → void -
override
-
evalCode(
String code) → Future< double> -
override
-
evalCodeSync(
String code) → double -
override
-
get0dbfs(
) → Future< double> -
override
-
get0dbfsSync(
) → double -
override
-
getControlChannel(
String channel) → Future< double> -
override
-
getControlChannelSync(
String channelName) → double -
override
-
getKsmps(
) → Future< int> -
override
-
getKsmpsSync(
) → int -
override
-
getNchnls(
) → Future< int> -
override
-
getNchnlsSync(
) → int -
override
-
getSr(
) → Future< double> -
override
-
getSrSync(
) → double -
override
-
getStringChannel(
String channelName) → Future< String> -
override
-
getStringChannelSync(
String channelName) → String -
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
pause(
bool b) → void -
override
-
perform(
) → int -
override
-
readScore(
String score) → Future< int> -
override
-
readScoreSync(
String text) → int -
override
-
reset(
) → void -
override
-
resetSync(
) → void -
override
-
setAudioChannelCallback(
String channel, Function f) → void -
override
-
setControlChannel(
String channel, double val) → void -
override
-
setControlChannelCallback(
String channelName, Function callback) → void -
override
-
setOption(
String opt) → Future< int> -
override
-
setOptionSync(
String opt) → int -
override
-
setStringChannel(
String channelName, String value) → void -
override
-
setStringChannelCallback(
String channelName, Function callback) → void -
override
-
setTable(
int table, List< double> value) → void -
override
-
setTableCallback(
int table, Function callback) → void -
override
-
stop(
) → void -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited