[PD] sustain pedal abstraction

2009-08-13 Thread Amos Robinson
Hi guys,

Just in case you're interested, I wanted to use my sustain pedal in
Pd, so wrote these abstractions:
sustain, with three inputs: note, velocity, pedal (nonzero for
sustain, zero for no effect)

dam, with two inputs: a list value, and flow bool.

I guess when flow is 0 it's like a [pipe 1e999], and flow set to 1 it
flushes. I thought of doing it that way but felt that using lists
would be better. I think after actually implementing it though I've
changed my mind.

Question: is there a simpler way than these that I'm missing?

Thanks,
Amos Robinson


sustain.pd
Description: Binary data


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


Re: [PD] sustain pedal abstraction

2009-08-13 Thread Amos Robinson
Well, that would be exactly what I was looking for. Thanks! I must
have skimmed past that last night...

On Thu, Aug 13, 2009 at 11:48 PM, Jonathan Wilkesjancs...@yahoo.com wrote:
 Have you tried using the [bag] object?

 -Jonathan

 --- On Thu, 8/13/09, Amos Robinson amos.robin...@gmail.com wrote:

 From: Amos Robinson amos.robin...@gmail.com
 Subject: [PD] sustain pedal abstraction
 To: pd list pd-list@iem.at
 Date: Thursday, August 13, 2009, 3:06 PM
 Hi guys,

 Just in case you're interested, I wanted to use my sustain
 pedal in
 Pd, so wrote these abstractions:
 sustain, with three inputs: note, velocity, pedal (nonzero
 for
 sustain, zero for no effect)

 dam, with two inputs: a list value, and flow bool.

 I guess when flow is 0 it's like a [pipe 1e999], and flow
 set to 1 it
 flushes. I thought of doing it that way but felt that using
 lists
 would be better. I think after actually implementing it
 though I've
 changed my mind.

 Question: is there a simpler way than these that I'm
 missing?

 Thanks,
 Amos Robinson

 -Inline Attachment Follows-

 ___
 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] get average value of db in a specified frequency range

2009-07-22 Thread Amos Robinson
I think that something as simple as

lop~ (range-top)
  |
hip~ (range-bot)
  |
env~


would work?

On Thu, Jul 23, 2009 at 10:07 AM, budi prakosai...@deadmediafm.org wrote:
 hello all,
 how to get an average value from sound (db) in a specified frequency range??
 thanks!
 ___
 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] searching help about fluid~

2009-06-25 Thread Amos Robinson
I don't have access to a Leopard box at the moment, but I might be
able to help if you post the compiler errors?

Thanks,
Amos Robinson

On Fri, Jun 26, 2009 at 6:32 AM, Andres Ferrarian...@yahoo.com wrote:


 I could not compile fluid ~. pd_darwin with the sources that I asked.

 You know how I can to compile fluid for leopard-intel?
 Where can I get sources for intel?

 I already tried with fluidsynth but not work for me, and apparently 
 fluidsynth compile the external
 only for linux.

 I am desperate, because in all my musical works I use
 ~ fluid and now that I changed to Intel I dont´have it I need this 
 external a lot

 please help me!!!


 If anyone has sources or compiled for intel fluid or has the knowledge to do 
 that please help me.

 thanks

 Andrés Ferrari G.



      
 
 ¡Obtén la mejor experiencia en la web!
 Descarga gratis el nuevo Internet Explorer 8.
 http://downloads.yahoo.com/ieak8/?l=e1


 ___
 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] How to reset the cicle of a signal

2009-05-31 Thread Amos Robinson
Just send a 0 to the right input, I believe.


On Mon, Jun 1, 2009 at 11:52 AM, Gabriel Vinazza gabevina...@gmail.com wrote:
 How can i reset the cicle of a signal of an osc or a phasor? I mean
 force it to restart from 0

 ___
 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] compiling question

2009-04-07 Thread Amos Robinson
try running in pd/src...
aclocal  autoconf
I think?
(caveat: I haven't compiled pd-vanilla before...)

On Tue, Apr 7, 2009 at 8:43 PM, Oded Ben-Tal o...@ccrma.stanford.edu wrote:
 This is a rather silly question but I'm stumped.
 I'm trying to compile pd-vanilla but am stuck at step one:
 ./configure --prefix /home/oded/pdvanilla
 I get error ./configure no such file
 I'm in the pd/src directory (which should be the correct one). I'm running
 linux FC10 (ccrma). There is a configure.in file but no .configure file.
 I downloaded the code from svn last week (pd-extended. I'm trying to compile
 vanilla first before I decide if I want to try further).

 I know there is something basic I'm missing.
 thanks
 Oded

 ___
 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] change samplerate locally

2009-03-16 Thread Amos Robinson
Hmm. I thought the DX7 was ~57khz, anyway:
http://www.maths.abdn.ac.uk/~bensondj/html/Chowning.html

On Tue, Mar 17, 2009 at 2:35 AM, hard off hard@gmail.com wrote:
 i had a minor breakthrough.

 upsampling my signal path, by using [block~ 64 1 2] has the same effect on
 the sound as lowering pd's global sample rate to 22050.

 not perfect, and to me it defies logic, but certainly a lot closer to the
 28khz sound than the 44.1khz sound was getting.



 ___
 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] from Chile greetings

2009-03-15 Thread Amos Robinson
On a related note, greetings from Newcastle, Australia. I'm wondering
whether there are any other people from Newcastle?

On Mon, Mar 16, 2009 at 11:42 AM, Jose Luis Santorcuato
santorcuat...@gmail.com wrote:
 Hi my dear friends, this is my first contact with the community...well i
 like this sinergy... i try go to the convention.
 Please visit my blog... with love

 http://arselectronicachile.blogspot.com

 see you

 José Luis

 --
 http://arselectronicachile.blogspot.com/
 www.myspace.com/santorcuato

 ___
 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] converting from midi to frequency in just intonation

2009-01-11 Thread Amos Robinson
Oh, that's beautiful; all my dreams come true! I'll have to play with
it very soon.

On Sun, Jan 11, 2009 at 8:51 PM, Frank Barknecht f...@footils.org wrote:
 Hallo,
 Amos Robinson hat gesagt: // Amos Robinson wrote:

 I was curious to play with just intonation earlier but couldn't find
 any easy way to calculate an frequency based on a midi note. (It's
 entirely possible that I just didn't look hard enough, though)
 So, here's a really simple and ugly cludge just in case.
 There must be a better way to do this, but I don't know it.

 I couldn't look at your patch, but maybe you also like [tunetof] from
 the SVN in the directory /abstractions/footils/tunetof/

 It's like [mtof] but converts scale steps according to tunings made with
 Scala. The Scala files have to be converted using a Python
 script included in the tunetof distribution.

 Ciao
 --
 Frank

 ___
 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] converting from midi to frequency in just intonation

2009-01-10 Thread Amos Robinson
Hi all,

I was curious to play with just intonation earlier but couldn't find
any easy way to calculate an frequency based on a midi note. (It's
entirely possible that I just didn't look hard enough, though)
So, here's a really simple and ugly cludge just in case.
There must be a better way to do this, but I don't know it.

Seeya,
Amos.


mtof-ji.pd
Description: application/puredata


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


Re: [PD] left mouse click abuse

2009-01-05 Thread Amos Robinson
On Tue, Jan 6, 2009 at 1:16 AM, Frank Barknecht f...@footils.org wrote:
 Hallo,
 Andy Farnell hat gesagt: // Andy Farnell wrote:

 Depends on how big your hands are. My span (Keyboard player)
 makes up to CTRL+6 comfortable, but 7, 8, 9 and 0 are painful.

 One hint for Linux users: You can map the Capslock-key to be control
 easily with this in xorg.conf:

 Section InputDevice
  ...
  Option  XkbOptionsctrl:nocaps
  ...
 EndSection

 This makes the Ctl-key-combinations in all apps much more comfortable -
 and who needs capslock anyway?

 It's possible on Windows with some registry magic as well, probably
 also on OS-X.

With Ubuntu and OS-X there are even easy-peasy GUI settings for it. :-)
Ubuntu it's System - Preferences - Keyboard - Layouts - Other
Options - Ctrl Key Position.
Can't remember exactly where it is in OS-X, but I remember it being
fairly easy to find.

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


Re: [PD] A glitch free delay line abstraction

2009-01-04 Thread Amos Robinson
(Half-asleep, but:)
I don't know why the two delwrite~s are there, if they both take the
same input and same size?

But in any case, I'd prepend the names of the delay lines with $0- as in
[delwrite~ $0-A 2000]
($0 is interpolated as the patch id, so then each instance will use a
separate delay line)


HLLH,
Amos

On Sun, Jan 4, 2009 at 9:44 PM, David Schaffer
schafferda...@hotmail.com wrote:
 Hi there,

 I haven't been around in a while but I think i got something that might
 help some of you: I've red lots of questions a couple of month ago about the
 fact that, when dynamically changing the time of a delay line, one could
 here a pitch shift noise; so I build an abstraction that prevents this from
 happening: just send time messages to its input and you'll hear by yourself.
 Comments and suggestions welcome.

 D.S


 http://www.flickr.com/photos/schafferdavid/
 http://audioblog.arteradio.com/David_Schaffer/
 ___
 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] audio delay

2008-12-02 Thread Amos Robinson
I think? that you could easily replace the [rzero~ 1] - [-~] dance
with just an [rzero_rev~ 0]?

On Wed, Dec 3, 2008 at 12:50 AM, Frank Barknecht [EMAIL PROTECTED] wrote:
 Hallo,
 joel silvestre hat gesagt: // joel silvestre wrote:

 I'm searching how to do a sample resolution audio delay. Is it possible?

 Yes, even in multiple ways: One would involve [rzero~]. rzero acts like
 this on audio input:

  y[n] = x[n] - a[n] * x[n-1]

  y[n]: output sample n
  x[n]: input sample n

 If you set a = 1 and substract this from the original signal, you get:

  y[n] = x[n] - (x[n] - x[n-1]) = x[n-1]

 You could also set a = -1 and substract the original from rzero's output:

  y[n] = (x[n] + x[n-1]) - x[n]) = x[n-1]

 Both are a one sample delays. In Pd the first approach would realised as:

  [inlet~]
  | \
  |  [rzero~ 1]
  |  |
  [-~]
  |
  [outlet~]


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