This is on Linux.
It seems that if one starts Pd with a -font-size flag (e.g. -font-size
16), this will only affect canvas objects.
On the other hand setting the font size from the font menu in the Pd
window will only affect the Font size for the Pd window text itself and
all menus.
Finally setting the font size from the font menu in a patch window will
(only) set the font for canvas objects for that ans subsequent patches.
Is there a start-up (or preferences) way to set the same font size for
all of Pd window, menus _and_ objects?
Lorenzo.
hi !
IOhannes, i think this is for you ... sorry to bug you once more ...
i just noticed a newly introduced error in IEMMATRIX that was no error
before ...
attached is a patch (an excerpt of the help patch for [mtx_.*]) that
used to work error-less with (old) version 0.2 of IEMMATRIX (deken's
version numbering is "iemmatrix-v0.2-20150529iem")
PD's console output is like this
======================================================================
iemmatrix 0.2
objects for manipulating 2d-matrices
(c) 2001-2015 iem
IOhannes m zmölnig
Thomas Musil
Franz Zotter
compiled May 29 2015 : 22:45:53
matrix:
2 0 0
0 4 0
0 0 6
======================================================================
with the newest version of IEMMATRIX (0.3.1) the same patch throws an
error message and doesn't work anymore:
======================================================================
iemmatrix 0.3.1
objects for manipulating 2d-matrices
(c) 2001-2015 iem
IOhannes m zmölnig
Thomas Musil
Franz Zotter
compiled Feb 4 2019 : 21:51:36
[mtx_.*]: invalid dimensions 0x1
======================================================================
best
oliver
hi,
just discovered a serious error with the [menubutton] object
(which is part of "TOF") on a recent OSX
PD: 0.50.0
OSX: 10.13.6
TOF: tof-v0-0extended (that's the only one available via "find
externals" ...)
on loading [menubutton]'s helppatch the object crashes PD, as it will
not be created and a Tcl/Tk error appears:
=======================================================================
menubutton v0.12 tof, based on popup by Ben Bogart and button by ggee
(Tcl) INVALID COMMAND NAME: invalid command name ".x50ccf0.c"
while executing
".x50ccf0.c create rectangle 26 538 158 560 -tags 50d820R -outline
"purple" "
("uplevel" body line 1)
invoked from within
"uplevel #0 $docmds"
=======================================================================
after that, PD then can no longer be used, because the following error
appears constantly on any mouse move ...
=======================================================================
.x100320920: no such object
=======================================================================
and has to be force shut.
funnily enough the [pmenu] object from the same TOF version works !
_______________________________________________________________________
on windows (PD 0.50.0, win 7/64), no such error is happening, but
there's also a newer TOF version existing: tof[v0.2.1](Windows-amd64-32)
best
oliver
--
\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
/////////////// http://pendler.klingt.org //////////////
\\\\\\\\\\\\\\\ http://oliver.klingt.org \\\\\\\\\\\\\\
////////////////////////////////////////////////////////
hi,
sorry, forgot to mention that this crash didn't happen with PD 0.48 on a
OSX machine (same TOF version)
i can't recall the OSX version though, it's been a year ago i used it.
iguess it was 10.11 ...
best
oliver
To Pd-announce:
Pd version 0.50-0 is available on http://msp.ucsd.edu/software.htm
or (source only) via github: https://github.com/pure-data/pure-data.
Several problems with zooming from 0.50test1 are fixed. There are numerous
reported bugs still, but no show-stoppers, and I'm way late getting this
out. So I'm putting off fixing many of them till the next release.
cheers
Miller
_______________________________________________
Pd-announce mailing list
Pd-announce(a)lists.iem.at
https://lists.puredata.info/listinfo/pd-announce
Depending on the loading mechanism, you might need to declare and call "coll_setup();" but Alex can probably tell you better.
> On Aug 29, 2019, at 6:56 PM, pd-list-request(a)lists.iem.at wrote:
>
> Date: Thu, 29 Aug 2019 18:40:46 +0200
> From: Jakob <jakkesprinter(a)web.de <mailto:jakkesprinter@web.de>>
> To: Alexandre Torres Porres <porres(a)gmail.com <mailto:porres@gmail.com>>
> Cc: Pd-List <pd-list(a)lists.iem.at <mailto:pd-list@lists.iem.at>>
> Subject: Re: [PD] Adding cyclone to ofxPd
> Message-ID: <39E4D0F4-9AC9-426A-AD78-5BACF9F5900F(a)web.de <mailto:39E4D0F4-9AC9-426A-AD78-5BACF9F5900F@web.de>>
> Content-Type: text/plain; charset="utf-8"
>
> Hey Alexandre,
> Thanks for your quick response.
> For now, I think that I only need the coll object.
--------
Dan Wilcox
@danomatika <http://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
Hi, I'm happy to share a test release of [vstplugin~] v0.2. Binaries are available on Deken. The source code is here: https://git.iem.at/pd/vstplugin/-/releases
Note that you can also load LV2 plugins with lv2vst: https://github.com/x42/lv2vst. I've tested this on Debian and generally it works fine. The VST GUI doesn't work yet but I'll fix this till the final release.
Have fun!
Christof
---
Changelog:
new features:
* VST2 shell plugin support (e.g. "Waves")
* (experimental) VST3 support including sample accurate automation and auxiliary inputs/outputs for side-chaining
* soft-bypass
* faster search/probe (parallel)
* cache search/probe results in a file to speed up subsequent searches
* [param_set( and [param_get( now also accept parameter names instead of indices (whitespace is bashed to underscores).
changes:
* switched whole project to CMake
* removed 'vstsearch' object because of the new cache file system.
internal changes:
* use .ini like syntax for plugin info
* hard-bypass prefers the plugin's bypass method
* single event loop shared by all plugins
* probably many more...
_______________________________________________
Pd-announce mailing list
Pd-announce(a)lists.iem.at
https://lists.puredata.info/listinfo/pd-announce