Re: [PD] Scaling values in pd

2013-09-02 Thread IOhannes zmölnig
On 09/02/2013 06:17 PM, hghoyer wrote:
> Hi,
> 
> in Max/MSP there is an object for simple scaling.
> 
> If you create in MAX these object with this arguments:
> 
> [scale 0 127 0 500] incomming messages from 0 to 127 are automatically
> scaled from 0 to 500...

honestly i'm of the firm conviction that you should learn how scaling
works: it really is only a matter of adding, multiplying, dividing,
subtracting - stuff you should heave learned in primary school.

as frank pointed out, this should do for you:

|
[/ 127]
|
[* 500]
|

if you find it too tedious to do the maths over and over again, you
might want to create an abstraction.


being able to solve trivial problems like this will surely empower you
to solve more complex problems :-)

gamsdr
IOhannes





signature.asc
Description: OpenPGP digital signature
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Finish Him!

2013-09-02 Thread Ivica Ico Bukvic
:-D

 

From: pd-list-boun...@iem.at [mailto:pd-list-boun...@iem.at] On Behalf Of
Dan Wilcox
Sent: Tuesday, September 03, 2013 12:18 AM
To: pd-list@iem.at
Subject: Re: [PD] Finish Him!

 

I don't think it's possible to get nerdier than that. :D GetOverHere

 

On Sep 2, 2013, at 11:52 PM, pd-list-requ...@iem.at wrote:





From: Jonathan Wilkes 

Subject: [PD] Finish Him!

Date: September 2, 2013 11:51:50 PM EDT

To: "pd-list@iem.at" 

Reply-To: Jonathan Wilkes 





Here's some more [drawimage] fun:

 

http://puredata.info/Members/jancsika/subzero.webm/view

 

-Jonathan

 



Dan Wilcox

@danomatika

danomatika.com

robotcowboy.com

 

 

 

 

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


Re: [PD] Finish Him!

2013-09-02 Thread Dan Wilcox
I don't think it's possible to get nerdier than that. :D GetOverHere

On Sep 2, 2013, at 11:52 PM, pd-list-requ...@iem.at wrote:

> From: Jonathan Wilkes 
> Subject: [PD] Finish Him!
> Date: September 2, 2013 11:51:50 PM EDT
> To: "pd-list@iem.at" 
> Reply-To: Jonathan Wilkes 
> 
> 
> Here's some more [drawimage] fun:
> 
> http://puredata.info/Members/jancsika/subzero.webm/view
> 
> -Jonathan


Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com





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


Re: [PD] pd on web: odds and ends

2013-09-02 Thread Dan Wilcox
If there is such a tool, I'd wrap it up into a QuickLook plugin on OSX so you 
could hit the spacebar in Finder and it would render a preview of the patch ...

On Sep 2, 2013, at 11:52 PM, pd-list-requ...@iem.at wrote:

> * there's a canvas-to-svg tcl program that I can use to get svgs of
> every PDDP help patch.


Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com





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


[PD] Finish Him!

2013-09-02 Thread Jonathan Wilkes
Here's some more [drawimage] fun:

http://puredata.info/Members/jancsika/subzero.webm/view

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


Re: [PD] Scaling values in pd

2013-09-02 Thread Mario Mey

Hey, I made this abstract some time ago, I use it very much.

http://puredata.hurleur.com/viewtopic.php?id=9218



El 02/09/13 18:24, José Luis Santorcuato Tapia escribió:


Hi [autoscale 0 10]
Also you can check the help file.
Best
José

El 02/09/2013 21:01, "Dan Wilcox" > escribió:


Also maxlib/scale in pd-extended.

On Sep 2, 2013, at 1:22 PM, pd-list-requ...@iem.at
 wrote:


*From:*Frank Barknecht mailto:f...@footils.org>>
*Subject:**Re: [PD] Scaling values in pd*
*Date:*September 2, 2013 12:43:24 PM EDT
*To:*pd-list@iem.at 


On Mon, Sep 02, 2013 at 06:17:37PM +0200, hghoyer wrote:

in Max/MSP there is an object for simple scaling.

If you create in MAX these object with this arguments:

[scale 0 127 0 500] incomming messages from 0 to 127 are
automatically
scaled from 0 to 500...

Is in PD a similar easyly way to scale values?


You can use an abstraction like m_scale.pd from the ri-library
(attached) for this.

Or just divide by 127 and multiply with 500. :)



Dan Wilcox
@danomatika
danomatika.com 
robotcowboy.com 






___
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-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd on web: odds and ends

2013-09-02 Thread Scott R. Looney
hi jonathan, i will let sebastian comment on this more directly (and
accurately) but last i recall webpd used sink.js and he definitely wanted
to transition to web audio fully. looks like he's well into the process of
this transition based on the github page...

i would personally not worry about making it work with Mozilla's Audio Data
API. it has basically been abandoned by Mozilla in favor of Web Audio,
although it's a bit of a slow transition. Web audio is already available in
their Aurora beta browser, though i believe the code has to enable it
first. by next year this time i believe Firefox will fully transition to
Web Audio and everyone will be on the same page.

scott


On Mon, Sep 2, 2013 at 2:31 PM, Jonathan Wilkes  wrote:

> Hi list,
>  A few questions:
>
> 1) Where is pdpedia?  Is it dead?
>
> 2) With webpd: does it ignore objects that won't create?  Two
> reasons:
> a) it would make it possible for me to integrate webpd into a future
> Pdpedia and
> have it work (more or less) for the help patches of internal objects
> b) that would seem to fit the spirit of a web API
>
> 3) Does webpd use both Mozilla's audio api and webkit's web audio API?  A
> demo patch seemed to work ok in Mozilla nightly build without any tweak,
> which was nice.
>
> I think I can get a kind of "Frankenstein" improved Pdpedia going:
> * there's a canvas-to-svg tcl program that I can use to get svgs of
> every PDDP help patch.
> * get Pdpedia to insert webpd script link in each page, then all I need is
> some
> sort of play/pause controls and a good number of the signal help patches
> should be able to produce sound
> * maybe insert a link for the Pd patch source
>
> Then even without javascript enabled, someone should be able to browse
> online and see the patch, and even cut and paste some text from it on
> Chrome.
>
> Ideally, the svg generation would be automated so we could update/fix
> help patches and the corresponding svg would get the updates.
>
> -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


[PD] pd on web: odds and ends

2013-09-02 Thread Jonathan Wilkes

Hi list,
 A few questions:

1) Where is pdpedia?  Is it dead?

2) With webpd: does it ignore objects that won't create?  Two
reasons:
a) it would make it possible for me to integrate webpd into a future 
Pdpedia and

have it work (more or less) for the help patches of internal objects
b) that would seem to fit the spirit of a web API

3) Does webpd use both Mozilla's audio api and webkit's web audio API?  A
demo patch seemed to work ok in Mozilla nightly build without any tweak,
which was nice.

I think I can get a kind of "Frankenstein" improved Pdpedia going:
* there's a canvas-to-svg tcl program that I can use to get svgs of
every PDDP help patch.
* get Pdpedia to insert webpd script link in each page, then all I need 
is some

sort of play/pause controls and a good number of the signal help patches
should be able to produce sound
* maybe insert a link for the Pd patch source

Then even without javascript enabled, someone should be able to browse
online and see the patch, and even cut and paste some text from it on
Chrome.

Ideally, the svg generation would be automated so we could update/fix
help patches and the corresponding svg would get the updates.

-Jonathan

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


Re: [PD] Scaling values in pd

2013-09-02 Thread José Luis Santorcuato Tapia
Hi [autoscale 0 10]
Also you can check the help file.
Best
José
El 02/09/2013 21:01, "Dan Wilcox"  escribió:

> Also maxlib/scale in pd-extended.
>
> On Sep 2, 2013, at 1:22 PM, pd-list-requ...@iem.at wrote:
>
> *From: *Frank Barknecht 
> *Subject: **Re: [PD] Scaling values in pd*
> *Date: *September 2, 2013 12:43:24 PM EDT
> *To: *pd-list@iem.at
>
>
> On Mon, Sep 02, 2013 at 06:17:37PM +0200, hghoyer wrote:
>
> in Max/MSP there is an object for simple scaling.
>
> If you create in MAX these object with this arguments:
>
> [scale 0 127 0 500] incomming messages from 0 to 127 are automatically
> scaled from 0 to 500...
>
> Is in PD a similar easyly way to scale values?
>
>
> You can use an abstraction like m_scale.pd from the ri-library (attached)
> for this.
>
> Or just divide by 127 and multiply with 500. :)
>
>
> 
> Dan Wilcox
> @danomatika
> danomatika.com
> robotcowboy.com
>
>
>
>
>
>
> ___
> 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] Migrate away from Sourceforge?

2013-09-02 Thread Jonathan Wilkes

There's this:
https://osuosl.org/

In terms of downloading binaries and hosting a repo, I'm not sure Pd is 
large enough to qualify.  But it sounds like they have some nice 
virtualization infrastructure-- they even have stuff for powerpc, so we 
could do automated builds there for all the flavors of Pd.


Does anyone knows a program like this that tends to smaller open source 
projects?


Best,
Jonathan


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


Re: [PD] Scaling values in pd

2013-09-02 Thread Dan Wilcox
Also maxlib/scale in pd-extended.

On Sep 2, 2013, at 1:22 PM, pd-list-requ...@iem.at wrote:

> From: Frank Barknecht 
> Subject: Re: [PD] Scaling values in pd
> Date: September 2, 2013 12:43:24 PM EDT
> To: pd-list@iem.at
> 
> 
> On Mon, Sep 02, 2013 at 06:17:37PM +0200, hghoyer wrote:
>> in Max/MSP there is an object for simple scaling.
>> 
>> If you create in MAX these object with this arguments:
>> 
>> [scale 0 127 0 500] incomming messages from 0 to 127 are automatically
>> scaled from 0 to 500...
>> 
>> Is in PD a similar easyly way to scale values?
> 
> You can use an abstraction like m_scale.pd from the ri-library (attached) for 
> this.
> 
> Or just divide by 127 and multiply with 500. :) 


Dan Wilcox
@danomatika
danomatika.com
robotcowboy.com





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


Re: [PD] Scaling values in pd

2013-09-02 Thread Eran Sachs
Hey Man,AFAICT, [maxlib/scale] on extended is the equivalent of MAX's [scale].
No?Zax

Date: Mon, 2 Sep 2013 18:43:24 +0200
From: f...@footils.org
To: pd-list@iem.at
Subject: Re: [PD] Scaling values in pd

On Mon, Sep 02, 2013 at 06:17:37PM +0200, hghoyer wrote:
> in Max/MSP there is an object for simple scaling.
> 
> If you create in MAX these object with this arguments:
> 
> [scale 0 127 0 500] incomming messages from 0 to 127 are automatically
> scaled from 0 to 500...
> 
> Is in PD a similar easyly way to scale values?
 
You can use an abstraction like m_scale.pd from the ri-library (attached) for 
this.
 
Or just divide by 127 and multiply with 500. :) 
 
Ciao
-- 
 Frank Barknecht _ __footils.org__

___
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 <-> Radium

2013-09-02 Thread András Murányi
On Mon, Sep 2, 2013 at 4:51 PM, Kjetil Matheussen
wrote:

> On Mon, Sep 2, 2013 at 4:38 PM, András Murányi  wrote:
>
>>
>> On Mon, Sep 2, 2013 at 3:39 PM, Kjetil Matheussen <
>> k.s.matheus...@gmail.com> wrote:
>>
>>> On Mon, Sep 2, 2013 at 2:44 PM, András Murányi wrote:
>>>

 On Sun, Sep 1, 2013 at 11:18 PM, Kjetil Matheussen <
 k.s.matheus...@gmail.com> wrote:

> Slightly inspired by Max for Ableton live, I've added Pd for Radium
> (Radium homepage: http://www.notam02.no/~kjetism/radium/)
>
> Screenshot: http://folk.uio.no/ksvalast/radiumpd.png
> Video: http://folk.uio.no/ksvalast/radium_pd.ogv
>
> It's basically got the same features as Max for Ableton, but I haven't
> implemented a modular note control system in Radium yet, so you can't,
> for instance, make an arpeggiator in Pd that controls other
> instruments.
> I will implement a modular note control system now though, because
> of Pd.
>
> But at least it's possible to use Pd to make sound effects and soft
> synths.
>
> It's a bit rough yet, so I haven't released anything. You must build
> Radium
> from source to get it, for now. It probably also only works on Linux.
> I haven't tried  to compile on Windows or Osx yet.
>
> To access pd, I have used libpd, but upgraded it to support several
> instances, gui, and pd-extended:  https://github.com/kmatheussen/libpd
>
>
 Hello Kjetil,

 This is very interesting, thanks for sharing!

 When trying to add simple_midi_synth to the graph (? I don't know how
 you call it), it seems it wants to load libs from the .pdextended settings
 file even if pd-extended is not installed. When pd-extended is installed, I
 get this error:
 Unable to create libpds instance. Error message:
 "/tmp/libpd_1378125318_83135_1571333196_bs94VC.so: undefined symbol:
 _ZTI7GemBase".

 Personally, I wish I could use pd-l2ork from radium but I'm totally
 unaware if it's pdlib-compatible and if it's possible at all...


>>> Hi András,
>>>
>>> pd-extended is actually included in Radium, but I've only included the
>>> vanilla objects from the externals directory of it.
>>> From the error message you get, it seems like Gem should also be
>>> installed with Radium in order to run correctly.
>>>
>>> To solve this problem, though, you should only have to add the path to
>>> where the Gem externals are installed into ~/.pdextended.
>>> Alternatively, you could temporarily rename your ~/.pdextended file to
>>> something else when running radium, to avoid the dependency problem.
>>> It would also be useful to know the content of your ~/.pdextended file,
>>> to locate which externals you have that needs Gem.
>>>
>>>
>>>
>> When renamed .pdextended, the messages I'm getting are these:
>> no preferences file "/home/muranyia/.pdextended"
>> Unable to create libpds instance. Error message:
>> "/tmp/libpd_1378132431_561780_1846930686_cA3Sts.so: undefined symbol:
>> iemgui_select"
>>
>>
> Something else is wrong. iemgui_select is inside the pd source. Something
> may have gone wrong during compilation.
>
> Did you follow this procedure?:
>

yes i did (except the mkdir/cd temp stuff, plus I issued "export
BUILDTYPE=RELEASE").


>
> mkdir temp
> cd temp
> git clone https://github.com/kmatheussen/radium.git
> touch audio/*.cpp common/gfx_op_queue_generated.c
> common/visual_op_queue_proc.h
> make packages
> BUILDTYPE=RELEASE ./build_linux.sh -j7
> ./start.sh
>
> Can you also mail me privately the terminal output when running radium?
>
>
I will!

Thanks,

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


Re: [PD] Scaling values in pd

2013-09-02 Thread Frank Barknecht
On Mon, Sep 02, 2013 at 06:17:37PM +0200, hghoyer wrote:
> in Max/MSP there is an object for simple scaling.
> 
> If you create in MAX these object with this arguments:
> 
> [scale 0 127 0 500] incomming messages from 0 to 127 are automatically
> scaled from 0 to 500...
> 
> Is in PD a similar easyly way to scale values?

You can use an abstraction like m_scale.pd from the ri-library (attached) for 
this.

Or just divide by 127 and multiply with 500. :) 

Ciao
-- 
 Frank Barknecht _ __footils.org__


m_scale.pd
Description: application/puredata


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


[PD] Scaling values in pd

2013-09-02 Thread hghoyer
Hi,

in Max/MSP there is an object for simple scaling.

If you create in MAX these object with this arguments:

[scale 0 127 0 500] incomming messages from 0 to 127 are automatically
scaled from 0 to 500...

Is in PD a similar easyly way to scale values?


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


[PD] Brickwal Limiter with [limiter~]

2013-09-02 Thread hghoyer
Hi List,

i´m needing a simple Limiter in front of [dac~], that helps not to get
digital Distortion (over digital 0)...

There is the object [limiter~], it seems to helb, but i don´t know the
ideal arguments for a simple Brickwall-Limiter, only to provide clipping.

[limiter~ 0 1]makes two signal inlets for stereo, and it works, but there
is also some little distortion. So, what are the perfekt arguments, that
everything doesnt´t become louder than 1 rms??? or digital 0???

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


Re: [PD] Pd <-> Radium

2013-09-02 Thread Kjetil Matheussen
On Mon, Sep 2, 2013 at 4:40 PM, András Murányi  wrote:

> On Mon, Sep 2, 2013 at 4:09 PM, Kjetil Matheussen <
> k.s.matheus...@gmail.com> wrote:
>
>> On Mon, Sep 2, 2013 at 2:44 PM, András Murányi wrote:
>>
>>>
>>> Personally, I wish I could use pd-l2ork from radium but I'm totally
>>> unaware if it's pdlib-compatible and if it's possible at all...
>>>
>>>
>> It should work as long as all paths to externals are put into
>> .pdexternal, plus that no externals in the paths in .pdexternal
>> have unresolved dependencies.
>>
>>
> Alrite but pd-l2ork is not an external but a different,
> non-binary-compatible distribution of pd. Do you think there's a way to
> hack it in?
>
>
Oh, if it's non-binary-compatible, I don't think so. Radium is also a
distribution of pd now.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd <-> Radium

2013-09-02 Thread Kjetil Matheussen
On Mon, Sep 2, 2013 at 4:38 PM, András Murányi  wrote:

>
> On Mon, Sep 2, 2013 at 3:39 PM, Kjetil Matheussen <
> k.s.matheus...@gmail.com> wrote:
>
>> On Mon, Sep 2, 2013 at 2:44 PM, András Murányi wrote:
>>
>>>
>>> On Sun, Sep 1, 2013 at 11:18 PM, Kjetil Matheussen <
>>> k.s.matheus...@gmail.com> wrote:
>>>
 Slightly inspired by Max for Ableton live, I've added Pd for Radium
 (Radium homepage: http://www.notam02.no/~kjetism/radium/)

 Screenshot: http://folk.uio.no/ksvalast/radiumpd.png
 Video: http://folk.uio.no/ksvalast/radium_pd.ogv

 It's basically got the same features as Max for Ableton, but I haven't
 implemented a modular note control system in Radium yet, so you can't,
 for instance, make an arpeggiator in Pd that controls other instruments.
 I will implement a modular note control system now though, because
 of Pd.

 But at least it's possible to use Pd to make sound effects and soft
 synths.

 It's a bit rough yet, so I haven't released anything. You must build
 Radium
 from source to get it, for now. It probably also only works on Linux.
 I haven't tried  to compile on Windows or Osx yet.

 To access pd, I have used libpd, but upgraded it to support several
 instances, gui, and pd-extended:  https://github.com/kmatheussen/libpd


>>> Hello Kjetil,
>>>
>>> This is very interesting, thanks for sharing!
>>>
>>> When trying to add simple_midi_synth to the graph (? I don't know how
>>> you call it), it seems it wants to load libs from the .pdextended settings
>>> file even if pd-extended is not installed. When pd-extended is installed, I
>>> get this error:
>>> Unable to create libpds instance. Error message:
>>> "/tmp/libpd_1378125318_83135_1571333196_bs94VC.so: undefined symbol:
>>> _ZTI7GemBase".
>>>
>>> Personally, I wish I could use pd-l2ork from radium but I'm totally
>>> unaware if it's pdlib-compatible and if it's possible at all...
>>>
>>>
>> Hi András,
>>
>> pd-extended is actually included in Radium, but I've only included the
>> vanilla objects from the externals directory of it.
>> From the error message you get, it seems like Gem should also be
>> installed with Radium in order to run correctly.
>>
>> To solve this problem, though, you should only have to add the path to
>> where the Gem externals are installed into ~/.pdextended.
>> Alternatively, you could temporarily rename your ~/.pdextended file to
>> something else when running radium, to avoid the dependency problem.
>> It would also be useful to know the content of your ~/.pdextended file,
>> to locate which externals you have that needs Gem.
>>
>>
>>
> When renamed .pdextended, the messages I'm getting are these:
> no preferences file "/home/muranyia/.pdextended"
> Unable to create libpds instance. Error message:
> "/tmp/libpd_1378132431_561780_1846930686_cA3Sts.so: undefined symbol:
> iemgui_select"
>
>
Something else is wrong. iemgui_select is inside the pd source. Something
may have gone wrong during compilation.

Did you follow this procedure?:

mkdir temp
cd temp
git clone https://github.com/kmatheussen/radium.git
touch audio/*.cpp common/gfx_op_queue_generated.c
common/visual_op_queue_proc.h
make packages
BUILDTYPE=RELEASE ./build_linux.sh -j7
./start.sh

Can you also mail me privately the terminal output when running radium?
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd <-> Radium

2013-09-02 Thread András Murányi
On Mon, Sep 2, 2013 at 4:09 PM, Kjetil Matheussen
wrote:

> On Mon, Sep 2, 2013 at 2:44 PM, András Murányi  wrote:
>
>>
>> Personally, I wish I could use pd-l2ork from radium but I'm totally
>> unaware if it's pdlib-compatible and if it's possible at all...
>>
>>
> It should work as long as all paths to externals are put into .pdexternal,
> plus that no externals in the paths in .pdexternal
> have unresolved dependencies.
>
>
Alrite but pd-l2ork is not an external but a different,
non-binary-compatible distribution of pd. Do you think there's a way to
hack it in?

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


Re: [PD] Pd <-> Radium

2013-09-02 Thread András Murányi
On Mon, Sep 2, 2013 at 3:39 PM, Kjetil Matheussen
wrote:

> On Mon, Sep 2, 2013 at 2:44 PM, András Murányi  wrote:
>
>>
>> On Sun, Sep 1, 2013 at 11:18 PM, Kjetil Matheussen <
>> k.s.matheus...@gmail.com> wrote:
>>
>>> Slightly inspired by Max for Ableton live, I've added Pd for Radium
>>> (Radium homepage: http://www.notam02.no/~kjetism/radium/)
>>>
>>> Screenshot: http://folk.uio.no/ksvalast/radiumpd.png
>>> Video: http://folk.uio.no/ksvalast/radium_pd.ogv
>>>
>>> It's basically got the same features as Max for Ableton, but I haven't
>>> implemented a modular note control system in Radium yet, so you can't,
>>> for instance, make an arpeggiator in Pd that controls other instruments.
>>> I will implement a modular note control system now though, because
>>> of Pd.
>>>
>>> But at least it's possible to use Pd to make sound effects and soft
>>> synths.
>>>
>>> It's a bit rough yet, so I haven't released anything. You must build
>>> Radium
>>> from source to get it, for now. It probably also only works on Linux.
>>> I haven't tried  to compile on Windows or Osx yet.
>>>
>>> To access pd, I have used libpd, but upgraded it to support several
>>> instances, gui, and pd-extended:  https://github.com/kmatheussen/libpd
>>>
>>>
>> Hello Kjetil,
>>
>> This is very interesting, thanks for sharing!
>>
>> When trying to add simple_midi_synth to the graph (? I don't know how you
>> call it), it seems it wants to load libs from the .pdextended settings file
>> even if pd-extended is not installed. When pd-extended is installed, I get
>> this error:
>> Unable to create libpds instance. Error message:
>> "/tmp/libpd_1378125318_83135_1571333196_bs94VC.so: undefined symbol:
>> _ZTI7GemBase".
>>
>> Personally, I wish I could use pd-l2ork from radium but I'm totally
>> unaware if it's pdlib-compatible and if it's possible at all...
>>
>>
> Hi András,
>
> pd-extended is actually included in Radium, but I've only included the
> vanilla objects from the externals directory of it.
> From the error message you get, it seems like Gem should also be installed
> with Radium in order to run correctly.
>
> To solve this problem, though, you should only have to add the path to
> where the Gem externals are installed into ~/.pdextended.
> Alternatively, you could temporarily rename your ~/.pdextended file to
> something else when running radium, to avoid the dependency problem.
> It would also be useful to know the content of your ~/.pdextended file, to
> locate which externals you have that needs Gem.
>
>
>
When renamed .pdextended, the messages I'm getting are these:
no preferences file "/home/muranyia/.pdextended"
Unable to create libpds instance. Error message:
"/tmp/libpd_1378132431_561780_1846930686_cA3Sts.so: undefined symbol:
iemgui_select"

The relevant lines of my .pdextended were these (before renaming):
path1: /var/lib/defoma/x-ttcidfont-conf.d/dirs/TrueType
path2: /usr/lib/pd-extended/extra/cyclone
path3: /usr/lib/pd-extended/extra/iemlib
path4: /usr/lib/pd-extended/extra/list-abs
path5: /usr/lib/pd-extended/extra/iemgui
path6: /usr/lib/pd-extended/extra/jasch_lib
path7: /usr/lib/pd-extended/extra/maxlib
path8: /usr/lib/pd-extended/extra/moonlib
path9: /usr/lib/pd-extended/startup
path10: /usr/lib/pd-extended/extra/hid
path11: /usr/lib/pd-extended/extra
loadlib1: libdir
loadlib2: cyclone
loadlib3: iemlib
loadlib4: list-abs
loadlib5: maxlib
loadlib6: toxy
loadlib7: iem_anything
loadlib8: flatspace
loadlib9: moonlib

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


Re: [PD] Pd <-> Radium

2013-09-02 Thread Kjetil Matheussen
On Mon, Sep 2, 2013 at 2:44 PM, András Murányi  wrote:

>
> Personally, I wish I could use pd-l2ork from radium but I'm totally
> unaware if it's pdlib-compatible and if it's possible at all...
>
>
It should work as long as all paths to externals are put into .pdexternal,
plus that no externals in the paths in .pdexternal
have unresolved dependencies.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd <-> Radium

2013-09-02 Thread Kjetil Matheussen
On Mon, Sep 2, 2013 at 2:44 PM, András Murányi  wrote:

>
> On Sun, Sep 1, 2013 at 11:18 PM, Kjetil Matheussen <
> k.s.matheus...@gmail.com> wrote:
>
>> Slightly inspired by Max for Ableton live, I've added Pd for Radium
>> (Radium homepage: http://www.notam02.no/~kjetism/radium/)
>>
>> Screenshot: http://folk.uio.no/ksvalast/radiumpd.png
>> Video: http://folk.uio.no/ksvalast/radium_pd.ogv
>>
>> It's basically got the same features as Max for Ableton, but I haven't
>> implemented a modular note control system in Radium yet, so you can't,
>> for instance, make an arpeggiator in Pd that controls other instruments.
>> I will implement a modular note control system now though, because
>> of Pd.
>>
>> But at least it's possible to use Pd to make sound effects and soft
>> synths.
>>
>> It's a bit rough yet, so I haven't released anything. You must build
>> Radium
>> from source to get it, for now. It probably also only works on Linux.
>> I haven't tried  to compile on Windows or Osx yet.
>>
>> To access pd, I have used libpd, but upgraded it to support several
>> instances, gui, and pd-extended:  https://github.com/kmatheussen/libpd
>>
>>
> Hello Kjetil,
>
> This is very interesting, thanks for sharing!
>
> When trying to add simple_midi_synth to the graph (? I don't know how you
> call it), it seems it wants to load libs from the .pdextended settings file
> even if pd-extended is not installed. When pd-extended is installed, I get
> this error:
> Unable to create libpds instance. Error message:
> "/tmp/libpd_1378125318_83135_1571333196_bs94VC.so: undefined symbol:
> _ZTI7GemBase".
>
> Personally, I wish I could use pd-l2ork from radium but I'm totally
> unaware if it's pdlib-compatible and if it's possible at all...
>
>
Hi András,

pd-extended is actually included in Radium, but I've only included the
vanilla objects from the externals directory of it.
>From the error message you get, it seems like Gem should also be installed
with Radium in order to run correctly.

To solve this problem, though, you should only have to add the path to
where the Gem externals are installed into ~/.pdextended.
Alternatively, you could temporarily rename your ~/.pdextended file to
something else when running radium, to avoid the dependency problem.
It would also be useful to know the content of your ~/.pdextended file, to
locate which externals you have that needs Gem.
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] Pd <-> Radium

2013-09-02 Thread András Murányi
On Sun, Sep 1, 2013 at 11:18 PM, Kjetil Matheussen  wrote:

> Slightly inspired by Max for Ableton live, I've added Pd for Radium
> (Radium homepage: http://www.notam02.no/~kjetism/radium/)
>
> Screenshot: http://folk.uio.no/ksvalast/radiumpd.png
> Video: http://folk.uio.no/ksvalast/radium_pd.ogv
>
> It's basically got the same features as Max for Ableton, but I haven't
> implemented a modular note control system in Radium yet, so you can't,
> for instance, make an arpeggiator in Pd that controls other instruments.
> I will implement a modular note control system now though, because
> of Pd.
>
> But at least it's possible to use Pd to make sound effects and soft synths.
>
> It's a bit rough yet, so I haven't released anything. You must build Radium
> from source to get it, for now. It probably also only works on Linux.
> I haven't tried  to compile on Windows or Osx yet.
>
> To access pd, I have used libpd, but upgraded it to support several
> instances, gui, and pd-extended:  https://github.com/kmatheussen/libpd
>
>
Hello Kjetil,

This is very interesting, thanks for sharing!

When trying to add simple_midi_synth to the graph (? I don't know how you
call it), it seems it wants to load libs from the .pdextended settings file
even if pd-extended is not installed. When pd-extended is installed, I get
this error:
Unable to create libpds instance. Error message:
"/tmp/libpd_1378125318_83135_1571333196_bs94VC.so: undefined symbol:
_ZTI7GemBase".

Personally, I wish I could use pd-l2ork from radium but I'm totally unaware
if it's pdlib-compatible and if it's possible at all...

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


[PD] [PD-announce] EAVI Nite - Electro Anthro Visceral Intensity, London, 4th September

2013-09-02 Thread Marco Donnarumma
The EAVI research unit (Goldsmiths, University of London) presents a night
of Electro Anthro Visceral Intensity with infrabass pulsations, electronic
circuit crackles, leather bassoons, bio-interfaces and feedback drums.
We're bringing together electronica, noise, and contemporary classical in a
research of body and sound.

8pm doors / 9pm -12am
£5/£3

Joanne Cannon - Melbourne-based instrumentalist from the Bent Leather Band
http://www.bentleather.com/

Ryan Jordan - kingpin of the East London noise scene and noise=noise
organiser http://ryanjordan.org/

DMT - UK premier of the new trio with Marco Donnarumma (Xth Sense
biosensors), Christos Michalakos (feedback drums) and Atau Tanaka (mobile
phones) http://marcodonnarumma.com/ , http://christosmichalakos.com/ ,
http://www.ataut.net/

Matthew Yee King - Rephlex artist formerly with Bavin, toured with Cristian
Vogel and Jamie Lidell playing solo. http://www.yeeking.net/

Tom Richards - Electronic circuits, sonic sculptures, pulsing beats,
indelible grooves http://www.tomrichards.info/

Shelley Parker - Haywire DJ, Structure organiser, and Entr'acte artist
playing ultra lows and palpable frequencies http://www.shelleyparker.co.uk/

Mick Grierson - Brain-computer interface blow out
http://www.mickgrierson.co.uk/

DJ to close by Man With Feathers https://soundcloud.com/adamparkinson

VENUE WEBPAGE: http://www.theamershamarms.com/category/whats_on/
Facebook: https://www.facebook.com/events/435557319895789/

Hope to see some of you there,... gonna be loud!
:)

cheers,

--
Marco Donnarumma
New Media + Sonic Arts Practitioner, Performer, Teacher, Director.
Embodied Audio-Visual Interaction Research Team.
Department of Computing, Goldsmiths University of London
~
Portfolio: http://marcodonnarumma.com
Research: http://res.marcodonnarumma.com
Director: http://www.liveperformersmeeting.net
___
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] Pd <-> Radium

2013-09-02 Thread Kjetil Matheussen
On Sun, Sep 1, 2013 at 11:18 PM, Kjetil Matheussen  wrote:

> Slightly inspired by Max for Ableton live, I've added Pd for Radium
> (Radium homepage: http://www.notam02.no/~kjetism/radium/)
>
>
Oh, I forgot to say that I would be very happy for tip about patches to add
into the Pd menu in radium.

I'm thinking about having a menu with something like this:

* Pd
  * Effects
* Time
*  Frequency
* ...
  * Instruments
 * Synthesis
 * Samplers
 * Physical modelling
 * ...
  * Artistic
 * ...
  * ...
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] repeating data in array or looping the data when reading?

2013-09-02 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

On 2013-09-02 03:11, Ronni Montoya wrote:
> Hey Jack, if i have a table with 20 index and i iterate 20 times
> and then i use [mod 20] i dont see how this is gonna work as you 
> explained. If i  iterate 20 times and i use [mod 10] then it that
> way it is gonna repeat 2 times. If i iterate 20 times and i use
> [mod 5] then its gonna gonna 4 times.
> 
> so as you see, i can use [mod ] when the repeating value is less
> than the number of iterated geos. But not in my case.

using a [mod 20] will allow you to read 40 values from a 20-elements
table (by repeating them once).
what you call "number of iterated geos" is 40, and what you call
"repeating value" is 20, so the aboce is valid "in your case".

the only information you have given about your problem is that the
last 20 color-values are "black". nobody can possibly know what is
going wrong without information on how you generate these values.
one assumption (and i think a good one, but you never know without
seeing the patch) is that you have a table of 20 elements, and you are
trying to read 40 elements. obviously the last 20 elements are
"undefined" (in theory, in practice Pd will make things a bit
failsafe: if the index you are trying to access exceeds the
table-size, [tabread] will return the last defined value. but then i
think you are doing it slightly differently: your table is bigger than
20 elements, but you have only assigned values for the first 20
indices; this leaves all the rest to what it used to be, most likely 0
(which results in black)).

gfgmasdr
IOhannes
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlIkP/UACgkQkX2Xpv6ydvRY8ACfeDlJHNV081VzkxpaUAcqvluJ
OmEAoOsIqP7mPwiDTNyHrutRwY51QJ1l
=r5+G
-END PGP SIGNATURE-

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


[PD] [PD-announce] Professorship of computer music composition and sound design

2013-09-02 Thread IOhannes m zmoelnig
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hi all,

please note the job opening for a full professorship of computer music
composition and sound design at the University of Music and Performing
Arts Graz. The new professor will be able to make full use of the
unique artistic environment and technical facilities of the
university, including the Institute of Composition, Theory of Music,
History of Music, and Conducting, the Institute of Electronic Music
and Acoustics (IEM) and the György Ligeti Hall at the MUMUTH, a
state-of-the-art performance venue. For details please see the
attached call (in German). The application deadline is October 25th 2013.

cheers,
mfgad
IOhannes

- --- 8< ---

An der Universität für Musik und darstellende Kunst Graz, Institut für
Komposition, Musiktheorie, Musikgeschichte und Dirigieren, gelangt ab
dem Wintersemester 2014/15 eine

 Universitätsprofessur für Komposition-Computermusik und Sound Design

gemäß § 99 des Universitätsgesetzes 2002 und § 25 des
Kollektivvertrages für die Arbeitnehmer/innen der Universitäten in
Form eines vollbeschäftigten vertraglichen Dienstverhältnisses
befristet auf fünf Jahre zur Besetzung. Eine Überzahlung des
kollektivvertraglichen monatlichen Mindestentgelts von derzeit
4.601,20 € brutto (14 x jährlich) kann vereinbart werden.

I. Grundsätzliche Anstellungserfordernisse:

- - eine der Verwendung entsprechende abgeschlossene inländische oder
gleichwertige ausländische Hochschulausbildung, bzw. eine gleich zu
wertende künstlerische Eignung
- - höchste künstlerische Qualifikation für das zu besetzende Fach
- - eine international herausragende künstlerische Laufbahn
- - eine hervorragende pädagogische und didaktische Befähigung
- - die Bereitschaft zur aktiven Teilnahme an der Weiterentwicklung der
Lehrkultur und am künstlerischen und wissenschaftlichen Leben der
Universität sowie zur Mitgestaltung der Kunstuniversität Graz in der
akademischen Selbstverwaltung
- - Genderkompetenz

II. Spezifische Anstellungserfordernisse:

Gesucht wird eine Persönlichkeit, die das Fach Computermusik in den
Bereichen Komposition und Performance mit überragender Kompetenz und
internationaler Ausstrahlung zu vertreten vermag. Der Aufgabenbereich
umfasst die Betreuung der Studierenden in den Bachelor- und
Masterprogrammen Komposition-Computermusik und Sound Design sowie die
Betreuung von Studierenden im künstlerischen Doktoratsprogramm. Da die
musikalische Praxis der Computermusik häufig im intermedialen Bereich
angesiedelt ist, werden auch einschlägige Erfahrungen mit der
Verbindung zu anderen Medien vorausgesetzt. Erwartet wird weiters
praktisches und organisatorisches Engagement bei der Weiterentwicklung
des Bereichs Computermusik an der Universität sowie die Mitarbeit in
der akademischen Selbstverwaltung. Von der Bewerberin/von dem Bewerber
werden neben einem abgeschlossenen fachspezifischen Hochschulstudium
pädagogische Eignung, hervorragende Befähigung zu künstlerischer
Arbeit sowie einschlägige Erfahrung in der Lehre erwartet. Zusätzlich
ist eine Qualifikation im Bereich der künstlerischen Forschung
erwünscht, z.B. durch eine künstlerische Promotion oder Erfahrung mit
der Leitung von künstlerischen Forschungsprojekten.

InteressentInnen mit entsprechender Qualifikation werden eingeladen,
ihre schriftliche Bewerbung mit den üblichen Unterlagen bis spätestens

25. Oktober 2013

unter der GZ 58/13 an das Rektorat der Universität für Musik und
darstellende Kunst Graz, 8010 Graz, Leonhardstraße 15, zu richten.

Die Universität strebt eine Erhöhung des Frauenanteils beim
künstlerischen Personal an und fordert deshalb qualifizierte Frauen
ausdrücklich zur Bewerbung auf. Frauen werden bei gleicher
Qualifikation vorrangig aufgenommen.

Die Bewerber/innen haben keinen Anspruch auf Abgeltung der Reise- und
Aufenthaltskosten, die durch das Aufnahmeverfahren entstanden sind.

Im Sinne des sozialen Nachhaltigkeitskonzepts der KUG, das besondere
Bedürfnisse in all ihren Aspekten interpretiert, werden Menschen mit
solchen Bedürfnissen bei gleicher Qualifikation bevorzugt angestellt.

Der Geschäftsführende Vizerektor:

Robert Höldrich

- --- 8< ---

as appeared in Mitteilungsblatt 26:
http://www.kug.ac.at/nc/news-veranstaltungen/news/mitteilungsblatt.html
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.14 (GNU/Linux)
Comment: Using GnuPG with Icedove - http://www.enigmail.net/

iEYEARECAAYFAlIkPMIACgkQkX2Xpv6ydvT/5wCg9ADPSgG0L7NEECe3Kc536DQ4
GjsAn0SPWpcJaKM/yWJbqwwB0LQ1RtkT
=uMKo
-END PGP SIGNATURE-

___
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