Hi everybody. I made a new Wavetable chugin that allows you to define a wavetable as an array in ChucK and change it on the fly. There are multiple interpolation algorithms included. The code is here: https://github.com/jwmatthys/chugins Thanks, Joel
Dear Joel,
Just tried your Wavetable chugin, very useful indeed, thank you for sharing
this !
Perhaps it would be interesting to have a signal input as well, that either
controls frequency or phase, similar to the Oscillator UGens.
Great work!
Casper
On Sun, Aug 28, 2016 at 7:45 AM, Joel Matthys
Hi everybody. I made a new Wavetable chugin that allows you to define a wavetable as an array in ChucK and change it on the fly. There are multiple interpolation algorithms included.
The code is here: https://github.com/jwmatthys/chugins
Thanks,
Joel
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Hey Joel,
Looks really cool. I think a lot of people will find this easier/less
confusing to use than the Gen objects!
spencer
On Mon, Aug 29, 2016 at 12:08 AM, Casper Schipper wrote: Dear Joel, Just tried your Wavetable chugin, very useful indeed, thank you for
sharing this !
Perhaps it would be interesting to have a signal input as well, that
either controls frequency or phase, similar to the Oscillator UGens. Great work!
Casper On Sun, Aug 28, 2016 at 7:45 AM, Joel Matthys Hi everybody. I made a new Wavetable chugin that allows you to define a
wavetable as an array in ChucK and change it on the fly. There are multiple
interpolation algorithms included. The code is here: https://github.com/jwmatthys/chugins Thanks, Joel _______________________________________________
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 --
Spencer Salazar
Doctoral Candidate
Center for Computer Research in Music and Acoustics
Stanford University
spencer@ccrma.stanford.edu
+1 831.277.4654
https://ccrma.stanford.edu/~spencer/
Hi Bluxa, Why don't you try Dynamical Systems such as the Henon Map. Some info with the algorithm here [1]. Videos of applications using these procedures: [2][3]. -- Juan Reyes [1] http://henon.sapp.org/ [2] https://www.youtube.com/watch?v=LJ9KHIr2WYE [3] https://www.youtube.com/watch?v=9gk9db2ZsO4
I wanna get into "Algorithmic Composition", using ChucK. I wanna get some inspiration from examples, but couldn't find any on the web. Could anyone provide my some examples? I will neither share them with others, nor will I use them under my name. I would confirm that in written form (scanned writing, attached on a mail), if necessary.
Blixa:
Here's my contribution of an algorithmic composition written in ChucK from
way back when. (Old timers will recall that I've already posted this
twice, but it's fun...) I have not tried it in a recent version of ChucK
-- perhaps you will and let me know if it still works? (And if it doesn't,
updating it would be a worthwhile exercise!)
BTW, the "JAM" of "BigJAM" is a reference to James Andy Moorer, who was the
first technical director of CCRMA and composer of the attached work.
Enjoy,
- Robert
On Wed, Aug 31, 2016 at 10:06 AM, Juan Reyes
Hi Bluxa,
Why don't you try Dynamical Systems such as the Henon Map. Some info with the algorithm here [1]. Videos of applications using these procedures: [2][3].
-- Juan Reyes
[1] http://henon.sapp.org/ [2] https://www.youtube.com/watch?v=LJ9KHIr2WYE [3] https://www.youtube.com/watch?v=9gk9db2ZsO4
I wanna get into "Algorithmic Composition", using ChucK. I wanna get some inspiration from examples, but couldn't find any on the web. Could anyone provide my some examples? I will neither share them with others, nor will I use them under my name. I would confirm that in written form (scanned writing, attached on a mail), if necessary.
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users
Hi,
Here is a piece that I did in a ChucK online class.
"A night in Valencia"
https://soundcloud.com/johnclavin/a-night-in-valencia-chuck
There are many separate code files that would have to be assembled into the ChucK system. And my code is very hard to decipher.
All of my art is online algorithmic art and music (composing in real time), and I haven't figured out a way to use ChucK for that yet.
But ChucK is an awesome program.
Have you taken any online ChucK classes?
John Clavin
-----Original Message-----
From: Blixa2
Hi Casper. Thanks for the suggestion. I have updated Wavetable to allow the input to control frequency. I'll add a "phase" mode too in a little while. Joel On 08/29/2016 02:08 AM, Casper Schipper wrote:
Dear Joel,
Just tried your Wavetable chugin, very useful indeed, thank you for sharing this ! Perhaps it would be interesting to have a signal input as well, that either controls frequency or phase, similar to the Oscillator UGens.
Great work! Casper
On Sun, Aug 28, 2016 at 7:45 AM, Joel Matthys
mailto:jwmatthys@gmail.com> wrote: Hi everybody. I made a new Wavetable chugin that allows you to define a wavetable as an array in ChucK and change it on the fly. There are multiple interpolation algorithms included.
The code is here: https://github.com/jwmatthys/chugins https://github.com/jwmatthys/chugins
Thanks,
Joel
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu mailto:chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users 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
Update: Wavetable now accepts either an input to control frequency or a Phasor to control phase. You can change between these with the .sync method, like the built-in UGens. Enjoy! Joel On 08/29/2016 02:08 AM, Casper Schipper wrote:
Dear Joel,
Just tried your Wavetable chugin, very useful indeed, thank you for sharing this ! Perhaps it would be interesting to have a signal input as well, that either controls frequency or phase, similar to the Oscillator UGens.
Great work! Casper
On Sun, Aug 28, 2016 at 7:45 AM, Joel Matthys
mailto:jwmatthys@gmail.com> wrote: Hi everybody. I made a new Wavetable chugin that allows you to define a wavetable as an array in ChucK and change it on the fly. There are multiple interpolation algorithms included.
The code is here: https://github.com/jwmatthys/chugins https://github.com/jwmatthys/chugins
Thanks,
Joel
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu mailto:chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users 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
participants (7)
-
Blixa2@gmx.net
-
Casper Schipper
-
Joel Matthys
-
John Clavin
-
Juan Reyes
-
Robert Poor
-
Spencer Salazar