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
hi,
after having added through the menu in start-up flags: -verbose "all"
trying to open the start-up menu is impossible.
in the console it gives this message:
(Tcl) UNHANDLED ERROR: extra characters after close-quote
while executing
"pdtk_startup_dialog .gfxstub25f3c28 0 "-verbose "all""
"
("uplevel" body line 3)
invoked from within
"uplevel #0 $docmds"(Tcl) UNHANDLED ERROR: extra characters after
close-quote
while executing
"pdtk_startup_dialog .gfxstub25f39c8 0 "-verbose "all""
"
("uplevel" body line 4)
invoked from within
"uplevel #0 $docmds"
rolf (on windows 10)
Hi, Ofelia v3.0.1 is now available on Deken.
Changes:
- Added more examples (3d, drawing, math..)
- Fixed type checking issue in "ofxOfeliaPdBindings.i"
- Fixed bug when outputting a table with a string key using ofOutlet()
- ofArray's array elements can be accessed using square brackets
Thanks!
Zack
_______________________________________________
Pd-announce mailing list
Pd-announce(a)lists.iem.at
https://lists.puredata.info/listinfo/pd-announce
I'm trying to load the Ofelia library but I get this error message:
ofelia.pd_linux: libGLEW.so.2.0: cannot open shared object file: No such
file or directory
I did this in the terminal:
dpkg -s libglew-dev
dpkg -s libglew2.1
and both packages are installed in my system. I don't get a libglew2.0
with "apt-cache search libglew", but only a 2.1.
I've run the install_dependencies.sh script and all dependencies are
supposed to have been properly installed in my system.
I'm on UbuntuStudio 19.04 with Pd-0.49.0