[PD] Camera motion detection in a room

2024-08-28 Thread Simon Iten
Hi list, Maybe someone here has practical experience with the following: I am trying to track movement (mostly humans walking around in a room), from a camera that hangs from the ceiling. My idea is to track each person in the room as a x-y data-point (room length-room width) and use that data

[PD] Biometric data sensing with potential PD interface?

2023-10-21 Thread Simon Iten
Hi list, Has anybody here used biometric sensors/data for live video/audio manipulation? I am in the process of collecting infos for an art project that is coming up. So far the https://openbci.com/ project looks like a good starting point. Are there externals for getting the data from an EEG o

[PD] Mobmuplat bug...

2023-07-10 Thread Simon Iten
Don’t know if mobmuplat is still developed further. I found a problem: When programatically switching to a specific page (x) of a GUI via setPage, the page is displayed halfway between page x and x+1 with no way to change pages anymore. This problem is happening on iOS 12.5.7 with an iPhone 6 i

Re: [PD] Raspberry pi 4 startup problem

2023-04-13 Thread Simon Iten
thanks everybody, a combination of a delayed PD start and a delayed dsp 1 message did the trick!! On Thu, 13 Apr 2023, 13:39 Christof Ressi, wrote: > I tried delaying the dsp 1 message on loadbang by 200ms since I read > somewhere this could be the problem. > > Try > > [loadbang] --> [del 1000]

Re: [PD] Raspberry pi 4 startup problem

2023-04-13 Thread Simon Iten
Or as a workaround, is there a way to hit that apply button automagically from within a pd patch on loadbang? > On 13 Apr 2023, at 12:36, Simon Iten wrote: > > Ok, I have a strange one… > > I have a raspberry PI 4 with a usb sound card as in/output and a patch that > star

[PD] Raspberry pi 4 startup problem

2023-04-13 Thread Simon Iten
Ok, I have a strange one… I have a raspberry PI 4 with a usb sound card as in/output and a patch that starts up on boot (via the simple autostart in /etc/xdg/lxsession/LXDE-pi/autostart) Since I also need graphics from puredata. Whenever pd is auto-started, it does not get any sound input. As

[PD] pd patch fullscreen on rpi4

2023-03-28 Thread Simon Iten
what is the current best practice to display a pd patch fullscreen on a raspberry pi? i have pd 0.53.1 installed. there was the kiosk plugin back in the days, but i could not find it on deken... ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and accou

Re: [PD] redraw array while recording into it

2023-03-28 Thread Simon Iten
cord into arrays get refreshed a a > hardcoded rate of 500ms (not too far from 300ms) > > Em seg., 27 de mar. de 2023 às 16:18, Alexandre Torres Porres > mailto:por...@gmail.com>> escreveu: > I'd propose a 'redraw' method to arrays > > Em seg., 27 de mar. de 202

Re: [PD] redraw array while recording into it

2023-03-27 Thread Simon Iten
0: > [metro 50] > | > [0( > | > [array set THE_ARRAY] > > > Le lun. 27 mars 2023 à 17:45, Matt Davey <mailto:hard@gmail.com>> a écrit : >> I would record into a table and then have a second visual array that gets >> updated from the table

Re: [PD] phase locked loop

2023-03-27 Thread Simon Iten
hi charles, interesting approach! unfortunately i have a very busy few weeks with some (musical) deadlines, so i did not do much work on this. i tried my version of the gr300 guitar synth patch again for bass and it works quite well but needs a lot of filtering (maybe also adaptive filtering)

Re: [PD] phase locked loop

2023-03-27 Thread Simon Iten
> On 27 Mar 2023, at 05:51, Charles Z Henry wrote: > > I spent a lot of time with adaptive filtering, so that's where my > thoughts went. maybe you could shed some lights on this and i could incorporate this into my approach to filter out overtones from the strings and prevent octave jumps.

[PD] redraw array while recording into it

2023-03-27 Thread Simon Iten
hi list, i was wondering if i can somehow force a redraw of an array while it is recorded into via [tabwrite~] ? as it is now, the array only displays the new data once tabwrite~ has finished writing. i would like to use the array as a UI element in an art installation and ideally it should l

Re: [PD] phase locked loop

2023-03-14 Thread Simon Iten
applied… > On 13 Mar 2023, at 22:01, Charles Z Henry wrote: > > On Mon, Mar 13, 2023 at 8:32 AM Charles Z Henry wrote: >> >> On Mon, Mar 13, 2023 at 7:41 AM Simon Iten wrote: > >>> i do not currently grasp the math in the fexpr~ objects, but will try t

Re: [PD] phase locked loop

2023-03-13 Thread Simon Iten
hi charles, thanks for doing this!! i copied your first patch (with the changes you suggested) to my bela and hooked up my hexaphonic bass pickup to it (well one string to start), and it works pretty well! i will play with the threshold settings etc. as it is now, the pitch seems to go down a

Re: [PD] phase locked loop

2023-03-09 Thread Simon Iten
ou have in mind? Any specific behavior it needs to have? > > > > > > On Tue, Mar 7, 2023, 4:01 PM Simon Iten wrote: > >> hi list, >> >> does somebody have a patched version of a PLL (phase locked loop) in PD? >> or building blocks of it... >> >>

[PD] phase locked loop

2023-03-07 Thread Simon Iten
hi list, does somebody have a patched version of a PLL (phase locked loop) in PD? or building blocks of it... cheers ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] [PD-announce] PlugData 0.6.3 is out!

2023-01-15 Thread Simon Iten
22:33 Alexander, wrote: > > > On Sat, Jan 14, 2023 at 10:16 PM Simon Iten wrote: > >> On Sat, 14 Jan 2023, 21:48 Alexander, wrote: >> >>> You forgot to mention that it also includes integration with heavy/hvcc, >>> which means that you can export c/c++ code

Re: [PD] [PD-announce] PlugData 0.6.3 is out!

2023-01-14 Thread Simon Iten
On Sat, 14 Jan 2023, 21:48 Alexander, wrote: > > > On Sat, Jan 14, 2023 at 12:30 AM Alexandre Torres Porres > wrote: > >> PlugData 0.6.3 is out and it includes the latest ELSE 1.0 rc6! >> > You forgot to mention that it also includes integration with heavy/hvcc, > which means that you can export

Re: [PD] LV2 in Pd? - reprise

2022-12-22 Thread Simon Iten
you might want to check out element by kushview, plugin host with lua capabilities and something like plugdata to get puredata into it .. On Thu, 22 Dec 2022, 09:59 Lorenzo Sutton, wrote: > I'm sure this has come up a few times, but... > > I still do think that having and LV2 external for Pd (

Re: [PD] default colors of iemguis (was: some gui objects with grey background in help patches?)

2022-11-28 Thread Simon Iten
i think what roman is trying to say is that the color was indeed displayed as white back in the days (in 6bit) and the two trailing zeros are there because the value was shifted two positions to the left (<< 2 binary operation) to align with 8bit variables more conveniently... (or maybe i misunders

[PD] RPI4 GPIO

2022-11-24 Thread Simon Iten
What is the *current* prefered method to read GPIO pins from within PD on a raspberry pi 4? ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] OsX : pd 53.0 or pd 52.2 now :)

2022-11-23 Thread Simon Iten
g (in the > helper thread), [readsf~] will just go silent. > > Christof > On 23.11.2022 21:23, Simon Iten wrote: > > hi christof, > > i have used readsf~ for an art installation with pd 0.52.2 on a raspberry > pi 4. (it should run for 18 months now) > > i completely miss

Re: [PD] metro and dsp error interacting

2022-11-16 Thread Simon Iten
ve > a bit more detail as to what seems to bring the behavior on? > > cheers > > M > > On Mon, Nov 14, 2022 at 12:47:27PM +0100, Simon Iten wrote: >> hi, >> >> i have pd 0.52 running on a raspberry 4 for an art installation. >> >> i don'

[PD] metro and dsp error interacting

2022-11-14 Thread Simon Iten
hi, i have pd 0.52 running on a raspberry 4 for an art installation. i don't need audio, so initially i disabled the dsp. i noticed that occasionally a [metro 1000] that i loadbanged was banging constantly (very very fast). after i enabled the dsp, this does not happen anymore. however, as soon a

Re: [PD] shutdown osx via PD

2022-11-13 Thread Simon Iten
thanks oliver and IOhannes, i installed [command] and supplied the full path. working as expected now. (got to read up on the superuser without password thing) cheers > On 12 Nov 2022, at 15:34, IOhannes m zmölnig wrote: > > Am 12. November 2022 14:42:36 MEZ schrieb Simon Iten : &g

[PD] shutdown osx via PD

2022-11-12 Thread Simon Iten
is there a way to shutdown OSX (without any prompts), from within PD? i tried a naive "sudo shutdown -h now" sent to a shell object but did not get any reaction. (other simple commands like ls worked though) so maybe the question would be how to send a command that needs su rights? or how to suppl

Re: [PD] [hidraw] pre Deken release. was:(Reading/writing a HID device current best practice?)

2022-10-06 Thread Simon Iten
Hi Luca, Interesting! I am away from my M1 for quite a while, might be able to do some testing in a few weeks. Will [hidraw] also support writing to the device? There are some devices that need 2 way communication to enable/disable functions and states. On Wed, 5 Oct 2022, 13:00 Lucas Cordiviola,

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-10-04 Thread Simon Iten
a kickstarter campaign with an old keyboard > manufacturer that was offering DIY kits so people could build their legacy > controller with such controls, but it was a failure as people couldn't really > build it and get it to work, it was a mess, and the product never really came

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-10-03 Thread Simon Iten
But Yes, MPE abstractions for ELSE would sure be welcome :) On Tue, 4 Oct 2022, 06:59 Simon Iten, wrote: > Yes but RolI seaboard and linnstrument have polyphonic aftertouch, in fact > they even have three expressive parameters per note. Pressure, X and Y > axis. Since there is only on

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-10-03 Thread Simon Iten
: > I was talking more about polyphonic aftertouch than rel velocity. > > btw, Pd still needs implementations for MPE right? > > Em seg., 3 de out. de 2022 às 01:42, Simon Iten > escreveu: > >> Roli seaboard, linnstrument. Don't know if those have noteoff velocity, &g

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-10-02 Thread Simon Iten
Roli seaboard, linnstrument. Don't know if those have noteoff velocity, but they sure have MPE On Mon, 3 Oct 2022, 00:39 Alexandre Torres Porres, wrote: > > > Em dom., 2 de out. de 2022 às 16:56, Simon Iten > escreveu: > >> there are “plenty” of polyphonic aftertouch

[PD] once again a timbreID question

2022-10-02 Thread Simon Iten
hi william and list, for a museum-art-installation i will do a kind of audio "social-network" basically a visitor can record a 5 second snippet via microphone or bluetooth and PD saves this snippet as a sample. out of this ever growing sample-space 8 readsf~ objects will randomly play these s

Re: [PD] MIDI / STATUS_BYTE / noteOn - noteOff mesage

2022-10-02 Thread Simon Iten
there are “plenty” of polyphonic aftertouch controllers on the market, some of the newer MPE hardware controllers use CC messages for this though. (https://www.midi.org/midi-articles/midi-polyphonic-expression-mpe ). some of the

Re: [PD] mobmubplat and env~

2022-08-27 Thread Simon Iten
is the env~ object that stops working with the GUI, try to use its output >> to control audio output (e.g.: attached patch). This will tell you whether >> it's a GUI or env~ issue. If this works, maybe try throttling the messages >> you send to the numberbox? >> >> &

[PD] mobmubplat and env~

2022-08-27 Thread Simon Iten
h ithere, i am using mobmuplat for a live-sound-fx setup, which works quite nicely! (up until now i only used it as a midi controller setup) i am trying to get a sort of input vu meter working, so i can adjust the gain in the analog domain before it hits the iPad. i did a simple test patch, th

Re: [PD] Startup Flags OSX PD 0.52.2

2022-05-31 Thread Simon Iten
-list-requ...@lists.iem.at wrote: > > Message: 1 > Date: Tue, 31 May 2022 17:49:33 +0200 > From: Simon Iten > To: Pd-list > Subject: [PD] Startup Flags OSX PD 0.52.2 > Message-ID: > > Content-Type: text/plain; charset="utf-8" > > Maybe an obvious questi

[PD] Fwd: Startup Flags OSX PD 0.52.2

2022-05-31 Thread Simon Iten
sorry old adress... > Begin forwarded message: > > From: Simon Iten > Subject: Re: [PD] Startup Flags OSX PD 0.52.2 > Date: 1 June 2022 at 01:14:17 CEST > To: pd list > > i see… > > it is just that on one of my machines (with a german language OSX version) &g

Re: [PD] Startup Flags OSX PD 0.52.2

2022-05-31 Thread Simon Iten
h.pd"? > > On 31/5/22 18:49, Simon Iten wrote: > > Maybe an obvious question... > > > > For an installation/Autostart scenario on OSX, where are the startup > > Flags in the Menu of PD to start with a specific patch? I could swear > > I used this previously

[PD] Startup Flags OSX PD 0.52.2

2022-05-31 Thread Simon Iten
Maybe an obvious question... For an installation/Autostart scenario on OSX, where are the startup Flags in the Menu of PD to start with a specific patch? I could swear I used this previously but can't find it now... Alternatively I will have to write a small shell script I suppose. __

Re: [PD] Using Teensy as midi compliant device

2022-04-19 Thread Simon Iten
The Problem is most likely in the way PD handles multiple devices, Channel 2 on the second interface becomes Channel 18 (or 17 if zero based) in PD. Did you account for that? On Tue, 19 Apr 2022, 00:38 Rick Snow, wrote: > Hello! > > I am working to use two Teensy devices as midi compliant devi

Re: [PD] Raspberry Pi 4 HDMI outputs (Simon Iten)

2021-12-02 Thread Simon Iten
's probably a matter of passing the > good arguments to it (--display=2 and --display=7 ) > > hope it helps ;) > > Ol; > > > From: Simon Iten > > > > > Hi list, > > > > Has somebody used the two HDMI outs from PD to play two videos on two > > di

[PD] Raspberry Pi 4 HDMI outputs

2021-11-30 Thread Simon Iten
Hi list, Has somebody used the two HDMI outs from PD to play two videos on two different screens? I am finding infos from people doing it with omxplayer, but I need it synced and looped. Or are there any other Linux video players that can sync two streams on two different monitors? __

[PD] Fwd: random routing of 8 audio-streams to 8 outputs

2021-10-04 Thread Simon Iten
is there a somewhat elegant way to route 8 audio outputs (from readsf~) to 8 dac~ outputs randomly (on a bang for example)? i.e. out1 to dac4, out2 to dac7 etc. each output is allowed to one dac~ channel only. mathematically speaking that would be 8! 8x7x6x5x4x3x2x1 (40320) possibilites, but i d

[PD] readsf~ questions

2021-09-09 Thread Simon Iten
hi there, I am finding conflicting (unclear) info on readsf~ behaviour. I want to loop a long 8 channel wave file. here are my questions: -once i open the file with a message and after a delay start playback and it has finished (rightmost outlet bangs), can i restart playback without delay ([t b

[PD] Mobmuplat Menu selection from PD Patch.

2021-08-22 Thread Simon Iten
As the title says: Can I select a menu item from PD instead of the Mobu GUI? Cannot find it in the docs. Would be nice for presets, so I could save the index instead of the menu item. Cheers ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account

Re: [PD] MobMuPlat multitouch and preset saving

2021-08-16 Thread Simon Iten
> libpd wouldn´t warrant a new release? >>> thinking specifically of the text suite of objects, but maybe also things >>> like [savestate], [pdcontrol], [slop~]. >>> plus using multiple audio I/O configurations for me always are a bit hit or >>> m

Re: [PD] MobMuPlat multitouch and preset saving

2021-08-13 Thread Simon Iten
mechanism. fair enough, should work for me too! > > On Tue, Aug 10, 2021 at 2:41 PM Simon Iten <mailto:itensi...@gmail.com>> wrote: > For MobMuPlat devs or users… > > what is the preferred way to receive data from a multitouch GUI object? i.e. > send out a bunch of MI

[PD] MobMuPlat multitouch and preset saving

2021-08-10 Thread Simon Iten
For MobMuPlat devs or users… what is the preferred way to receive data from a multitouch GUI object? i.e. send out a bunch of MIDI CC messages according to 3 or 4 fingers x/y position. (two CC messages per finger) i looked at the documentation and i can see the values, but i am stuck at extract

Re: [PD] Ableton Push 1

2021-08-05 Thread Simon Iten
ok, i found this sparse info: https://forum.ableton.com/viewtopic.php?t=193744 <https://forum.ableton.com/viewtopic.php?t=193744> , will give it a try. i would still love some more info, if anyone has a full midi implementation. > On 5 Aug 2021, at 22:24, Simon Iten wrote: > &

[PD] Ableton Push 1

2021-08-05 Thread Simon Iten
sorry, this is off-topic… i am looking for the full midi implementation chart of the ableton push 1 controller, since i want to inteface it with a teensy. (via usb-host function) all i can find are the specs and details for the newer push 2 controller. does somebody have the details for the olde

Re: [PD] notein midi, use only a range of notes...

2021-07-09 Thread Simon Iten
changes. since i also use the controller in other projects, i can’t reprogram it and have to deal with the presets i have. cheers! > On 9 Jul 2021, at 11:03, Lorenzo Sutton wrote: > > On 09/07/21 00:44, matthew brandi wrote: >> On 08/07/2021 12:08, Simon Iten wrote: >>&

[PD] notein midi, use only a range of notes...

2021-07-08 Thread Simon Iten
hi list, what is the prefered vanilla way to set a range for the notein object? say i only want midi notes 40 to 60 to play a pitched sound in my patch, notes below and above would control other parameters of "the synth". i tried with two [moses] objects but it seems a bit convoluted and since

Re: [PD] pause writing to delay line / hybrid of array and delay

2021-03-22 Thread Simon Iten
i did quite exaclty this, and i just used a 7 second array in the first place and created the record/stop with a combination of metro (banged and stopped) and a short fade-in/out when i touch a key (5ms is plenty) > On 21 Mar 2021, at 19:17, IOhannes m zmölnig wrote: > > (taking this back to

[PD] BeatSeeker

2021-03-10 Thread Simon Iten
Hi list, Has anybody done anything like this in PD? https://www.ableton.com/en/packs/beatseeker/ Basically a live drum to midi clock generator ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/

Re: [PD] lookup table for midi usage

2021-01-25 Thread Simon Iten
to answer my own question, after some more search i stumbled on: contour from the context library, it should do what i want! thanks liam! > On 25 Jan 2021, at 20:04, Simon Iten wrote: > > hello there, > > not strictly PD related, but (computer) music in general. >

[PD] lookup table for midi usage

2021-01-25 Thread Simon Iten
hello there, not strictly PD related, but (computer) music in general. i am trying to generate a 500 point look-up table in the range 0 to 127 (for midi usage) with the following shape: is there a tool for something like this? it is basically pseudo exponentially rising in the first 125 poi

Re: [PD] Please keep deken package online

2020-06-08 Thread Simon Iten
> On 8 Jun 2020, at 16:41, Alexandre Torres Porres wrote: > > Yup, I understand it all, and I've been trying to say my idea was to replace > that download (beta 27), reupload it, but containing my live electronics > tutorial with it. It seems this is not clear somehow, so, again, I wanted to

Re: [PD] Zexy for windows 10 and pd 64 bits

2020-06-02 Thread Simon Iten
> On 1 Jun 2020, at 14:07, Christof Ressi wrote: > > I still don't understand why can't open a hotspot on your phone and connect > to that with your computer… maybe he has no wlan card on his pc and/or not the right drivers for a usb based internet sharing connection. > > Christof > _

[PD] behringer xr18 (x32) osc

2020-03-29 Thread Simon Iten
has anyone done any osc control of the xr series mixers from behringer with PD? i am attempting this and a starting point would make it easier :) cheers ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.i

Re: [PD] raw mouse

2020-02-26 Thread Simon Iten
> On 26 Feb 2020, at 21:38, Alexandre Torres Porres wrote: > > yeah, [mousestate] does stop, and I can't see how it wouldn't or shouldn't because the raw values from the mouse don’t stop! the mouse itself knows obviously nothing about the screen.___

Re: [PD] raw mouse

2020-02-26 Thread Simon Iten
output continuous values, and not screen position... a mouse just puts out values when moved in any directions (x-y combo) the OS displays the cursor and updates the position on the screen based on those values. he wants the values directly from the mouse, not relative to the screen, resolution etc

[PD] Fwd: rpole bug?

2020-02-18 Thread Simon Iten
sorry went off list. to clarify, i am fine with wrapping of the output, so if i hit the higher limit of 32bit it should just start from zero again. it's crucial that it never stops counting though... -- Forwarded message - From: Simon Iten Date: Tue, Feb 18, 2020, 10:26 Su

[PD] rpole bug?

2020-02-15 Thread Simon Iten
i have a strange behaviour with rpole, see attached patch. basically it stops accumulating at a certain point (depending on the input value) ist this a “rounding” problem? rpole_bug.pd Description: Binary data ___ Pd-list@lists.iem.at mailing list UN

[PD] Fwd: bytebeat example

2020-02-13 Thread Simon Iten
sorry, went off list... -- Forwarded message - From: Simon Iten Date: Fri, Feb 14, 2020, 07:36 Subject: Re: [PD] bytebeat example To: Kylee Kennedy sure, well it is so obvious i figured i don't need to mention. just adjust the signal that goes into the rpole. i end

Re: [PD] bytebeat example

2020-02-12 Thread Simon Iten
nevermind, figured it out :-) lots of fun > On 12 Feb 2020, at 21:07, Simon Iten wrote: > > hi there, > > stumbled across your bytebeat example, great! > > i am using the all pd variant with expr~ (dexpr~). is there a way to change > the speed at which the formula r

[PD] bytebeat example

2020-02-12 Thread Simon Iten
hi there, stumbled across your bytebeat example, great! i am using the all pd variant with expr~ (dexpr~). is there a way to change the speed at which the formula runs? i assume it runs at samplerate, but it is hard to change that dynamically, right? i did not succed with my first attempts. (

[PD] pitch tracking...

2019-12-13 Thread Simon Iten
hi all and katja :-) have you seen this: https://www.cycfi.com/2018/04/fast-and-efficient-pitch-detection-bliss/ seems like a very good canditate for a fast and accurate pitch detector in a pd external, no? ___

Re: [PD] audio via HDMI output terminates Pd

2019-12-11 Thread Simon Iten
sorry my bad, blocksize in pd audiosettings. does aplay work fine for hdmi? > On 11 Dec 2019, at 14:29, Csaba Láng wrote: > > Audio works fine for the 15 sec. how can i increase the buffer? > > On Wed, Dec 11, 2019 at 1:59 PM Simon Iten <mailto:itensi...@gmail.com>>

Re: [PD] audio via HDMI output terminates Pd

2019-12-11 Thread Simon Iten
what are your settings? buffer etc.? try increasing the buffer and see if that helps. does PD actually output any sound in those first 10-15 seconds? > On 11 Dec 2019, at 13:21, Csaba Láng wrote: > > and an other error which slows down the PC significantly appears in terminal: > > alsa xrun re

Re: [PD] pd for oscilloscopes

2019-11-29 Thread Simon Iten
unfortunately we are both wrong... it depends on the technology. IPS or TN On Fri, Nov 29, 2019, 15:36 Roman Haefeli wrote: > On Fri, 2019-11-29 at 15:29 +0100, IOhannes m zmölnig wrote: > > Am 29. November 2019 14:56:25 MEZ schrieb Simon Iten < > > i

Re: [PD] pd for oscilloscopes

2019-11-29 Thread Simon Iten
> On 29 Nov 2019, at 14:49, Claude Heiland-Allen wrote: > > Hi, > > On 29/11/2019 12:56, henry birdseye wrote: >> what's a good vector oscilloscope app that I can somehow route those dac~ >> objects to > You can use JACK Audio Connection Kit to route audio signals betweeen apps. > > I wrote

Re: [PD] pd for oscilloscopes

2019-11-29 Thread Simon Iten
try PD (vanilla), pd-extended is seriously outdated: http://msp.ucsd.edu/software.html also, there is a scope~ object in PD, maybe that already suits your needs? > On 29 Nov 2019, at 13:56, henry birdseye wrote: > > Hello PD List... noob here. > > I intend

Re: [PD] "hidden" console window

2019-11-29 Thread Simon Iten
ok, so first of all it is the top left corner, silly me. second, it turns out it does not happen on every start, since i can’t reproduce right now for the screenshot :-) > On 29 Nov 2019, at 08:53, Simon Iten wrote: > > ah sorry, forgot to mention. this is on OSX 10.14.6 > >

Re: [PD] "hidden" console window

2019-11-28 Thread Simon Iten
ah sorry, forgot to mention. this is on OSX 10.14.6 i am not at my computer right now, will post a screenshot later. > On 29 Nov 2019, at 08:40, IOhannes m zmölnig wrote: > > Am 29. November 2019 08:24:09 MEZ schrieb Simon Iten : >> whenever i open PD i get a small vertical

[PD] "hidden" console window

2019-11-28 Thread Simon Iten
whenever i open PD i get a small vertical line in the top right corner of my screen which (once i maximize it by dragging with the mouse) turns out to be the PD console window. is that behaviour intentional? i find it quite akward, since all my other windows snap to that “line” and it looks ugl

[PD] attack detection on melody instrument (vocals)

2019-11-06 Thread Simon Iten
hi list, i am trying to register note attacks (to start an ad generator) from a vocal (or monophonic instrument) performance. i cannot use bonk~ since i want to compile the patch with heavy and bonk~ is not available. see attached patch. it works quite well but maybe someone knows a better (a

Re: [PD] send~ receive~ throw~ catch~ inlet~ outlet~ latency

2019-10-29 Thread Simon Iten
Johannes, thank you so much for your in depth answer! i hope this will also serve well for others (hence my verbose mail subject) appreciated!! On Tue, Oct 29, 2019, 10:15 IOhannes m zmoelnig wrote: > On 28.10.19 23:50, Simon Iten wrote: > > hi there, > > > > can somebo

[PD] send~ receive~ throw~ catch~ inlet~ outlet~ latency

2019-10-28 Thread Simon Iten
hi there, can somebody clear up something for me regarding tilde “wireless” objects and subpatches? the G05.execution.order example mentions possible 64-sample delays in send~ receive~ and throw~ catch~ i don’t fully get the strategy to avoid them. do i have to put them into a subpatch and co

Re: [PD] vocal pitch tracker

2019-10-17 Thread Simon Iten
thanks. Yeah, i love that too. and the basically non existent latency... it also sounds a lot like the gr-300 from roland on which it is based on. On Fri, Oct 18, 2019, 01:01 Matt Davey wrote: > That's wicked! Love the subtle instabilities it gives too. Very raw and > alive. > > > __

[PD] vocal pitch tracker

2019-10-17 Thread Simon Iten
here is a short demo of a vocal pitch tracker, done entirely in puredata and compiled to c-code with heavy. the whole thing runs on BELA (a great platform for low latency audio). i was astonished at the tracking i got!! https://soundcloud.com/simon-iten-294936446/voxtosynthbela <ht

Re: [PD] soundfiler output

2019-10-14 Thread Simon Iten
thanks! pretty obvious now that i read 2 bytes again :-) > On 14 Oct 2019, at 16:04, IOhannes m zmoelnig wrote: > > On 14.10.19 14:55, Simon Iten wrote: >> hi there, >> >> if i save an array via soundfiler and select wav as a container, is there a >> way to sp

[PD] soundfiler output

2019-10-14 Thread Simon Iten
hi there, if i save an array via soundfiler and select wav as a container, is there a way to specify the format. i would like to save as 16bit integers instead of float. the helpfile only mentions reading those files... ___ Pd-list@lists.iem.at maili

Re: [PD] display weed names in latin on android

2019-08-04 Thread Simon Iten
and to finish this up, and sorry for spamming the list. with mobmuplat internal GUI i can render the text perfectly and as big as i want it. big thanks!! > On 4 Aug 2019, at 09:12, Simon Iten wrote: > > however, i cannot change the size of the atom boxes, can i? > >> On 4

Re: [PD] display weed names in latin on android

2019-08-04 Thread Simon Iten
however, i cannot change the size of the atom boxes, can i? > On 4 Aug 2019, at 09:08, Simon Iten wrote: > > thanks, this works with native gui rendering! > > great. > >> On 4 Aug 2019, at 00:22, Daniel Iglesia > <mailto:daniel.igle...@gmail.com>> wrote:

Re: [PD] display weed names in latin on android

2019-08-04 Thread Simon Iten
Party/MobMuPlat) supports. Put your symbol object on the top > level of the patch and it should work. > > On Sat, Aug 3, 2019 at 2:06 PM Simon Iten <mailto:itensi...@gmail.com>> wrote: > hi chris, hi list… > > i have a patch that displays latin names for “unkraut” (

Re: [PD] display weed names in latin on android

2019-08-03 Thread Simon Iten
thanks for your suggestion. i get the first name to display on my android device, however changing labels of cnv objects at runtime does not seem to be implemented in pd_droid_party. cheers > On 4 Aug 2019, at 00:45, oliver wrote: > > hi, > > in PdDroid symbol atoms don't work, but canvases d

[PD] display weed names in latin on android

2019-08-03 Thread Simon Iten
hi chris, hi list… i have a patch that displays latin names for “unkraut” (weed), read out from a textfile loaded into a text object. the names are changed randomly on incoming midi note on events. this all works very well on a regular pd installation (see attached patch and weed list). for si

Re: [PD] Pduino and shift registers

2019-07-01 Thread Simon Iten
last update is from 2014... > On 1 Jul 2019, at 10:18, Roman Haefeli wrote: > > On Mon, 2019-07-01 at 10:16 +0200, Roman Haefeli wrote: >> On Mon, 2019-07-01 at 00:33 +, school shoes wrote: >>> As you suggest it’s probably better to do the shift register stuff >>> directly on the arduino, bu

Re: [PD] Pduino and shift registers

2019-06-29 Thread Simon Iten
i think you should be able to control a shift register from pd within the existing architecture. if you can access those 3 pins from pd just send them the HIGHs and LOWs you would send in arduino code… > On 29 Jun 2019, at 04:54, school shoes wrote: > > Hi Roman, > thanks very much for you

Re: [PD] Hacksilver: album made with Pd

2019-06-05 Thread Simon Iten
nice! i like it. > On 6 Jun 2019, at 08:25, Chris McCormick wrote: > > Hello, > > Thought I should probably share this in a way that is not embedded at the end > of another reply. *facepalm* > > I just released Hacksilver, a new procedurally generated algorave album. > > https://chr15m.band

Re: [PD] brainstorming on algorithmic melody generation

2019-06-05 Thread Simon Iten
> On 6 Jun 2019, at 08:06, Chris McCormick wrote: > > To educated musicians this may sound very naïve but I have found the mood of > a melody to be highly influenced by the initial note selection and the rate > of play. well as an educated musician i must say, of course! rhythm, speed and no

Re: [PD] Comport problem with Arduino: 13 is coming in as 10

2019-05-14 Thread Simon Iten
i think it boiled down to using Serial.write with an explicit byte statement Serial.write(byte(variable)); at least this works with all my midi gear here. what happens if you send 10 from the arduino? do you also get a 10 in pd? > On 14 May 2019, at 10:45, Roman Haefeli wrote: > > Hi Ingo >

Re: [PD] How can I weave multiple signals together?

2019-03-26 Thread Simon Iten
yeah, or “sample” the input signals at samplerate/3 … which is what i guess would be the way to go. or just only use every 3rd sample from each stream to generate the output. > On 26 Mar 2019, at 12:59, IOhannes m zmölnig wrote: > > On 3/26/19 11:11 AM, RT wrote: >> In that case > > the probl

Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-13 Thread Simon Iten
and i would gladly test it, if the external would be included, but i have no intention to install the whole cyclone package. > On 13 Feb 2019, at 17:05, Simon Iten wrote: > > thanks, yes that was it. :-) > > >> On 13 Feb 2019, at 16:56, Lucas Cordiviola > <m

Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-13 Thread Simon Iten
gt;> included but other with objects working... >> >> cheers >> >> Em qua, 13 de fev de 2019 às 11:23, Alexandre Torres Porres >> mailto:por...@gmail.com>> escreveu: >> what do you mean it is not included? cause it's always been included! You

Re: [PD] help making a GUI object visible in GOP (cyclone/comment)

2019-02-12 Thread Simon Iten
since the external is not included i get a “…couldn’t create” in the console for comment, and not surprisingly it does not display… > On 12 Feb 2019, at 14:16, Alexandre Torres Porres wrote: > > The object is not visible in a GOP (graph on parent). > > Unlike every other GUI object/external o

Re: [PD] SysEx In issue

2019-02-11 Thread Simon Iten
s/554> > > Cheers, > Mario > > On Mon, 11 Feb 2019 at 19:46, Simon Iten <mailto:itensi...@gmail.com>> wrote: > So record the received data with a DAW, and post it, so others can try. Also > try to play back the recorded midi sysex data and see if PD gets stuck as

Re: [PD] Installing GEM on mac?

2019-01-26 Thread Simon Iten
what version of osx? GEM video stuff has not been working “correctly” on osx for quite a while… > On 26 Jan 2019, at 21:11, J. Simon van der Walt > wrote: > > Thanks, but I think I'm going to have to give up. I did a clean > reinstall, went with the default paths that were created, but still

[PD] Fwd: Porting Max MSP externals to Pure Data

2019-01-09 Thread Simon Iten
-- Forwarded message - From: Simon Iten Date: Wed, Jan 9, 2019, 19:51 Subject: Re: [PD] Porting Max MSP externals to Pure Data To: Ed Kelly maybe this could help? http://soundlab.cs.princeton.edu/software/rt_lpc/ On Thu, Mar 8, 2018, 00:39 Ed Kelly via Pd-list Hi Jamie

[PD] remove wavecycles from a wavetable

2019-01-01 Thread Simon Iten
hi there, i have a large amount of evolving wavetables (think ppg wave and the like) 2048 points per cycle between 64 to 256 cycles in total. those wavetables are saved to a standard wav file. i would like to “standardize” those wavetables to all contain only 64 waves, hence only keeping every

  1   2   3   >