-
- [ ] Pass/fail on all tests.
- [ ] _Thoroughly understand_ (and if necessary fix) mismatch between Science materials and CsoundAC in the OPTI fundamental domain.
- [ ] Thoroughly understand and if …
-
My goal is to analyze and save a wav file, giving it the extension **.mtx**, with loristrck_pack, and then then in Csound using beadsynt to read this mtx file again.
I read in the documentation for l…
-
Found an audio format that can't be played in BZR2.
BZR's Version: 2.0.25 Alpha
Note: I'm almost sure that they r music files, bcuz a lot of them named as **song** or **theme**. & also a lot of …
-
So when I start libcsound like this
```
require("./libcsound.js")({print: (msg) => console.log(msg), printErr: (msg) console.log(msg)})
```
I'm getting the errors printed trough `print` and the …
-
hi,
i have sucessfully compiled a windows vcvplugin with the toolchain.
when starting Rack on windows i get the following error message:
[0.149 warn src/plugin.cpp:194 loadPlugin] Could not load pl…
-
Using `csound-wasm`, create online pieces of algorithmically composed music, with or without animated visuals, that continue indefinitely and that can be configured or "played" by viewers, and host th…
-
We've often been asked to add a container widget to allow simple row and column resizing.
I'd like to evaluate [Fl_Flex](https://github.com/osen/FL_Flex) for inclusion in FLTK. Fl_Flex supports two…
-
Hi Nate,
I'm testing out running `csound-api` with Electron. Here's the package.json file:
```json
{
"name": "mell-fark",
"main": "main.js",
"scripts": {
"start": "electron ."
…
-
i start the attached auhal_test.csd with
csound -b256 -B1024 -+rtaudio=auhal -iadc -odac /Users/fmsbw19/Desktop/auhal_test.csd
what i hear is a dignal which scatters for one second between channel…
-
```
--Csound version 7.0 (double samples) Mar 4 2022
[commit: be64ded13e7d3eccf9bbdf588cbc839a55a7b791]
```
```csound
instr 1
kA[] fillarray 1, 2, 3, 4
kB[] = kA * 2 ; the same happe…