Re: [PD] interpreting arrays as waveforms

2011-08-22 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-08-22 04:55, ronni montoya wrote:
 Hello, i need to sonify a big pd array with numbers. I would like to
 generate a waveform from the values of my array at a sample level
 using waveform segments approach .
 Can anybody point me how to achieve this in puredata?
 

[tabread~] and friends?

i highly recommend going through the Pd documentation (that is: the
example patches that accompany Pd) at least once in your lifetime.

fgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk5SAMgACgkQkX2Xpv6ydvQn6wCgxZFinEz6WCeQAWOhZarwSFsD
JSoAniRifcCd4DUuxmpMVV8R/exeDZuH
=KbcZ
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] control alsamixer from pd?

2011-08-22 Thread tim vets
Hi,when I'm using my internal soundcard, each time I boot, the input setting
is too low,
forcing me each time to raise it manually in alsamixer.
I tried alsactl store, but that didn't work.
Is there a way to access this setting from pd, so that it can be set
automatically when loading a patch?
thanks,
Tim
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


[PD] Gemnotes

2011-08-22 Thread Ed Kelly
Gemnotes 0.1 - a real-time music notation system for Pd-Extended.

Read the blog and get the tarball here:
http://sharktracks.co.uk/site/

This is at very much an alpha stage, but it is a working system. Many changes 
will occur before the next version.

Enjoy,
Ed

 
Metastudio 4 for Pure Data - coming soon!
Metastudio 3 still available at http://sharktracks.co.uk/puredata___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] control alsamixer from pd?

2011-08-22 Thread András Murányi
On Mon, Aug 22, 2011 at 16:25, tim vets timv...@gmail.com wrote:

 Hi,when I'm using my internal soundcard, each time I boot, the input
 setting is too low,
 forcing me each time to raise it manually in alsamixer.
 I tried alsactl store, but that didn't work.
 Is there a way to access this setting from pd, so that it can be set
 automatically when loading a patch?
 thanks,
 Tim


Try amixer... amixer scontrols shows you all the basic controls, amixer
set Master 100% sets the master Volume, etc.

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


Re: [PD] control alsamixer from pd?

2011-08-22 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2011-08-22 16:25, tim vets wrote:
 Hi,when I'm using my internal soundcard, each time I boot, the input setting
 is too low,
 forcing me each time to raise it manually in alsamixer.
 I tried alsactl store, but that didn't work.
 Is there a way to access this setting from pd, so that it can be set
 automatically when loading a patch?

i once wrote an [amixer] external (to be found in
svn:///externals/iem/amixer) that would allow to do those things.

i'm not sure however, whether it is in a useable state (mainly i think
because alsactl store/restore usually do work :-)


fgmard
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.11 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk5SdJsACgkQkX2Xpv6ydvSuxACguwko+4aY0NxYSIWApveEvEeV
JvEAoN0OJnVwLSIIkx8+hP0WKOMI3unB
=/rEI
-END PGP SIGNATURE-



smime.p7s
Description: S/MIME Cryptographic Signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management - 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] control alsamixer from pd?

2011-08-22 Thread Pagano, Patrick
This happens to me in 10.10 ubuntu too

pp

From: tim vets timv...@gmail.commailto:timv...@gmail.com
Date: Mon, 22 Aug 2011 16:25:42 +0200
To: pd-list pd-list@iem.atmailto:pd-list@iem.at
Subject: [PD] control alsamixer from pd?

Hi,when I'm using my internal soundcard, each time I boot, the input setting is 
too low,
forcing me each time to raise it manually in alsamixer.
I tried alsactl store, but that didn't work.
Is there a way to access this setting from pd, so that it can be set 
automatically when loading a patch?
thanks,
Tim

___ 
Pd-list@iem.atmailto: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] control alsamixer from pd?

2011-08-22 Thread Ingo
I am using this when I start up Pd:

 

[loadbang]

  |

[alsactl -f /var/lib/alsa/asound.state restore SB(

  |

[shell]

 

 

First you need to store the mixer settings with this of course:

 

[alsactl -f /var/lib/alsa/asound.state store SB(

  |

[shell]

 

SB at the end is the name of the onboard Realtek sound card. You might
have to change that according to the name in /proc/asound/cards or leave it
blank if it works.

 

Ingo

 

 

 

 -Ursprüngliche Nachricht-

 Von: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] Im Auftrag 

 von IOhannes m zmoelnig

 Gesendet: Montag, 22. August 2011 17:24

 An: pd-list@iem.at

 Betreff: Re: [PD] control alsamixer from pd?

 

 -BEGIN PGP SIGNED MESSAGE-

 Hash: SHA1

 

 On 2011-08-22 16:25, tim vets wrote:

  Hi,when I'm using my internal soundcard, each time I boot, the input

 setting

  is too low,

  forcing me each time to raise it manually in alsamixer.

  I tried alsactl store, but that didn't work.

  Is there a way to access this setting from pd, so that it can be set 

  automatically when loading a patch?

 

 i once wrote an [amixer] external (to be found in

 svn:///externals/iem/amixer) that would allow to do those things.

 

 i'm not sure however, whether it is in a useable state (mainly i think 

 because alsactl store/restore usually do work :-)

 

 

 fgmard

 IOhannes

 -BEGIN PGP SIGNATURE-

 Version: GnuPG v1.4.11 (GNU/Linux)

 Comment: Using GnuPG with Mozilla -  http://enigmail.mozdev.org/
http://enigmail.mozdev.org/

 

 iEYEARECAAYFAk5SdJsACgkQkX2Xpv6ydvSuxACguwko+4aY0NxYSIWApveEvEeV

 JvEAoN0OJnVwLSIIkx8+hP0WKOMI3unB

 =/rEI

 -END PGP SIGNATURE-

 

 

 

 

 

 

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


Re: [PD] control alsamixer from pd?

2011-08-22 Thread tim vets
thanks for the suggestions!
I put this command in a script and loadbang it into [shell]:
amixer -c 2 sset Capture,0 80%,80% unmute cap
exactly what I needed :)
Tim

2011/8/22 Ingo i...@miamiwave.com

  I am using this when I start up Pd:

 ** **

 [loadbang]

   |

 [alsactl -f /var/lib/alsa/asound.state restore SB(

   |

 [shell]

 ** **

 ** **

 First you need to store the mixer settings with this of course:

 ** **

 [alsactl -f /var/lib/alsa/asound.state store SB(

   |

 [shell]

 ** **

 SB at the end is the name of the onboard Realtek sound card. You might
 have to change that according to the name in /proc/asound/cards or leave it
 blank if it works.

 ** **

 Ingo

 ** **

 ** **

 ** **

  -Ursprüngliche Nachricht-

  Von: pd-list-boun...@iem.at 
  [mailto:pd-list-boun...@iem.atpd-list-boun...@iem.at]
 Im Auftrag 

  von IOhannes m zmoelnig

  Gesendet: Montag, 22. August 2011 17:24

  An: pd-list@iem.at

  Betreff: Re: [PD] control alsamixer from pd?

  

  -BEGIN PGP SIGNED MESSAGE-

  Hash: SHA1

  

  On 2011-08-22 16:25, tim vets wrote:

   Hi,when I'm using my internal soundcard, each time I boot, the input**
 **

  setting

   is too low,

   forcing me each time to raise it manually in alsamixer.

   I tried alsactl store, but that didn't work.

   Is there a way to access this setting from pd, so that it can be set *
 ***

   automatically when loading a patch?

  

  i once wrote an [amixer] external (to be found in

  svn:///externals/iem/amixer) that would allow to do those things.***
 *

  

  i'm not sure however, whether it is in a useable state (mainly i think *
 ***

  because alsactl store/restore usually do work :-)

  

  

  fgmard

  IOhannes

  -BEGIN PGP SIGNATURE-

  Version: GnuPG v1.4.11 (GNU/Linux)

  Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

  

  iEYEARECAAYFAk5SdJsACgkQkX2Xpv6ydvSuxACguwko+4aY0NxYSIWApveEvEeV

  JvEAoN0OJnVwLSIIkx8+hP0WKOMI3unB

  =/rEI

  -END PGP SIGNATURE-

 ** **

 ** **

 ** **

 ** **

 ** **

 ** **

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


Re: [PD] [PD-announce] Gemnotes

2011-08-22 Thread Caio Barros
Really awesome!
Kudos

2011/8/22 Ed Kelly morph_2...@yahoo.co.uk

 Gemnotes 0.1 - a real-time music notation system for Pd-Extended.

 Read the blog and get the tarball here:
 http://sharktracks.co.uk/site/

 This is at very much an alpha stage, but it is a working system. Many
 changes will occur before the next version.

 Enjoy,
 Ed

 Metastudio 4 for Pure Data - coming soon!
 Metastudio 3 still available at http://sharktracks.co.uk/puredata

 ___
 Pd-announce mailing list
 pd-annou...@iem.at
 http://lists.puredata.info/listinfo/pd-announce


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


Re: [PD] Sing like the stars

2011-08-22 Thread Hans-Christoph Steiner


Wow, that's quite fun,  Super simple and effective.

.hc

On Aug 18, 2011, at 6:14 AM, Andrew Faraday wrote:


Hey

I like your use of dynamic patching to generate connections here.  
It's quite unusual, and uses a complex and fragile system to  
simplify matters. but it is a good visual solution to displaying  
pitches as they come in.


I would like to see this built into a vocoder or at least voice  
modulation patch to get the classic autotune sound.


Cheers for sharing

Andrew

Date: Wed, 17 Aug 2011 21:57:52 -0700
From: jancs...@yahoo.com
To: pd-list@iem.at
Subject: [PD] Sing like the stars

(attached)

-Jonathan

___ 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






Computer science is no more related to the computer than astronomy is  
related to the telescope.  -Edsger Dykstra



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