hey, i'm trying to build cvs so that i can test the --enable-threadedsf option in my sound installation. here is output from my attempt to build it:
[root@io25 src]# make
cc -g -O2 -DPD -Wall -W -Wstrict-prototypes -Wno-unused
-Wno-parentheses -Wno-switch -O6 -funroll-loops -fomit-frame-pointer
-DDL_OPEN -DPA_USE_OSS -DPA_LITTLE_ENDIAN -DUSEAPI_OSS
-I../portaudio/pa_common -I../portaudio/pablio
-I../portaudio/portmidi-macosx -fno-strict-aliasing -DPA_USE_ALSA
-DUSEAPI_ALSA -DUSEAPI_JACK -DINSTALL_PREFIX="/usr/local" -I. -c -o
../obj/s_main.o s_main.c
s_main.c: In function openit': s_main.c:188: warning: implicit declaration of function
close'
s_main.c: In function sys_findprogdir': s_main.c:495: error:
statbuf' undeclared (first use in this function)
s_main.c:495: error: (Each undeclared identifier is reported only once
s_main.c:495: error: for each function it appears in.)
make: *** [s_main.o] Error 1
any idea what im missing?
hey, i'm trying to build cvs so that i can test the --enable-threadedsf option in my sound installation. here is output from my attempt to build it:
please rebuild the configure script with autoconf ...
cheers ... tim
Hello,
I was wondering - can you set the 'range' on number objects ( like on slider objects?) I tried a [range 0 100( to a number, but that doesn't work.
I only need it for a simple "performance-setup" where I will scratch the number object - currently I built is as an abstraction doing the boundary check before setting and resetting the number object immediately using some guesswork and a millisecond delay - but that doesn't seem right to me. ( and even though very little, a complete waste of CPU)
Hello,
I was wondering - can you set the 'range' on number objects ( like on slider objects?) I tried a [range 0 100( to a number, but that doesn't work.
I only need it for a simple "performance-setup" where I will scratch the number object - currently I built is as an abstraction doing the boundary check before setting and resetting the number object immediately using some guesswork and a millisecond delay - but that doesn't seem right to me. ( and even though very little, a complete waste of CPU)
I read:
I was wondering - can you set the 'range' on number objects ( like on slider objects?) I tried a [range 0 100( to a number, but that doesn't work.
there are actually two different number box object the one you get with <ctrl>3 is the older one it's range can be set with a right click and choosing the properties dialog. if you create a [nbx] object on the canvas you get the newer number box that has more options and understands a range message.
HTH
x