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 how accurate
 it is. It's fun to play with.

 https://github.com/danomatika/rc-patches/tree/master/rc [s_303]








___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] recording with writesf~ doesnt sound the same as live patch

2014-09-27 Thread Ronni Montoya
Hi , i made a patch that i like how it sounds when its making sound in
real time, but when i record into a .wav file using writesf~ the
resulting soundfile is not the same. The basses and drum basses sound
different ( more distorted) .

I was wondering, why is that?
is there any trick for having exactly the same sound in the recording
as the patch in real time?



cheers


R.

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] recording with writesf~ doesnt sound the same as live patch

2014-09-27 Thread Claude Heiland-Allen

On 27/09/14 13:33, Ronni Montoya wrote:

Hi , i made a patch that i like how it sounds when its making sound in
real time, but when i record into a .wav file using writesf~ the
resulting soundfile is not the same. The basses and drum basses sound
different ( more distorted) .


I guess you are on a system (eg OS X) that handles too-loud audio output 
weirdly (not just simple clipping).


Try using open -bytes 4 out.wav to writesf~ (which won't clip) and 
post-process in an audio editor that supports floating point wav data.


Or turn down the volume and apply your own dynamic range compression etc


Claude
--
http://mathr.co.uk


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] Parsing text

2014-09-27 Thread Pierre Desprats

Hi,

I'm using HTTPGET to get some informations on a website.

The request works fine and output me 7 lists.

But i'm only interested in one number of the third list.

I don't know what is the best way to parse text in list or browse list, 
to get this number ?


Thanx !

P.

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Updated pd-extended

2014-09-27 Thread zmoelnig


Quoting Jonathan Wilkes jancs...@yahoo.com:

Now I'm even more confused.  In the past you had written this to a  
query of mine:

[...]


But now you say the opposite in response to DesireData's _symbol  
struct which adds a refcount and a symbol size member n.


How does the one break binary compatibility but the other does not?



i might have been mistaken.




the problem remains that as soon as we do add new members to a public  
struct, somebody *might* use them.

and *this* is breaking binary compatibility.
e.g. if you external uses (t_symbol*s)-n you cannot run (nor  
compile) it in Pd-vanilla.

if it does not, you still can.

if pd-l2ork adds the new members
snip
unsigned int refcount;
unsigned int length;
/snip
and pd-extended adds the new members:
snip
unsigned int length;
unsigned int refcount;
/snip

then any external that uses (t_symbol*s)-n will be doomed.


mfgasdr
IOhannes

PS: it would help if you posted a reference to the actual thread (e.g.  
in the pd-list archives). i had trouble finding my contribution to the  
thread you posted...



___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Parsing text

2014-09-27 Thread Jack
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello,

Can you send us an example of the 7 lists you receive ?
Attached is a small patch that could help you.
++

Jack



Le 27/09/2014 17:28, Pierre Desprats a écrit :
 Hi,
 
 I'm using HTTPGET to get some informations on a website.
 
 The request works fine and output me 7 lists.
 
 But i'm only interested in one number of the third list.
 
 I don't know what is the best way to parse text in list or browse
 list, to get this number ?
 
 Thanx !
 
 P.
 
 ___ 
 Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
 account-management - http://lists.puredata.info/listinfo/pd-list

-BEGIN PGP SIGNATURE-
Version: GnuPG v1

iQEcBAEBAgAGBQJUJuF1AAoJEOuluecjw8GUZhsH/1YryEyZt1m3qOCFWeoxaWQp
g4JE+oiyc4J0xqfnWoa+H/Aq35NnCl55GBYaP5DROaEH0XbyfOW4Y1/zAVHtDePs
+AjWBNvJaZ34e1BBbLAFzYA214LLBA8ttr4SQkevX3PNpc3l/jOkdYUVcr81Dqw2
cwkTIY7oMSoXJCd67G/AfiKHiSDnZgkUkKatmKCuS2VSwy02XwpJqCpxpuTv3JbG
2d4Ia4R3dUDN49PIWziFqhj9s6r0FSmaih9DJTJgo5sltDSGhcpbBQlLFiaLkKfH
L3SelDGF+8VdHrl1UIwbO1vWQf2/LJnFmqoJvH6purVvc5EtqU27+Xt2nNn9Aq0=
=Rd4U
-END PGP SIGNATURE-


get_element_from_specific_list.pd
Description: application/puredata
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] Install 32Bit Pd-extended on 64Bit Ubuntu

2014-09-27 Thread Jonghyun Kim
Hi list,

I'm on 64Bit Ubuntu 14.04.1, and I wanna to install 32 Bit Pd-extended on
my 64Bit system.

I searched forum and internet, but I can't find out the instruction.

Any helps?
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] Recreate pd glitch effect in pd

2014-09-27 Thread Ronni Montoya
hi, I have some big and complicated patches that runs smooth on my
computer, but when i run them in old computers the resulting sound
became glitched . In old computers the sound is not clear  and
crystal anymore , it become all distorted and with little holes of
silence and the tempo also changes.
I been trying to record this effect creating a soundfile using
writesf~ but this glitch doesn't let me to record anything, the
resulting soundfile always appear empty with silence.


Do anybody have experienced this effect?
Do anybody have an idea how to recreate this effect in pd?

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Parsing text

2014-09-27 Thread Martin Peach
I use pd_lua to extract things from text files, in part to avoid filling up
Pd's symbol table with junk. Here is an example that takes values from a
list of solar wind values obtained via httpget with the message GET
http://www.swpc.noaa.gov/ftpdir/lists/ace/ace_mag_1m.txt

Martin


On Sat, Sep 27, 2014 at 12:10 PM, Jack j...@rybn.org wrote:

 -BEGIN PGP SIGNED MESSAGE-
 Hash: SHA1

 Hello,

 Can you send us an example of the 7 lists you receive ?
 Attached is a small patch that could help you.
 ++

 Jack



 Le 27/09/2014 17:28, Pierre Desprats a écrit :
  Hi,
 
  I'm using HTTPGET to get some informations on a website.
 
  The request works fine and output me 7 lists.
 
  But i'm only interested in one number of the third list.
 
  I don't know what is the best way to parse text in list or browse
  list, to get this number ?
 
  Thanx !
 
  P.
 
  ___
  Pd-list@lists.iem.at mailing list UNSUBSCRIBE and
  account-management - http://lists.puredata.info/listinfo/pd-list

 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1

 iQEcBAEBAgAGBQJUJuF1AAoJEOuluecjw8GUZhsH/1YryEyZt1m3qOCFWeoxaWQp
 g4JE+oiyc4J0xqfnWoa+H/Aq35NnCl55GBYaP5DROaEH0XbyfOW4Y1/zAVHtDePs
 +AjWBNvJaZ34e1BBbLAFzYA214LLBA8ttr4SQkevX3PNpc3l/jOkdYUVcr81Dqw2
 cwkTIY7oMSoXJCd67G/AfiKHiSDnZgkUkKatmKCuS2VSwy02XwpJqCpxpuTv3JbG
 2d4Ia4R3dUDN49PIWziFqhj9s6r0FSmaih9DJTJgo5sltDSGhcpbBQlLFiaLkKfH
 L3SelDGF+8VdHrl1UIwbO1vWQf2/LJnFmqoJvH6purVvc5EtqU27+Xt2nNn9Aq0=
 =Rd4U
 -END PGP SIGNATURE-

 ___
 Pd-list@lists.iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




ace_unpack.pd_lua
Description: Binary data
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] can't set array size to 1

2014-09-27 Thread Miller Puckette
Fixed... will appear in next release (whenever that happens)

cheers
Miller

On Mon, Sep 01, 2014 at 12:05:54AM +0200, Jonghyun Kim wrote:
 I found the trick. [array define arrayname 1] is unable, but it works with
 [resize 1].
 
 [resize 1(
 |
 [array arrayname 777]
 
 then the array will set to 1.
 
 
 
 On Sun, Aug 31, 2014 at 11:58 PM, Jonghyun Kim agitato...@gmail.com wrote:
 
  Hi list,
 
  I wanna set arraysize to 1, but it still shows me the default size 100.
  How to set size to 1?
 
  Size to 2 is ok, but 1 is unable. The minimum size of [array] is 2?
 
  I tried it with these, but both can't work.
  *[array define -k arrayname 1]*
  *[array define arrayname 1]*
 
  Thanks,
  Jonghyun Kim(akntk)
 

 ___
 Pd-list@lists.iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list


___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] message box - text editing?

2014-09-27 Thread Jaime E Oliver
Hi all, 

Whatever happened to the feature that let one edit message boxes as if with a 
text editor? I think I used to hit ctl+t in a message box and got a text 
editor-like window where you could move up and down rows and not only forward 
or backward one character at a time as with regular messages. Quite useful and 
haven't found it in a while. do i have the wrong command? or was this feature 
abandoned? (or never released?)

best,

J
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] message box - text editing?

2014-09-27 Thread Miller Puckette
I can't remember when that disappeared - years ago.

Anyhow, the up and down arrows should do something more intelligent in
messagee boxes than they do at present...

cheers
M

On Sat, Sep 27, 2014 at 10:52:20PM -0400, Jaime E Oliver wrote:
 Hi all, 
 
 Whatever happened to the feature that let one edit message boxes as if with a 
 text editor? I think I used to hit ctl+t in a message box and got a text 
 editor-like window where you could move up and down rows and not only forward 
 or backward one character at a time as with regular messages. Quite useful 
 and haven't found it in a while. do i have the wrong command? or was this 
 feature abandoned? (or never released?)
 
 best,
 
 J
 ___
 Pd-list@lists.iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] message box - text editing?

2014-09-27 Thread Richie Cyngler
On this, is there a good way to adjust say for example file names in
message box without using multiple message boxes or manually editing the
message box file name/ path every time you want a new file name?

For example:

[sample1.wav(
|
[writesf~]

On Sun, Sep 28, 2014 at 2:11 PM, Miller Puckette m...@ucsd.edu wrote:

 I can't remember when that disappeared - years ago.

 Anyhow, the up and down arrows should do something more intelligent in
 messagee boxes than they do at present...

 cheers
 M

 On Sat, Sep 27, 2014 at 10:52:20PM -0400, Jaime E Oliver wrote:
  Hi all,
 
  Whatever happened to the feature that let one edit message boxes as if
 with a text editor? I think I used to hit ctl+t in a message box and got a
 text editor-like window where you could move up and down rows and not only
 forward or backward one character at a time as with regular messages. Quite
 useful and haven't found it in a while. do i have the wrong command? or was
 this feature abandoned? (or never released?)
 
  best,
 
  J
  ___
  Pd-list@lists.iem.at mailing list
  UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list

 ___
 Pd-list@lists.iem.at mailing list
 UNSUBSCRIBE and account-management -
 http://lists.puredata.info/listinfo/pd-list




-- 

www.glitchpop.com
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list