Skip to content

csound-extended-0.1.2

Compare
Choose a tag to compare
@gogins gogins released this 26 May 17:37
· 2100 commits to develop since this release

CsoundAC

Removed setting thisown=0 in CsoundAC Python interface (#27).

Csound for Android

Disable orientation by sensor if widgets are used in Csound for Android app (#33).

Changed User Guide to .pdf in Csound for Android app (#35).

Don't try to "Save as..." if there is no file to save in the Csound for Android app (#36).

Created a foreground service to keep the Csound for Android app running in the background.

In Lua opcodes use C snprintf insteadl of C++ std::snprintf to work around NDK bug.

Updated permissions.

Improved some examples.

Csound for WebAssembly

Embedded a basic SoundFont and some HRTF data files as Csound resources for WebAssembly (#32).

Improved some examples.