On Mon, Jun 12, 2023 at 2:00 AM
Send chuck-users mailing list submissions to chuck-users@lists.cs.princeton.edu
To subscribe or unsubscribe via the World Wide Web, visit https://lists.cs.princeton.edu/mailman/listinfo/chuck-users or, via email, send a message with subject or body 'help' to chuck-users-request@lists.cs.princeton.edu
You can reach the person managing the list at chuck-users-owner@lists.cs.princeton.edu
When replying, please edit your Subject line so it is more specific than "Re: Contents of chuck-users digest..." Today's Topics:
1. Re: chuck-users Digest, Vol 205, Issue 7 (d)
---------- Forwarded message ---------- From: d
To: chuck-users@lists.cs.princeton.edu Cc: Bcc: Date: Sat, 10 Jun 2023 09:07:39 -0700 Subject: Re: [chuck-users] chuck-users Digest, Vol 205, Issue 7 the file asoundlib.h
on debian/ubuntu based systems is in the libasound2-dev package
try:
apt-get install libasound2-dev
not sure about fedora systems but it should be something similar
I tried that, and compilation stopped again as I had another missing file, a jack file, so I installed some jack dev files; But that installation uninstalled all my jack2 files so I reinstalled jack2 and installed libjack-jackd2-dev In the beginning found I needed ito install bison before I started too. Then I compiled the src without any problems
I tested it, , I am getting clear audio from the examples and feel confident its working well, but I still get these messages about RtAudio. I am going out of my ubuntu 22.04 desktop via usb to a Focusrite and monitoring on headphones ; chuck otf_04.ck otf_03.ck otf_02.ck otf_01.ck [chuck]: RtAudio: no compiled support for specified API argument! I hear the audio without any problems
I got a couple of errors from running tests.py Retrying test: chuck 02-UGens/._Brass.ck
chuck 02-UGens/._Brass.ck *** Test '._Brass.ck' failed: *** [._Brass.ck]:line(1).char(1): illegal token [._Brass.ck]:line(1).char(2): illegal token [._Brass.ck]:line(1).char(3): illegal token [._Brass.ck]:line(1).char(4): illegal token [._Brass.ck]:line(1).char(5): illegal token [._Brass.ck]:line(1).char(6): illegal token [._Brass.ck]:line(1).char(7): illegal token [._Brass.ck]:line(1).char(8): illegal token [._Brass.ck]:line(1).char(16): syntax error
chuck 01-Basic/._96.ck Traceback (most recent call last): File "/home/stuart/Music/chuck-1.5.0.0/chuck-1.5.0.0/src/test/test.py", line 117, in <module> main() File "/home/stuart/Music/chuck-1.5.0.0/chuck-1.5.0.0/src/test/test.py", line 101, in main handle_directory(test_dir, exe) File "/home/stuart/Music/chuck-1.5.0.0/chuck-1.5.0.0/src/test/test.py", line 34, in handle_directory handle_directory(path, exe) File "/home/stuart/Music/chuck-1.5.0.0/chuck-1.5.0.0/src/test/test.py", line 32, in handle_directory run_test(exe, path, filename, 0) File "/home/stuart/Music/chuck-1.5.0.0/chuck-1.5.0.0/src/test/test.py", line 58, in run_test answer = answerFile.read() File "/usr/lib/python3.10/codecs.py", line 322, in decode (result, consumed) = self._buffer_decode(data, self.errors, final) UnicodeDecodeError: 'utf-8' codec can't decode byte 0x80 in position 45: invalid start byte
On Sun, 11 Jun 2023 00:22:12 +1000 Stuart Anderson
wrote: I downloaded chuck-1.5.0.0 and tried to compile it for linux-jack. Compilation ended with this error; rtmidi.cpp:805:10: fatal error: alsa/asoundlib.h: No such file or directory 805 | #include
| ^~~~~~~~~~~~~~~~~~ compilation terminated. make[1]: *** [makefile:146: rtmidi.o] Error 1 make[1]: Leaving directory '/home/stuart/Music/chuck-1.5.0.0/chuck-1.5.0.0/src/core' make: *** [makefile:221: chuck-core] Error 2 On Sat, May 20, 2023 at 2:00 AM
wrote: Send chuck-users mailing list submissions to chuck-users@lists.cs.princeton.edu
To subscribe or unsubscribe via the World Wide Web, visit https://lists.cs.princeton.edu/mailman/listinfo/chuck-users or, via email, send a message with subject or body 'help' to chuck-users-request@lists.cs.princeton.edu
You can reach the person managing the list at chuck-users-owner@lists.cs.princeton.edu
When replying, please edit your Subject line so it is more specific than "Re: Contents of chuck-users digest..." Today's Topics:
1. chuck-1.5.0.0 (chai) released (Ge Wang)
---------- Forwarded message ---------- From: Ge Wang
To: chuck-users@lists.cs.princeton.edu, chuck@lists.cs.princeton.edu Cc: Bcc: Date: Thu, 18 May 2023 12:31:03 -0700 Subject: [chuck-users] chuck-1.5.0.0 (chai) released Dear all, A new release of ChucK (1.5.0.0; codename "chai") is here:
https://chuck.stanford.edu/ https://chuck.cs.princeton.edu/
This is a major release; additions and updates include:
* ChucK + AI (ChAI) -- a set of AI/ML tools for building interactive AI musical instruments and systems (thanks to Dr. Rebecca Fiebrink for blazing the trail on interactive AI for music; thanks Yikai Li and the students of Music AI): https://chuck.stanford.edu/chai/ https://chuck.stanford.edu/doc/reference/ai.html
* WebChucK IDE -- code ChucK on the web! https://chuck.stanford.edu/ide/ (thanks Terry Feng + team for WebChucK IDE)
* WebChucK landing page (use ChucK in your web projects) https://chuck.stanford.edu/webchuck (thanks Jack Atherton for creating WebChucK)
* all new API reference, now auto-generated from the type system (based on Spencer Salazar's 'ckdoc' utility; many thanks to everyone who contributed documentation and examples): https://chuck.stanford.edu/doc/reference/
* audio drivers support -- ASIO and WASAPI support on Windows; can now compile Jack + Pulse + ALSA support into a single chuck executable on Linux (thanks Dana Batali and Nick Shaheed)
* improved audio devices support, including AirPods and other Bluetooth headphones
* The full list of new features and updates can found here: https://chuck.stanford.edu/release/VERSIONS
* (extra!) A few projects made with ChAI from a recent course https://ccrma.stanford.edu/courses/356/ https://ccrma.stanford.edu/courses/356/gallery/
Happy ChucKing to all! ChucK Team
[Many people contributed to chuck-1.5] Perry Cook, Spencer Salazar, Jack Atherton, Celeste Betancur, Chris Chafe, Michael Mulshine, Andrew Zhu Aday, Marise van Zyl, Terry Feng, Nick Shaheed, Alex Han, Eito Murakami, Yikai Li, Ge Wang
[Additional thanks] Dana Batali, David Braun, Barak Pearlmutter, Eric Heep, Fernando Lopez-Lezcano, Kunwoo Kim, Stanford HAI, people of CCRMA
~~~ Ge Wang Associate Professor Center for Computer Research in Music and Acoustics (CCRMA) Department of Music (also Computer Science, by Courtesy) Stanford University https://ccrma.stanford.edu/~ge/ ~ Artful Design: Technology in Search of the Sublime! -- what we make, makes us -- https://artful.design/ ~~~
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users