Re: [PD] iemlib from synaptic is missing filter~ and others like iem_cot4~

2014-09-27 Thread Billy Stiltner
(( rmstodb((env~* 0.5)+1)*1.414 ) - 1) * 2 On Wed, Sep 24, 2014 at 3:20 PM, Billy Stiltner billy.stilt...@gmail.com wrote: coll library there Dan Wilcox. On Wed, Sep 24, 2014 at 12:54 PM, Dan Wilcox danomat...@gmail.com wrote: I have a TB-303 emulation using [moog~], though I'm not sure

Re: [PD] iemlib from synaptic is missing filter~ and others like iem_cot4~

2014-09-24 Thread Billy Stiltner
have replaced ggee moog~ with mf~ in xensynth something is still weird with my resonance modulation I found out that the filter Q modulation on filters that have control rate Q only, was all wrong. this was because env~ is not Peak to Peak so [modulator~]-[env~] - [dbtorms] -[* 1.414 ] gets me

Re: [PD] iemlib from synaptic is missing filter~ and others like iem_cot4~

2014-09-24 Thread Billy Stiltner
attached is 1) vocoder.cpp - with wave file writer and reader, can be used as reference to extract original samplerate of wavefile with the new list from/to symbol. Also the math and c code for the DSP cookbook filters. You can see all the original reference I had in the document. for the

Re: [PD] iemlib from synaptic is missing filter~ and others like iem_cot4~

2014-09-24 Thread Dan Wilcox
I have a TB-303 emulation using [moog~], though I'm not sure how accurate it is. It's fun to play with. https://github.com/danomatika/rc-patches/tree/master/rc [s_303] On Sep 24, 2014, at 12:51 PM, Billy Stiltner billy.stilt...@gmail.com wrote: Anyways, I'm thinking I might be able to do the

Re: [PD] iemlib from synaptic is missing filter~ and others like iem_cot4~

2014-09-24 Thread Billy Stiltner
coll library there Dan Wilcox. On Wed, Sep 24, 2014 at 12:54 PM, Dan Wilcox danomat...@gmail.com wrote: I have a TB-303 emulation using [moog~], though I'm not sure how accurate it is. It's fun to play with. https://github.com/danomatika/rc-patches/tree/master/rc [s_303]

Re: [PD] iemlib from synaptic is missing filter~ and others like iem_cot4~

2014-09-23 Thread Billy Stiltner
https://archive.org/details/belphegor43-2.millervcf Im thinking make a new version of my synth and patching together filters only using Miller's vanilla ones. They sound pretty good. On Tue, Sep 23, 2014 at 8:43 AM, Billy Stiltner billy.stilt...@gmail.com wrote: attached images may be of

Re: [PD] iemlib from synaptic is missing filter~ and others like iem_cot4~

2014-09-23 Thread Miller Puckette
billy.stilt...@gmail.com Subject: Re: [PD] iemlib from synaptic is missing filter~ and others like iem_cot4~ Date: September 23, 2014 at 2:18:13 PM EDT To: IOhannes m zmoelnig zmoel...@iem.at Cc: pd-list@lists.iem.at pd-list@lists.iem.at https://archive.org/details/belphegor43-2

Re: [PD] iemlib from synaptic is missing filter~ and others like iem_cot4~

2014-09-23 Thread Billy Stiltner
http://stackoverflow.com/questions/12489/how-do-you-get-a-directory-listing-in-c here is how I done it on NT long ago //cgidir copyright 1996 Billy Stiltner #include stdio.h #include g:\bc45\cgic\cgic105\cgic.h #include dir.h #include dos.h FILE *in, *out; struct ffblk f; char

Re: [PD] iemlib from synaptic is missing filter~ and others like iem_cot4~

2014-09-23 Thread Billy Stiltner
the mf~ sounds good and rezzy ___ Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management - http://lists.puredata.info/listinfo/pd-list

Re: [PD] iemlib from synaptic is missing filter~ and others like iem_cot4~

2014-09-15 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 On 2014-09-14 16:34, Billy Stiltner wrote: thanks for the info. it is possible that somehow during my install my connection was reset. that might explain the missing objects. it is very strange that iemlib was one of the few uninstalled

Re: [PD] iemlib from synaptic is missing filter~ and others like iem_cot4~

2014-09-15 Thread Billy Stiltner
re: you mean: $ dpkg -L pd-iemlib | grep iem_cot4~ $ this is because - - the [iem_cot4~] object is contained in iemlib1.pd_linux AND - - because there is no help-patch for iem_cot4~ (which is a bug in iemlib, not in the debian package) thanks again, I'm being lazy and net social, still havent

Re: [PD] iemlib from synaptic is missing filter~ and others like iem_cot4~

2014-09-14 Thread IOhannes m zmölnig
On 09/14/2014 09:14 AM, IOhannes m zmölnig wrote: if you do have problems, please be more specific. i've just noticed that you were a bit more specific in the subject-line (which i skipped reading after the first 3 words) anyhow, i still cannot reproduce the problem: - start Pd - load iemlib1,

Re: [PD] iemlib from synaptic is missing filter~ and others like iem_cot4~

2014-09-14 Thread Billy Stiltner
thanks for the info. it is possible that somehow during my install my connection was reset. that might explain the missing objects. it is very strange that iemlib was one of the few uninstalled libraries , most of the pd-...libs were allready installed by default with the fresh install of ubuntu

Re: [PD] iemlib from synaptic is missing filter~ and others like iem_cot4~

2014-09-13 Thread Billy Stiltner
I noticed the iem filters were missing from my fresh install of ubuntustudio 14.04 so I installed from synaptic looks like a lot of the externals are missing, maybe anything that was not in iemlib folder possibly stuff from iemlib2 iemlib3 ,etc.. also have pd 0.46 installed but had to do a sudo