Hi,
I hope somebody can help me with this!!
I'm using a Doepfer Pocket Dail which has 16 endless controller wheels. It
can send Inc. / Dec. values or Relative Cltr Bin. Offset values.
If I'm sending these values to the 'ctlin' object I just recieve a strange
flow of numbers.
Is there any way to recieve this values in PD so I can for example increase
or decrease the numbers in a 'number' box whithout the 127 controller-value
limit???
//-- brecht --//
…
[View More]_________________________________________________________________
Testen Sie MSN Messenger für Ihren Online-Chat mit Freunden:
http://messenger.msn.de
[View Less]
hi
How can delete an object via a message-box?
;pd-mypatch.pd msg 100 200 very_important_box
...(creates very important message)
;pd-mypatch.pd delete msg (???)
...(but how do i get rid of it).
sme.
hi oliver,
this might help you:
http://test.pilot.fm/dynamic.tar.gz
open dynamic-receive.pd and see if it fits your needs
regards,
x
--
chris(a)lo-res.org Postmodernism is german romanticism with better
http://pilot.fm/ special effects. (Jeff Keuss / via ctheory.com)
I wrote:
> see the attached patch, not really nice and clean but workable solution ...
don't ... it doesn't work ... sorry I'm fiddling with this a bit more and
try to find some things on my hd, I had that working ...
regards,
x
--
chris(a)lo-res.org Postmodernism is german romanticism with better
http://pilot.fm/ special effects. (Jeff Keuss / via ctheory.com)
I read:
> How can delete an object via a message-box?
not that easy I think, for now I did a selectall / cut and rebuilt
aeverything without the incriminating object, if you just want to
hide it, put a canvas over it, I think there must be a way to select
certain ranges .. tell me if you get it working, I will not be able
to look into before tomorrow.
what do you want to do anyway ?
atb
x
--
chris(a)lo-res.org Postmodernism is german romanticism with better
http://pilot.fm/ special …
[View More]effects. (Jeff Keuss / via ctheory.com)
[View Less]
hi,
apart from being very happy about the availability of the "nbx"-object in pd
0.35-test11, i have to report a somewhat serious bug:
typing a number into it and pressing enter causes pd to crash almost everytime.
saving the patch before doing so sometimes helps, but not always...
another issue (already asked for that before):
is there a way to compose "receive"-objects dynamically , i.e. with $-
arguments ? a sort of equivalent to the ";" message (which does the job on
the "send"-side)…
[View More] would also help...
ciao
oliver
[View Less]
Hallo
I have two audio cards:
- SBLive
- Darla20bit
both working fine under win2k
pd -listdev returned:
MIDI input device #1: SB Live! MIDI UART
MIDI output device #1: SB Live! MIDI Synth
MIDI output device #2: SB Live! MIDI UART
MIDI output device #3: Microsoft GS Wavetable SW Synth
audio input device #1: SB Live! Wave Device
audio input device #2: Darla20 1/2 Analog
audio output device #1: SB Live! Wave Device
audio output device #2: Darla20 1/2 Analog
audio output device #3: Darla20 3/4 …
[View More]Analog
audio output device #4: Darla20 5/6 Analog
audio output device #5: Darla20 7/8 Analog
I have to prepare an installation and
I'd like to use all the 8 outchannels
triggering samples via midi
I have some problems:
- up to 4 outchannels i can launch pd but i can listen
only the first two channels (to test I'm using a touched
version of the "test audio and midi" patch, with
"dac~ 1 2 3 4 5 6 7 8" for the output)
- over 4 outchannels it returnes several times a
"resyncing audio" message than it tells me this
"audio I/O stuck... closing audio"
- tried the resync option but it's just ignored, pd
respond with the usage text
- tried to take a look to the src code (i just started
studying all programming related stuff so I'm really
a newbie), but after some searching i found this code
into s_main.c
#ifdef NT
/* resynchronization is on by default for mulltichannel, otherwise
off. */
if (resync == -1)
resync = (inchannels > 2 || outchannels > 2);
if (!resync)
nt_noresync();
...
this make me think that really there's no -noresync option to call
cause.. correct me if i'm wrong... it doesn't even get parsed
-finally
is there a way to get multichannel working under win?
if there is a way, is there someone that can give me any help?
p.s.
i think i'll need some time to understand some issues
but it's there a way to achieve my result also by recompiling...
if there is, is there a way to compile with borland free commandline
compiler. I don't have VC++ and actually I don't know where
to catch it.
Thanks in advance for any help
just ask me if some other info is needed
Francesco
[View Less]
Hi,
(if you have seen similar, skip right to the end...)
I am trying to use gem-0.79 on pd-0.35-test11.linux. After
some patching Gem compiles fine (sgiimage uses string instead of
bstring, randomF.cpp has some invalid macro).
$ uname -mrsp
Linux 2.4.18-pre9 i586 unknown
$ gcc --version
2.95.3
$ pwd
/home/rfigura/tmp/gem/src/Objects
#### Linking is however not that easy. The Makefile command is like
#### this:
$ ld -shared -L/usr/X11R6/lib -o ../../Gem.pd_linux *.o \
-lGLU -lGL -lm \
-L..…
[View More]/AuxLibs/Jpeg -ljpeg -L../AuxLibs/tiff -ltiff \
-L../AuxLibs/gltt -lgltt -L../AuxLibs/gltt/freetype/lib -lttf \
-L../AuxLibs/td -ltd -L../AuxLibs/particle -lparticle \
-L../AuxLibs/liborb -lorb \
-lX11 -lXext -ldl
ld: final link failed: Bad value
#### if i would only know what this message means - except of "failed".
#### It is an error caused by most AuxLibs:
$ ld -shared -L/usr/X11R6/lib -o ../../Gem.pd_linux *.o \
-lGLU -lGL -lm \
-L../AuxLibs/gltt -lgltt -L../AuxLibs/gltt/freetype/lib -lttf \
-lX11 -lXext -ldl
#### Works. Let's check this Binary... pd says:
undefined symbol: __builtin_delete
#### __builtin_delete is a libc function. We need libc. gcc handles this
$ gcc -shared -L/usr/X11R6/lib -o ../../Gem.pd_linux *.o \
-lGLU -lGL -lm \
-L../AuxLibs/gltt -lgltt -L../AuxLibs/gltt/freetype/lib -lttf \
-lX11 -lXext -ldl
#### as to be expected pd says:
undefined symbol: TIFFOpen
#### Linkage fails if i include some auxlibs. Lets see which file is
#### used:
$ strace ld -shared -L/usr/X11R6/lib -o ../../Gem.pd_linux *.o \
-lGLU -lGL -lm \
-L../AuxLibs/gltt -lgltt -L../AuxLibs/gltt/freetype/lib -lttf
-lX11 -lXext -ldl 2>&1 | grep open | grep tiff
[...]
open("../AuxLibs/tiff/libtiff.a", O_RDONLY)
#### Okay. I have libtiff installed on my machine anyway (its the same
#### version) so let's use that one... Next error is about jpeg. I also
#### have that one installed...
gcc -shared -L/usr/X11R6/lib -o ../../Gem.pd_linux *.o \
-lGLU -lGL -lm \
-ljpeg -ltiff \
-L../AuxLibs/gltt -lgltt -L../AuxLibs/gltt/freetype/lib -lttf \
-lX11 -lXext -ldl
#### pd says:
undefined symbol: sqrt
#### this is not fair. There *is* an -lm. Do we have a redefinition
#### inside some obscure lib?
$ for i in `find ../AuxLibs/ -name "lib*.a"` ; do objdump -t $i |
grep sqrt && echo in $i ; done
00000000 F *UND* 00000000 sqrt
in ../AuxLibs/td/libtd.a
#### hand-make td
$ cd ../AuxLibs/td/
$ cp Makefile.irix Makefile.linux
$ vi Makefile.linux
$ diff Makefile.irix Makefile.linux
6,8c6,8
< CC = cc
< CFLAGS = -O
---
> CC = gcc
> CFLAGS = -O2
$ env PLATFORM=linux make
[...]
$ cd ../../Objects
$ gcc -shared -L/usr/X11R6/lib -o ../../Gem.pd_linux *.o \
-lGLU -lGL -lm \
-ltiff -ljpeg \
-L../AuxLibs/gltt -lgltt \
-L../AuxLibs/gltt/freetype/lib -lttf \
-L../AuxLibs/td -ltd \
-lX11 -lXext -ldl
#### ...but the error persists.
$ ls -l /usr/lib/libm.*
-rw-r--r-- 1 root root 470774 Dec 27 15:37 /usr/lib/libm.a
lrwxrwxrwx 1 root root 19 Dec 29 22:51 /usr/lib/libm.so -> ../../lib/libm.so.6
$ ld -verbose -shared -L/usr/X11R6/lib -o ../../Gem.pd_linux *.o \
-lGLU -lGL -lm -ltiff -ljpeg \
-L../AuxLibs/gltt -lgltt -L../AuxLibs/gltt/freetype/lib -lttf \
-L../AuxLibs/td -ltd -lX11 -lXext -ldl | grep libm
attempt to open /usr/lib/libm.so failed
attempt to open /usr/lib/libm.a succeeded
$ objdump -t /usr/lib/libm.a | grep " sqrt$"
00000000 w F .text 0000006a sqrt
#### why should i use the shared object (.so) instead?
$ gcc -shared -L/usr/X11R6/lib -o ../../Gem.pd_linux *.o \
-lGLU -lGL /lib/libm.so.6 -ltiff -ljpeg \
-L../AuxLibs/gltt -lgltt -L../AuxLibs/gltt/freetype/lib -lttf \
-L../AuxLibs/td -ltd -lX11 -lXext -ldl
#### pd error is replaced (should i be happy?). pd says:
undefined symbol: orb_open
$ cd ../AuxLibs/liborb/
$ make # makefile looks so good
$ cd ../../Objects
$ gcc -shared -L/usr/X11R6/lib -o ../../Gem.pd_linux *.o \
-lGLU -lGL /lib/libm.so.6 -ltiff -ljpeg \
-L../AuxLibs/gltt -lgltt -L../AuxLibs/gltt/freetype/lib -lttf \
-L../AuxLibs/td -ltd -L../AuxLibs/liborb -lorb -lX11 -lXext -ldl
#### pd says:
undefined symbol: pColorD__Ff11PDomainEnumfffffffff
#### but we no know how to find it (let's see it once again)
$ for i in `find ../AuxLibs/ -name "lib*.a"` ; do objdump -t $i |
grep sqrt && echo in $i ; done
#### None? And who is using it?
$ for i in `ls *.o` ; do objdump -t $i |
grep pColorD__Ff11PDomainEnumfffffffff && echo in $i ; done
00000000 *UND* 00000000 pColorD__Ff11PDomainEnumfffffffff
in part_color.o
00000000 *UND* 00000000 pColorD__Ff11PDomainEnumfffffffff
in particle.o
#### Ahum. I be linking many unnecessary object files?
[...removed lengthy checking...]
#### - No.
#### Let's hand-make particle.
#### Good Makefile but particle uses c++. Will we need libc++?
$ make
g++ -O2 -I. -I.. -I/usr/include -I/usr/include/GL -c system.cpp
system.cpp:100: name lookup of `i' changed for new ANSI `for' scoping
system.cpp:139: name lookup of `i' changed for new ANSI `for' scoping
#### invisible i.
$ cp system.cpp system.cpp.bak
$ vi system.cpp
$ diff system.cpp.bak system.cpp
100c100
< for(i=group_count; i<new_count; i++)
---
> for(int i=group_count; i<new_count; i++)
139c139
< for(i=list_count; i<new_count; i++)
---
> for(int i=list_count; i<new_count; i++)
$ make
$ cd ../../Objects
#### i don't have libglut installed so the pspray demo won't work.
#### make libttf
$ cd ../AuxLibs/gltt/freetype/lib
$ make
#### gltt depends on ttf... remake it.
FTFont.h:1: ANSI C++ forbids declaration `Copyright' with no type
#### cough cough. This is not a c++ file.
http://ftp.mayn.de/pub/unix/graphic/moonlight/gltt-1.8.tar.gz
####
$ pwd
/home/rfigura/tmp/gem/src/AuxLibs/
$ tar xzvf gltt-1.8.tar.gz
$ cd gltt-1.8
$ ln -s ../freetype .
$ ln -s ../Makefile .
$ make libgltt.a
$ cp libgltt.a ..
#### pd says:
undefined symbol: __pure_virtual
#### we need g++ to link?
g++ -shared -L/usr/X11R6/lib -o ../../Gem.pd_linux *.o \
-lGLU -lGL /lib/libm.so.6 -ljpeg -ltiff \
-L../AuxLibs/gltt -lgltt -L../AuxLibs/gltt/freetype/lib -lttf \
-L../AuxLibs/td -ltd -L../AuxLibs/particle -lparticle \
-L../AuxLibs/liborb -lorb \
-lX11 -lXext -ldl
#### Nope, pd is still persisting about __pure_virtual
####
Does someone understand what is going on here, please? I am quite
frustrated. I've been for a week on this. I...
--- communication suddenly terminated ---
Greetings
- Robert Figura
--
/* mandlsig.c v0.23 (c) by Robert Figura <rfigura(a)metabit.com> */
I=1702;float O,o,i;main(l){for(;I--;putchar("oO .,\nm>cot.bitamea\
@urigrf <raguFit erobR"[I%74?I>837&874>I?I^833:l%5:5]))for(O=o=l=
0;O*O+o*o<(16^l++);o=2*O*o+I/74/11.-1,O=i)i=O*O-o*o+I%74*.04-2.2;}
[View Less]
Hi Johannes,
could you post your version (of the modified bins). Unfortunaltely I do not
have a VC++ for Windows.
Thanks
Michel
At 16:27 13.03.02 +0100, you wrote:
>Nice!
>After tweaking the DefaultInputDevice and DefaultOutputDevice I get stable
>operation on MAudio Audiophile2496, Terratec EWS88D and the EchoAudio
>Layla24. All tested with a latency of 256 samples @ 44.1kHz under Win2k
>(in Standard PC mode, not ACPI).
>
>Tonight I'll look at enabling multi-channel …
[View More]operation and try my RME
>Hammerfall DSP again.
>
>thanks a lot!
>
>Johannes
Michael Iber
http://www.iberspace.de
mailto://mail@iber-online.de
[View Less]
hello all,
how does one control rendering order in gem? i've read some references
to it in other posts and maybe somewhere in the docs(?), but i need an
exmple or something. what i want to do is use pix_write to do a little
documentation of a patch with some things moving around in it for an
upcoming demo. i can get pix_write to work on simple static patches, but
on others the .tifs are black. how to get it to happen last in the
rendering chain so all my objects will be written?
also, how do …
[View More]people turn this series of .tifs into, say, an .mpg or
.mov? i'm on linux usually, but can do nt if that's necessary.
thanks for help,
bill
--
_________
Bill Sack
wsack(a)acsu.buffalo.edu
----------------------
[View Less]