Are you building against the latest headers in the chugins repo, in chuck/include/? Ge! On 5/4/23 5:29 PM, d wrote:
the fluidsynth chugin builds with RC2 but segfaults on the test
it does work with 1.4.2.0
d ----------------------------------------------------------------- ¶ make linux g++ -D__LINUX_JACK__ -D__PLATFORM_LINUX__ -I../../src/core -fPIC -O3 -c -o FluidSynth.o FluidSynth.cpp gcc -shared -lstdc++ -o FluidSynth.chug FluidSynth.o -lfluidsynth ¶ ../../src/chuck --chugin-path:./FluidSynth.chug fluidsynth-test.ck [chuck]: RtAudio: no compiled support for specified API argument! Segmentation fault
On Thu, 4 May 2023 10:12:25 -0700 d
wrote: Hi
RC2 is working now.
I did get one warning: ugen_stk.cpp: In member function ‘void WvIn::init()’: ugen_stk.cpp:17907:20: warning: converting to non-pointer type ‘long int’ from NULL [-Wconversion-null] 17907 | chunkPointer = NULL; | ^~~~
All the examples I tried worked.
Im going to try and build the fluidsynth ugen today
As an aside:
Id like to write to write a higher order kind of sequencer, midi sequences as cadences that can be conducted , rearranged etc in real time. (I usually compose/arrange in lilyond)
Chuck seems like a good approach especially with the new AI stuff.
And I could have players that introduce different characteristics. modifying velocty, vibrato etc from cues in real time
In performance the sequencer could be stopped, seek to a particular measure, and after a fermata continue on a signal.
Im doing some of that with the Java sequencer lib. But its got some jitter and drops events.
I looked at the chuck source for reading midifiles. I am not much of a C programmer, but it appears there are functions to deliver raw midi events etc. But I cant work out what object they belongs to.
thanks d
On Thu, 4 May 2023 02:59:51 -0700 Ge Wang
wrote: Thank you so much for the report -- this issue turned out to be due to a regression bug that affected all STK FM objects (including Wurley). The issue has now been addressed and we have posted a second release candidate for all platforms:
https://chuck.stanford.edu/release/preview/1.5.0.0-rc2/
If you'd like, please try this to see if the issue persists. Thank you again!
Ge!
~~~ 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/ ~~~
On 5/2/23 10:16 AM, d wrote:
Hi,
the new release builds on devuan with no errors (devuan is debian without systemd)
¶ uname -a Linux metairie 5.10.0-16-amd64 #1 SMP Debian 5.10.127-1 (2022-06-30) x86_64 GNU/Linux ¶
i used make linux-jack
examples/basic/whirl.ck works
this does not ./chuck ../examples/stk/wurley2.ck [chuck]: RtAudio: no compiled support for specified API argument! [chuck](via STK): Echo: setEffectMix parameter (-4.4062e-16) is less than zero!
1.4.2 on this same example works fine
this is my jack command /usr/bin/jackd -d alsa -dhw:2,0 -r44100 -p128 -n2 -Xseq
cheers d
On Tue, 2 May 2023 00:13:07 -0700 Ge Wang
wrote: Dear all,
As we are nearing the major new release, we have a *preview* build (chuck-1.5.0.0-rc1) for anyone interested in trying it out. We would greatly appreciate any feedback before we finalize the release!
https://chuck.stanford.edu/release/preview/
Also new: everyone is warmly invited to join us on the ChucK Community Discord server. It's a place for questions, discussions, feedback, issue reporting, and just hanging out! Come and tell us how you're finding the preview build of chuck-1.5.0.0!
Keep on ChucKin' Ge!
PS Please note the preview is a non-final Release Candidate 1 (RC1); the version in chuck and miniAudicle should read "1.5.0.0-rc1". We will announce the actual release when its finalized. For a peek of what's new:
https://chuck.stanford.edu/release/preview/VERSIONS
~~~ 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
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
_______________________________________________ chuck-users mailing list chuck-users@lists.cs.princeton.edu https://lists.cs.princeton.edu/mailman/listinfo/chuck-users