Re: [PD] pd and CMask

2008-08-14 Thread Mike McGonagle
On Thu, Aug 14, 2008 at 5:10 PM, <[EMAIL PROTECTED]> wrote:

> i have had very good look with pmask


What were your impressions of it? Did you using it with Pd?

Mike



>
>
>
>  Michal Seta <[EMAIL PROTECTED]> wrote:
> > In addition, there is a CMask clone in Python, called pmask by
> > Maurizio Umberto Puxeddu.  Perhaps it would not be too difficult to
> > wrap in pyext...
> >
> > http://pythonsound.sourceforge.net/
> >
> > ./MiS
> >
> > On Mon, Aug 11, 2008 at 5:27 PM, Frank Barknecht <[EMAIL PROTECTED]>
> wrote:
> > > Hallo,
> > > chi ball hat gesagt: // chi ball wrote:
> > >
> > >> exist an implementation in pd of CMask's structures?
> > >
> > > I don't know exactly what CMask "structures" are, but many composition
> > > helpers for stochastics are also in KH Essl's RTC-Library for Max,
> which
> > > is available for Pd as well (in abstractions/footils/rtc of the
> > > Sourceforge repository.) Maybe you will find some stuff to reuse.
> > >
> > > 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
>
> --
> Patrick Pagano
> Sound and Light Technologist
> School of Theatre and Dance
> University of Florida
>
>
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>



-- 
Peace may sound simple—one beautiful word— but it requires everything we
have, every quality, every strength, every dream, every high ideal.
—Yehudi Menuhin (1916–1999), musician
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


Re: [PD] pd and CMask

2008-08-14 Thread bigswift
i have had very good look with pmask


 Michal Seta <[EMAIL PROTECTED]> wrote: 
> In addition, there is a CMask clone in Python, called pmask by
> Maurizio Umberto Puxeddu.  Perhaps it would not be too difficult to
> wrap in pyext...
> 
> http://pythonsound.sourceforge.net/
> 
> ./MiS
> 
> On Mon, Aug 11, 2008 at 5:27 PM, Frank Barknecht <[EMAIL PROTECTED]> wrote:
> > Hallo,
> > chi ball hat gesagt: // chi ball wrote:
> >
> >> exist an implementation in pd of CMask's structures?
> >
> > I don't know exactly what CMask "structures" are, but many composition
> > helpers for stochastics are also in KH Essl's RTC-Library for Max, which
> > is available for Pd as well (in abstractions/footils/rtc of the
> > Sourceforge repository.) Maybe you will find some stuff to reuse.
> >
> > 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

--
Patrick Pagano
Sound and Light Technologist
School of Theatre and Dance
University of Florida



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


Re: [PD] pd and CMask

2008-08-14 Thread Michal Seta
In addition, there is a CMask clone in Python, called pmask by
Maurizio Umberto Puxeddu.  Perhaps it would not be too difficult to
wrap in pyext...

http://pythonsound.sourceforge.net/

./MiS

On Mon, Aug 11, 2008 at 5:27 PM, Frank Barknecht <[EMAIL PROTECTED]> wrote:
> Hallo,
> chi ball hat gesagt: // chi ball wrote:
>
>> exist an implementation in pd of CMask's structures?
>
> I don't know exactly what CMask "structures" are, but many composition
> helpers for stochastics are also in KH Essl's RTC-Library for Max, which
> is available for Pd as well (in abstractions/footils/rtc of the
> Sourceforge repository.) Maybe you will find some stuff to reuse.
>
> 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


Re: [PD] pd and CMask

2008-08-11 Thread Frank Barknecht
Hallo,
chi ball hat gesagt: // chi ball wrote:

> exist an implementation in pd of CMask's structures? 

I don't know exactly what CMask "structures" are, but many composition
helpers for stochastics are also in KH Essl's RTC-Library for Max, which
is available for Pd as well (in abstractions/footils/rtc of the
Sourceforge repository.) Maybe you will find some stuff to reuse.

Ciao
-- 
Frank

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


Re: [PD] pd and CMask

2008-08-11 Thread bigswift
this sounds very fun 



 Mike McGonagle <[EMAIL PROTECTED]> wrote: 
> T,
> 
> I am working on something at the moment that will be similar to what CMask
> does, I am hoping to release it tomorrow, but I suspect that there are still
> some parts that need a bit of work. I am trying to make it such that you can
> use it in Real Time, with the ability to capture and recall parameter sets.
> 
> Basically, I have a Lua object that allows for the use of a Mask (allowing
> the control of Mapping [scaling with a power function] an incoming value,
> scaling it to an arbitrary range, quantizing it, and then adding an offset
> to the signal), along with an input buffer (to provide for using previous
> values in the input stream). It is not exactly like CMask, but I believe
> that it would be very useful for many applications.
> 
> The jist of what I am doing is that you create the mask object, and then
> send it a "buildgui" message to create all the PD gui objects required by
> the Mask. This, I hope, would make for a very simple method of creating an
> interface to the controlled parameters. I currently have two different
> implementations of its use up and working, one for controlling a MIDI
> instrument, and another for controlling a sinewave grain generator. I also
> believe that creating new implementations (for controlling other types of
> things, ie GEM) would be very simple.
> 
> If you would like, I could forward a copy to you, if I can't quite get it
> ready for "release". I would appreciate any feedback you might offer.
> 
> 
> Mike
> 
> 
> On Mon, Aug 11, 2008 at 3:34 PM, chi ball <[EMAIL PROTECTED]> wrote:
> 
> >  Hi,
> >
> > exist an implementation in pd of CMask's structures?
> > (Cmask is a stochastic event generator by Andre Bartetzki).
> > For example there is an implementation of CMask in HPKComposer (a Java
> > application).
> >
> > Thank's,
> > t
> >
> > --
> > Personalizza Hotmail! Dai un po' di colore alla tua casella di posta!
> > 
> >
> > ___
> > Pd-list@iem.at mailing list
> > UNSUBSCRIBE and account-management ->
> > http://lists.puredata.info/listinfo/pd-list
> >
> >
> 
> 
> -- 
> Peace may sound simple—one beautiful word— but it requires everything we
> have, every quality, every strength, every dream, every high ideal.
> —Yehudi Menuhin (1916–1999), musician

--
Patrick Pagano
Sound and Light Technologist
School of Theatre and Dance
University of Florida



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


Re: [PD] pd and CMask

2008-08-11 Thread Mike McGonagle
T,

I am working on something at the moment that will be similar to what CMask
does, I am hoping to release it tomorrow, but I suspect that there are still
some parts that need a bit of work. I am trying to make it such that you can
use it in Real Time, with the ability to capture and recall parameter sets.

Basically, I have a Lua object that allows for the use of a Mask (allowing
the control of Mapping [scaling with a power function] an incoming value,
scaling it to an arbitrary range, quantizing it, and then adding an offset
to the signal), along with an input buffer (to provide for using previous
values in the input stream). It is not exactly like CMask, but I believe
that it would be very useful for many applications.

The jist of what I am doing is that you create the mask object, and then
send it a "buildgui" message to create all the PD gui objects required by
the Mask. This, I hope, would make for a very simple method of creating an
interface to the controlled parameters. I currently have two different
implementations of its use up and working, one for controlling a MIDI
instrument, and another for controlling a sinewave grain generator. I also
believe that creating new implementations (for controlling other types of
things, ie GEM) would be very simple.

If you would like, I could forward a copy to you, if I can't quite get it
ready for "release". I would appreciate any feedback you might offer.


Mike


On Mon, Aug 11, 2008 at 3:34 PM, chi ball <[EMAIL PROTECTED]> wrote:

>  Hi,
>
> exist an implementation in pd of CMask's structures?
> (Cmask is a stochastic event generator by Andre Bartetzki).
> For example there is an implementation of CMask in HPKComposer (a Java
> application).
>
> Thank's,
> t
>
> --
> Personalizza Hotmail! Dai un po' di colore alla tua casella di posta!
> 
>
> ___
> Pd-list@iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>


-- 
Peace may sound simple—one beautiful word— but it requires everything we
have, every quality, every strength, every dream, every high ideal.
—Yehudi Menuhin (1916–1999), musician
___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list


[PD] pd and CMask

2008-08-11 Thread chi ball

Hi, 
 
exist an implementation in pd of CMask's structures? 
(Cmask is a stochastic event generator by Andre Bartetzki).For example there is 
an implementation of CMask in HPKComposer (a Java application).
 
Thank's,t
_
Sintonizzati su Messenger e accendi la TV!
http://messengertv.msn.com/mkt/it-it/default.htm___
Pd-list@iem.at mailing list
UNSUBSCRIBE and account-management -> 
http://lists.puredata.info/listinfo/pd-list