Re: [chuck-users] chuck-users Digest, Vol 177, Issue 6
thanks for the update! ChucK doesn't seem to be able to hear adc in my
shreds, though. The internal mic is audible in Live but I can't get it to
register in ChucK, even with something as simple as
adc => dac;
100::second => now;
I tried it with an outboard mic as well, same thing. do I need to tweak
something? I'm running Mojave (10.14.6) on a 2014 MacBook Air. Cheers,
Charlie
www.northwoodselectro.com
On Wed, May 6, 2020 at 12:00 PM
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.4.0.1 (numchucks) released! (Ge Wang)
---------- Forwarded message ---------- From: Ge Wang
To: chuck@lists.cs.princeton.edu, chuck-users@lists.cs.princeton.edu Cc: Bcc: Date: Tue, 5 May 2020 22:34:51 -0700 Subject: [chuck-users] chuck-1.4.0.1 (numchucks) released! Dear all, chuck-1.4.0.1 (numchucks) is available:
http://chuck.stanford.edu/ http://chuck.cs.princeton.edu/
This is an minor release of ChucK and addresses a number of specific issues. Please see the release notes at the end of this email and, as usual, thank you and happy ChucKin!
Also, tune in to Artful Design TV today (Wednesday 5/6) 1pm PDT/UTC-7; Perry Cook, Spencer Salazar, and I will host to talk coding and music with ChucK! It's free and open to all.
********************************************************* What: Artful Design TV #6 "Coding Music with ChucK" When: Wednesday (5/6) 1pm PDT (UTC-7) ********************************************************* learn more/register/tune-in HERE: http://artful.design/tv *********************************************************
------- 1.4.0.1
- (fixed) when opening audio input devices where the default device has insufficient channels (e.g., MacOS input is mono by default), logic has been added to also match sample rates when searching for alternate audio input devices; additional logic added in the specific case of mono input devices to simulate stereo, to fulfill the standard request for stereo input. - (fixed) added check to prevent crash in rare situations involving self-join when deleting XThread in background. (git PR #103) - (fixed) by stuntgoat@github -- right-recursion in chuck parser can exhaust memory in larger chuck files; this has been updated to use left recursion. (git PR #32, (finally) merged by hand by Spencer and Ge) Also thanks to Tom Lieber for the initial analysis and solution:
https://lists.cs.princeton.edu/pipermail/chuck-users/2009-April/004029.html - (added) by Nathan Tindall -- Q and freq bounding for filters (LPF, HPF, BPF, BRF) to avoid LOUD FILTER EXPLOSIONS; now negative values will throw an exception on the offending shred. - (restored, macOS) MAUI Chugin now (re)supported, post 1.4.0.0 - (added; developer) ChucK.h API to set a main thread hook (e.g., for graphical functionalitie from Chugins) - (updated, developer) Chugin API now support main thread callback for graphical-/GUI purposes - (developer) refactored code to move I/O-related code out of chuck_lang and into chuck_io.
Best, Spencer, Ge, and ChucK team
~~~ 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! -- a book for the engineer with a soul -- https://artful.design/ ~~~
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
participants (1)
-
Charlie