Re: [PD] [PD-announce] OFFTOPIC: Audacity

2021-07-05 Thread Kjetil Matheussen
On Mon, Jul 5, 2021 at 11:32 AM Andy Farnell wrote: > Following the lamentable tale on HN, it seems audacity, a stand-alone What does HN stand for? > edtiting. Running an old copy of CoolEdit98 under Wine or Roger > Dannenberg's Snd reminds me what a real audio editor should feel > like. Snd

Re: [PD] Checking for interest: Scheme interpreter external for PD

2020-10-23 Thread Kjetil Matheussen
On Thu, Oct 22, 2020 at 10:26 AM Andy Farnell wrote: > > Would love to see Scheme come to Pd. > There's also k_guile from 2004, that still compiles: https://github.com/kmatheussen/k_guile Don't know if it still works though. Guess there are other alternatives as well, but they all probably

Re: [PD] Sample loop - start and end point (WAV files)

2020-02-12 Thread Kjetil Matheussen
On Wed, Feb 12, 2020 at 10:14 AM Ingo wrote: > > Thanks, Dan! > > > > They must be embedded in the "Marker Chunk" in AIFF and in the "Cue Point > Chunk" in the WAV format. > > This gives me a further idea for searching on. > > Yes, loops are usually defined as "Loop Start" and "Loop End" cues,

Re: [PD] Sample loop - start and end point (WAV files)

2020-02-12 Thread Kjetil Matheussen
On Wed, Feb 12, 2020 at 10:56 AM Kjetil Matheussen wrote: > > On Wed, Feb 12, 2020 at 10:14 AM Ingo wrote: > > > > Thanks, Dan! > > > > > > > > They must be embedded in the "Marker Chunk" in AIFF and in the "Cue Point > >

Re: [PD] Jackpilot/Soundflower

2019-10-11 Thread Kjetil Matheussen
On Fri, Oct 11, 2019 at 11:43 AM mauricemoncozet wrote: > > Hello, > With Mac OS 10.15 Catalina Jackpilot (32 bit) will not work anymore. As a > musician I use it a lot to connect Pd to Mainstage or others. > Do you know if Soundflower that seems to be working with Mojave (OS 10.14) > will

Re: [PD] Jackpilot/Soundflower

2019-10-11 Thread Kjetil Matheussen
On Fri, Oct 11, 2019 at 1:41 PM Max wrote: > > Soundflower is now open source [1](and possibly abandoned, certainly > abandoned by their original developers Cycling74) For a commercial > alternative check out Loopback [2] by Rougue Amoeba. > The Jack source [3] is there, no idea if it compiles

Re: [PD] original gigaverb code?

2019-03-07 Thread Kjetil Matheussen
On Thu, Mar 7, 2019 at 3:31 PM Alexandre Torres Porres wrote: >> >> >> >> maybe this is the original c? >> https://github.com/fronin/lmms/blob/7cdeb928d6bfcbe1ade8b07129380bd76b0d0582/plugins/ladspa_effect/swh/gverb/gverb.c > > > seems like the port to Ladspa by Steve Harris > > I just can't find

Re: [PD] Reason for not allowing '{' and '}' in Pd?

2018-05-14 Thread Kjetil Matheussen
On Mon, May 14, 2018 at 4:24 PM, Zack Lee wrote: > I didn't know that was possible in pdlua. > Thanks for the info! > > You could also use something else than { and }, for instance BEGIN and END, and let the external replace BEGIN with { and END with } before sending it to

Re: [PD] snd

2017-10-10 Thread Kjetil Matheussen
On Tue, Oct 10, 2017 at 8:30 PM, Simon Iten wrote: > hi list, > > is somebody on this list using snd regularly? > > i was looking at this image: > > https://commons.wikimedia.org/wiki/File:Spectrogram.png > > according to the file description it is done with snd. > > is this

Re: [PD] a simple question about increasing/decreasing values

2017-08-29 Thread Kjetil Matheussen
On Tue, Aug 29, 2017 at 10:04 AM, oliver wrote: > IOhannes m zmölnig wrote: > >> On 08/29/2017 01:28 AM, Hrvoje Radnic via Pd-list wrote: >> >>> Hi,I usually do this by multiplying the value by -1 and offset it by the >>> range of the first value >>> >> >> which is about 100%

Re: [PD] pdlv2: generate lv2 plugins from pd patches

2016-04-09 Thread Kjetil Matheussen
On Fri, Apr 8, 2016 at 11:56 PM, Alex wrote: > or better yet, weren't required because you just pass an instance along > and operate on the instance because every method would have the instance > passed along with it :) > > That's how libpds works:

Re: [PD] pdlv2: generate lv2 plugins from pd patches

2016-04-08 Thread Kjetil Matheussen
You might have to merge inn libd from upstream though. Don't know how much work that is. On Fri, Apr 8, 2016 at 7:06 PM, Alex <x37v.a...@gmail.com> wrote: > Great, I'll look into that when I get some more time! > > On Fri, Apr 8, 2016 at 9:55 AM, Kjetil Matheussen < > k.s

Re: [PD] pdlv2: generate lv2 plugins from pd patches

2016-04-08 Thread Kjetil Matheussen
On Fri, Apr 8, 2016 at 6:51 PM, Alex wrote: > hmm, that is interesting, is libpds simply part of the radium project or > is it something you distribute separately? I should look into that. > > It's my branch of libpd on github. You can ignore the libpds part, and just use

Re: [PD] pdlv2: generate lv2 plugins from pd patches

2016-04-08 Thread Kjetil Matheussen
On Fri, Apr 8, 2016 at 5:08 PM, Alex wrote: > Its interesting that Camomile and the updated pdvst were announced in > these past weeks as I've been working on pdlv2, a wrapper/parser the > generates lv2 plugins from pd patches. > > https://github.com/x37v/pdLV2/ > If you

Re: [PD] freeverb~ problem

2016-02-08 Thread Kjetil Matheussen
You could use the faust version of freeverb and compile it for pd. It's probably less likely to have bugs. For instance by pasting http://sourceforge.net/p/faudiostream/code/ci/master/tree/examples/freeverb.dsp?format=raw into http://faust.grame.fr/onlinecompiler/ On Sun, Feb 7, 2016 at 4:08 AM,

Re: [PD] freeverb~ problem

2016-02-08 Thread Kjetil Matheussen
AVOIDDENORMALS _mm_setcsr(_mm_getcsr() | 0x8000) #endif #else # error "must compile with -fmpath=sse" #endif On Mon, Feb 8, 2016 at 10:28 AM, Kjetil Matheussen <k.s.matheus...@gmail.com > wrote: > You could use the faust version of freeverb and compile it for pd. It's >

Re: [PD] freeverb~ problem

2016-02-08 Thread Kjetil Matheussen
in > pd-l2ork and will run some tests and let you know. If you'd like to test it > out, download the latest deb dated 20160208 (64bit build only for the time > being). > > Best, > > Ico > > > On 2/8/2016 4:44 AM, Kjetil Matheussen wrote: > > Regarding denorma

Re: [PD] readsf~ and writesf~, locking, blocking and real-time priority

2015-10-06 Thread Kjetil Matheussen
> > > My questions are: > > 1) Have I completely misunderstood d_soundfile.c and it is actually > entirely safe. If so, why is it safe? > > It depends whether the OS implements priority inheritance ( https://en.wikipedia.org/wiki/Priority_inheritance). I think Windows does something like this, not

Re: [PD] pd-extended on Fedora 21

2015-02-28 Thread Kjetil Matheussen
On Sat, Feb 28, 2015 at 12:06 PM, Felix Homann linuxau...@showlabor.de wrote: Hi, did anyone manage to build pd-extended for Fedora 21? I didn't (obviously, that's why I ask). I already installed Tcl/Tk 8.5 since Fedora 21 only ships Tcl/Tk 8.6. But the closest I came to a workin pd was one

Re: [PD] Screen tear/flicker when going full screen

2014-05-27 Thread Kjetil Matheussen via Pd-list
On Tue, May 27, 2014 at 5:45 PM, Antonio Roberts anto...@hellocatfood.comwrote: Upgrade to latest version of the intel graphics drivers, and dependencies: https://01.org/linuxgraphics/downloads Updated to the latest version but still no file called 20-intel.conf. Not even an xorg.conf.