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

Reply via email to