diff options
author | Richard Knight <q@1bpm.net> | 2024-04-09 23:16:20 +0100 |
---|---|---|
committer | Richard Knight <q@1bpm.net> | 2024-04-09 23:16:20 +0100 |
commit | 0321884e3e1b81cd37367abc0bca27d2adac5860 (patch) | |
tree | eb68c5edf48521f8daec320c2cf66af91fea9e01 | |
parent | 8558ff727672c680d7e6c5c1319c7c0a89672f73 (diff) | |
download | csound-datacore-0321884e3e1b81cd37367abc0bca27d2adac5860.tar.gz csound-datacore-0321884e3e1b81cd37367abc0bca27d2adac5860.tar.bz2 csound-datacore-0321884e3e1b81cd37367abc0bca27d2adac5860.zip |
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,11 +1,10 @@ -# csound-datacore : Data audification/sonification for Csound on Linux +# csound-datacore : Data audification/sonification for Csound ## Overview csound-datacore provides a way to read raw data from disk, memory and screen. -For the memory and X11 window reading opcodes, only Linux is supported or an OS that supports userspace reading of /proc/.../mem +For the memory and X11 window reading opcodes, only Linux is supported or an OS that supports userspace reading of /proc/.../mem . Thus on platforms that do not support this, only the file reading opcodes are supported. ## Requirements -* Linux * Cmake >= 2.8.12 * Csound with development headers >= 6.14.0 * Optional: X11 with development libraries |