Re: [PD] How to read I2C sensors?

2014-04-28 Thread Ingo
Sounds great! I'll have to get the sensors first now (I was waiting to see if it would work at all) and see how far I'll get with it. Thanks Ingo Von: Ivica Bukvic [mailto:i...@vt.edu] Gesendet: Sonntag, 27. April 2014 23:27 An: Ingo Cc: Alexandros

[PD] How to read I2C sensors?

2014-04-27 Thread Ingo
I have been using an arduino with [comport] (pduino) to read out sensors so far and want to use a I2C sensor board for some other sensors soon. Can [comport] connect to the I2C interface or is there another object in Pd-extended that can do that? Thanks! Ingo

Re: [PD] How to read I2C sensors?

2014-04-27 Thread Ingo
Thanks! Could be a possibility but I was hoping for an object that would be able to read I2C directly without adding an arduino since most smaller arm boards do have some I2C pins onboard. Ingo Von: Alexandros Drymonitis [mailto:adr...@gmail.com

Re: [PD] How to read I2C sensors?

2014-04-27 Thread Ingo
Thanks Ivica, I'll check out pd-l2ork. I might use a Raspberry Pi for that purpose anyway. I need some capacitive sensors that work without actually touching them. All I found was using I2C. Ingo Von: Ivica Bukvic [mailto:i...@vt.edu] Gesendet: Sonntag

[PD] Pd-extended for ARM - where to find the latest versions

2014-04-19 Thread Ingo
be working fine for me. I tried adding deb http://apt.puredata.info/releases precise main to /etc/apt/sources.list and did apt-get update It won't install from there using apt-get install pd-extended. Any help or download link is appreciated! Thanks Ingo

[PD] WG: Inverse bandpass filter

2014-04-18 Thread Ingo
You could send the original signal in parallel and invert the phase by multiplying with -1. You might have to delay the original signal in case that the processed signal gets also delayed by one or more blocks. Ingo ___ Von: pd-list-boun...@iem.at [mailto:pd

[PD] Pd-extended with Cubietruck (Cubieboard3)

2014-03-25 Thread Ingo
Hi everybody! Has anyone tried the Cubietruck (aka Cubieboard3) with Pd-extended? Seems to be one of the more powerful arm boards around with some great features (see below). If yes, what would be the best linux version for running it? Ingo Cubietruck Kit - Dual Core Single-board Computer

Re: [PD] Pd-extended with Cubietruck (Cubieboard3)

2014-03-25 Thread Ingo
as on Ubuntu. I don't know the exact differences between the two (except for the different Desktop). I guess I'll find out soon ... Ingo Von: showlabor.felixhom...@gmail.com [mailto:showlabor.felixhom...@gmail.com] Im Auftrag von Felix Homann Gesendet

[PD] Tannhauser Pure Data compiler

2014-03-17 Thread Ingo
I just found out about the Tannhäuser Pure Data compiler. Does anybody know who makes it or where to get this compiler? Thanks! Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Tannhauser Pure Data compiler

2014-03-17 Thread Ingo
: Montag, 17. März 2014 14:12 An: Simon Wise Cc: pd-list Betreff: Re: [PD] Tannhauser Pure Data compiler Not much information on either page... Pierre. 2014-03-17 14:06 GMT+01:00 Simon Wise simonzw...@gmail.com: On 17/03/14 23:26, Ingo wrote: I just found out about the Tannhäuser Pure Data compiler

Re: [PD] smooth random numbers

2014-02-24 Thread Ingo
Sorry, forgot ta add [change -1] after the [i]. I thought this was meant to be used with a MIDI signal - maybe I got that wrong? Ingo -Ursprüngliche Nachricht- Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Roman Haefeli Gesendet: Montag, 24. Februar

Re: [PD] smooth random numbers

2014-02-24 Thread Ingo
that the data change should have. That would obviously require some extra calculation. I don't remember reading anything about that in the original posting, though. Ingo -Ursprüngliche Nachricht- Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Roman Haefeli

Re: [PD] smooth random numbers

2014-02-22 Thread Ingo
Starting from Roman's patch I would probably do it like the attached patch. Ingo #N canvas 988 0 286 367 10; #X obj 71 76 random 128; #X obj 71 49 metro 5000; #X obj 71 31 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 1 ; #X obj 71 130 line; #X obj 71 150 i; #X obj 71 103 pack f 5000; #X

Re: [PD] smooth random numbers

2014-02-22 Thread Ingo
This one can be retriggered to change speed anytime. Ingo #N canvas 988 0 345 419 10; #X obj 71 135 random 128; #X obj 71 108 metro 5000; #X obj 71 90 tgl 15 0 empty empty empty 17 7 0 10 -262144 -1 -1 1 1 ; #X obj 71 189 line; #X obj 71 209 i; #X obj 71 162 pack f 5000; #X msg 254 32 5000; #X

[PD] Arduino + Standard Firmata + Arduino MIDI interface

2014-01-09 Thread Ingo
? Or is that stuff already on the board? (I'm using a Duemilanove with Ubuntu) I would appreciate if anybody could point me in a direction where I could find some working MIDI software that can be added to the firmata. Thanks! Ingo ___ Pd-list@iem.at

Re: [PD] Arduino + Standard Firmata + Arduino MIDI interface

2014-01-09 Thread Ingo
get the parts and start testing with the code that I found. Ingo Von: José Luis Santorcuato Tapia [mailto:santorcuat...@gmail.com] Gesendet: Donnerstag, 9. Januar 2014 18:25 An: Ingo Scherzinger Betreff: Re: [PD] Arduino + Standard Firmata + Arduino MIDI

Re: [PD] GEM causes soung glitches

2013-12-28 Thread Ingo
in GEM if you have bad drivers or a badly designed patch. There are already a number of ways to set priorities in the system e.g. by setting up a low latency or realtime system with the best options, the Pd startup flags as well as patch design. Ingo Von

[PD] realtime MIDI on Windows - best practices for efficiency?

2013-11-14 Thread Ingo
constant data to be sent or use [speedlim] which does the same thing. Ingo [PD] realtime MIDI on Windows - best practices for efficiency? I have a big patch I use for realtime manipulation of live sound inputs. Often when adjusting pots and sliders

[PD] USB power off from [shell] for eliminating MIDI interface problems

2013-10-16 Thread Ingo
. Now here is my question: Does anybody know how I can power off a USB port (probably using [shell]) to do a reset (USB power off - USB power on) while or after loading the patch? I'm on Ubuntu Natty. Thanks Ingo ___ Pd-list@iem.at mailing list

Re: [PD] USB power off from [shell] for eliminating MIDI interfaceproblems

2013-10-16 Thread Ingo
I have tried echo on /sys/bus/usb/devices/usb1/power/level # turn on echo suspend /sys/bus/usb/devices/usb1/power/level # turn off with different devices (like 4-2 which is the MIDI interface) and I'm always getting invalid argument when I try to use suspend. Any ideas? Ingo

Re: [PD] $1 inside a message is not saving data ?

2013-10-06 Thread Ingo
A message box $1 doesn't save the last value like other objects do. Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von ?? Gesendet: Sonntag, 6. Oktober 2013 13:13 An: pd-list@iem.at Betreff: [PD] $1 inside a message is

Re: [PD] is there a way to turn on or off the filters in pd

2013-09-14 Thread Ingo
~] while bypassing the signal if the effect is off. Ingo Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Luca Mani Gesendet: Samstag, 14. September 2013 20:49 An: pd-list@iem.at Betreff: [PD] is there a way to turn on or off

Re: [PD] send message to current pd-window

2013-08-29 Thread Ingo
. That does the trick for me. Thanks anyway Ingo -Ursprüngliche Nachricht- Von: Jonathan Wilkes [mailto:jancs...@yahoo.com] Gesendet: Mittwoch, 28. August 2013 18:09 An: Ingo Betreff: Re: AW: [PD] send message to current pd-window On 08/28/2013 12:25 AM, Ingo wrote: Thanks

Re: [PD] send message to current pd-window

2013-08-29 Thread Ingo
Thanks! I'll take a look at those two. Ingo -Ursprüngliche Nachricht- Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Simon Wise Gesendet: Donnerstag, 29. August 2013 09:36 An: pd-list@iem.at Betreff: Re: [PD] send message to current pd-window On 29

[PD] send message to current pd-window

2013-08-27 Thread Ingo
] Thanks, Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] send message to current pd-window

2013-08-27 Thread Ingo
to send letters or ASCII characters from within Pd to Pd? Like CTRL + E for edit mode or anything else that can be done by QWERTY key commands? Ingo -Ursprüngliche Nachricht- Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Jonathan Wilkes Gesendet: Dienstag, 27

Re: [PD] changing message value in real time

2013-06-17 Thread Ingo
Maybe that is what you need? Ingo Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Dmitry Morozov Gesendet: Montag, 17. Juni 2013 12:34 An: pd-list@iem.at Betreff: [PD] changing message value in real time hi to everyone! sorry

[PD] Forwarding serial data through an Arduino (with firmata) to a serial display

2013-06-05 Thread Ingo
an addon to firmata. Or is this already possible with the current firmata? If anybody has done this before I'd appreciate any help! Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] Forwarding serial data through an Arduino (with firmata) to a serial display

2013-06-05 Thread Ingo
/ttyUSB1 on the [comport]. It also would be cleaner with less cables to have the arduino taking care of the serial data transfer. If I can't get that to work I'll have to use a serial adapter and find a good way to distinguish the two automatically. Ingo -Ursprüngliche Nachricht- Von: pd

Re: [PD] musical timing, something like Max´s metrical timing Transport and [metro 16n]

2013-03-23 Thread Ingo
Sorry I just noticed this shoul have been [midirealtimein] instead of [midiin]. Like this: [midirealtimein] | [sel 248] | [t b b] | | [timer] | [/ 4] Ingo I don't have an exact plan on how to do this without spending a lot of time finding the most effective way

Re: [PD] musical timing, something like Max´s metrical timing Transport and [metro 16n]

2013-03-21 Thread Ingo
from time to time and resyncing to the absolute sample position might be necessary. However, such an accuracy would only be needed if the music is to be synced to anything external like a DAW, I guess. Ingo If you mean milliseconds to bpm and vice versa: minute = 60,000 ms

Re: [PD] musical timing, something like Max´s metrical timing Transport and [metro 16n]

2013-03-21 Thread Ingo
a usable value before the first clock is coming in). I.e. when starting jump from 0 to 4 and then increase by 1. Check out the midi specs for additional features like song pointer or midi timecode (which has nothing to do with midi clock), etc. Ingo Thanks Ingo, I must do the testing. In fact Im

Re: [PD] Help to load sound

2013-01-13 Thread Ingo
it. Ingo Hello everybody, I'm starting pd, and i have always the same matter when I want to load a sound, pd say me: (error: dsp: C:/Documents and Settings/Romain/Bureau/matrice perso/SON/musikkk/Remko Scha - (1982) Machine Guitars/01 Shake.mp3: unknown or bad header format) and for all format

Re: [PD] Help to load sound

2013-01-13 Thread Ingo
There is a size limit for the file. I'm not sure whether this is 400 or anything else. Sombody else here might know. Ingo Thank for your answer, I will trying to modificate my own error but now the error message say: error: soundfiler_read: truncated to 400 elements ... you might

Re: [PD] Increment/Decrement a number

2012-12-06 Thread Ingo
This is how I would fix your current patch. Ingo Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Sebastian Valenzuela Gesendet: Donnerstag, 6. Dezember 2012 05:56 An: Pure Data Forum Betreff: [PD] Increment/Decrement a number

Re: [PD] Increment/Decrement a number

2012-12-06 Thread Ingo
Here's a counter that lets you count the same value from separate locations like counter buttons, incremental wheels, ext. midi input, etc. Ingo Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Sebastian Valenzuela Gesendet

Re: [PD] [pd] osc processing array to the pd table

2012-09-30 Thread Ingo
The first number is the value and the second number is the position. Ingo The 1st arg of the list is the position where to write in the table. you certainly want to add a 0 in front of the list. cheers c Le 30/09/2012 04:11, Billy Stiltner a écrit : got another question [2 5.5

Re: [PD] loading sounds stops my audio

2012-09-27 Thread Ingo
Soundfiler interrupts the audiostream. This has been discussed here before. Ingo Betreff: Re: [PD] loading sounds stops my audio Try to put the table in a subpatch. It should work this way. On Thu, Sep 27, 2012 at 1:38 PM, xiaoping lyu xiaoping

Re: [PD] Close PD window with a message?

2012-06-22 Thread Ingo
Does anybody know if this works with 0.42.5 or does it need 0.43? Thanx Ingo http://puredata.info/downloads/kiosk-plugin does anyone no if I can close the PD window (console) with a message within my patch in PD-extended-0.43. I only want to see the patch (parent) window

Re: [PD] interpolating between 2 streams

2012-05-16 Thread Ingo
Maybe [average]? Hi list, one question: i have 2 abstractions that are generating streams of data, ,how can i interpolate between this 2 streams? for example when my slider is the left then the output is stream a and when my slider moves to the right it gradually convert into stream b . Is

Re: [PD] That old -nogui/nosound problem on Linux ...

2012-04-11 Thread Ingo
and -nogui. Ingo On Apr 10, 2012, at 11:11 AM, Chrissie Caulfield wrote: Hi all, I've been scouring the lists for a solution to this but none of them seem to work for me. Almost all non-trivial patches produce no sound with the -nogui flag, even with the delayed startup

Re: [PD] pix_film and readsf not in sync....

2012-03-08 Thread Ingo
Could it be possible that your soundfile is being played back with the wrong samplerate? Like 48k instead of 44.1k? Ingo -Ursprüngliche Nachricht- Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von altern Gesendet: Donnerstag, 8. März 2012 14:59 An: pd-list

[PD] WG: no tilde

2012-03-04 Thread Ingo
I have to press ~ twice before it gets accepted on Ubuntu. Only once with Windows, though. Ingo -Ursprüngliche Nachricht- Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Gerhard Lang Gesendet: Sonntag, 4. März 2012 18:03 An: pd-list@iem.at Betreff

Re: [PD] MIDI input problems in PD

2012-02-26 Thread Ingo
I was using MIDI OX as well. I wonder if Laura did. If yes, it could be related to MIDI OX as well. Ingo -Ursprüngliche Nachricht- Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Miller Puckette Gesendet: Sonntag, 26. Februar 2012 22:11 An: Pierre-Olivier

[PD] (no subject)

2012-02-25 Thread Ingo
I had the same problem with Windows XP. Even with the regular MIDI In objects like [notein] or [ctlin], etc. I gave up and switched to Linux. Ingo Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Villa Anna Gesendet

Re: [PD] MIDI input problems in PD

2012-02-25 Thread Ingo
recreate why it happened. Most of the time it didn't do it but every once in a while it did. I had no problem ever running Nuendo for days on that same machine programming midi. The same Pd patch was doing fine on a Linux computer after switching to Linux. Ingo -Ursprüngliche Nachricht

Re: [PD] Audio line circuit breaker?

2011-11-15 Thread Ingo
You'll have the choice whether to use the audio signal or the float. If the audio signal is connected it will override the float on the next sample. Ingo -Ursprüngliche Nachricht- Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Jonathan Wilkes Gesendet

Re: [PD] Natty SPDIF samplerate 44.1k / 48k problem (OSS)

2011-11-11 Thread Ingo
to a fixed rate of 48k. The Realtek actually supports all standard rates up to 192k. Which means it simply can't be fixed like the Creative cards. Anyway, after finding the PCM Default Playback Switch and turning it on so it follows the software's sample rate it works fine. Ingo

[PD] Natty SPDIF samplerate 44.1k / 48k problem (OSS)

2011-11-10 Thread Ingo
). Does anybody know where or how I can set the PCM sample rate to match Pd's sample rate? None of the soundcard mixers I was checking have an option to set the sample rate and I don't know where the OSS files are located. Thanks! Ingo ___ Pd-list@iem.at

Re: [PD] Natty SPDIF samplerate 44.1k / 48k problem (OSS)

2011-11-10 Thread Ingo
but I'm still using the older OSS ( OSS 3 ? ) because of the MIDI support. Ingo Hi Ingo On Thu, 2011-11-10 at 13:10 +0100, Ingo wrote: Hi everybody, I need some help about sample rate settings. I would like to use my SPDIF Out with Pd. Unfortunately it looks like either

Re: [PD] Natty SPDIF samplerate 44.1k / 48k problem (OSS)

2011-11-10 Thread Ingo
On 2011-11-10 13:10, Ingo wrote: Hi everybody, I need some help about sample rate settings. I would like to use my SPDIF Out with Pd. Unfortunately it looks like either the soundcard or the audio system (OSS) starts up with 48,000 Hz while Pd is set to use 44,100 Hz (that's

Re: [PD] Natty SPDIF samplerate 44.1k / 48k problem (OSS)

2011-11-10 Thread Ingo
It's not the HDSP that's causing the problems. It's a realtek onboard souncard. The HDSP was used on another (WinXP) computer and only served as an input to check the output of the linux machine. Ingo Von: pd-list-boun...@iem.at [mailto:pd-list-boun

Re: [PD] Natty SPDIF samplerate 44.1k / 48k problem (OSS) - Problem solved!

2011-11-10 Thread Ingo
to ON and changing the desired sample rate via Pd's audio dialog afterwards does the trick. Since the sample rate is output at start up of Pd the audio dialog needs to be set once more after recalling the mixer preset or the audio mixer preset needs to be loaded before Pd starts. Ingo

Re: [PD] Natty SPDIF samplerate 44.1k / 48k problem (OSS)

2011-11-10 Thread Ingo
of the resampling that the sound card needs to do. So getting Pd's sample rate matched up with the rate of the hardware might have advantages even if you are using only analogue outs. Ingo 2011/11/10 Roman Haefeli reduz...@gmail.com On Thu, 2011-11-10 at 17:14 +0100, tim vets wrote: .. Lastly: I

Re: [PD] clear console command + create folder from Pd?

2011-11-08 Thread Ingo
on windows correctly? Ingo Von: tim vets [mailto:timv...@gmail.com] Gesendet: Dienstag, 8. November 2011 12:35 An: Ingo Cc: Hans-Christoph Steiner; pd list Betreff: Re: [PD] clear console command + create folder from Pd? 2011/11/8 tim vets timv...@gmail.com

Re: [PD] clear console command + create folder from Pd?

2011-11-08 Thread Ingo
, not a relative one. You could use [ggee/getdir] if you are on Pd-extended. I can get the patche's current path with tof/path, but I read that tof isn't included in the next versions? Is it possible to get the current path through other methods? João Ingo

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

2011-11-03 Thread Ingo
This might just be a graphics related problem. It's not! Ingo Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von David Schaffer Gesendet: Donnerstag, 3. November 2011 12:31 An: pd list Betreff: Re: [PD] Interruption of audio

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

Re: [PD] bendin-bendout under Linux

2011-10-04 Thread Ingo
I can't really see how 0.42.5 could use or output a different pitchbend range than 0.43. If this was the case all patches using pitchbend would be broken on 0.43 if they were made with an earlier version. I would call that a major disaster. Ingo -Ursprüngliche Nachricht- Von: pd-list

Re: [PD] Fwd: Variable number of objects?

2011-10-03 Thread Ingo
version? Maybe with an abstraction like: [dac~] | \ [ear~ $1] [ear~ $2] Then do some dynamic patching? Ingo -Ursprüngliche Nachricht- Von: Mathieu Bouchard [mailto:ma...@artengine.ca] Gesendet: Montag, 3. Oktober 2011 19:38 An: Ingo Cc: 'Pd List' Betreff: Re: AW: [PD] Fwd

Re: [PD] bendin-bendout under Linux

2011-10-03 Thread Ingo
by 8192 by certain softwares to show negative values. Some people might think it looks more understandable to have the same range going negative or positive for bend down / bend up. But the numbers still go from 0 - 16383. Center is 8192 or 64 0. Ingo

Re: [PD] Fwd: Variable number of objects?

2011-10-02 Thread Ingo
Ok, it looks like I was misunderstanding the way how the [send] / [receive] is working. But then I am still wondering why I got a lot of performance boost after replacing the [send] / [receive] with wired connections? Ingo -Ursprüngliche Nachricht- Von: pd-list-boun...@iem.at

Re: [PD] Fwd: Variable number of objects?

2011-09-30 Thread Ingo
second if the data is meant to be for them or not. Ingo -Ursprüngliche Nachricht- Von: Jaime Oliver [mailto:jaime.oliv...@gmail.com] Gesendet: Freitag, 30. September 2011 05:04 An: Ingo Cc: Jonathan Wilkes; Pd List Betreff: Re: [PD] Fwd: Variable number of objects? I see

Re: [PD] Fwd: Variable number of objects?

2011-09-30 Thread Ingo
I wonder what kind of ears it takes to listen to something so complex... rather, what kind of brain lobes it takes. It takes a regular pair of ears - one on the left side and one on the right side! Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE

Re: [PD] Fwd: Variable number of objects?

2011-09-30 Thread Ingo
] and doesn't keep it from having to do the checking. That's the reason why I try to avoid [send/receive] objects wherever realtime playing is involved. I still use them, but only for non realtime editing purposes. But there is still a tendency for audio dropouts. Ingo On Sep 30, 2011, at 4:13 AM, Ingo i

Re: [PD] Fwd: Variable number of objects?

2011-09-29 Thread Ingo
initialized correctly. Not sure if this is needed for other voice-abstractions. Ingo -Ursprüngliche Nachricht- Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Roman Haefeli Gesendet: Donnerstag, 29. September 2011 08:36 An: Ludwig Maes Cc: Pd List Betreff

Re: [PD] Fwd: Variable number of objects?

2011-09-29 Thread Ingo
I just added the [; pd dsp 0( when starting to creat voices to speed it up and eliminated the 17 voices limit of the patch. Maybe it's useful for somebody. Ingo -Ursprüngliche Nachricht- Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Ingo Gesendet

Re: [PD] Fwd: Variable number of objects?

2011-09-29 Thread Ingo
I made some more changes and added some help information to the voice creation patch so you can simple use a float to add voices and 0 to clear all voices. There are wired inlets for the voices now. Hope it's helpful for anybody! Ingo -Ursprüngliche Nachricht- Von: Ingo [mailto:i

Re: [PD] Fwd: Variable number of objects?

2011-09-29 Thread Ingo
of the time. Ingo - Original Message - From: Ingo i...@miamiwave.com To: 'Roman Haefeli' reduz...@gmail.com; 'Ludwig Maes' ludwig.m...@gmail.com Cc: 'Pd List' pd-list@iem.at Sent: Thursday, September 29, 2011 5:33 AM Subject: Re: [PD] Fwd: Variable number of objects

Re: [PD] Fwd: Variable number of objects?

2011-09-29 Thread Ingo
with the [switch~] and turned back on when the next note will play that voice. On top of it all 500 parameters need to be updated to the current state of the external control input and the current preset data when played anew. Ingo -Ursprüngliche Nachricht- Von: Jaime Oliver [mailto:jaime.oliv

Re: [PD] Variable number of objects?

2011-09-28 Thread Ingo
. Simpler synth voices might be faster, though. I think it is much better to create as many voices as needed beforehand and turn unused voices off with the [switch~] object. Ingo Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Ludwig

Re: [PD] Variable number of objects?

2011-09-28 Thread Ingo
Well, as I said in my case the voices are very complex. There are hundreds of audio objects in each voice. It takes a lot of time to adjust all of the signal flow and reallocate the memory I guess. Control objects shouldn't be such a big problem. Ingo

Re: [PD] throw~ / catch~ versus send~ / receive~

2011-09-28 Thread Ingo
I would assume this one block delay could be avoided by „cut” and “undo” of the [catch~] object after creating new [throw~] objects. Right? But how can you time it if they are in different abstractions? Ingo _ Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag

Re: [PD] pduino rewrite

2011-09-16 Thread Ingo
would have been guessing it could be up to 10x as fast but not 50x. Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] pduino rewrite

2011-09-16 Thread Ingo
in this particular example several hundred percent cpu time when running. When such a programming style is used consistently I am sure you can get at least double or more of the performance of a computer. Even with messages where you would think they are not too heavy. Ingo -Ursprüngliche

Re: [PD] multiple arduinos

2011-09-16 Thread Ingo
I just tried to open the help file on Windows XP and Natty and it crashes Pd on both platforms. hm that's a pity - anyone else similar experience? any hints how to reproduce this? Tried it again right now and it's working. Might have been a server issue. Ingo

Re: [PD] pduino rewrite

2011-09-16 Thread Ingo
you could keep going on with this forever ... All I wanted originally was to get the correct messages coming out of the patch ... Ingo -Ursprüngliche Nachricht- Von: Roman Haefeli [mailto:reduz...@gmail.com] Gesendet: Freitag, 16. September 2011 14:44 An: Ingo Cc: 'Hans-Christoph

Re: [PD] pduino rewrite

2011-09-16 Thread Ingo
patches. It's just simply more efficient to address the data directly by wired connections only to the destination that needs the data. Looks messy but works better! Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http

Re: [PD] pduino rewrite

2011-09-16 Thread Ingo
to write any kind of code because problems only start showing up when it's almost too late. Once the patch gets kinda huge fixing will become very time consuming. Optimizing any code to the least amount of parsing data/messages around is the key for doing any complex patches. Ingo -Ursprüngliche

Re: [PD] pduino rewrite

2011-09-15 Thread Ingo
version has 73 objects for a Duemilanove while needing a lot less calculations, a fraction of the message transfers and no table lookups or writes. But as I had mentioned - I doubt that efficiency will play a role in just about any case for the arduino's digital pins. Ingo -Ursprüngliche

Re: [PD] pduino rewrite

2011-09-15 Thread Ingo
will keep the machines from getting overloaded earlier than necessary. Which again reminds me that I have to redo lots of old stuff for efficiency - never ending story! Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http

Re: [PD] multiple arduinos

2011-09-15 Thread Ingo
I just tried to open the help file on Windows XP and Natty and it crashes Pd on both platforms. Ingo -Ursprüngliche Nachricht- Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von olsen Gesendet: Donnerstag, 15. September 2011 14:52 An: tim vets Cc: pd-list

Re: [PD] pduino rewrite

2011-09-15 Thread Ingo
working perfectly. Ingo -Ursprüngliche Nachricht- Von: Hans-Christoph Steiner [mailto:h...@at.or.at] Gesendet: Donnerstag, 15. September 2011 17:48 An: Ingo Cc: 'Roman Haefeli'; pd-list@iem.at Betreff: Re: AW: [PD] pduino rewrite On Thu, 2011-09-15 at 10:20 +0200, Ingo wrote

Re: [PD] pduino rewrite

2011-09-15 Thread Ingo
not need any different code for any number of pins (up to 128 in the current version) which makes it much simpler to use. I have attached a patch that shows the difference between the two debyte methods. Ingo #N canvas 317 0 1025 801 10; #X obj 238 619 cnv 15 370 140 empty empty empty 20 12 0 14

Re: [PD] Transposing samples using MIDI numbers

2011-09-12 Thread Ingo
You need to use [mtof] to convert the midi note number to the frequency first. [tabread4~] allows variable readout speed to play back transposed samples. Check the docs for some examples of [tabread4~] and samplers (3.audio.examples/B...). Ingo Is there a way to transpose the sound of a sample

[PD] Arduino - transmit serial data while running firmata?

2011-09-11 Thread Ingo
Is it possible to transmit serial data from the computer through the serial port of Arduino to a serial lcd display while running firmata? And if yes, how? Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http

Re: [PD] pduino rewrite

2011-09-10 Thread Ingo
crazy now sending wrong stuff all over the place. Ingo -Ursprüngliche Nachricht- Von: Hans-Christoph Steiner [mailto:h...@at.or.at] Gesendet: Freitag, 9. September 2011 16:41 An: Ingo Cc: 'Roman Haefeli'; 'pd-list' Betreff: Re: [PD] pduino rewrite I basically haven't used

Re: [PD] pduino rewrite

2011-09-10 Thread Ingo
to replace the current object digital messages: Arduino/convert to symbolic commands/ Please test if it is working on other systems! I have no idea if this works with the mega or not since I don't have one to test it. If anyone could check this out it would be great to know! Ingo #N canvas 0 0

Re: [PD] pduino rewrite

2011-09-10 Thread Ingo
the command digitalIns X 0 (where the X stands for the pin number 0-11). I also think that there should be a separate block for digital an analogue (with the available options only) as beginners might think you could select analog as an option for digital pins, and so on... Ingo BTW with the fix I

Re: [PD] pduino rewrite

2011-09-09 Thread Ingo
to the help patch (lol). Ingo Hi Ingo On Fri, 2011-09-09 at 05:47 +0200, Ingo wrote: OK, I got it! Downloading the files didn't work (at least not on my Windows computer) but copying the content into a bunch of text files and renaming them did. Hm.. is this probably due to Windows

Re: [PD] pduino rewrite

2011-09-09 Thread Ingo
I forgot to mention: I tested with a Duemilanove. Ingo -Ursprüngliche Nachricht- Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von Ingo Gesendet: Freitag, 9. September 2011 10:04 An: 'Roman Haefeli'; 'olsen'; 'pd-list' Betreff: Re: [PD] pduino rewrite Hi

Re: [PD] pduino rewrite

2011-09-09 Thread Ingo
of the functions. I really think Hans is the one who should look into this problem to determine whether it is a pduino or firmata bug. I am really surprised that so few people have problems with this. Or maybe they do and simply cannot figure out where the problem comes from? Ingo -Ursprüngliche

Re: [PD] pduino rewrite

2011-09-08 Thread Ingo
I could not open any patch at all! Neither Natty nor Windows XP worked. I am still on Pd-extended 0.42.5. There is a huge list of stuff (not pd library related) missing. So far this doesn't look like it's improving any dependency problem. Ingo buenas tutti roman me did some rewrite

Re: [PD] pduino rewrite

2011-09-08 Thread Ingo
are gone. Ingo Betreff: Re: [PD] pduino rewrite I could not open any patch at all! Neither Natty nor Windows XP worked. I am still on Pd-extended 0.42.5. There is a huge list of stuff (not pd library related) missing. So far this doesn't look like it's improving any dependency problem. Ingo

Re: [PD] selecting an alsa soundcard at startup

2011-09-05 Thread Ingo
create with udev in /dev seem to be ignored by modprobe.d/alsa-base.conf. So the question is where are these sound card IDs generated and how could I create such an ID with udev? Ingo On Sun, Sep 4, 2011 at 14:33, Ingo i...@miamiwave.com wrote: Has anybody had any success with udev? I need to use

Re: [PD] selecting an alsa soundcard at startup

2011-09-04 Thread Ingo
-base.conf cannot seem to use the udev rules. It looks like something is assigning the soundcard numbers before or after udev. Any ideas? Ingo http://alsa.opensrc.org/MultipleCards should give you a few clues, and there's probably some advice elsewhere specific to your distro. On 3 September

Re: [PD] control alsamixer from pd?

2011-08-22 Thread Ingo
of the onboard Realtek sound card. You might have to change that according to the name in /proc/asound/cards or leave it blank if it works. Ingo -Ursprüngliche Nachricht- Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag von IOhannes m zmoelnig Gesendet

[PD] natty alsamidi - only one midi in

2011-08-13 Thread Ingo
? Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] natty 32-bit alsamidi - only one midi in

2011-08-13 Thread Ingo
in the dropdown menus although in /proc/asound/cards the soundcard and midiports show up. The entries in /etc/modprobe.d/alsabase.conf are the same as in the working lucid system. Any help is appreciated! Ingo ___ Pd-list@iem.at mailing list UNSUBSCRIBE and account

Re: [PD] problems compiling pd-extended 0.42.5 on natty 64-bit

2011-08-12 Thread Ingo
to 32-bit. It simply runs a lot smoother. Thanks anyway! Ingo -Ursprüngliche Nachricht- Von: Hans-Christoph Steiner [mailto:h...@at.or.at] Gesendet: Donnerstag, 11. August 2011 17:55 An: Ingo Cc: 'pd-list' Betreff: Re: [PD] problems compiling pd-extended 0.42.5 on natty 64-bit

  1   2   3   >