Contents

sr:
Default: 0int
Choices: 0, 22050, 24000, 44100, 48000, 88200, 96000, 144000, 192000
samplerate - 0=default sr for the backend
rec_sr:
Default: 44100int
Choices: 0, 22050, 24000, 44100, 48000, 88200, 96000, 144000, 192000
default samplerate when rendering
nchnls:
Default: 0int
Between 0 - 128
Number of output channels. 0=default for used device
nchnls_i:
Default: 0int
Between 0 - 128
Number of input channels to use. 0 = default for used device
ksmps:
Default: 64int
Choices: 16, 32, 64, 128, 256, 512, 1024
corresponds to csound’s ksmps
rec_ksmps:
Default: 64int
Choices: 1, 2, 4, 8, 10, 16, 20, 32, 64, 128, 256, 512, 1024
samples per cycle when rendering
rec_sample_format:
Default: float(int, str)
Choices: 16, 24, 32, float
Sample format used when rendering
rec_suppress_output:
Default: Truebool
Supress debugging output when rendering offline
buffersize:
Default: 0int
-b value. 0=determine buffersize depending on ksmps & backend
numbuffers:
Default: 0int
determines the -B value as a multiple of the buffersize. 0=auto
A4:
Default: 442int
Between 410 - 460
Frequency for A4
numthreads:
Default: 1int
Number of threads to use for realtime performance. This is an experimental feature and might not necessarily result in better performance
rec_numthreads:
Default: 1int
Number of threads to use when rendering online. If not given, the value set in `numthreads` is used
dynamic_pfields:
Default: Truebool
If True, use pfields for dynamic parameters (named args starting with k). Otherwise, dynamic controls are implemented via a global table
set_sigint_handler:
Default: Truebool
Set a sigint handler to prevent csound crash with CTRL-C
disable_signals:
Default: Truebool
Disable atexit and sigint signal handler
suppress_output:
Default: Truebool
Suppress csound´s debugging information
unknown_parameter_fail_silently:
Default: Truebool
Do not raise if a synth tries to set an unknown parameter
define_builtin_instrs:
Default: Truebool
If True, a Session with have all builtin instruments defined
sample_fade_time:
Default: 0.02float
Fade time (in seconds) when playing samples via a Session
prefer_udp:
Default: Falsebool
If true and a udp server was defined, prefer UDP over the API for communication
num_audio_buses:
Default: 64int
Num. of audio buses in an Engine/Session
num_control_buses:
Default: 512int
Num. of control buses in an Engine/Session. This sets the upper limit to the number of simultaneous control buses in use
bus_support:
Default: Falsebool
If True, an Engine/OfflineEngine will have bus support
html_theme:
Default: lightstr
Choices: dark, light
Style to use when displaying syntax highlighting in jupyter
html_args_fontsize:
Default: 12pxstr
Font size used for args when outputing html (in jupyter)
synth_repr_max_args:
Default: 12int
Max. number of pfields shown when in a synth’s repr
synth_repr_show_pfield_index:
Default: Falsebool
Show the pfield index for named pfields in a Synths repr
synthgroup_repr_max_rows:
Default: 4int
Max. number of rows for a SynthGroup repr. Use 0 to disable
synthgroup_html_table_style:
Default: font-size: smallerstr
Inline css style applied to the table displayed as html for synthgroups
jupyter_synth_repr_stopbutton:
Default: Truebool
When running inside a jupyter notebook, display a stop buttonfor Synths and SynthGroups
jupyter_synth_repr_interact:
Default: Truebool
When inside jupyter, add interactive widgets if a synth hasnamed parameters
jupyter_instr_repr_show_code:
Default: Truebool
Show code when displaying an Instr inside jupyter
ipython_load_magics_at_startup:
Default: Falsebool
Load csoundengine.magic at startup when inside ipython. If False, magics can still be loaded via `%load_ext csoundengine.magic`
magics_print_info:
Default: Truebool
Print some informative information when the csoundengine.magic extension is loaded
jupyter_slider_width:
Default: 80%str
CSS Width used by an interactive slider in jupyter
timeout:
Default: 2int
Timeout for any action waiting a response from csound
sched_latency:
Default: 0.05float
Time delay added to any event scheduled to ensure that simultameous events arenot offset by scheduling overhead
datafile_format:
Default: gen23str
Choices: gen23, wav
Format used when saving a table as a datafile
max_dynamic_args_per_instr:
Default: 10int
Between 2 - 512
Max. number of dynamic parameters per instr. This applies only if dynamic args are implemented via a global table
session_priorities:
Default: 10int
Between 1 - 99
Number of priorities within a session
dynamic_args_num_slots:
Default: 10000int
Between 10 - 999999
Number of slots for dynamic parameters. args slices. Dynamic args are implemented as a big array divided in slices. This parameter sets the max. number of such slices, and thus the max number of simultaneous events with named args which can coexist. The size of the allocated table will be size = num_dynamic_args_slices * max_instr_dynamic_args. For 10000 slots, theamount of memory is ~0.8Mb
instr_repr_show_pfield_pnumber:
Default: Falsebool
Add pfield number when printing pfields in instruments
spectrogram_colormap:
Default: infernostr
Choices: cividis, inferno, magma, plasma, viridis
Colormap used for spectrograms
samplesplot_figsize:
Default: 12:4str
Figure size of the plot in the form “<width>:<height>”
spectrogram_figsize:
Default: 24:8str
Figure size of the plot in the form “<width>:<height>”
spectrogram_maxfreq:
Default: 12000int
Highest freq. in a spectrogram
spectrogram_window:
Default: hammingstr
Choices: hamming, hanning
Window function used for spectrograms