Re: [PD] Hiding Menu when using Gem on primary display in OSX 10.8

2014-08-08 Thread Simon Iten
. If anyone else has any insights I would be grateful to find a solution. Jim On Thu, 2014-08-07 at 11:17 +0200, Simon Iten wrote: hmm, a short test on my 10.9 system yielded also strange results. some apps work, some not. pd-extended hides the menubar on startup only to reappear when it’s

[PD] BUG ?

2015-08-14 Thread Simon Iten
hi list, if i try to copy and paste via shortcuts on osx, it does not work with CAPSLOCK on :-) maybe that is a bug? simon ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] BUG ?

2015-08-14 Thread Simon Iten
On 14 Aug 2015, at 15:10, Antoine Villeret antoine.ville...@gmail.com wrote: it's just that 'c' is not egal to 'C' for Pd. but i think in this case it should be egal… because actually i don’t think about the letter c when i want to copy (well not anymore) it’s more an automatism, which

[PD] control a value with number box and slider at the same time

2015-08-14 Thread Simon Iten
hi list, i remember there was a discussion a while ago about sliders and numberboxes controlling the same value. (and the loop that caused problems) here is my take on it with vanilla objects. it does need some work for every control, but it does the job! fistart.pd Description: Binary data

Re: [PD] ALSA loopback and Pd

2015-11-14 Thread Simon Iten
this would be easier with your name :-) use jack. > On 14 Nov 2015, at 14:49, Jack wrote: > > Hello, > > I try to use ALSA loopback (snd-loop) with Pd. To route the output of an > application to the input of Pd. > > > Using : > $ aplay -D hw:1,1,2 blabla.wav > and > $ arecord

[PD] parse textfile

2015-11-16 Thread Simon Iten
hi list, i’m trying to parse a textfile and use some numbers as parameters in a patch. unfortunately i can’t change the way the textfile is formatted, since it has to be compatible with another program. the first lines look like this: 0; field: 0 poti: 0 ser.no.: 1 0; field:

Re: [PD] parse textfile

2015-11-16 Thread Simon Iten
would be fine i think… cheers > On 16 Nov 2015, at 22:18, Jaime E Oliver <jaime.oliv...@gmail.com> wrote: > > checkout the [textfile] and [list split] objects. > best, > J > > > > On Nov 16, 2015, at 3:58 PM, Simon Iten <itensi...@gmail.com> wrote: &g

Re: [PD] parse textfile

2015-11-16 Thread Simon Iten
hey jack, thanks so much!! this works very well. i don’t really understand it though…but i will look into it :-) cheers, simon > On 17 Nov 2015, at 01:53, Jack wrote: > > ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and

Re: [PD] get filenames from directory

2015-12-07 Thread Simon Iten
st flexible. You can use it with [list-drip] to get #3 with very > little additional overhead. > > -Jonathan > > > > On Monday, December 7, 2015 4:27 AM, Simon Iten <itensi...@gmail.com> wrote: > > > what would be an appropriate way to get all filenames out of a di

[PD] filename from path

2015-11-30 Thread Simon Iten
hi list, is it possible to get only the filename from openpanel? (in vanilla) or to extract the filename from the whole path? (i know this was not possible in earlier versions, but maybe it works somehow now) cheers ___ Pd-list@lists.iem.at mailing

Re: [PD] Apply button missing from properties in 0.46.7

2015-12-04 Thread Simon Iten
this should be default on all platforms :-) > On 04 Dec 2015, at 09:55, Dan Wilcox wrote: > > I think I’ve basically got it working well for dialog_gatom: > https://www.youtube.com/watch?v=PZCjgIFMc9g > > > The entry widgets

[PD] sysex sending osx

2015-12-06 Thread Simon Iten
hi list, i am trying to send sysex messages in osx with pd-vanilla 0.46.6 should this work with the midiout object? i simply send a list containing all the values (including start and stop header of sysex of course) i found older mails suggesting it does not work or one needs an abstraction

Re: [PD] sysex sending osx

2015-12-06 Thread Simon Iten
to answer my own question, i got it working with this patch here that i found on the list. sysexout.pd Description: Binary data > On 07 Dec 2015, at 00:56, Simon Iten <itensi...@gmail.com> wrote: > > hi list, > > i am trying to send sysex messages in osx with pd-vanil

[PD] get filenames from directory

2015-12-07 Thread Simon Iten
what would be an appropriate way to get all filenames out of a directory in pd-vanilla? i have only seen very old posts about this, they all use pd-extended. is there any recent object/external that does this? it could be nice if openpanel could also open a directory and output all the

Re: [PD] get filenames from directory

2015-12-09 Thread Simon Iten
i checked out deken but there is little stuff for osx. while i mainly use linux, this patch is for osx…hmm. > On 07 Dec 2015, at 22:00, Roman Haefeli wrote: > > On Mon, 2015-12-07 at 17:50 +, Jonathan Wilkes via Pd-list wrote: >> hcs/folder_list does #3, but I don't know

Re: [PD] standalone

2015-12-14 Thread Simon Iten
> On 14 Dec 2015, at 16:20, IOhannes m zmölnig <zmoel...@iem.at> wrote: > > On 12/14/2015 03:56 PM, Simon Iten wrote: >> hi list, >> >> are there any efforts to make “standalone” pd vanilla apps possible? >> >> what i mean is a clickable prog

Re: [PD] standalone

2015-12-14 Thread Simon Iten
please disregard the second portion of the output, i had copied kiosk-plugin.tcl copied twice.. > On 14 Dec 2015, at 22:21, Simon Iten <itensi...@gmail.com> wrote: > > not far... > > UNHANDLED ERROR: bad class "list": must be alnum, alpha, ascii, control,

Re: [PD] standalone

2015-12-14 Thread Simon Iten
c 2015, at 16:20, IOhannes m zmölnig <zmoel...@iem.at> wrote: > > On 12/14/2015 03:56 PM, Simon Iten wrote: >> hi list, >> >> are there any efforts to make “standalone” pd vanilla apps possible? >> >> what i mean is a clickable program, that runs a pd patc

Re: [PD] standalone

2015-12-14 Thread Simon Iten
gt;> Dan Wilcox >> @danomatika <https://twitter.com/danomatika> >> danomatika.com <http://danomatika.com/> >> robotcowboy.com <http://robotcowboy.com/> >>> On Dec 14, 2015, at 11:44 AM, pd-list-requ...@lists.iem.at >>> <mailto:pd-list-requ...@li

Re: [PD] standalone

2015-12-14 Thread Simon Iten
ct for package "Tcl": have 8.4, need 8.5 while executing "package require Tcl 8.5" ("uplevel" body line 9) invoked from within "uplevel #0 $tclcode" FAILED TO LOAD /Users/lokki/Library/Pd/kiosk-plugin.tcl > On 14 Dec 2015, at 21:39, IOhannes m zmöl

Re: [PD] standalone

2015-12-16 Thread Simon Iten
why is so subjective… there is almost always a reason for almost everything. (at least for someone) > On 16 Dec 2015, at 10:41, Py Fave wrote: > > we are still stuck with "HOW", instead of asking "WHY"... > knobs'n'buttons'n'faders, thats it? > my shorthaired 5 cents > >

Re: [PD] link between C++ and PD

2015-12-30 Thread Simon Iten
he stated it is on windows…. > On 30 Dec 2015, at 16:17, Antoine Rousseau wrote: > > Hi, > > you could send your data to stdout, then pipe it through command "pdsend", > and finally get it back in Pd with [netreceive] ; but are you working on a > Unix-like sytem ? > >

Re: [PD] Weird behavior of [moocow/bytes2any], or not?

2015-12-24 Thread Simon Iten
another moocow question, if you don’t mind… why does readdir on linux output filenames not in order? 16.* before 10.* for example? on osx and windows i get the expected behaviour. cheers > On 24 Dec 2015, at 20:54, Bryan Jurish wrote: > > moin Alexandros, > > looks

Re: [PD] record rhythm

2015-12-21 Thread Simon Iten
thanks! i thought about that solution but was not able to implement it. > On 21 Dec 2015, at 09:52, Frank Barknecht <f...@footils.org> wrote: > > On Sun, Dec 20, 2015 at 09:53:27PM +0100, Simon Iten wrote: >> i am trying to record “rhythm”. >> >> my so

Re: [PD] Pd-list Digest, Vol 128, Issue 117

2015-11-28 Thread Simon Iten
not “really”. if you send the message and omit some parameters they will just be emptied out. so if you have a send and receive in your numberbox, they will be deleted if you send a param message and don’t declare them again. i don’t know if there is a way to leave them unchanged (other then

Re: [PD] oscillators (osc~ / cycle~) not working well in FM?

2015-11-25 Thread Simon Iten
why not just create a new object with correct symmetry and no dc? call it sin~ or cycle~ or whatever… i don’t think a compromise is a good way. On 25 Nov 2015, at 00:01, Robert Esler wrote: > > Okay, here is a compromise. What may be a fix, or a new feature. It changes

Re: [PD] have fun

2015-11-30 Thread Simon Iten
crazyjamwithme.pd Description: Binary data > On 30 Nov 2015, at 15:30, Simon Iten <itensi...@gmail.com> wrote: > > sorry… > > here is a corrected version that reacts to rhythm as well :-) >> On 30 Nov 2015, at 14:40, Olivier Baudu <01iv...@labomedia.net>

[PD] Fwd: filename from path

2015-11-30 Thread Simon Iten
for reference...Begin forwarded message:From: Matt Barber <brbrof...@gmail.com>Date: 1 December 2015 at 00:41:32 GMT+1To: Simon Iten <itensi...@gmail.com>Subject: Re: [PD] filename from pathA couple things to check out that will be better practice:[until] instead of [metro][array s

Re: [PD] Advice on bonk~ with bass guitar

2015-11-30 Thread Simon Iten
have you tried bark~ ? it’s here: http://williambrent.conflations.com/pages/research.html cheers > On 30 Nov 2015, at 23:59, Ed Kelly wrote: > > Yep. > I tried all sorts of slowing down my playing and so

[PD] have fun

2015-11-30 Thread Simon Iten
hey list, here is a little something. it’s a real mess. sing to it or clap or whatever. it likes melody. cheers crazyjamwithme.pd Description: Binary data ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] have fun

2015-11-30 Thread Simon Iten
sorry… here is a corrected version that reacts to rhythm as well :-) > On 30 Nov 2015, at 14:40, Olivier Baudu <01iv...@labomedia.net> wrote: > > Le 30/11/2015 13:02, Simon Iten a écrit : >> hey list, >> >> here is a little something. >> >> it’s a r

Re: [PD] numberboxes range

2015-11-22 Thread Simon Iten
ssi <christof.re...@gmx.at> wrote: > > Yes, at least for 'Number2' you can set all the properties via messages. For > a simple 'Number' I don't think so... > >> Gesendet: Sonntag, 22. November 2015 um 21:46 Uhr >> Von: "Simon Iten" <itensi...@gmail.com>

Re: [PD] numberboxes range

2015-11-23 Thread Simon Iten
ia a "set" message. It's not exactly the same (since it will > also "correct" numbers typed in which the range setting doesn't) but might > be OK or even better for making interfaces with varying ranges. > > cheers > Miller > > On Sun, Nov 22, 2015 at 0

[PD] numberboxes range

2015-11-22 Thread Simon Iten
hi list, would it be possible to make the “range” of a numberbox settable via messages? like with vsl etc? or is there a way to set it (not via properties)? cheers ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

[PD] number box bug?

2016-01-11 Thread Simon Iten
is it intentional that alt-click resets to zero even if lower bounds are not zero? i think that at least for positive lower values it would be more intuitive if the number box would go to that value… cheers ___ Pd-list@lists.iem.at mailing list

Re: [PD] Pd 0.47-0 OSX Tk 8.6 test builds

2016-05-30 Thread Simon Iten
works here on 10.11. pd starts and i can use it, but i cannot quit from the menu, i have to force quit. > On 30 May 2016, at 02:42, Scott R. Looney wrote: > > hi Dan, this one isn't crashing on start but it's unresponsive and no window > shows up. in addition i

Re: [PD] change object for symbols (vanilla)

2016-01-18 Thread Simon Iten
i was under the impression something like this was searched: symboldedoubling.pd Description: Binary data you would need to pack the output back into one symbol obviously. or better yet before you make it back to a symbol…On 18 Jan 2016, at 12:10, Dan Wilcox wrote:Use

Re: [PD] freeverb~ problem

2016-02-05 Thread Simon Iten
i assume you did already try the gainreducing before freeverb and gainboost after? [*~ 0.01] —> [freeverb~] —> [*~100] for example i had some problems with signals that were too “loud”, they were cured with this. so, not the cause but a possible workaround. > On 06 Feb 2016, at 06:20, Ivica

Re: [PD] Cyclone future

2016-02-23 Thread Simon Iten
bicycle…bicyclone > On 23 Feb 2016, at 21:46, Matt Barber wrote: > > Alexandre suggested "recyclone," which I kind of like. "Cyclone" gets its > name as a portmanteau of "cycling" and "clone," and it happens to be an > english word. I rather like "typhoon," but

Re: [PD] Bela - Ultra-low-latency embedded audio platform

2016-02-29 Thread Simon Iten
+1 > On 29 Feb 2016, at 14:31, Pierre Massat wrote: > > That sounds exactly like what I've been trying to find for half a decade. > > > 2016-02-29 14:25 GMT+01:00 i go bananas >: > yes awesome! was just asking around the

Re: [PD] Bela - Ultra-low-latency embedded audio platform

2016-02-29 Thread Simon Iten
they can be used for audio as well but you will need extra circuitry: lowpass (opamp 2x resistor and capacitor) for the output you could get away with a dc-blocking capacitor i guess > On 29 Feb 2016, at 21:03, Matt Barber wrote: > > Does audio go only into the stereo

Re: [PD] converting incoming audio/voltages into CV for Eurorack modules

2016-01-23 Thread Simon Iten
are you aware that you can increase the pwm frequency considerably? still less for 9 10 11 but far higher then by default for all pwm pins. > On 23 Jan 2016, at 12:09, Christof Ressi wrote: > > I'm right now controlling an analog synth via Pd :-). I'm just using an >

Re: [PD] converting incoming audio/voltages into CV for Eurorack modules

2016-01-24 Thread Simon Iten
/Code/PwmFrequency > > > > >> Gesendet: Samstag, 23. Januar 2016 um 12:34 Uhr >> Von: "Simon Iten" <itensi...@gmail.com> >> An: "Christof Ressi" <christof.re...@gmx.at> >> Cc: Alex <x37v.a...@gmail.com>, "Ricky Graha

Re: [PD] Pd-l2ork GUI port Alpha 0

2016-04-08 Thread Simon Iten
great! looks so smooth. on osx 10.11 i get a: basename is load-meter.pd path is /Users/doc/7.stuff/tools error: load-meter.pd: read failed when trying to open the load-meter. > On 08 Apr 2016, at 16:38, Jonathan Wilkes via Pd-list > wrote: > > Hi list, > Here are some

Re: [PD] listing PD's external platforms

2016-04-06 Thread Simon Iten
i think he is going for embedded or “translated” in some way. since all the examples he mentions are projects that use the pd-core to run patches on unsupported platforms/environments… > On 06 Apr 2016, at 14:05, IOhannes m zmoelnig wrote: > > On 2016-04-06 13:38, Liam

Re: [PD] Mysterious bug with [text]

2016-03-03 Thread Simon Iten
i get this: print: 1 2 3 print: symbol foo print: symbol foo which seems to be right. turning on metro does not crash pd (at least not in the 5 minutes i tried) i am on pd-0.46-7 64 bit. osx 10.11 > On 03 Mar 2016, at 21:59, Christof Ressi wrote: > >

Re: [PD] Gem fullscreen window on secondary screen on OS X

2016-04-04 Thread Simon Iten
you can edit the plist of any osx program to hide/unhide on a per app basis: http://hints.macworld.com/article.php?story=20070118003804854 not sure if this still works in newer osx versions, give it a try… cheers > On 04 Apr 2016, at 15:46, me.grimm wrote: > > Hi Roman, >

Re: [PD] [Scope~] (was Re: can signal inlets that aren't the main inlet have float or message methods?)

2016-03-30 Thread Simon Iten
pdrunsonwindowstoo maybe windows is/was not that case sensitive? > On 30 Mar 2016, at 09:53, IOhannes m zmoelnig wrote: > >> pdrunsonwindowstoo ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] [PD-announce] Camomile: An audio plugin that loads Pure Data patches

2016-04-02 Thread Simon Iten
great!!! i tried both of your synth examples in ableton live 9 on osx 10.11 and i got the same issue on both: if sustain is set to anything else than zero, notes ring forever…(it does not matter what the release parameter is set to) > On 02 Apr 2016, at 18:46, Pierre Guillot

Re: [PD] Have you received this message?

2016-04-14 Thread Simon Iten
yeah, we received! Am Donnerstag, 14. April 2016 schrieb S.E.P. : > Dear List, > I'm wondering if my messages (e.g. my last two or three) have been > accepted by the list or if they've been rejected due to registration of the > wrong gmail/googlemail variant: >

Re: [PD] GEM blurring

2016-04-22 Thread Simon Iten
if i got you right and only the background is changing, i would blur the original borders of the image… :) > On 22 Apr 2016, at 16:26, j...@jeanmarie-adrien.net wrote: > > Hello list > I need to blur a little portion of an animated image with GEM to achieve > dynamically a good visual

Re: [PD] pd 0.47-0test2 released, OS X unidentified developer

2016-04-27 Thread Simon Iten
the "normal" procedure on OS X is to right click (two finger click) on an app and open it via the appearing menu. that way you can open the app after you hit yes even if that option did not appear when just clicking on the app to open... Am Mittwoch, 27. April 2016 schrieb "Josef (Seppo)

Re: [PD] [OT] choice of sound cards for 16 output channels

2016-05-06 Thread Simon Iten
or get yourself an old rme multiface hdsp card, eight analog outputs and eight adat… you will need an old laptop with pcmcia or a new one with express card (or a macbook with thunderbolt and an adatper) rme cards are good quality and quite cheaply secondhand (200 $) > On 06 May 2016, at 14:08,

Re: [PD] Errors in building pd-extended on Odroid C2

2016-08-01 Thread Simon Iten
pd-extended is really outdated and not supported anymore. the general consensus is to use pd-vanilla with deken since almost all extended libraries are available in deken. > On 01 Aug 2016, at 16:57, angelo.arc...@virgilio.it wrote: > > > Sorry I forgot the attachment of the .txt file with

Re: [PD] sinesum inverse

2016-08-04 Thread Simon Iten
e by multiplying by -1, > you can "reverse" the table by reading it from back to front. > > > > On Thu, Aug 4, 2016 at 8:53 AM, Simon Iten <itensi...@gmail.com > <mailto:itensi...@gmail.com>> wrote: > sorry to post again. > > i think sigmund~ can

[PD] sinesum inverse

2016-08-04 Thread Simon Iten
dear list, i can create nice wavetables with sinesum. what would be the easiest process to do the inverse? reading a wavetable of known size and converting it to it’s sine harmonics gain structure. fft? i am a little bit lost on how to do this with a wavetable. or is there a simpler way if i

Re: [PD] sinesum inverse

2016-08-04 Thread Simon Iten
sorry to post again. i think sigmund~ can do this. but i would be thankful for a hint how to calculate it. if it’s fft, then some insight how to use fft on a single wavetable would be very nice. > On 04 Aug 2016, at 09:34, Simon Iten <itensi...@gmail.com> wrote: > > dear l

Re: [PD] sinesum inverse

2016-08-04 Thread Simon Iten
n,On 04/08/16 09:54, Simon Iten wrote:ah sorry, yesi want to read a wavetable, say 128 steps and calculate the gain structure to aproximate this wavetable with sine waves.the idea behind this is to get a different sound from wavetables, use low resolution wavetables to get nice sounds (waldorf

Re: [PD] sinesum inverse

2016-08-04 Thread Simon Iten
perfect thanks, that makes sense. > On 05 Aug 2016, at 00:04, Claude Heiland-Allen <cla...@mathr.co.uk> wrote: > > Hi Simon, list, > > On 04/08/16 22:51, Simon Iten wrote: >> hi claude, >> >> your bandlimited project works/sounds great! very nice sound

Re: [PD] pgmout omni mode

2016-07-22 Thread Simon Iten
let me outline that also the synth module could be buggy, hence my question > On 22 Jul 2016, at 12:36, Simon Iten <itensi...@gmail.com> wrote: > > hi list, > > ist pgmout without an argument omni channel? > > i try to send program changes, and omitting the channel

Re: [PD] pgmout omni mode

2016-07-22 Thread Simon Iten
synth module could be buggy, hence my >> question >>> On 22 Jul 2016, at 12:36, Simon Iten <itensi...@gmail.com> wrote: >>> >>> hi list, >>> >>> ist pgmout without an argument omni channel? >>> >>> i try to send pro

[PD] pgmout omni mode

2016-07-22 Thread Simon Iten
hi list, ist pgmout without an argument omni channel? i try to send program changes, and omitting the channel argument only the first voice/channel of the synth changes sound. when i manually create four pgmout’s with channel 1-4 it works as expected and the synth changes all four voices.

[PD] bytetobit abstraction

2016-07-03 Thread Simon Iten
dear list, find attached a really simple abstraction to convert a single byte value into 8 bit outputs. it handles higher values gracefully (it just outputs the lower 8 bits) i use it to restore saved boolean values on an atmega eeprom to puredata (the values are saved into bytes on the

[PD] Fwd: bytetobit abstraction

2016-07-03 Thread Simon Iten
-- Weitergeleitete Nachricht -- Von: *Simon Iten* <itensi...@gmail.com> Datum: Montag, 4. Juli 2016 Betreff: bytetobit abstraction An: IOhannes m zmölnig <zmoel...@iem.at> Am Sonntag, 3. Juli 2016 schrieb IOhannes m zmölnig : > On 07/03/2016 09:41 PM, S

Re: [PD] bytetobit abstraction

2016-07-03 Thread Simon Iten
and here is a help patch :-) bytetobit-help.pd Description: Binary data > On 03 Jul 2016, at 21:41, Simon Iten <itensi...@gmail.com> wrote: > > dear list, > > find attached a really simple abstraction to convert a single byte value into > 8 bit outputs. it handles

[PD] bittobyte

2016-07-03 Thread Simon Iten
and here is the opposite. 8 bit input, byte output. bittobyte-help.pd Description: Binary data bittobyte.pd Description: Binary data ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->

Re: [PD] bytetobit abstraction

2016-07-03 Thread Simon Iten
ok here is a updated version, thanks IOhannes for the hint. bytetobit-help.pd Description: Binary data bytetobit.pd Description: Binary data On 04 Jul 2016, at 00:40, Simon Iten <itensi...@gmail.com> wrote:i think now i understand what you are saying. you mean the order how the values

Re: [PD] bytetobit abstraction

2016-07-03 Thread Simon Iten
i think now i understand what you are saying. you mean the order how the values appear in time. i misunderstood completely, sorry. so a simple [trigger f f f f f f f f] should do at the input, right? Am Montag, 4. Juli 2016 schrieb Simon Iten : > > > -- Weitergeleitete

Re: [PD] bendin bug (?)

2016-09-06 Thread Simon Iten
ges were always > 14bit, cause in max, the bendin object is only 127 (a heritage from mid > 80s?) > > cheers > > 2016-09-04 17:44 GMT-03:00 Simon Iten <itensi...@gmail.com > <javascript:_e(%7B%7D,'cvml','itensi...@gmail.com');>>: > >> well for me a 14-b

Re: [PD] bendin bug (?)

2016-09-04 Thread Simon Iten
well for me a 14-bit number with a range of 16383 is zero based, otherwise I would need an additional bit for the sign. also nobend=2000H indicates a value from 0 to 16383... Am Sonntag, 4. September 2016 schrieb Giulio Moro via Pd-list : > The specs don't say much about how to interpret the

Re: [PD] disable cores on linux to use as dedicated dsp

2016-09-07 Thread Simon Iten
control of the scheduler and you can have one process taking up an entire CPU, while the Linux kernel waits ( or uses other CPUs). Giulio *From:* Jonathan Wilkes via Pd-list <pd-list@lists.iem.at> *To:* Simo

[PD] disable cores on linux to use as dedicated dsp

2016-09-07 Thread Simon Iten
hi list, i recorded 3 times in a studio last year that uses a daw/pc interconnection by pyramix, basically it is a hacked windows system, where one or two cores of a multicore cpu are completely hidden from the system. these cores are then acessed directly by the daw and used as a very

Re: [PD] dsp issues

2016-11-11 Thread Simon Iten
did you update your osx? under media-> test audio and midi, you get a tester patch, can you get anything to work there? > On 11 Nov 2016, at 06:14, Austin Lemmons wrote: > > I've been using pd on my MacBook for a few months with very few issues, but > now for some

[PD] waldorf microwave

2016-11-04 Thread Simon Iten
hi, has anyone done a waldorf microwave editor in puredata? cheers ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list

Re: [PD] Latency compensation

2016-10-19 Thread Simon Iten
> On 19 Oct 2016, at 10:20, Roman Haefeli <reduz...@gmail.com> wrote: > > [replying to pd-list] > > Hi Simon > > On Wed, 2016-10-12 at 09:30 +0200, Simon Iten wrote: >> it would very much surprise me, if pd could do that in a generic way >> on all plat

Re: [PD] [delwrite~], or "what Pd operations are/should be realtime?"

2016-11-24 Thread Simon Iten
wouldn’t memset be faster? > On 24 Nov 2016, at 10:41, Orm Finnendahl > wrote: > > Am Mittwoch, den 23. November 2016 um 21:28:52 Uhr (-0200) schrieb Alexandre > Torres Porres: >> please show us (and miller) what it is about :) > > patch against

Re: [PD] flip flop, pulse divider...

2016-10-31 Thread Simon Iten
this does not work for higher frequency signals (say 2000 hz), or i have not found the correct threshold setting yet :) cheers > On 31 Oct 2016, at 13:18, cyrille henry <c...@chnry.net> wrote: > > [threshold~] > | > [tgl] > | > [sig~] > > cheers > c &g

Re: [PD] flip flop, pulse divider...

2016-10-31 Thread Simon Iten
> On 31 Oct 2016, at 14:20, fjkraan <fjkr...@xs4all.nl> wrote: > > On 2016-10-31 13:05, Simon Iten wrote: >> hi list, >> in the “real” circuit world it is really easy to divide a pulse by 2 >> with a flip flop circuit. >> is there a flip flo

Re: [PD] flip flop, pulse divider...

2016-10-31 Thread Simon Iten
iller > > On Mon, Oct 31, 2016 at 03:09:17PM +0100, Simon Iten wrote: >> >>> On 31 Oct 2016, at 14:20, fjkraan <fjkr...@xs4all.nl> wrote: >>> >>> On 2016-10-31 13:05, Simon Iten wrote: >>>> hi list, >>>> in the “real” circui

[PD] flip flop, pulse divider...

2016-10-31 Thread Simon Iten
hi list, in the “real” circuit world it is really easy to divide a pulse by 2 with a flip flop circuit. is there a flip flop implementation for puredata somewhere? i would like to divide an incoming audio pulse by 2 without much delay (avoiding fiddle~ and the like) the pw of the original

Re: [PD] Tcl error on closing subpatch with array

2017-03-29 Thread Simon Iten
i don’t get any error with your patch, osx pd 0.47.1 and 0.46.6… but it also does not seem to write to the array repeatedly (just once) so i have to set the onset first manually. > On 29 Mar 2017, at 13:33, Christof Ressi wrote: > >

Re: [PD] accoustic guitar chord detection

2017-03-29 Thread Simon Iten
this is far from trivial without a hex pickup and i doubt that something useful will be possible to do with puredata. but i would be very happy to be proven wrong! > On 29 Mar 2017, at 02:51, Alexandre Torres Porres wrote: > > howdy, getting involved in a research that needs

Re: [PD] Organelle

2017-03-31 Thread Simon Iten
hi patrick, a friend of mine has one. the latency is very low, the audio quality seems to be ok for synths, he used it as looping device and was a bit disappointed by the quality. it runs vanilla afaik and some xenomai magic… > On 31 Mar 2017, at 14:49, Pagano, Patrick

[PD] sound-installation with pd in lucerne switzerland

2017-03-31 Thread Simon Iten
dear list, from today on to the 14. of may i have a sound-installation running in lucerne switzerland at bireggstr. 36 it runs a pd patch and emulates a free improvising musician that reacts to inputs. it is quite abstract… the fun part is, that you can also call the installation under

Re: [PD] comport - right outlet outputs only '-1'

2017-03-06 Thread Simon Iten
> Thanks for your report. Frankly, I didn't test on OS X yet. > > On Mon, 2017-03-06 at 15:54 +0100, Simon Iten wrote: >> i downloaded your comport v1.1 for osx and i have a strange problem… >> >> whenever i try to create a comport object with some initial values >&g

Re: [PD] comport - right outlet outputs only '-1'

2017-03-06 Thread Simon Iten
hi roman and list, i downloaded your comport v1.1 for osx and i have a strange problem… whenever i try to create a comport object with some initial values the object box does not create and pd freezes (i have to force quit) creating a [comport] works…also opening the help patch works. i had

Re: [PD] [PD-announce] Pd version 0.48-0test7

2017-08-10 Thread Simon Iten
just here to confirm this. > On 10 Aug 2017, at 16:04, Alexandre Torres Porres wrote: > > All seems fine, expect that bug I've been calling out since test5, where > deken can't highlight the libs for mac. So just reminding it's an important > fix before the final release.

Re: [PD] Macbook Air Errors with 0.48 Test 1

2017-07-18 Thread Simon Iten
sierra indicates 10.12 https://en.wikipedia.org/wiki/MacOS_Sierra > On 18 Jul 2017, at 21:55, Miller Puckette wrote: > > Really 10.2.5? Not 10.5? > > I've tested on 10.6. I ues I'd better try an earlier one :) > > M > > On

Re: [PD] [PD-announce] Vector Synthesis Library 0.1

2017-07-25 Thread Simon Iten
really nice!! and cool video presentation as well. > On 25 Jul 2017, at 14:34, Derek Holzer via Pd-list > wrote: > > Hi Cyrille, > > I made a presentation of the entire library last weekend, there is a video > for that here: > >

Re: [PD] legato portamento

2017-07-02 Thread Simon Iten
: Binary data > On 28 Jun 2017, at 14:34, Simon Iten <itensi...@gmail.com> wrote: > > ok, some more interesting things i found out: > > with your counter cyrille i don’t get stack overflow anymore, it still > glitches though. > > if i connect my controller to ablet

Re: [PD] legato portamento

2017-07-02 Thread Simon Iten
e note off 64, what should happen? (for example if you merge two midi-streams) > > > Mensaje telepatico asistido por maquinas. > > > From: Simon Iten <itensi...@gmail.com> > Sent: Sunday, July 2, 2017 8:53 PM > To: Lucas Cordiviola > Cc: Cyrille Henry; pd

Re: [PD] legato portamento

2017-07-02 Thread Simon Iten
yes, but the array solution is more robust since it takes pitch into account as well, so it works with multiple note ons and offs for the same note (and a mismatch of those). i think it is not totally clear if a note off for a given pitch should mute all the notes sounding at that pitch. (can

Re: [PD] legato portamento

2017-07-03 Thread Simon Iten
exactly my point. but guitar is really a weird instrument. i play bass, much better. > On 3 Jul 2017, at 10:11, IOhannes m zmoelnig <zmoel...@iem.at> wrote: > > On 2017-07-02 22:53, Simon Iten wrote: >> (can there sound more then one note on the same pitch on the same >

Re: [PD] legato portamento

2017-07-03 Thread Simon Iten
> On 3 Jul 2017, at 10:41, Roman Haefeli wrote: > > You not always want to mute the first note when a second note with the > same pitch is triggered, regardless whether such an instrument exists > or not. When creating software instruments, I often explicitly allow to >

[PD] legato portamento

2017-06-27 Thread Simon Iten
dear list, i try to make a monoponic bass synth patch that glides from note to note, but only when more than one note is pressed. here is my attempt that works, but if i play very fast i get stuck notes and a stack overflow error. this seems to come from the counter. when i remove the counter

Re: [PD] legato portamento

2017-06-27 Thread Simon Iten
1. > > I don't get “stack overflow error”. > > You can try [notein yourchannel?], just to test? > > Salutti, > Lucarda. > > > Mensaje telepatico asistido por maquinas. > > > -- > *From:* Pd-list <pd-list-boun...@lists.iem.

Re: [PD] legato portamento

2017-06-28 Thread Simon Iten
> On 27 Jun 2017, at 23:40, Simon Iten <itensi...@gmail.com> wrote: > > ah sorry :-) > > >> On 27 Jun 2017, at 23:37, cyrille henry <c...@chnry.net> wrote: >> >> have a look at the attachement patch in my mail. >> >> Le 27/06/2017 à 23:31, Sim

Re: [PD] legato portamento

2017-06-27 Thread Simon Iten
gt; wrote: > > On 06/27/2017 09:03 PM, Simon Iten wrote: >> it works fine here as well as long as I don't send very fast runs (20 notes >> per second and more) did you try with fast midi input? > > for testing, try to get rid of any hardware device, and replace it by a > stub

Re: [PD] legato portamento

2017-06-27 Thread Simon Iten
t; cheers > c > > > Le 27/06/2017 à 16:04, Simon Iten a écrit : >> dear list, >> i try to make a monoponic bass synth patch that glides from note to note, >> but only when more than one note is pressed. >> here is my attempt that works, but if i play very fast

Re: [PD] legato portamento

2017-06-27 Thread Simon Iten
ah sorry :-) > On 27 Jun 2017, at 23:37, cyrille henry <c...@chnry.net> wrote: > > have a look at the attachement patch in my mail. > > Le 27/06/2017 à 23:31, Simon Iten a écrit : >> ok, what would be a simpler counter? sorry i don’t see another approach atm. >&

  1   2   3   >