Re: [PD] RPi overclocking

2012-09-23 Thread Dirk Myers
I've been using this when compiling things on the pi, which will fully use the 
CPU for long periods of time. This seems to make a noticeable, but not extreme, 
difference... though I have not timed it.___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] it's a mess but it's gettin close to bein a masterpiece

2012-09-23 Thread Billy Stiltner
could very well possibly be the 32 bit externals I compiled and
included or copied from another installation. remove from the
polysynth folder  moog~.pd_linux and also remove
polysynth/ext/knobl.pd_linux

http://youtu.be/S7NykkWZD48
 if you are wanting to just try out the synth you found the correct thing to do.
there should be another of the interface.sh or xsomethin anotherthat
only has one polysynth in it.



On Fri, Sep 21, 2012 at 6:40 PM, patrick pured...@11h11.com wrote:
 hi,

 when opening polysynth/interface3renamed.pd pd crash:

 Program received signal SIGSEGV, Segmentation fault.
 dogensym (s=0x0, oldsym=0x0) at m_class.c:504
 504 m_class.c: No such file or directory.

 ubuntu-studio 64bit
 pd-extended 0.43.1-extended-20120626

 would be nice to have a video tour of the patch and how to make it works!!


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

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


Re: [PD] it's a mess but it's gettin close to bein a masterpiece

2012-09-23 Thread Billy Stiltner
oops email is bad for my spellin knob.pd_linux  and moog~.pd_linux may
have some weird 64 bit incompatibility


On Sun, Sep 23, 2012 at 6:24 AM, Billy Stiltner
billy.stilt...@gmail.com wrote:
 could very well possibly be the 32 bit externals I compiled and
 included or copied from another installation. remove from the
 polysynth folder  moog~.pd_linux and also remove
 polysynth/ext/knobl.pd_linux

 http://youtu.be/S7NykkWZD48
  if you are wanting to just try out the synth you found the correct thing to 
 do.
 there should be another of the interface.sh or xsomethin anotherthat
 only has one polysynth in it.



 On Fri, Sep 21, 2012 at 6:40 PM, patrick pured...@11h11.com wrote:
 hi,

 when opening polysynth/interface3renamed.pd pd crash:

 Program received signal SIGSEGV, Segmentation fault.
 dogensym (s=0x0, oldsym=0x0) at m_class.c:504
 504 m_class.c: No such file or directory.

 ubuntu-studio 64bit
 pd-extended 0.43.1-extended-20120626

 would be nice to have a video tour of the patch and how to make it works!!


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

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


Re: [PD] it's a mess but it's gettin close to bein a masterpiece

2012-09-23 Thread Billy Stiltner
wasn't built on this machine

\00\00\00\00\00/usr/lib/i386-linux-gnu/gcc/i686-linux-gnu/4.5.2/include\00/home/pd/auto-build/pd-extended/pd/src\00\00knob.c\00\00\00\00stddef.h\00\00\00m_pd.h\00\00\00m_imp.h\00\00\00g_canvas.h\00\00\00g_all_guis.h\00\00\00\00\00\EC\00\00\C0\00K1g8u:11MK

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


Re: [PD] Looking for a way to add bytes to beginning of a file using [binfile]

2012-09-23 Thread Antonio Roberts
If anyone is interested I wrote a tutorial on using [binfile] to
create jpg images using only Pure Data
http://www.hellocatfood.com/2012/09/23/create-jpgs-in-pure-data/

On 22 September 2012 18:02, Antonio Roberts anto...@hellocatfood.com wrote:
 After some experimenting I solved the problem.

 I first add the bytes that I want to add. I then use a second
 [binfile] object and use a loop ( [bang( / [until] ) to send each byte
 to the other [binfile]. This adds bytes instead of overwriting.

 On 22 September 2012 11:41, Jamie Bullock ja...@postlude.co.uk wrote:

 On 20 Sep 2012, at 17:33, Antonio Roberts anto...@hellocatfood.com wrote:

 I'm attempting to use [binfile] to add additional bytes to a file. If
 I first read the file - using [read(  - and then specify the write
 position -  [writeat 0 ( - when I add bytes they _overwrite_ the
 already existing bytes instead of adding new ones.

 Previously I have used one [binfile] object to read a file output each
 byte of it to another [binfile] object. This method has worked great
 for small files but when I'm faced with 60mb files it takes far too
 long!

 Is there a way to add bytes to the beginning of a file without overwriting?


 DId you solve this in the end?

 [binfile] could be trivially extended to allow an |insert( method, which 
 inserts bytes without overwriting. However, I suspect this kind of insert 
 operation is going to be relatively inefficient even if it's done on the C 
 side.

 Another option, as I suggested off-list is to use [shell] + cat, but this 
 isn't portable.

 Something else you could explore is using [pdlua] and a bit of Lua script: 
 http://www.lua.org/pil/21.2.2.html

 For the sort of work you're doing it wouldn't hurt to incorporate pdlua into 
 your toolbox anyhow.

 best,

 Jamie






 --
 
 anto...@hellocatfood.com
 http://www.hellocatfood.com
 



-- 

anto...@hellocatfood.com
http://www.hellocatfood.com


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


Re: [PD] Displaying waveform on an array trick and sliders works on pd 0.42 but not on 0.43

2012-09-23 Thread Hans-Christoph Steiner

Yeah, that's a definite bug.  Too bad, the patch looks nice.  Could you make a 
bug report and include the zip file?

http://bugs.puredata.info

.hc

On Sep 23, 2012, at 1:33 AM, Alexandre Torres Porres wrote:

 Hi there, perhaphs if I trhow the patch out there it'll force me to finally 
 write a manual for it and officially release it.
 
 But my main motivation is a doubt about the way it displays the waveform. So 
 go ahead and get this sampler phase-vocoder I've been working on for years 
 now. See that I have a trick that makes it display the waveform AS and WHILE 
 You're Recording on the table/array.
 
 the beta test patch is at 
 https://docs.google.com/open?id=0B3AoiT0xk8fnYnZlUGo2ZU85aG8
 
 I was using Pd-Extended 0.42.5 for that, and it was working. Then I tried 
 both vanilla 0.43 whatever and the beta for Extended and the trick doesn't 
 work no more, so you have to wait until the whole buffer is full and then it 
 displays it.
 
 Now, that's not the only thing, the slider that keeps tracks fo the player 
 doesn't work either on 0.43 when the buffer is being fed to...
 
 Now, going way back, to the version of this patch from 2 years ago, when it 
 was much much much simpler, you can see that there are only 2 sliders on it, 
 and we have the same problem. They work well on 0.42, but not on 0.43
 
 the old one is at: 
 https://docs.google.com/open?id=0B3AoiT0xk8fnSjR2bmZBNWRIeWc
 
 by the way, I hope you can play along with the patch very intuitively even if 
 I don't have a manual as of yet.
 
 Cheers
 cheers
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list

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


Re: [PD] pd-extended 0.42.5 packages for many Ubuntu releases, i386/amd64

2012-09-23 Thread Hans-Christoph Steiner

launchpad only builds packages for the Ubuntu releases, but you could use one 
of the Ubuntu packages on Debian if you find an Ubuntu release that is close to 
your Debian release.

I hear that OpenSUSE's build server will build Debian packages, but I've never 
used it.  It would be very useful if someone set that up, I think can also 
build Fedora and SUSE packages.

.hc

On Sep 21, 2012, at 10:17 PM, dreamer wrote:

 Would this also work for debian? (squeeze, wheezy, sid, experimental ..)
 
 
 On Sat, Sep 22, 2012 at 3:06 AM, Hans-Christoph Steiner h...@at.or.at wrote:
 
 Back in Jan/Feb, I put together a pd-extended.deb package that uses the
 normal process for building .deb packages rather than the crazy hack
 that normally builds the Pd-extended .deb packages.  I finally worked
 out the final kinks, and there are now working packages for Ubuntu i386
 and amd64 for Lucid and Maverick.
 
 Doing it this way means that anyone can build it using launchpad,
 opensuse build, or any other standard method.  That means its easy to
 support both i386/amd64 32-bit/64-bit on Ubuntu lucid, maverick, natty,
 oneiric, precise, and quantal.
 
 I just uploaded builds for Hardy, Jaunty, Karmic, Lucid, Natty, Oneiric,
 Precise, and Quantal. Hopefully those all build.  If this works out,
 then I'm going to switch
 all .deb building to this method.
 
 So please test these packages and let me know if they work for you!
 
 https://launchpad.net/~eighthave/+archive/pd-extended
 
 .hc
 
 
 ___
 Pd-list@iem.at mailing list
 UNSUBSCRIBE and account-management - 
 http://lists.puredata.info/listinfo/pd-list
 
 

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


[PD] loading specific data in tables?

2012-09-23 Thread umberto torrez
Hi list, i need to load .txt files with data into tables.

But my .txt file is not forrmated and theres some texts i need to get rid
from my files:



my .txt looks like this:

 Format IAGA-2002|
 Source of Data Institute of Geophysics NAS of Ukraine   |
 Station Name   Kiev Dymer   |
 IAGA CODE  KIV  |
 Geodetic Latitude  50.700   |
 Geodetic Longitude 30.300   |
 Elevation   |
 Reported   XYZF |
 Sensor Orientation  |
 Digital Sampling|
 Data Interval Type 1-minute |
 Data Type  variation|
 # This data file was created using INTERMAGNET data |
 # from the Edinburgh GIN. These data were acquired  |
 # from an INTERMAGNET reported data file.   |
 # Final data will be available on the INTERMAGNET DVD   |
 # Go to www.intermagnet.org for details on obtaining this product.  |
 # CONDITIONS OF USE: The conditions of use for data provided|
 # through INTERMAGNET and acknowledgement templates can be found|
 # at www.intermagnet.org|
DATE   TIME DOY KIVX  KIVY  KIVZ  KIVF   |
2011-08-22 00:00:00.000 234 19201.70   2411.10  46524.20  9.00
2011-08-22 00:01:00.000 234 19201.50   2411.20  46524.20  9.00
2011-08-22 00:02:00.000 234 19201.50   2411.20  46524.30  9.00
2011-08-22 00:03:00.000 234 19201.40   2411.20  46524.30  9.00
2011-08-22 00:04:00.000 234 19201.30   2411.20  46524.30  9.00
2011-08-22 00:05:00.000 234 19201.20   2411.00  46524.40  9.00
2011-08-22 00:06:00.000 234 19201.10   2410.80  46524.50  9.00
2011-08-22 00:07:00.000 234 19201.00   2411.00  46524.50  9.00
2011-08-22 00:08:00.000 234 19201.00   2411.20  46524.40  9.00
2011-08-22 00:09:00.000 234 19201.10   2411.40  46524.30  9.00
2011-08-22 00:10:00.000 234 19201.10   2411.60  46524.30  9.00
2011-08-22 00:11:00.000 234 19201.00   2411.70  46524.30  9.00
2011-08-22 00:12:00.000 234 19201.10   2411.70  46524.30  9.00
2011-08-22 00:13:00.000 234 19201.20   2412.00  46524.30  9.00
2011-08-22 00:14:00.000 234 19201.30   2411.90  46524.40  9.00




and so on


I just need to load the 3 last colums into tables starting at line 20.

Is it possible to tell pd to load just specific specific part of my .txt
file?
or which is the best approach for this?

I can copy the data by hand but since i have tons of .txt files im looking
for an automatic way of doing this.



cheers



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


Re: [PD] loading specific data in tables?

2012-09-23 Thread Miller Puckette
Cool looking data...

I do this sort of thing a lot and usually use the wonderful 'awk' program
to massage the data before reading it onto Pd.  For this particular
file it could be 
   
awk '/:00/ {print  $5}'

(etc).

cheers
Miller

On Sun, Sep 23, 2012 at 11:26:22PM +0200, umberto torrez wrote:
 Hi list, i need to load .txt files with data into tables.
 
 But my .txt file is not forrmated and theres some texts i need to get rid
 from my files:
 
 
 
 my .txt looks like this:
 
  Format IAGA-2002|
  Source of Data Institute of Geophysics NAS of Ukraine   |
  Station Name   Kiev Dymer   |
  IAGA CODE  KIV  |
  Geodetic Latitude  50.700   |
  Geodetic Longitude 30.300   |
  Elevation   |
  Reported   XYZF |
  Sensor Orientation  |
  Digital Sampling|
  Data Interval Type 1-minute |
  Data Type  variation|
  # This data file was created using INTERMAGNET data |
  # from the Edinburgh GIN. These data were acquired  |
  # from an INTERMAGNET reported data file.   |
  # Final data will be available on the INTERMAGNET DVD   |
  # Go to www.intermagnet.org for details on obtaining this product.  |
  # CONDITIONS OF USE: The conditions of use for data provided|
  # through INTERMAGNET and acknowledgement templates can be found|
  # at www.intermagnet.org|
 DATE   TIME DOY KIVX  KIVY  KIVZ  KIVF   |
 2011-08-22 00:00:00.000 234 19201.70   2411.10  46524.20  9.00
 2011-08-22 00:01:00.000 234 19201.50   2411.20  46524.20  9.00
 2011-08-22 00:02:00.000 234 19201.50   2411.20  46524.30  9.00
 2011-08-22 00:03:00.000 234 19201.40   2411.20  46524.30  9.00
 2011-08-22 00:04:00.000 234 19201.30   2411.20  46524.30  9.00
 2011-08-22 00:05:00.000 234 19201.20   2411.00  46524.40  9.00
 2011-08-22 00:06:00.000 234 19201.10   2410.80  46524.50  9.00
 2011-08-22 00:07:00.000 234 19201.00   2411.00  46524.50  9.00
 2011-08-22 00:08:00.000 234 19201.00   2411.20  46524.40  9.00
 2011-08-22 00:09:00.000 234 19201.10   2411.40  46524.30  9.00
 2011-08-22 00:10:00.000 234 19201.10   2411.60  46524.30  9.00
 2011-08-22 00:11:00.000 234 19201.00   2411.70  46524.30  9.00
 2011-08-22 00:12:00.000 234 19201.10   2411.70  46524.30  9.00
 2011-08-22 00:13:00.000 234 19201.20   2412.00  46524.30  9.00
 2011-08-22 00:14:00.000 234 19201.30   2411.90  46524.40  9.00
 
 
 
 
 and so on
 
 
 I just need to load the 3 last colums into tables starting at line 20.
 
 Is it possible to tell pd to load just specific specific part of my .txt
 file?
 or which is the best approach for this?
 
 I can copy the data by hand but since i have tons of .txt files im looking
 for an automatic way of doing this.
 
 
 
 cheers
 
 
 
 Umberto.

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


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


Re: [PD] loading specific data in tables?

2012-09-23 Thread umberto torrez
awesome, i didnt know that program


cheers



U.


2012/9/24 Miller Puckette m...@ucsd.edu

 Cool looking data...

 I do this sort of thing a lot and usually use the wonderful 'awk' program
 to massage the data before reading it onto Pd.  For this particular
 file it could be

 awk '/:00/ {print  $5}'

 (etc).

 cheers
 Miller

 On Sun, Sep 23, 2012 at 11:26:22PM +0200, umberto torrez wrote:
  Hi list, i need to load .txt files with data into tables.
 
  But my .txt file is not forrmated and theres some texts i need to get rid
  from my files:
 
 
 
  my .txt looks like this:
 
   Format IAGA-2002|
   Source of Data Institute of Geophysics NAS of Ukraine   |
   Station Name   Kiev Dymer   |
   IAGA CODE  KIV  |
   Geodetic Latitude  50.700   |
   Geodetic Longitude 30.300   |
   Elevation   |
   Reported   XYZF |
   Sensor Orientation  |
   Digital Sampling|
   Data Interval Type 1-minute |
   Data Type  variation|
   # This data file was created using INTERMAGNET data |
   # from the Edinburgh GIN. These data were acquired  |
   # from an INTERMAGNET reported data file.   |
   # Final data will be available on the INTERMAGNET DVD   |
   # Go to www.intermagnet.org for details on obtaining this product.  |
   # CONDITIONS OF USE: The conditions of use for data provided|
   # through INTERMAGNET and acknowledgement templates can be found|
   # at www.intermagnet.org|
  DATE   TIME DOY KIVX  KIVY  KIVZ  KIVF   |
  2011-08-22 00:00:00.000 234 19201.70   2411.10  46524.20  9.00
  2011-08-22 00:01:00.000 234 19201.50   2411.20  46524.20  9.00
  2011-08-22 00:02:00.000 234 19201.50   2411.20  46524.30  9.00
  2011-08-22 00:03:00.000 234 19201.40   2411.20  46524.30  9.00
  2011-08-22 00:04:00.000 234 19201.30   2411.20  46524.30  9.00
  2011-08-22 00:05:00.000 234 19201.20   2411.00  46524.40  9.00
  2011-08-22 00:06:00.000 234 19201.10   2410.80  46524.50  9.00
  2011-08-22 00:07:00.000 234 19201.00   2411.00  46524.50  9.00
  2011-08-22 00:08:00.000 234 19201.00   2411.20  46524.40  9.00
  2011-08-22 00:09:00.000 234 19201.10   2411.40  46524.30  9.00
  2011-08-22 00:10:00.000 234 19201.10   2411.60  46524.30  9.00
  2011-08-22 00:11:00.000 234 19201.00   2411.70  46524.30  9.00
  2011-08-22 00:12:00.000 234 19201.10   2411.70  46524.30  9.00
  2011-08-22 00:13:00.000 234 19201.20   2412.00  46524.30  9.00
  2011-08-22 00:14:00.000 234 19201.30   2411.90  46524.40  9.00
 
 
 
 
  and so on
 
 
  I just need to load the 3 last colums into tables starting at line 20.
 
  Is it possible to tell pd to load just specific specific part of my .txt
  file?
  or which is the best approach for this?
 
  I can copy the data by hand but since i have tons of .txt files im
 looking
  for an automatic way of doing this.
 
 
 
  cheers
 
 
 
  Umberto.

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


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


Re: [PD] pd-extended 0.42.5 packages for many Ubuntu releases, i386/amd64

2012-09-23 Thread Billy Stiltner
I used to use a compiler that would do cross compilng - anything from
playstation , gameboy to a Microchip PIC16Fxxx.
it would be nice to have something like that for  linux, windows, and mac.

Are you including the iemlib in these packages or is it just there
waiting to be not included anymore.
I like the filters in that library even though when I send the stuff
they don't like and they explode almost,
~alindx takes care of keeping it a controlled blast.
to find a limiter that will do the same is my gettin on it.

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