Re: [PD] Interruption of audio / Loading sound into array

2011-10-31 Thread Ingo Scherzinger
[soundfiler] will always interrupt the audio stream. What I have done before was to stream the soundfile into a table with [readsf~]. You can upsample the subpatch with [block~] or [switch~] so it reads faster than realtime. Ingo > -Ursprüngliche Nachricht- > Von: pd-list-boun...@iem.a

[PD] Ubuntu Studio - which kernel? generic - generic-pae - rt ?

2011-07-05 Thread Ingo Scherzinger
Hi, does anybody know which would be the most efficient kernel for low latency with Ubuntu Studio on Lucid? - generic - generic-pae - realime (BTW I am using Pd-extended 0.42.5 on an Athlon II X2 dual core with one audio patch and one separate Gem patch connected with netsend / netreceive) I am

Re: [PD] Arduino (is drivin me mad

2011-07-05 Thread Ingo Scherzinger
This is the same problem I had described several times before. There is an error in the 8-bit block where the digital ins 2+3 are coming in. It can be traced somewhere in the mapping section. I'll try to finally look it up tomorrow. Ingo Von:

Re: [PD] Pd-extended 0.42.5 Lucid - Audio Settings / Delay - not working!

2011-02-18 Thread Ingo Scherzinger
ch, 16. Februar 2011 19:29 An: Ingo Scherzinger Cc: pd-list@iem.at Betreff: Re: [PD] Pd-extended 0.42.5 Lucid - Audio Settings / Delay - not working! 2011/2/16 Ingo Scherzinger Hi, I just wanted to change the delay in the audio settings for a higher latency to avoid glitches and dropouts in m

[PD] Pd-extended 0.42.5 Lucid - Audio Settings / Delay - not working!

2011-02-16 Thread Ingo Scherzinger
Hi, I just wanted to change the delay in the audio settings for a higher latency to avoid glitches and dropouts in my current patch. Unfortunately there is no effect when I change the delay time. Even setting it to 100 or 300 ms results in 0 delay (+ the usual os delay, of course)! I am using th

Re: [PD] how can I clear [vd~]

2011-02-01 Thread Ingo Scherzinger
ks for spending the time, Mathieu! Ingo > -Ursprüngliche Nachricht- > Von: Mathieu Bouchard [mailto:ma...@artengine.ca] > Gesendet: Dienstag, 1. Februar 2011 04:07 > An: Ingo Scherzinger > Cc: pd-list@iem.at > Betreff: Re: AW: [PD] how can I clear [vd~] > > On Tue, 1 Feb

[PD] how can I clear [vd~]

2011-01-31 Thread Ingo Scherzinger
Is it possible to clear the content of [vd~]? I am using [switch~] to turn off unused synth voices which contain a [delwrite~] and a corresponding [vd~] object. When I turn the voice back on there is some "leftover" in [vd~] that causes clicks at the beginning of the new sound. Ingo ___

[PD] [midiin] doesn't recognize SYSTEM COMMON or SYSTEM REAL TIME messages

2010-11-19 Thread Ingo Scherzinger
Does anybody know how to receive SYSTEM COMMON or SYSTEM REAL TIME messages? The [midiin] object only outputs 0xF0 (sysex start), 0xF7 (sysex end) and 0xF6 (tune request). Anything else between 0xF0 and 0xFF is being ignored. [sysexin] doesn't do it either. I really need 0xFA and 0xFC ( = start

Re: [PD] PD on Atom Processors

2010-10-04 Thread Ingo Scherzinger
You should definitely check how much power you need. I was running a similar atom cpu (on another board) and it was giving me about 10% of the performance that I got with a twice as fast AMD Athlon II X2 260. It could barely run 2 (rather complex) sampler - voices compared to about 24 on the other

Re: [PD] Introduction to elementary filter components in Pd

2010-09-12 Thread Ingo Scherzinger
Thank you so much, Mathieu! That's great! I've been looking for that for a while! Pd's standard [hip~] was way too slow for what I need it for. Ingo > Betreff: Re: [PD] Introduction to elementary filter components in Pd > On Sun, 12 Sep 2010, Ingo Scherzinger wrote: >

Re: [PD] Introduction to elementary filter components in Pd

2010-09-11 Thread Ingo Scherzinger
Hi Mathieu, that's a cool simple filter. I've been looking for a [hip~] that works at sampling rate. Would you mind posting the formula for a [hip~] that works the same way (if it's not too much trouble for you)? Thank you, Ingo >>If you don't mind, could you pass a patch along? > >ok. I made o

Re: [PD] Start patch automatically on bootup with or without monitor (Ubuntu 10.04)

2010-08-13 Thread Ingo Scherzinger
from the startup of fluxbox they both work (incl. graphics) with the monitor but do not start without the monitor connected. Very strange! I suppose Pd cannot start the pd-gui since it thinks that there is no monitor to display anything. Ingo > Le 13/08/2010 12:49, Ingo Scherzinger a écrit : > &

Re: [PD] Start patch automatically on bootup with or without monitor (Ubuntu 10.04)

2010-08-13 Thread Ingo Scherzinger
> is this really important? > i mean : if you start ubuntu graphical interface if no screen is pluged, why not > starting pd gui? I tried it but the patch didn't start. Ingo > Le 13/08/2010 11:46, Ingo Scherzinger a écrit : > > Hi everybody! > > > > @

Re: [PD] Start patch automatically on bootup with or without monitor (Ubuntu 10.04)

2010-08-13 Thread Ingo Scherzinger
art the Pd patch is already good enough for that. Thank you all for your suggestions. I think Cyrille's way is the best way to go with my setup. Ingo >>2010/8/12 Ingo Scherzinger >>Hi there, >> >>is it possible to start a patch automatically on boot up containing b

[PD] Start patch automatically on bootup with or without monitor (Ubuntu 10.04)

2010-08-12 Thread Ingo Scherzinger
Hi there, is it possible to start a patch automatically on boot up containing both an audio and GEM patch either with or without a screen? I got a patch that contains some kind of gui working with GEM while the main audio patch doensn't need any graphics. All editing can be handled with a LCD rem

Re: [PD] Oss and PCM out (Ubuntu 10.04)

2010-07-30 Thread Ingo Scherzinger
>> Hi everybody, >> >> I remember reading something about enabling the SPDIF output (pcm out) >> while using OSS. Unfortunately I couldn't find it anymore. I am on >> Ubuntu Lucid. >> The digital out of the (onboard) soundcard works when I use ALSA. >> However, when I switch to OSS it doesn't e

[PD] Oss and PCM out (Ubuntu 10.04)

2010-07-29 Thread Ingo Scherzinger
Hi everybody, I remember reading something about enabling the SPDIF output (pcm out) while using OSS. Unfortunately I couldn't find it anymore. I am on Ubuntu Lucid. The digital out of the (onboard) soundcard works when I use ALSA. However, when I switch to OSS it doesn't even output a sync signa

Re: [PD] problem with arduino digital ins - Pduino-0.5beta8 - solved!

2010-07-01 Thread Ingo Scherzinger
e the pduino help file so others can find that information. Ingo > -Ursprüngliche Nachricht- > Von: Hans-Christoph Steiner [mailto:h...@at.or.at] > Gesendet: Donnerstag, 1. Juli 2010 03:37 > An: Ingo Scherzinger > Cc: pd-list@iem.at > Betreff: Re: [PD] problem with ardui

Re: [PD] problem with arduino digital ins - Pduino-0.5beta8 / Firmata 2.1

2010-06-30 Thread Ingo Scherzinger
use it. Ingo > Von: Martin Peach [mailto:martin.pe...@sympatico.ca] > Roman Haefeli wrote: > > On Wed, 2010-06-30 at 14:12 +0200, Ingo Scherzinger wrote: > >> Hi Roman, > >> > >> this solution is working also. So in this case it's not really necessary to >

Re: [PD] send midi to another program in windows? (not with [midifile])

2010-06-30 Thread Ingo Scherzinger
There is no noticeable latency with midi yoke on any of my systems here. Ingo > Date: Wed, 30 Jun 2010 12:07:48 + > From: Andr? Bandeira > Subject: Re: [PD] send midi to another program in windows? (not with > [midifile]) > To: , , > > > Midi yoke will certainly make it, but

Re: [PD] problem with arduino digital ins - Pduino-0.5beta8 / Firmata 2.1

2010-06-30 Thread Ingo Scherzinger
g all kinds of resistors onto the board for no reason. Ingo > -Ursprüngliche Nachricht- > Von: Roman Haefeli [mailto:reduzie...@yahoo.de] > Gesendet: Mittwoch, 30. Juni 2010 13:39 > An: Ingo Scherzinger > Cc: pd-list@iem.at > Betreff: Re: [PD] problem with arduino digita

Re: [PD] problem with arduino digital ins - Pduino-0.5beta8 - solved!

2010-06-30 Thread Ingo Scherzinger
ort] = portStatus[port] &~ (1 << (pin - offset)); break; exactly as described on the arduino website. I think this definitely needs to be included in the standard firmata! Hans, don't you think so (since you're taking care of the pduino)? Cheers Ingo > From: "In

[PD] problem with arduino digital ins - Pduino-0.5beta8 / Firmata 2.1

2010-06-30 Thread Ingo Scherzinger
Hi, I'm having a problem with the arduino digital ins. According to the arduino website there are pull up resistors inside the ATmega that get activated automatically when the digital ins are turned on. This is not the case here with the Pduino-0.5beta8. When I connect ground to the pin it switche

Re: [PD] starting automatically "read only" (Ubuntu 10.04)

2010-06-12 Thread Ingo Scherzinger
Hi Andreas, Sounds like a good idea to put the entire "/home/user" folder into a tmpfs but I have no idea how to get my data copied into this tmpfs prior to the system wanting to use it. Any idea? Ingo > >On Fri, Jun 11, 2010 at 11:03 AM, Ingo Scherzinger wrote: > > >

Re: [PD] starting automatically "read only" (Ubuntu 10.04)

2010-06-11 Thread Ingo Scherzinger
>If the file's contents have to be preserved between sessions, it's breaking >the "read only system" paradigm. (You may still be able to use an usb drive >for this purpose?) It's actually working fine writing edited data to the rw sda3 partition where some folders have been linked to. >If the fil

[PD] starting automatically "read only" (Ubuntu 10.04)

2010-06-10 Thread Ingo Scherzinger
Hi there, with the help of Dan Wilcox I got pretty close to start my system "read only" however I'm still getting a nasty nagscreen which I have to click away while starting up. I really need this machine to start up automatically with a read only filesystem. The error is pretty much known in the

[PD] looking for someone to geta "read only" Ubuntu running in Germany - area Stuttgar t- Karlsruhe

2010-06-09 Thread Ingo Scherzinger
Hi everybody, I'm looking for someone in Germany (area Stuttgart or Karlsruhe) to get a "read only" Ubuntu running. It's a hardware like machine that is running Ubuntu 10.04 Studio. It's supposed to start up without writing anything to disk. The system needs to be 100% reliable. If there is anybo

Re: [PD] MIDI In-to-Out Latency

2010-06-06 Thread Ingo Scherzinger
hat choice, of course. I'm wondering what the developers would say about that topic? Ingo Von: anewkindofb...@gmail.com [mailto:anewkindofb...@gmail.com] Im Auftrag von Pedro Lopes Gesendet: Sonntag, 6. Juni 2010 19:22 An: Ingo Scherzinger Betre

Re: [PD] MIDI In-to-Out Latency

2010-06-06 Thread Ingo Scherzinger
Looks like there are some problems with the soundcard drivers. I'm running very heavy patches with 3 ms. Both on Windows XP and Ubuntu. Audio and MIDI. However, on Windows I am using a RME HDSP card which has very good ASIO drivers. Don't forget to set system options to "background tasks" (very imp

Re: [PD] udev & usb midi interfaces

2010-05-17 Thread Ingo Scherzinger
Hi Frank, I had tried assigning the devices as described in the "MultipleUSBAudioDevices" article before but I kept losing my soundcard. Now I tried it again and gave ALL midi interfaces a vendor id. This finally works! Originally I had the plan of using 2 internal midi interfaces and assign them

Re: [PD] udev & usb midi interfaces

2010-05-17 Thread Ingo Scherzinger
trac.robotcowboy.com/browser/robotcowboy/trunk/scripts/rc_starts_pd> http://trac.robotcowboy.com/browser/robotcowboy/trunk/scripts/rc_starts_pd <http://trac.robotcowboy.com/browser/robotcowboy/trunk/scripts/rc_starts_pd> ... the trac is a bit empty right now as I just set it up last week.

Re: [PD] udev & usb midi interfaces

2010-05-17 Thread Ingo Scherzinger
Thank you Dan, I'll check out both ways and see which one will work best. Ingo Subject: [PD] udev & usb midi interfaces Hi, does anybody know the search path to get udev information about usb midi interfaces? It should be something like "udevadm info -a -p / ??? .". I'm not realy sur

Re: [PD] no reverb or delwrite~, delread~ working with -nogui onUbuntu 10.04

2010-05-17 Thread Ingo Scherzinger
lowing fixed it for me (although I think you guys already tried this ...?). [delay 100] | | -- |; / |pd dsp 1\ -- Now I am hesitant to upgrade my Ubuntu ... On May 16, 2010, at 6:13 PM, Ingo Scherzinger wrote: Looks like not too many people seem to care too much about this.

Re: [PD] no reverb or delwrite~, delread~ working with -noguionUbuntu 10.04

2010-05-17 Thread Ingo Scherzinger
You could simply start the patch with a delay which is what I did for a quick solution! Ingo > Hi > > Thank you again, but what to do with it.my problem is that i am > still "just" a patcher. i didn´t jet even find out how to compile on a > windows machine. .sigh > > der.brandt > > > Z

[PD] udev & usb midi interfaces

2010-05-17 Thread Ingo Scherzinger
Hi, does anybody know the search path to get udev information about usb midi interfaces? It should be something like "udevadm info -a -p / ??? .". I'm not realy sure how to search for the soundcard either. I was using "lshal" which gives me a lot of information but I can't tell which part to

Re: [PD] no reverb or delwrite~, delread~ working with -nogui onUbuntu 10.04

2010-05-16 Thread Ingo Scherzinger
Thank you so much, Mathieu! You saved my day! Hope somebody will add your "delay" fix to the regular pd / pd-extended distribution. Ingo > a workaround is to load the patch using > > [loadbang] > | > [delay] > | > «open my-patch.pd .» > | > [s pd] > _ __ ___ _ _ _

Re: [PD] no reverb or delwrite~, delread~ working with -nogui onUbuntu 10.04

2010-05-16 Thread Ingo Scherzinger
really waiting to go on air > us both, all the best for millers fixing that bug soon > > der.brandt > > > Zitat von "Ingo Scherzinger" : > > > Has anybody figured out the problem with [delwrite~] and [delread~] with the > > -nogui flag? > > > &

[PD] no reverb or delwrite~, delread~ working with -nogui on Ubuntu 10.04

2010-05-15 Thread Ingo Scherzinger
Has anybody figured out the problem with [delwrite~] and [delread~] with the -nogui flag? I'm not getting it to work. And on top of it both my reverbs (freeverb~ + fdn~) are not working either anymore. Everything is fine with the gui turned on. I have delayed turning dsp on by 10 seconds alrea

Re: [PD] Does GEM need X-Server to be running

2010-05-14 Thread Ingo Scherzinger
Thanx again, IOhannes! I'll follow your suggestions about running X without desktop. Ingo > Ingo Scherzinger wrote: > > Hi IOhannes, > > > >> maybe it would be good to know what you want to achieve (or workaround) > >> in the first place. > > >

Re: [PD] Does GEM need X-Server to be running

2010-05-14 Thread Ingo Scherzinger
und with because there is no access to the regular desktop. That's completely ok with me. I simply wanted to figure out how to save the maximum amount of resources and if it was possible to eliminate X-Server completely. Thank you for the information! Ingo > Ingo Scherzinger wrote: > >&

Re: [PD] Does GEM need X-Server to be running

2010-05-14 Thread Ingo Scherzinger
> > Does GEM need X-Server to be running or does it connect directly to the > > graphic card? > > > whether you need an X-server, depends on your platform. > on windows, Gem uses platform dependend code to create windows and to > establish an openGL context. > on X-platforms (linux, bsd, irix,...)

[PD] Does GEM need X-Server to be running

2010-05-13 Thread Ingo Scherzinger
Sorry, this may be a pretty stupid question but since I'm new to GEM I have no idea. Does GEM need X-Server to be running or does it connect directly to the graphic card? Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management

[PD] object that reports window name of the currently opened sub patch?

2010-05-10 Thread Ingo Scherzinger
Is there a way to get the name of the currently opened subpatch reported to the main patch as soon as it's activated? I would like to assign the thumb button to toggle between edit mode and noedit mode. It should report the name without having to put something in all of the subpatches or having to

Re: [PD] -nosleep flag not doing anything? (Ubuntu 10.4 - Pd-extended 0.42.5)

2010-05-08 Thread Ingo Scherzinger
pd with -rt flag and I have the limits.conf tuned as > > reported on the wiki/documentation. > > > > The system is: > > $ Linux 2.6.31-9-rt #152-Ubuntu SMP PREEMPT RT Thu Oct 15 05:01:14 UTC > 2009 > > i686 GNU/Linux > > (Ubuntu 9.10 rt) > > (The CPU

Re: [PD] -nosleep flag not doing anything? (Ubuntu 10.4 - Pd-extended 0.42.5)

2010-05-07 Thread Ingo Scherzinger
re with 3.0 GHz. Ingo > -Ursprüngliche Nachricht- > Von: Miller Puckette [mailto:mpuck...@imusic1.ucsd.edu] > Gesendet: Freitag, 7. Mai 2010 05:31 > An: Ingo Scherzinger > Cc: 'pd-list' > Betreff: Re: [PD] -nosleep flag not doing anything? (Ubuntu 10.4 - Pd-extend

[PD] -nosleep flag not doing anything? (Ubuntu 10.4 - Pd-extended 0.42.5)

2010-05-06 Thread Ingo Scherzinger
I just noticed that the -nosleep flag dosn't seem to do anything. When I take a look at the system monitor it says about pd "sleeping" until I do something. Even while doing some "light" things it keeps saying "sleeping". Is there any condition I have to set in the system to recognise the -nosleep

Re: [PD] [susloop~] not working with -nogui on Ubuntu 10.04

2010-05-06 Thread Ingo Scherzinger
but it is distorted. Could be that the delay times are at minimum. But I haven't heard any other cure that to delay "DSP 1". Again - only with "-nogui". _ Von: Ingo Scherzinger [mailto:i...@miamiwave.com] Gesendet: Donnerstag, 6. Mai 2010 11:38 An: &

Re: [PD] [susloop~] not working with -nogui on Ubuntu 10.04

2010-05-06 Thread Ingo Scherzinger
nogui sometimes stuff boots too fast =P On Wed, May 5, 2010 at 9:15 AM, Ingo Scherzinger < <mailto:i...@miamiwave.com> i...@miamiwave.com> wrote: I'm having a strange problem with [susloop~]. [susloop~] does not produce any sound since I've changed to Ubuntu 10.04 with the -no

[PD] [susloop~] not working with -nogui on Ubuntu 10.04

2010-05-05 Thread Ingo Scherzinger
I'm having a strange problem with [susloop~]. [susloop~] does not produce any sound since I've changed to Ubuntu 10.04 with the -nogui flag. With the graphics turned on there is no problem at all. I had this problem before but didn't trace it down which was the reason why I stayed with Ubuntu 7.1

Re: [PD] how to type more than one "space" in GEM with [text2d] - [textfile] output?

2010-04-20 Thread Ingo Scherzinger
Sorry, but I still can't get multiple spaces with this. [mrpeach/binfile] is working for what I need. Ingo > Betreff: Re: [PD] how to type more than one "space" in GEM with [text2d] - [textfile] > output? > > hello, I didn't have any problem with spaces over Gem text objects using > any2string.

Re: [PD] how to type more than one "space" in GEM with [text2d] - [textfile] output?

2010-04-20 Thread Ingo Scherzinger
g" message does the trick. Ingo > Betreff: Re: [PD] how to type more than one "space" in GEM with [text2d] - [textfile] > output? > > On 2010-04-18 16:16, Martin Peach wrote: > > Ingo Scherzinger wrote: > >> > >> Is there an object that can read t

Re: [PD] how to type more than one "space" in GEM with [text2d] - [textfile] output?

2010-04-18 Thread Ingo Scherzinger
Ok, I managed to enter several ascii 160 (nonbereakable) and even ascii 32 (normal spaces) in a row into [text2d] with [prepend_ascii]. So it shouldn't be a big deal to put a line of text together from ascii. However, the real problem is that [textfile] or [zexy/msgfile] cannot even output regular

Re: [PD] how to type more than one "space" in GEM with [text2d]

2010-04-17 Thread Ingo Scherzinger
ht- > Von: Mathieu Bouchard [mailto:ma...@artengine.ca] > Gesendet: Samstag, 17. April 2010 19:03 > An: Ingo Scherzinger > Cc: pd-list@iem.at > Betreff: Re: AW: [PD] how to type more than one "space" in GEM with [text2d] > > On Sat, 17 Apr 2010, Ingo Scherzinger wrote

Re: [PD] how to type more than one "space" in GEM with [text2d]

2010-04-17 Thread Ingo Scherzinger
> Von: Mathieu Bouchard [mailto:ma...@artengine.ca] > Gesendet: Samstag, 17. April 2010 18:33 > An: Ingo Scherzinger > Cc: pd-list@iem.at > Betreff: Re: [PD] how to type more than one "space" in GEM with [text2d] > > On Sat, 17 Apr 2010, Ingo Scherzinger wrote: > > >

[PD] how to type more than one "space" in GEM with [text2d]

2010-04-17 Thread Ingo Scherzinger
Is it possible to type more than one consecutive "space" with GEM [text2d] ? I need to print some type of karaoke lyrics with chord changes on the line above. Obviously the chord symbols need to be right where the changes are in the lyrics. Maybe there is another solution or object to do this - I

Re: [PD] Using Pd to play drums in a band

2010-03-15 Thread Ingo Scherzinger
Here's another little tap-tempo abstraction that's not quite as heavy as Frank's but works pretty well. Ingo #N canvas 1513 211 341 567 12; #X obj 87 57 sel 32; #X obj 37 118 timer; #X floatatom 47 503 5 0 0 1 - - -; #X obj 37 177 expr 6/$f1; #X text 88 502 bpm; #X obj 87 35 ke

Re: [PD] first alpha hidio 0.1 release

2010-01-28 Thread Ingo Scherzinger
I downloaded hidio and got it working. Is there any documentation? Ingo > Finally, I am making a hidio 0.1 release, after many years in the > works. USB HID programming has great promise, but its also massively > painful. As I recently read on a developer forum, if you are feeling >

Re: [PD] object that receives "print to console" messages

2010-01-28 Thread Ingo Scherzinger
I'm gonna give it a try. Thank you! > i would suggest you to use udev rules, it is quite easy. > > for example here is a line i used for arduino to appear as > /dev/arduino_SERIALNO: > > KERNEL=="ttyUSB*", SUBSYSTEMS=="usb", ATTRS{product}=="FT232R USB > UART", > ATTRS{idProduct}=="6001", ATTRS{

[PD] object that receives "print to console" messages

2010-01-27 Thread Ingo Scherzinger
Hi, does anybody know if I can receive the stdout that prints to the pd console? I am trying to get the ID number of an hid gamecontroller / joystick automatically at startup. I tried sending "dmesg | grep Joystick" to the shell object which gives me the "hidraw" ID but not the one that Pd

Re: [PD] pd-watchdog question

2009-11-18 Thread Ingo Scherzinger
y way I can see to do it is comment out the line in s_watchdog.c: > > kill(getppid(), SIGHUP); > > and recompile. > > cheers > Miller > > On Tue, Nov 17, 2009 at 07:50:31PM +0100, Ingo Scherzinger wrote: > > > > Freezing the machine shouldn't be a probl

Re: [PD] pd-watchdog question

2009-11-17 Thread Ingo Scherzinger
akiness goes away. Only downside to that is you no longer > have protection against Pd freezing your machine :) > > Miller > > On Tue, Nov 17, 2009 at 05:54:11PM +0100, Ingo Scherzinger wrote: > > >I am getting pd-watchdog signals during loading of a pd patch on a "-

[PD] pd-watchdog question

2009-11-17 Thread Ingo Scherzinger
>I am getting pd-watchdog signals during loading of a pd patch on a "-nogui" system. >I read that watchdog is trying to stop the pd thread to prevent lockup when it can't get any pings to respond in time. Now the question is: >Is it possible that there are portions of the pd patch not loading cor

[PD] pd-watchdog question

2009-11-17 Thread Ingo Scherzinger
I am getting pd-watchdog signals during loading of a pd patch on a "-nogui" system. I read that watchdog is trying to stop the pd thread to prevent lockup when it can't get any pings to respond in time. Now the question is: Is it possible that there are portions of the pd patch not loading correc

Re: [PD] object that blocks stream of numbers unless new values

2009-11-15 Thread Ingo Scherzinger
Hi enrike, >is there a spigot type of object that blocks numbers from a stream unless the value is different than the previous one that arrived? I've made such an abstraction some time ago. Hope it helps. Ingo #N canvas 0 0 450 300 10; #N canvas 1168 484 275 411 new_number_only

Re: [PD] HID - send analog on/off to hid device

2009-10-08 Thread Ingo Scherzinger
gonna give it a try! Thank you, Derek! Ingo > -Ursprüngliche Nachricht- > Von: Derek Holzer [mailto:de...@umatic.nl] > Gesendet: Mittwoch, 7. Oktober 2009 19:22 > An: Ingo Scherzinger > Cc: pd-list@iem.at > Betreff: Re: [PD] HID - send analog on/off to hid device > &

[PD] HID - send analog on/off to hid device

2009-10-07 Thread Ingo Scherzinger
Hi, does anybody know if it is possible to send "analog on/off" to a hid device? If yes - how? Thank you, Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] "Find" Application Error - PD 0.42.5-extended-20090803 (Windows XP)

2009-08-17 Thread Ingo Scherzinger
Thank you for fixing this "find" problem on Windows. I just downloaded the latest version from August 16th and it's causing no more problems! Ingo _ Von: Hans-Christoph Steiner [mailto:h...@at.or.at] Gesendet: Mittwoch, 12. August 2009 15:28 An: Ingo Scherzinger Cc:

Re: [PD] how to find [r $-0_anyname]

2009-08-12 Thread Ingo Scherzinger
3...@footils.org> > Content-Type: text/plain; charset=us-ascii > > Hallo, > Ingo Scherzinger hat gesagt: // Ingo Scherzinger wrote: > > > > I am looking for a search function to find [send] and [receive] > > objects within abstractions that use "$0" at

[PD] "Find" Application Error - PD 0.42.5-extended-20090803 (Windows XP)

2009-08-12 Thread Ingo Scherzinger
I just installed the newest version (0.42.5-extended-20090803 - Windows XP) of pd extended to see if the find function has improved since 0.40.3. However if I try to use it I get this error: Application Error Error: invalid command name "x" Details: invalid command name "x" invalid comm

[PD] how to find [r $-0_anyname]

2009-08-12 Thread Ingo Scherzinger
I am looking for a search function to find [send] and [receive] objects within abstractions that use "$0" at the beginning of the name. Ctr+f doesn't find anything even if I replace $0 with the number (for example 1003) that it actually represents. Any ideas? Ingo ___

[PD] [pd~] not working (Windows XP)

2009-08-06 Thread Ingo Scherzinger
I have just downloaded "Pd-0.42.5-extended-20090802-windowsxp-i386.exe" and installed it. When I try to create a [pd~] object it can't create it. The pd~-help files don't work either. I havn't found anything in the list archives about this. Any idea? Any library that needs to be activated?

Re: [PD] signal / message

2009-05-11 Thread Ingo Scherzinger
[prvu~] looks very interesting. Thanx! Ingo > -Ursprüngliche Nachricht- > Von: IOhannes m zmoelnig [mailto:zmoel...@iem.at] > Gesendet: Montag, 11. Mai 2009 10:26 > An: Ingo Scherzinger > Cc: 'Hans Roels'; pd-list@iem.at > Betreff: Re: [PD]

Re: [PD] signal / message

2009-05-11 Thread Ingo Scherzinger
ro...@versateladsl.be] > Gesendet: Montag, 11. Mai 2009 08:45 > An: Ingo Scherzinger > Betreff: Re: [PD] signal / message > > env~ outputs RMS values, have a look in Puckettes book: > http://crca.ucsd.edu/~msp/techniques/latest/book-html/node54.html > http://crca.ucsd.edu/~

Re: [PD] signal / message

2009-05-10 Thread Ingo Scherzinger
On Sun, 2009-05-10 at 17:29 +0200, Wolfgang J?ger wrote: > Hello, > > What's the best way to convert a signal into a message? > There are possibilities like snapshot~ or vsnapshot~, but they are not > accurate. The error they produce when you convert into a message and > reconvert to a sig

Re: [PD] dynamic creation arguments for route

2009-03-17 Thread Ingo Scherzinger
>Is is possible to dynamically alter the creation arguments for a route >object? [maxlib/nroute] can do that. The only difference to [route] is that it doesn't eliminate the value that is routed. This is because it can be set to any location of the list that's coming in. Ingo

Re: [PD] external for sample loop start and end points?

2009-03-08 Thread Ingo Scherzinger
information are already in this external. As mentioned this would speed up the creation of sample based pitched instruments tremendously. Ingo _ Von: Hans-Christoph Steiner [mailto:h...@eds.org] Gesendet: Freitag, 6. März 2009 01:22 An: Ingo Scherzinger Cc: pd-list@iem.at Betreff

Re: [PD] external for sample loop start and end points?

2009-03-08 Thread Ingo Scherzinger
information are already in this external. As mentioned this would speed up the creation of sample based pitched instruments tremendously. Ingo _ Von: Hans-Christoph Steiner [mailto:h...@eds.org] Gesendet: Freitag, 6. März 2009 01:22 An: Ingo Scherzinger Cc: pd-list@iem.at Betreff

[PD] external for sample loop start and end points?

2009-03-02 Thread Ingo Scherzinger
Hi, I am looking for an external that can read the sample loop start and end points of a .wav file. I found [wavinfo] but that doesn't do the trick - no loop info! It would be great if anybody knew anything like that! Thank you, Ingo ___ Pd-

Re: [PD] show "used or free system memoy" from within pd-extended

2009-02-27 Thread Ingo Scherzinger
Thanx for everybody's input! I just wrote a little and simple abstraction to check the system memory using "free" and shell. It can easily be expanded to show also "total", "shared", "buffers" and "cached". Maybe it's useful for some people who are in the same situation as I am, i.e. getting

Re: [PD] show "used or free system memoy" from within pd-extended (Ubuntu 8.04) -nogui - is this possible?

2009-02-27 Thread Ingo Scherzinger
Thank you IOhannes, > >>> is it possible to show "used or free system memoy" from within > > pd-extended (Ubuntu 8.04) -nogui. > >> [shell] > > > > I know I can use [shell] to communicate but I cannot find a command line > for > > it. So the command is what I actually need. > > ah i see. > check

[PD] show "used or free system memoy" from within pd-extended (Ubuntu 8.04) -nogui - is this possible?

2009-02-27 Thread Ingo Scherzinger
Hi there, is it possible to show "used or free system memoy" from within pd-extended (Ubuntu 8.04) -nogui. I need this because I'm working with a large sample library and I'm getting close to the internal memory limit. Pd can't handle going over the limit! Thank you Ingo ___

[PD] copy-paste vs. duplicate behavior (was Re: Pd-list Digest, Vol 46, Issue 108)

2009-01-31 Thread Ingo Scherzinger
Well, what if someone hits paste twice by mistake? Then you still have two copies on top of each other. Both 10x10 pixels moved from the original but still on top of each other. Maybe a more obvious solution would be that two objects on top of each other change color so you know there is something

[PD] copy-paste vs. duplicate behavior (was Re: Pd-list Digest, Vol 46, Issue 108)

2009-01-31 Thread Ingo Scherzinger
owever, this doesn't eliminate the need of making "similar" copies of sub patches and copying objects from one to the other. Ingo > On Sat, 31 Jan 2009, Mathieu Bouchard wrote: > > On Sat, 31 Jan 2009, Ingo Scherzinger wrote: > > > I agree with pasting to the same wind

Re: [PD] Pd-list Digest, Vol 46, Issue 108

2009-01-31 Thread Ingo Scherzinger
I agree with pasting to the same window the cursor position would be the best solution. But please leave it the way it is for different windows. I always copy objects that have been changed to almost identical windows and they are right in the spot where they belong. Changing this behaviour would b

Re: [PD] Pd-list Digest, Vol 46, Issue 78

2009-01-24 Thread Ingo Scherzinger
- gpg agent is not available > in this session > To: pd-list@iem.at > Message-ID: <20090123120819.gb10...@footils.org> > Content-Type: text/plain; charset=us-ascii > > Hallo, > Ingo Scherzinger hat gesagt: // Ingo Scherzinger wrote: > > > I need to be able to

[PD] reading encrypted files - gpg agent is not available in this session

2009-01-23 Thread Ingo Scherzinger
Hi everyone, I need to be able to read some GPG encrypted files within pd. I can unpack the file using a command line with [shell]. However I get an error message (appearing only in "nogui") saying: "gpg agent is not available in this session". So the file gets copied to the destination file

Re: [PD] [shell] mount USB drive - howto ?

2008-10-04 Thread Ingo Scherzinger
Ooops! I'm so stupid! Of course it can't work if I misspell it! Thanks for the hint! > -Ursprüngliche Nachricht- > Von: Martin Peach [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 3. Oktober 2008 14:19 > An: Ingo Scherzinger > Cc: pd-list@i

Re: [PD] [shell] mount USB drive - howto ?

2008-10-03 Thread Ingo Scherzinger
usb( | [shell] That does the trick. "Unmount" doesn't work this way, however. For some reason [shell] doesn't seem to accept all possible/needed commands. I'll try some other commands like "kill" or something similar. Ingo >Hallo, &g

[PD] [shell] mount USB drive - howto ?

2008-10-02 Thread Ingo Scherzinger
OK, never mind. I got it already! >Can anybody help me to mount an USB-Stick on Linux with a -nogui patch? >I've found [shell] which looks like it should do the trick. However I'm not too much of a Linux Console guy. >I need to be able to save patch data on a stick that is to be mounted af

[PD] [shell] mount USB drive - howto ?

2008-10-02 Thread Ingo Scherzinger
Can anybody help me to mount an USB-Stick on Linux with a -nogui patch? I've found [shell] which looks like it should do the trick. However I'm not too much of a Linux Console guy. I need to be able to save patch data on a stick that is to be mounted after pd has started. So my question is:

Re: [PD] rock, paper, scissors

2008-08-05 Thread Ingo Scherzinger
Hi, there was a [trigger float float] missing after the metronome. I also added a counter to see the score. Ingo #N canvas 0 22 501 645 10; #X obj 27 30 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 0 1 ; #X obj 68 179 sel 0 1 2; #X msg 85 247 set paper; #X obj 68

Re: [PD] Pduino 0.4 beta0 released - Problem with Firmata-2.0beta1

2008-06-28 Thread Ingo Scherzinger
Tahnk you, Hans And sorry, it was my fault. I had it in the wrong directory, as you said. Ingo > -Ursprüngliche Nachricht- > Von: Hans-Christoph Steiner [mailto:[EMAIL PROTECTED] > Gesendet: Freitag, 27. Juni 2008 21:41 > An: Ingo Scherzinger > Cc: pd-list@iem.at >

Re: [PD] Pduino 0.4 beta0 released - Problem with Firmata-2.0beta1

2008-06-27 Thread Ingo Scherzinger
ata_334 is working fine. Is there anything else I need to do? Or is the file incomplete? Do I need to compile something? If yes - how? Thank you Ingo Scherzinger ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.

Re: [PD] Pd-0.40.3-extended-rc2 released - Console Window

2008-06-25 Thread Ingo Scherzinger
When the console is resized the upper part gets bigger, too. That's wasting a lot of space. I'm on Windows. Havn't tested with Linux so far. Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listin

Re: [PD] change latency on windows xp

2008-06-13 Thread Ingo Scherzinger
> Hi, > I*m using pd under windows xp and would like to change the latency setting of pd. > When launching pd it automatically uses a latency of 70 ms. > I*d like pd to automatically use a latency of 20 ms whenever launched. > How can I do that? > > Thanks, > Marko Go to "File/Startu

Re: [PD] soundfiler alternative - realtime? (loading in background)

2008-05-19 Thread Ingo Scherzinger
will spped up loading time from currently 1 minute 45 sec to about 30-40 seconds. That's absolutely great. Thanks for the hint! Ingo > -Ursprüngliche Nachricht- > Von: Claude Heiland-Allen [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 12. Februar 2008 13:14 >

Re: [PD] soundfiler alternative - realtime? (loading in background)

2008-05-19 Thread Ingo Scherzinger
ading time from currently 1 minute 45 sec to about 30-40 seconds. That's absolutely great. Thanks for the hint! Ingo > -Ursprüngliche Nachricht- > Von: Claude Heiland-Allen [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 12. Februar 2008 13:14 > An: Ingo Scherzinger >

Re: [PD] call for testing on the nightly builds! (Windows)

2008-05-13 Thread Ingo Scherzinger
opinion. On Mac I don't know with the one button mouse still being in use? Ingo Scherzinger ___ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list

Re: [PD] ossmixer of ext13 not working with pd-extended

2008-05-05 Thread Ingo Scherzinger
rying! Maybe I'll get it to work somehow. Ingo >>Ingo Scherzinger hat gesagt: // Ingo Scherzinger wrote: >> >> Is anybody using ossmixer with pd-extended 0.41.4 on Ubuntu Gutsy? >> It's not working here! > >If you use ALSA, you could try a

Re: [PD] ossmixer of ext13 not working with pd-extended

2008-05-03 Thread Ingo Scherzinger
I am working with OSS on a minimal system (only kernel and drivers). I only need to control the input level of the soundcard to pass through some stuff without any additional latency. I had somebody recompile the code and it actually didn't show anymore errors. Unfortunately it still didn't do an

  1   2   >