Is there a way to get Epoch time in pure data using just Vanilla Objects
only?
I looked at http://write.flossmanuals.net/pure-data/time/ but it's in
extended
"utime cxc flatspace output seconds since epoch and microsecond
faction"
Thanks
Basic Pd oft info is in the /font/README.txt: https://github.com/pure-data/pure-data/tree/master/font <https://github.com/pure-data/pure-data/tree/master/font>
If someone compiles a list of useful fonts, we could also add them to the readme and/or a wiki page some where (if there isn't one already).
> On Apr 5, 2019, at 5:46 PM, pd-list-request(a)lists.iem.at wrote:
>
> Hi, dear list !
>
> trying to get around PD in ubuntu linux and was curious if other fonts
> rather than "DejaVu Sans Mono" can be used or what i would have to do to
> make it work.
>
> another question:
> what about LINUX fonts that have spaces in their names ? how can they be
> loaded for PD ? quotes don't seem to work !
>
> i tried to launch PD under ubuntu 18 with the flag
>
> -font-face "Bitstream Vera Sans Mono"
>
> and received a serious Tcl/Tk error that i only could escape by killing
> PD and changing .pdsettings manually (i guess it said because of the
> quotes symbol - but forgot to write it down ...)
>
> i'd like to try some classic fonts like courier or other mono fonts but
> so far none of them was accepted and "DejaVu Sans Mono" was loaded instead.
>
> Not a big problem but i just wanted to know what experiences other linux
> users here have concerning using different fonts
>
> thanks for any hints
>
> best
>
> oliver
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
I would also throw in my PdParty for iOS: http://danomatika.com/code/pdparty <http://danomatika.com/code/pdparty>
Also, if you want to write a patch that works the same on Android and iOS, PdParty supports a large subset of DroidParty objects to facilitate this.
If you want something beyond basic Pd GUIs, you will probably need to develop things at a lower level. There are a number of examples for using libpd on both Android and iOS (although some may be a little bit old by now): https://github.com/libpd <https://github.com/libpd>
No, GEM as it is will not run on any mobile device that is OpenGL ES only, as it has not been targeted or optimized for ES. That, plus, it would probably be a nightmare to update the build system to support Android...
> On Apr 5, 2019, at 5:46 PM, pd-list-request(a)lists.iem.at wrote:
>
> From: enrike <altern2(a)gmail.com <mailto:altern2@gmail.com>>
> To: Jakob Laue <jakkesprinter(a)web.de <mailto:jakkesprinter@web.de>>, Pd-List <pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>>
> Subject: Re: [PD] mobile devices: knowledge gathering
> Message-ID: <73a0b304-a6d9-a40c-3441-bdde9516a3dd(a)gmail.com <mailto:73a0b304-a6d9-a40c-3441-bdde9516a3dd@gmail.com>>
> Content-Type: text/plain; charset=utf-8; format=flowed
>
> hi jakob
>
> my experience is with PDDroidparty, I am not sure if it is very
> different with MobMuPlat. If you can stick to PDpDroidarty like
> developing system it makes the working process way more simple than
> going into something like OpenFrameworks + libPD
>
> some years ago I tried other options (OF, Processing, Python), from all
> of them Processing was the easier one for me, but it was only Android at
> the time. not sure now. However using PDDroidParty is by far way easier
> than any of those, but you are limited by the GUI elements you can use.
>
> I dont think you can get GEM working on android. All the externals I
> have used are pure pd, no binaries.
>
> good luck
>
> enrike
>
>
> 19/4/5 16:57(e)an, Jakob Laue igorleak idatzi zuen:
>> Hey all,
>> For a university project I need to develop a pd patch on Mac OSX and
>> then run/port the patch on/to a mobile device of my choice (iPhone,
>> iPad, Android Phone).
>> I own an iPhone 6 so I would prefer to go the iOS/iPhone way but I am
>> also thankful for any hint on Android stuff.
>> I think that I can borrow any of the above devices from my university :-)
>> I would really appreciate it if someone could point me into the right
>> direction before I start with something without knowing that there is
>> actually a better option I could take.
>> So...
>> - what ways of porting pd patches to a mobile device do you know?
>> - Are there restrictions for using external libraries like zexy or
>> cyclone that I need to take into account while developing my patch on OSX?
>> - Is it possible to use GEM in the pd patch when it has to be running a
>> mobile device?
>> What I have heard about so far is:
>> - libPd
>> - hvcc https://github.com/enzienaudio/hvcc <https://github.com/enzienaudio/hvcc>
>> - MobMuPlat (probably not going to be considered as I need a custom
>> interface beyond sliders and buttons)
>> Thanks from Flensburg,
>> Jakob
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
I'm on macOS 10.14 using Pd 0.49
The behavior I see is as it has always been (as far as I recall):
- single click on float atom aka number box
- start typing a number
- there *is* visual feedback: an ellipses ... after the text and an added > if the text is longer than the size of the box
- hit enter to apply the text change, otherwise click anywhere to cancel
The procedure is the same for number2, although there are no ellipses and the text is red while editing. There is, however, a > symbol added temporarily.
> On Apr 4, 2019, at 10:02 AM, pd-list-request(a)lists.iem.at wrote:
>
> From: "Scott R. Looney" <scottrlooney(a)gmail.com <mailto:scottrlooney@gmail.com>>
> To: pd-list <pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>>
> Subject: Re: [PD] Known number object issues in v0.49.0 on Windows ?
> Message-ID:
> <CAAo07Q1_uj9UR0SmeYz58eYiqjFw9MjYi8EMsUMr=-iW=TaSdw(a)mail.gmail.com <mailto:CAAo07Q1_uj9UR0SmeYz58eYiqjFw9MjYi8EMsUMr=-iW=TaSdw@mail.gmail.com>>
> Content-Type: text/plain; charset="utf-8"
>
> just to chime in here, i'm on a Mac and i noticed that i can't enter in a
> number manually while in Run mode on 0.49 either (Edit mode is no problem,
> though). i can use the mouse to change the number by clicking and
> dragging, and holding down Shift while doing it allows decimal adjustment.
> but it doesn't seem possible to edit the contents of a number box by double
> clicking and typing a new number while in Run mode. i thought i remembered
> this being possible in earlier versions but maybe this is intended
> behavior? clarification appreciated!
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
Hi, dear list !
trying to get around PD in ubuntu linux and was curious if other fonts
rather than "DejaVu Sans Mono" can be used or what i would have to do to
make it work.
another question:
what about LINUX fonts that have spaces in their names ? how can they be
loaded for PD ? quotes don't seem to work !
i tried to launch PD under ubuntu 18 with the flag
-font-face "Bitstream Vera Sans Mono"
and received a serious Tcl/Tk error that i only could escape by killing
PD and changing .pdsettings manually (i guess it said because of the
quotes symbol - but forgot to write it down ...)
i'd like to try some classic fonts like courier or other mono fonts but
so far none of them was accepted and "DejaVu Sans Mono" was loaded instead.
Not a big problem but i just wanted to know what experiences other linux
users here have concerning using different fonts
thanks for any hints
best
oliver
--
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
/////////////// http://pendler.klingt.org //////////////
\\\\\\\\\\\\\\\ http://oliver.klingt.org \\\\\\\\\\\\\\
////////////////////////////////////////////////////////
---------- Forwarded message ---------
From: 'Monty Adkins' via CEC-Conference <cec-conference(a)googlegroups.com>
Date: Wed, 3 Apr 2019 at 10:42
Subject: [cec-c] Marie curie
To: cec-conference(a)googlegroups.com <cec-conference(a)googlegroups.com>
The School of Music, Humanities and Media invites expressions of interest
for the Marie Curie Post-Doctoral Fellowship at the University of
Huddersfield.
We have world-leading resources for Music and Music Technology focused
around the Centre for Research in New Music.
We are interested in receiving applications in all areas of Music and Music
Technology.
Please make sure to read the weblinks to ensure your eligibility to the two
schemes.
Many thanks
Prof. Monty Adkins
University of Huddersfield
UK
University of Huddersfield inspiring tomorrow's professionals.
[http://marketing.hud.ac.uk/_HOSTED/EmailSig2014/EmailSigFooterMarch2019.jpg
]
This transmission is confidential and may be legally privileged. If you
receive it in error, please notify us immediately by e-mail and remove it
from your system. If the content of this e-mail does not relate to the
business of the University of Huddersfield, then we do not endorse it and
will accept no liability.
--
You received this message because you are subscribed to the Google Groups
"CEC-Conference" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to cec-conference+unsubscribe(a)googlegroups.com.
To post to this group, send email to cec-conference(a)googlegroups.com.
Visit this group at https://groups.google.com/group/cec-conference.
For more options, visit https://groups.google.com/d/optout.
_______________________________________________
Pd-announce mailing list
Pd-announce(a)lists.iem.at
https://lists.puredata.info/listinfo/pd-announce
Dear all,
Andrew McPherson and I are writing a paper on the relationships between music programming languages and the digital instruments, compositions and performances they support. As part of that, we'd like to invite your participation in an online survey about your digital tools and musical practices. The survey contains 27 questions, and we expect it will take around 20 minutes of your time.
https://sopi.aalto.fi/dmiip/idiomaticity/survey/ <https://sopi.aalto.fi/dmiip/idiomaticity/survey/>
Thanks for your participation, apologies for cross-posting, and please feel free to share the link with any other designers and musicians you think might be interested.
best,
Koray
-------------------------------------
M.Koray Tahiroğlu
Department of Media,
Aalto University
School of Arts, Design and Architecture
http://sopi.aalto.fi/http://mlab.taik.fi/~korayt
tel. +358 50 4088441
_______________________________________________
Pd-announce mailing list
Pd-announce(a)lists.iem.at
https://lists.puredata.info/listinfo/pd-announce
I'm in between Linux boxes at present. Unfortunately I'm having some issues
with Number objects in v0.49.0 on Windows. Specifically, I cant enter
values almost all the time. Only Ctrl-LMB allows me to scroll values up and
down. Double clicking worked once as specified in the tutorial I'm doing,
but I'm not sure how to reproduce that success.
Are there any known issues for this version on this platform?
Thanks
=============================================
Andrew D Lyons | Tools Developer | http://www.tstex.com
=============================================