Dear all,
Live from the (ad hoc) Princeton Sound Lab Software
Release Campaign, we bring you the very first release
of TAPESTREA:
tapestrea-0.1.0.0 (tap tap) is now released, for
Mac OS X, Linux, and Windows:
http://taps.cs.princeton.edu/
TAPESTREA (or taps) is a new set of paradigms and
techniques for sound design (new research, led by
Ananya Misra, with Perry Cook, Ge Wang, and others).
TAPESTREA leverages sinusoidal analysis, wavelet-tree
learning, transient analysis, and a new real-time
graphical interface (partly based on the audicle)
to perform analysis, transformation, and synthesis of
sounds through a system of "sound templates".
In addition, one can write ChucK programs to provide
precise control over various parts of the taps system,
and to script compositions combining taps with
"traditional" audio synthesis techniques (or uh,
t.a.s.t.)
In addition to the release, one can find documentation,
papers, audio examples, and a video delineating the
ideas and features of Taps, at the URL above.
We invite you to take a look, fire up the system,
and let us know of any questions and suggestions.
There is also a taps mailing list for releases,
updates, discussion, and development. Join us!
Thanks!!!
Best,
taps team
(Ananya, Perry, Ge, Matt)
Hello,
miniAudicle-0.1.3.3 (alpha) is now available.
http://audicle.cs.princeton.edu/mini/
(may need to reload)
This is the first miniAudicle version for which (experimental, but
generally usable) Windows and Linux versions are available.
Additionally, a big CPU draining bug present in previous 0.1.3.x
releases was fixed for miniAudicle OS X (upgrade recommended).
Windows and Linux miniAudicle do not currently support as many
features as OS X miniAudicle, but feature-parity is an eventual
goal. Specifically, miniAudicle User Interface elements are not yet
supported for Linux and Windows. A Windows binary executable is
available; Linux miniAudicle is for now source-only.
Special thanks to Jörg Piringer and his excellent OSCSurface project
for providing ideas on miniAudicle Win32/Linux.
Please let us know about any problems, bugs, feature requests, etc.
thanks,
miniAudicle team
---
0.1.3.3
- initial Windows release
- initial Linux release
- fixed excessive CPU consumption problem (os x)
- background color option now works (os x)
Dear All,
chuck-1.2.0.6 (dracula), a minor release, is now available:
http://chuck.cs.princeton.edu/
It contains several important bugs fixes (see notes below).
A new miniAudicle-0.1.3.2 (alpha) is also available, running
chuck-1.2.0.6 and with several updates (see notes below):
http://audicle.cs.princeton.edu/mini/
Thanks to all who contributed to this release, including Bruce Murphy,
Atte André Jensen, Kassen, Ollie Glass, Joerg Piringer, Graham Coleman,
Eduard Aylon, and other chuck-users mailing list members.
As always, please let us know of any issues on [chuck-users],
[chuck-dev], or email, and HappY ChucKing!
Best,
chuck team
---
chuck-1.2.0.6
- (added) support for Mac OS X on Intel: (make osx-intel)
- (added) win32 - boost thread priority default from 0 to 5
- (added) Mandolin.bodyIR( string path ): set body impulse response
- (added) HID: support for mouse input on OS X, Windows, Linux
through 'HidIn' class
- (added) HID: support for keyboard input on OS X, Windows
through 'HidIn' class
- (added) new HID examples:
hid/mouse-fm.ck
/keyboard-flute.ck
- (added) OS X: --probe human-readable MIDI names
(thanks to Bruce Murphy)
- (fixed) multiple declarations now behave correctly:
(example: int a, b, c;)
- (fixed) now possible to spork non-static member functions
(example: Foo foo; spork ~ foo.go();)
- (fixed) sporking fixed in general
- (fixed) pre/post ++/-- now work correctly
(example: int i; <<< i++ + i++ * ++i >>>;)
- (fixed) public classes can now internally reference non-public
classes in the same file
- (fixed) obj @=> obj now ref counts correctly
- (fixed) STK Mandolin.detune( float f ) changed
- (fixed) STK Mandolin.damping( float f ) changed
---
miniAudicle-0.1.3.2
- fixed bug where MAUI elements would not always disappear when
calling
MAUI_Element.destroy()
- removed external dependencies in documentation files
- ChucK version 1.2.0.6 integrated
---
miniAudicle-0.1.3.1
- updated on-the-fly toolbar icons
- fixed bug where miniAudicle freezes adding/replacing large files
- fixed "NSScanner nil string" bug
Hello,
miniAudicle-0.1.3.0 (alpha) is now available.
http://audicle.cs.princeton.edu/mini/
(may need to reload)
miniAudicle-0.1.3.0 offers chuck-1.2.0.6-rc3, configurable syntax
coloring, new View, Button, and LED user interface elements, revamped
documentation, and new examples (thanks to Ananya Misra for help in
documentation and examples).
Coming very soon: Linux and Windows miniAudicle.
Please let us know about any problems, bugs, feature requests, etc.
spencer
---
0.1.3.0
- added ChucK syntax coloring in editing windows
- added syntax coloring preferences item
- implemented MAUI_View, MAUI_Button, and MAUI_LED objects
- expanded MAUI_Element and MAUI_Slider object interfaces
- disabled network thread by default