Re: [PD] Purr Data beta 2

2016-10-05 Thread Jonathan Wilkes via Pd-list
Here's an update for the OSX binary (Beta 
1.2):https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-osx64-beta2.1.zip
This fixes an error that kept Pd from starting, as well as adding a missing 
dependency to get pdp working.
Unfortunately I couldn't get the jack backend support.  I got the macports 
jack library working, but shipping jack with the app is essentially useless.
-Jonathan
 ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Purr Data beta 2

2016-10-05 Thread Matt Barber
Yep, that's something I'm thinking about carefully and will work with
Jonathan on in the coming days. I made some huge updates to scope~ over the
summer as well which need to be ported, and [comment] needs that also
(although there are some cross-platform font size bugs to take care of on
cyclone end first). I had been meaning to add [coll] to the list. We're
updating [coll] currently, so that may be something we can work in.

Since purr-data uses a toolkit that externals haven't been written for yet,
so far Jonathan has just been porting the GUIs and patching the relevant
code in the purr-data git. We have a couple of options:

1) External developers who want to support purr-data (pd-l2ork) can #ifdef
their guis.
2) For those who don't want to learn a new toolkit, and for unmaintained
libraries, it'll be up to purr-data developers.

Until we have good documentation for integrating pd+nwjs, the first option
may only work well for people who have a toe in both pools. I think that's
me for cyclone, and I'll be glad to support purr-data directly in the new
cyclone library as soon as I have a good chunk of time to do it, and some
time to work out the kinks with Jonathan.

I'd welcome any other thoughts.

Matt

On Wed, Oct 5, 2016 at 7:44 PM, Ivica Ico Bukvic  wrote:

> Jonathan and Alexandre,
>
> coll text editor with all its legacy pdtk calls is inoperable inside
> purr-data. Cyclone and other extern libraries with GUIs may require an
> ifdef for purr-data (or preferably pd-l2ork) and appropriate adaptation.
>
> Best,
>
> Ico
>
> On 10/5/2016 12:56 AM, Jonathan Wilkes via Pd-list wrote:
>
> This is the beta 2 release of Purr Data (the GUI port of Pd-l2ork)
>
> Change log:
> * compatibility with older osx versions
> * fix external library dependencies on OSX
> * first try at jack support for OSX
> * more fixes for out-of-order messages to GUI
> * fix crasher on Windows when opening a help patch
> * fix [draw sprite] index wrapping
> * fix freeze with [struct float foo;]
>
> This is a beta release, so please report lots of bugs to
> https://git.purrdata.net/jwilkes/purr-data/issues
>
> Binaries:
>
> Debian Jessie 32-bit: https://git.purrdata.net/jwilkes/purr-data-binaries/
> raw/master/purr-data-i686-jessie-beta2.deb
>
> Debian Jessie 64-bit: https://git.purrdata.net/jwilkes/purr-data-binaries/
> raw/master/purr-data-x86_64-jessie-beta2.deb
>
> Ubuntu 14.04 32-bit: https://git.purrdata.net/jwilkes/purr-data-binaries/
> raw/master/purr-data-i686-ubuntu-14.04-beta2.deb
>
> Ubuntu 14.04 64-bit: https://git.purrdata.net/jwilkes/purr-data-binaries/
> raw/master/purr-data-x86_64-ubuntu-14.04-beta2.deb
>
> Ubuntu 16.04 64-bit: https://git.purrdata.net/jwilkes/purr-data-binaries/
> raw/master/purr-data-x86_64-ubuntu-16.04-beta2.deb
>
> Windows with 64-bit GUI: https://git.purrdata.net/
> jwilkes/purr-data-binaries/raw/master/purr-data-win32-beta2.zip
>
> Windows with 32-bit GUI: https://git.purrdata.net/
> jwilkes/purr-data-binaries/raw/master/purr-data-win64-beta2.zip
>
> OSX 64-bit: https://git.purrdata.net/jwilkes/purr-data-binaries/
> raw/master/purr-data-osx64-beta2.zip
>
> -Jonathan
>
>
> ___pd-l...@lists.iem.at mailing 
> list
> UNSUBSCRIBE and account-management -> 
> https://lists.puredata.info/listinfo/pd-list
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list
>
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] Purr Data beta 2

2016-10-05 Thread Jonathan Wilkes via Pd-list
> Jonathan and Alexandre,

 > coll text editor with all its legacy pdtk calls is inoperable inside 
 > purr-data. 
> Cyclone and other extern libraries with GUIs may require an ifdef for 
> purr-data (or 
> preferably pd-l2ork) and appropriate adaptation.
  
Is there a public interface for the editor used by [text define]?

> Best, > Ico
  
 On 10/5/2016 12:56 AM, Jonathan Wilkes via Pd-list wrote:
  
 This is the beta 2 release of Purr Data (the GUI port of Pd-l2ork)
 
 Change log:
 * compatibility with older osx versions
 * fix external library dependencies on OSX
 * first try at jack support for OSX
 * more fixes for out-of-order messages to GUI
 * fix crasher on Windows when opening a help patch
 * fix [draw sprite] index wrapping
 * fix freeze with [struct float foo;]
 
 This is a beta release, so please report lots of bugs to
 https://git.purrdata.net/jwilkes/purr-data/issues
 
 Binaries:
 
 Debian Jessie 
32-bit:https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-i686-jessie-beta2.deb
 
 Debian Jessie 
64-bit:https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-x86_64-jessie-beta2.deb
 
 Ubuntu 14.04 
32-bit:https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-i686-ubuntu-14.04-beta2.deb
 
 Ubuntu 14.04 
64-bit:https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-x86_64-ubuntu-14.04-beta2.deb
 
 Ubuntu 16.04 
64-bit:https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-x86_64-ubuntu-16.04-beta2.deb
 
 Windows with 64-bit 
GUI:https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-win32-beta2.zip
 
 Windows with 32-bit 
GUI:https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-win64-beta2.zip
 
 OSX 
64-bit:https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-osx64-beta2.zip
 
  -Jonathan
   
  
 ___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list
 
 
 
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


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


Re: [PD] purr data beta1

2016-10-05 Thread Dan Wilcox

> On Oct 5, 2016, at 5:45 PM, Ivica Ico Bukvic  wrote:
> 
> On 9/30/2016 4:56 PM, Dan Wilcox wrote:
> 
>>> On Sep 30, 2016, at 2:45 PM, pd-list-requ...@lists.iem.at 
>>>  wrote:
>>> 
>>> unfortunately I'm not the one to ask, I don't know anything about android. 
>>> I was asking because I'm (hopefully) doing a big project which I would like 
>>> to do in Pd, and it might have to run on independent apps. it would be very 
>>> nice to use only one flavour of Pd for it, and not to use vanilla.
>> 
>> Currently your options on Android and iOS are:
>> 
>> 1. use libpd (based on vanilla)
>> 2. nothing
>> 
> I am glad to hear we have more than one option on this one ;-)

It’s open source. Maybe y’all want to make a libl2ork as well…


Dan Wilcox
@danomatika 
danomatika.com 
robotcowboy.com 
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] purr data beta1

2016-10-05 Thread Ivica Ico Bukvic

On 9/30/2016 4:56 PM, Dan Wilcox wrote:

On Sep 30, 2016, at 2:45 PM, pd-list-requ...@lists.iem.at 
 wrote:


unfortunately I'm not the one to ask, I don't know anything about 
android. I was asking because I'm (hopefully) doing a big project 
which I would like to do in Pd, and it might have to run on 
independent apps. it would be very nice to use only one flavour of Pd 
for it, and not to use vanilla.


Currently your options on Android and iOS are:

1. use libpd (based on vanilla)
2. nothing


I am glad to hear we have more than one option on this one ;-)


:)


Dan Wilcox
@danomatika 
danomatika.com 
robotcowboy.com 



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


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


Re: [PD] Purr Data beta 2

2016-10-05 Thread Ivica Ico Bukvic

Jonathan and Alexandre,

coll text editor with all its legacy pdtk calls is inoperable inside 
purr-data. Cyclone and other extern libraries with GUIs may require an 
ifdef for purr-data (or preferably pd-l2ork) and appropriate adaptation.


Best,

Ico


On 10/5/2016 12:56 AM, Jonathan Wilkes via Pd-list wrote:

This is the beta 2 release of Purr Data (the GUI port of Pd-l2ork)

Change log:
* compatibility with older osx versions
* fix external library dependencies on OSX
* first try at jack support for OSX
* more fixes for out-of-order messages to GUI
* fix crasher on Windows when opening a help patch
* fix [draw sprite] index wrapping
* fix freeze with [struct float foo;]

This is a beta release, so please report lots of bugs to
https://git.purrdata.net/jwilkes/purr-data/issues

Binaries:

Debian Jessie 32-bit: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-i686-jessie-beta2.deb


Debian Jessie 64-bit: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-x86_64-jessie-beta2.deb


Ubuntu 14.04 32-bit: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-i686-ubuntu-14.04-beta2.deb


Ubuntu 14.04 64-bit: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-x86_64-ubuntu-14.04-beta2.deb


Ubuntu 16.04 64-bit: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-x86_64-ubuntu-16.04-beta2.deb


Windows with 64-bit GUI: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-win32-beta2.zip


Windows with 32-bit GUI: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-win64-beta2.zip


OSX 64-bit: 
https://git.purrdata.net/jwilkes/purr-data-binaries/raw/master/purr-data-osx64-beta2.zip 



-Jonathan


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


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


[PD] Reblocking Issue

2016-10-05 Thread Christof Ressi
Hi, while working on a new project I found something which looks like a bug. 
Basically, [bang~] + [timer] doesn't work correctly in a reblocked subpatch if 
the blocksize is *smaller* than the one in the parent subpatch. Other objects, 
like [print~] work fine...

Pd 47.1, Windows 7

Christof
#N canvas 346 195 450 300 10;
#N canvas 676 544 625 300 sub1 1;
#N canvas 136 518 868 434 sub2 1;
#X obj 91 109 bang~;
#X obj 91 131 t b b;
#X obj 91 153 timer;
#X floatatom 91 175 5 0 0 0 - - -, f 5;
#X obj 92 257 print~;
#X obj 87 223 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X text 149 262 works! (64 samples);
#X text 140 174 doesn't work! (same duration as in sub2);
#X obj 86 69 block~ 256 0 1;
#X connect 0 0 1 0;
#X connect 1 0 2 0;
#X connect 1 1 2 1;
#X connect 2 0 3 0;
#X connect 5 0 4 0;
#X restore 33 122 pd sub2;
#X obj 164 69 bang~;
#X obj 161 139 timer;
#X obj 164 91 t b b;
#X floatatom 161 161 5 0 0 0 - - -, f 5;
#X obj 30 65 block~ 1024 0 1;
#X obj 42 189 print~;
#X obj 42 161 bng 15 250 50 0 empty empty empty 17 7 0 10 -262144 -1
-1;
#X msg 30 35 set \$1 0 1;
#X floatatom 31 9 5 0 0 0 - - -, f 5;
#X text 27 100 click me:;
#X text 114 3 [block~] in sub1 will also affect [bang~] in sub2 - even
though it is reblocked - but only if the block size in sub2 is smaller
than the one in sub1;
#X connect 1 0 3 0;
#X connect 2 0 4 0;
#X connect 3 0 2 0;
#X connect 3 1 2 1;
#X connect 7 0 6 0;
#X connect 8 0 5 0;
#X connect 9 0 8 0;
#X restore 60 101 pd sub1;
#X text 57 76 click me:;
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] jack on osx

2016-10-05 Thread Jonathan Wilkes via Pd-list
Hi list,Is there an official version of jack1 or jack2 that satisfies the 
following requirements:* is an official version* does not use deprecated OSX 
libraries
* works on 10.11 and newer
* is a stable version of jack

?
Thanks,Jonathan

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


Re: [PD] [mtof~] !!!

2016-10-05 Thread Alexandre Torres Porres
or right click on an empty spot in your patch and ask for help

listed there is all vanilla objects

2016-10-05 6:26 GMT-03:00 Christof Ressi :

> Pd -> help -> list of objects
>
> Here you can see all objects that are part of Pd vanilla.
>
> Vanilla build-in objects can indeed be overwritten by externals but you
> should get a warning in the console *). If you're not sure which object has
> actually been loaded, just create one and open the help patch. If you get a
> vanilla help patch, it's vanilla ;-)
>
> Christof
>
> *) which is not always true. after I've created [zexy/wrap], [wrap] will
> always give me the zexy version, without a warning that the vanilla [wrap]
> has been overwritten...
>
> Gesendet: Mittwoch, 05. Oktober 2016 um 10:31 Uhr
> Von: "William Huston" 
> An: "IOhannes m zmoelnig" 
> Cc: "pd-list@lists.iem.at" 
> Betreff: Re: [PD] [mtof~] !!!
>
> Well I did. But I also stated that I wasn't sure.
>
>
> I have several different versions of Pd installed,
> and I generally point to a bunch of external libraries from -extended.
>
> I searched my machine for things like:
>
> mtof~.dll
> mtof~-help.pdI DID find the help in \pd-extended\externals\vanilla\
> (Windows machine)
> But NOT under my Vanilla install (0.47-1).
>
> I also went to the top of my 0.47-1 install tree and looked for any file
> called mtof~ and FOUND NOTHING.
>
> So maybe you can tell me how, when I instantiate [mtof~], where exactly it
> is coming from? Is it an internal? Is it an external?
>
> Thanks,
> BH
>
> On Wed, Oct 5, 2016 at 3:57 AM, IOhannes m zmoelnig  [mailto:zmoel...@iem.at]> wrote:On 2016-10-05 09:06, William Huston wrote:
> > This is so handy, I would like to ask that [mtof~] be added to Vanilla
> > (if it's not already there)
>
> zhmm, so you've written that long email and did not bother to check
> whether it actually is included in vanilla? (it is, at least since 0.33,
> which was released about 2001)
>
> fgasdr
> IOhannes
>
>
>
> ___
> Pd-list@lists.iem.at[mailto:Pd-list@lists.iem.at] mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list[https://lists.puredata.info/listinfo/pd-list]
>
>
>
> --
>
> --
> May you, and all beings
> be happy and free from suffering :)
> -- ancient Buddhist Prayer 
> (Metta)___
> Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list[https://
> lists.puredata.info/listinfo/pd-list]
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list
>
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] PhD studentships

2016-10-05 Thread oded

AHRC-funded PhD Studentships

The School of Performance and Screen Studies (PASS) at Kingston 
University London invites expressions of interest to join our PhD 
Programme in October 2017.  PASS has a lively research culture in which 
practice-based and written creativity inform each other. Our school is 
home to world-leading researchers in fields including:


· Music: Popular music, analogue and digital record production, 
music and media, musical subcultures, music philosophy, composition, 
French music


· Film: Filmmaking, film and philosophy, minimalist film, new 
wave film, sound design for film


· Media: Cross-platform narratives, media theory, fan cultures

· Dance: Popular dance, contemporary choreography, 
interdisciplinary dance research, dance theory, dance ethnography and 
anthropology


· Drama: Performance-making methodologies, performance and 
identity, intermediality and interdisciplinarity, popular performance in 
its historical context







PASS has three active research units focussing on Popular Culture, Audio 
Culture, and Creative Practice: www.passresearchunits.net.


The school is also home to the UK’s largest fully equipped analogue 
recording studio, which is endorsed by Tony Visconti: 
www.visconti-studio.co.uk .




Kingston University London is a member of TECHNE, a Consortium of seven 
institutions in London and the South-East that form an AHRC Doctoral 
Training Partnership (DTP). Over five years (2014-2019), the TECHNE 
Consortium will fund approximately 176 PhD studentships for outstanding 
Arts and Humanities postgraduate researchers across the partner 
institutions. TECHNE funds UK and EU students.




Please send expressions of interest to Prof Isabella van Elferen, 
i.vanelfe...@kingston.ac.uk by 26 October 2016. Expressions of interest 
must include:


· A clear research question

· A 100 word abstract of the proposed research

· A piece of work (written or practice)

· A CV

For further information on how to apply for TECHNE studentships at 
Kingston University London please go to:

http://www.kingston.ac.uk/research/research-degrees/funding/ahrc-studentships/techne/

For more information about TECHNE:
http://www.techne.ac.uk/how-to-apply-for-a-techne-ahrc-studentship


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


Re: [PD] [mtof~] !!!

2016-10-05 Thread IOhannes m zmoelnig
On 2016-10-05 11:26, Christof Ressi wrote:
> mtof~.dll
> mtof~-help.pd
> I DID find the help in \pd-extended\externals\vanilla\ (Windows machine)
> But NOT under my Vanilla install (0.47-1).

this is because pd-vanilla has very few externals (an "external" is an
object that comes from a file other than the Pd-binary itself).

Pd-extended attempted to remove all internal objects from Pd and put
them into a "vanilla" library. that's why you see a mtof~.dll

>  
> I also went to the top of my 0.47-1 install tree and looked for any file
> called mtof~ and FOUND NOTHING.

see above.

> So maybe you can tell me how, when I instantiate [mtof~], where exactly it is 
> coming from? Is it an internal? Is it an external?

well, christof already gave you the quick and dirty way: open the
help-patch of the object and see if it is a Pd-vanilla help patch.

a more correct (though cumbersome) way would be to start Pd-vanilla
without any libraries and paths loaded
> pd -noprefs -nostdpath -verbose
create the object and see whether it instantiates.
if it does, check the Pd-console to make sure that it was not loaded
from some local file.
if it instantiates and is not from a local file, then it is an internal.

fgasdrm
IOhannes



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


Re: [PD] Proposing a cyclone update / another Pre Alpha release (milestone 2)

2016-10-05 Thread katja
Compiling cyclone03prealpha4 on Linux succeeds but installing fails
because data files are not found on locations defined in the lib
makefile. Details on:

https://github.com/porres/pd-cyclone/issues/134

Weird issue with [comment] happens on Linux too. Initially the help
patch titles seemed to be just off position, later they disappeared
altogether.

I'm happy to see that help patches retained their compact appearance
even when some classes have received extensive additional
documentation. Also I like how compatibility issues are meticulously
documented in the help patches.

This is just my first impression. I'm not saying there's no issues
other than the above mentioned, but I didn't look deeper.

Katja

On Wed, Oct 5, 2016 at 2:52 AM, Matt Barber  wrote:
> Yikes. I'll take a look at [comment] fonts tonight.
>
> On Tue, Oct 4, 2016 at 7:27 PM, Alexandre Torres Porres 
> wrote:
>>
>> 2016-10-04 20:15 GMT-03:00 Christof Ressi :
>>>
>>> Hi Alex,
>>>
>>> just wanted to tell you that I could successfully and easily build your
>>> cyclone release on my windows machine (Levono Thinkpad, Windows 7). Good
>>> work! If you need binaries (now or later), let me know.
>>
>>
>> great, i'd love some now to give to my students :)
>>
>>
>>>
>>>  One suggestion: make sure to write [cyclone/comment]
>>
>>
>> good call, i had that in mind, but now i put it in my list...
>>
>>>
>>> I don't know how they are supposed to look but they seem a bit off on
>>> Windows. My it has something to do with the font (size)? See attachement.
>>
>>
>> yeah they look bad :/ not sure if font size, cause if I change it here, I
>> get something else... it shoudn;t really screw with the [comment] font size
>> (that I use for the object name)
>>
>> see my attachment
>>
>> cheers
>>
>> ___
>> Pd-list@lists.iem.at mailing list
>> UNSUBSCRIBE and account-management ->
>> https://lists.puredata.info/listinfo/pd-list
>>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> https://lists.puredata.info/listinfo/pd-list
>

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


Re: [PD] [mtof~] !!!

2016-10-05 Thread Christof Ressi
Pd -> help -> list of objects

Here you can see all objects that are part of Pd vanilla. 

Vanilla build-in objects can indeed be overwritten by externals but you should 
get a warning in the console *). If you're not sure which object has actually 
been loaded, just create one and open the help patch. If you get a vanilla help 
patch, it's vanilla ;-) 
 
Christof

*) which is not always true. after I've created [zexy/wrap], [wrap] will always 
give me the zexy version, without a warning that the vanilla [wrap] has been 
overwritten...

Gesendet: Mittwoch, 05. Oktober 2016 um 10:31 Uhr
Von: "William Huston" 
An: "IOhannes m zmoelnig" 
Cc: "pd-list@lists.iem.at" 
Betreff: Re: [PD] [mtof~] !!!

Well I did. But I also stated that I wasn't sure.
 
 
I have several different versions of Pd installed,
and I generally point to a bunch of external libraries from -extended.
 
I searched my machine for things like:
 
mtof~.dll
mtof~-help.pdI DID find the help in \pd-extended\externals\vanilla\ (Windows 
machine)
But NOT under my Vanilla install (0.47-1).
 
I also went to the top of my 0.47-1 install tree and looked for any file
called mtof~ and FOUND NOTHING.
 
So maybe you can tell me how, when I instantiate [mtof~], where exactly it is 
coming from? Is it an internal? Is it an external?
 
Thanks,
BH
 
On Wed, Oct 5, 2016 at 3:57 AM, IOhannes m zmoelnig 
 wrote:On 2016-10-05 09:06, William 
Huston wrote:
> This is so handy, I would like to ask that [mtof~] be added to Vanilla
> (if it's not already there)

zhmm, so you've written that long email and did not bother to check
whether it actually is included in vanilla? (it is, at least since 0.33,
which was released about 2001)

fgasdr
IOhannes



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


--

--
May you, and all beings
be happy and free from suffering :)
-- ancient Buddhist Prayer 
(Metta)___ Pd-list@lists.iem.at 
mailing list UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list[https://lists.puredata.info/listinfo/pd-list]

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


Re: [PD] [mtof~] !!!

2016-10-05 Thread William Huston
Well I *did. *But I also stated that I wasn't sure.

I have several different versions of Pd installed,
and I generally point to a bunch of external libraries from -extended.

I searched my machine for things like:

mtof~.dll
mtof~-help.pd

I DID find the help in \pd-extended\externals\vanilla\ (Windows machine)
But NOT under my Vanilla install (0.47-1).

I also went to the top of my 0.47-1 install tree and looked for any file
called mtof~ and *FOUND NOTHING. *

So maybe you can tell me how, when I instantiate *[mtof~]*, where exactly
it is coming from? Is it an internal? Is it an external?

Thanks,
BH

On Wed, Oct 5, 2016 at 3:57 AM, IOhannes m zmoelnig  wrote:

> On 2016-10-05 09:06, William Huston wrote:
> > This is so handy, I would like to ask that [mtof~] be added to Vanilla
> > (if it's not already there)
>
> zhmm, so you've written that long email and did not bother to check
> whether it actually is included in vanilla? (it is, at least since 0.33,
> which was released about 2001)
>
> fgasdr
> IOhannes
>
>
>
> ___
> Pd-list@lists.iem.at mailing list
> UNSUBSCRIBE and account-management -> https://lists.puredata.info/
> listinfo/pd-list
>
>


-- 
--
May you, and all beings
be happy and free from suffering :)
-- ancient Buddhist Prayer (Metta)
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


Re: [PD] no audio in pd-vanilla UBUNTU 16.04

2016-10-05 Thread Roman Haefeli
On Tue, 2016-10-04 at 15:52 +0100, José Rafael Subía Valdez wrote:
> Hello list, 
> 
> I need a bit of help with the latest vanilla (0.47.1) in ubuntu 16.04
> I have compiled from source but I can't seem to get the audio
> working.
> I have Ubuntu in my Macbook Pro (mid 2010) and I have followed the
> instructions  in "install.txt". checked the dependencies and after I
> finish it says:
> 
> Configuration summary:
> 
>   Target .. x86_64-unknown-linux-gnu
>   C++ bindings  no
>   Debug output  no
> 
>   ALSA  yes
>   ASIHPI .. no
> 
>   OSS . yes
>   JACK  yes


That is the summary for the portaudio configuration part, not Pd's own
summary. Actually, Pd lacks a configuration summary, but you'll find
something like this much further up in the ./configure output  -
certainly above a line that says:

=== configuring in portaudio (/home/roman/pd-src/pure-data.git/portaudio)

Those lines probably are of interest:

checking for snd_pcm_info in -lasound... yes
checking for shm_open in -lrt... yes
checking for jack_set_xrun_callback in -ljack... yes
checking for jack_set_error_function in -ljack... yes


I _believe_ those have to be "yes" in order for ALSA and JACK to be
supported by Pd. The lines you posted just indicated that the portaudio
backend of Pd supports ALSA and JACK (and even OSS [who uses that
anymore]).


This is not the first time this has caused confusion. Would it be
possible to design ./configure in a way that it prints a Pd
configuration summary _after_ the portaudio configuration summary?

Roman

signature.asc
Description: This is a digitally signed message part
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list


[PD] [mtof~] !!!

2016-10-05 Thread William Huston
I just discovered this!
It looks like it shipped with extended?
Also looks like it is in Max?

This thing is awesome because it solves a problem I often have
with LFO wave-shaping.

I have an LFO like [osc~ 3] which has a range of (-1, 1).
I want to be able to use this to represent a frequency scaler.

So let's say that +1 is like +1VDC @ 1VDC/octave
(like a modular synth).  So +1 is like 12 semitones up (octave)
and -1 is like 12 semitones down.

However this seems really complicated to take a sine wave
with a range -1,1 and scale that to 0.5,2 to represent a frequency
scalar. (f * 0.5 = one octave down, f * 2 = one octave up).

if V~ is your LFO voltage value (input) and
you want to generate your voltage-scalar S~:
Then it's something like


*S~ = (2^(1/12)) ^ (V~ * 12)*
This can be done with an [expr~] or with some math~,
but it seems cumbersome to me.

But if I can convert a (float) MIDI value to frequency value,
*at signal rate*, then I can simply ADD my ordinary [osc~ 3] LFO
(and also linear Bend-value) and i'm done.

(I think of this signal-rate "voltage" representing frequency
to be actually like
* F~ = MIDIval + LFO~ + Bend)*

This is so handy, I would like to ask that [mtof~] be added to Vanilla
(if it's not already there) or maybe Alexandre can report
if it is in his new Cyclone?

Thanks,
BH


-- 
--
May you, and all beings
be happy and free from suffering :)
-- ancient Buddhist Prayer (Metta)
___
Pd-list@lists.iem.at mailing list
UNSUBSCRIBE and account-management -> 
https://lists.puredata.info/listinfo/pd-list