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

2010-01-28 Thread Ingo Scherzinger
. Any help appreciated! Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

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

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

2010-04-17 Thread Ingo Scherzinger
this - I'm quite new to GEM so I don't really know many objects. Thanx, Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

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

2010-04-17 Thread Ingo Scherzinger
Thank you, Mathieu! I tried to input them with [ALT+CTL+space] but pd doesn't accept that. What's a proper method of typing non-breaking spaces inside of pd or typing them into a standard textfile so pd can read them? Ingo -Ursprüngliche Nachricht- Von: Mathieu Bouchard [mailto:ma

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

2010-04-17 Thread Ingo Scherzinger
Thank you again, Mathieu! I'll give it a try. I was testing on Windows so far but I actually need it on Linux. So it looks like a good idea to figure it out on the OS I'll need it to use on since it seems to be different on every platform. Ingo -Ursprüngliche Nachricht- Von: Mathieu

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

2010-04-18 Thread Ingo Scherzinger
(!) DO NOT start a general discussion about spaces in pd here. There is a time and a place for everything but this is neither the time nor the place. This stuff has already been discussed many times before. I'd be deeply grateful for any suggestion! Ingo Well, if you only need to send the space

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

2010-04-20 Thread Ingo Scherzinger
Thank you! [mrpeach/binfile] works perfectly for what I need. I was already using the string message with [text2d]. The problem was only to read the spaces with [textfile] which seems to be impossible. Reading it with [mrpeach/binfile] and changing it to a string message does the trick. Ingo

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. Try

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

2010-05-05 Thread Ingo Scherzinger
anybody have a workaround (exept for using [loop~] which doesn't accept the same data format)? I'm using Pd-0.42.5-extended-ubuntu-lucid-i386 dated 03-May-2010. Thank you, Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management

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

2010-05-06 Thread Ingo Scherzinger
purpose) as [susloop~]. Ingo Long shot.. cause you probably already tryed this: - Isn't that that typical -nogui issue? (the delayed one...) Just put a delay of about 100ms between your loadbang and the activation of the DSP 1; (the sound computation trigger). The thing is in -nogui

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

2010-05-06 Thread Ingo Scherzinger
. Realtime is turned on. I had to change some audio properties to be able to use -rt without being root. Is there something similar about -nosleep? Does the -nosleep flag actually help anything? Especially when the system load gets heavy? Ingo ___ Pd

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

2010-05-07 Thread Ingo Scherzinger
Well, I tried running Pd both as a normal user (with realtime rights) and root (from the console). In either case case the gnome-system-monitor said sleeping unless I went over 50% CPU usage for a moment with that particular pd patch. I'm using an AMD Athlon II X2 250 dual core with 3.0 GHz. Ingo

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

2010-05-09 Thread Ingo Scherzinger
priorities compared to alsa. Anyway, thank you - it's doing something now! Ingo It's posible the difference is in the choice of audio API (oss vs. alsa) or something like that -- nosleep prevents Pd from explicitly sleeping but sometimes transferring data to DACs blocks the process. cheers Miller

[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

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

2010-05-14 Thread Ingo Scherzinger
to turn the system graphics off and only display the GEM window? Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

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

2010-05-14 Thread Ingo Scherzinger
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: Does GEM need X-Server to be running

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. I only need to keep the resources as low as possible since I'm

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

2010-05-16 Thread Ingo Scherzinger
currently not broken. Does anybody know of a reverb that works with -nogui? I remember there have been some others like [jonverb~] (?) and an abstraction that would replace [freeverb~]. I hope I'll find these. I might have even downloaded them(?). However, I somehow doubt that they will work. Ingo hi

[PD] udev usb midi interfaces

2010-05-17 Thread Ingo Scherzinger
for the udev device rules. I read Daniel Drake's writing udev rules but he doesn't mention sound at all. I really need to write some udev rules to straighten out my 2 usb midi interfaces and soundcard that get mixed up all the time. Thanx, Ingo

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

2010-05-17 Thread Ingo Scherzinger
the graphical representation where you can trace these bugs in realtime. I hope there is not too much more of this coming up. Ingo It's not that we don't care, maybe it's more that we don't care *as much as you* right now since things are working, but I feel your pain. Did you check this bug

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 sure

Re: [PD] udev usb midi interfaces

2010-05-17 Thread Ingo Scherzinger
I'll check this one also to see if I can change it to work with my setup. BTW udevinfo has changed to udevadm info on my system (Ubuntu 10.04). I hope it still does the same thing. Ingo Here's the pd start script I use (it's called at login): http://trac.robotcowboy.com/browser

Re: [PD] udev usb midi interfaces

2010-05-17 Thread Ingo Scherzinger
investigating about that. Ingo Hi, On Mon, May 17, 2010 at 11:28:42AM +0200, Daniel Wilcox wrote: Why udev rules then ...? I use the portaudio index of the soundcard to pass to pd with -audiodev on startup (I use -nogui and alsa) and another script which parses aconnect -io to determine the alsa

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

2010-06-06 Thread Ingo Scherzinger
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 Betreff: Re: [PD] MIDI In-to-Out Latency By the way

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

2010-06-09 Thread Ingo Scherzinger
. If there is anybody in that region who knows about that kind of system stuff please contact me privately. Thanx, Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[PD] starting automatically read only (Ubuntu 10.04)

2010-06-10 Thread Ingo Scherzinger
in the internet forums. However I havn't found a workaraound for a read only filesystem: could not update ICEauthory file /home/ingo/.ICEauthory /etc/fstab looks like this: file system mount point type options dump pass proc/proc procnodev,noexec,nosuid 0 0

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

2010-06-11 Thread Ingo Scherzinger
be recreated with the same content at each startup, i'd think about how to trick it to be on a temporary writable filesystem. I suppose we cannot change the default path for this file, and i'm not sure if you can a have link in your read only filesystem (/home/ingo) pointing to a yet-to-be-created

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 i...@miamiwave.comwrote: If the file's

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

2010-06-30 Thread Ingo Scherzinger
2.1? Any ideas appreciated! Cheers, Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

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

2010-06-30 Thread Ingo Scherzinger
] = 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: Ingo Scherzinger i...@miamiwave.com Subject

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

2010-06-30 Thread Ingo Scherzinger
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 digital ins - Pduino-0.5beta8

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 teoria.musi...@hotmail.com Subject: Re: [PD] send midi to another program in windows? (not with [midifile]) To: djk_1...@hotmail.com, pd-list@iem.at

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

2010-06-30 Thread Ingo Scherzinger
I suppose you're right about the different types of controllers being attached to the arduino. It's definitely better to keep the pullup resistors off as default! I think it just needs an extra line on the help patch so people would know about this feature and how to use it. Ingo Von: Martin

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

2010-07-01 Thread Ingo Scherzinger
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 arduino digital ins - Pduino-0.5beta8

[PD] Oss and PCM out (Ubuntu 10.04)

2010-07-29 Thread Ingo Scherzinger
signal. I know it can be enabled (probably in modprobe.d) but I don't know how exactly. Any ideas? Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

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

2010-07-31 Thread Ingo Scherzinger
a sync signal. I know it can be enabled (probably in modprobe.d) but I don't know how exactly. Any ideas? Ingo ...and switching the digital out in ALSA mixer has no effect on OSS? I remember using it regardless of what sound system is in effect... Andras Unfortunately it's not working

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

2010-08-12 Thread Ingo Scherzinger
. Is there any way to detect if a monitor is hooked up and connect to some kind of a virtual monitor if not? Could VNC be used for that? (Though I don't really need or want a remote desktop) Thanx for any hints, Ingo ___ Pd-list@iem.at mailing list

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

2010-08-13 Thread Ingo Scherzinger
to go with my setup. Ingo 2010/8/12 Ingo Scherzinger i...@miamiwave.com 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

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! @ José: Hi, maybe is a lofi solution but works

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

2010-08-13 Thread Ingo Scherzinger
anything. If I start the Pd patches 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

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

2010-09-12 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 one

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: that's a cool simple

Re: [PD] PD on Atom Processors

2010-10-04 Thread Ingo Scherzinger
AMD box. No tests with GEM, though! Ingo Date: Sun, 3 Oct 2010 17:06:54 -0400 From: Ivica Ico Bukvic i...@vt.edu Subject: Re: [PD] PD on Atom Processors To: 'Felix Ob?e' fe...@amphibiousthoughts.com Cc: pd-list@iem.at FWIW L2Ork (http://l2ork.music.vt.edu http://l2ork.music.vt.edu/ ) runs

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

2010-11-19 Thread Ingo Scherzinger
midi? Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

[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

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

2011-02-01 Thread Ingo Scherzinger
delay times would still result in clicks. So Mathieu's fix for [delwrite~] is the only real solution for this. I'm going to check it out when I get some spare time. I hope this fix will be added to pd vanilla's / pd-extended's releases!!! Thanks for spending the time, Mathieu! Ingo

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

2011-02-16 Thread Ingo Scherzinger
) Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

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

2011-02-18 Thread Ingo Scherzinger
it be that there are some general audio settings in the ubuntu system that I have to change in order to increase the maximum buffer size? Does anybody know where this could be? Ingo Von: tim vets [mailto:timv...@gmail.com] Gesendet: Mittwoch, 16. Februar

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

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

2011-07-05 Thread Ingo Scherzinger
a lot of time to actually try out all of these options. So, any experience would be greatly appreciated! Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

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.at

<    1   2   3