---
** [bugs:#1169] iemnet/udpsend : dont notify if client disappear**
**Status:** open
**Group:** v0.46
**Created:** Sat Nov 08, 2014 07:52 PM UTC by Antoine Villeret
**Last Updated:** Sat Nov 08, 2014 07:52 PM UTC
**Owner:** nobody
With udpsend/udpreceive from SVN rev 17371.
1. Open udpsend-help.pd and udpreceive-help.pd.
2. Connect udpsend by clicking [connect 127.0.0.1 9997( message box, the checkbox below [udpsend] should be checked
3. Send some data by clicking either [send 0 1 2 3( or [99 98 97( message box.
4. You may see some print in Pd's console.
5. Close udpreceive-help.pd
6. Repeat step 4.
At this point the checkbox below udpsend is still checked while nobody is listening on port 9997.
7. Re-open udpreceive-help.pd, thus someone is now listening on port 9997.
8. Repeat step 4.
You won't see anything in Pd's console, but checkbox is still checked (udpsend seems to be connected).
To get udpsend and udpreceive connected again, you have to disconnected by hand (by clicking [disconnect( message and [connect blablabla( again.
Note that if you don't send anything while nobody is listening (i.e. after closing udpreceive-help.pd) and wait until somone is listening again, you don't have to disconnect/reconnect.
Please also note that mrpeach's udpsend notify when udpreceive disappears on the 2d message send.
---
Sent from sourceforge.net because pd-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pure-data/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pure-data/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
---
** [bugs:#1168] packOSC: fix some build-warnings**
**Status:** open
**Group:** v0.46
**Labels:** osc build
**Created:** Sat Nov 08, 2014 01:41 PM UTC by IOhannes m zmölnig
**Last Updated:** Sat Nov 08, 2014 01:41 PM UTC
**Owner:** Martin Peach
the attached patch fixes a number of (minor) issues.
- remove a number of unused variables (or move them into the `#ifdef block` where they are used)
- cast to `unsigned int` before printing a `size_t` (and use `%u` rather than `%i`)
- `t_int` should (despite it's name) only be used for the dsp-chain, not for generic integer types. use `int` instead; cf [pd-dev](http://lists.puredata.info/pipermail/pd-dev/2014-06/019871.html)
---
Sent from sourceforge.net because pd-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pure-data/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pure-data/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
---
** [bugs:#1167] packOSC : bug after sending wrong blob value**
**Status:** open
**Group:** v0.46
**Created:** Thu Nov 06, 2014 07:36 PM UTC by Antoine Villeret
**Last Updated:** Thu Nov 06, 2014 07:36 PM UTC
**Owner:** Martin Peach
With SVN rev 17370, when trying to send a blob typed message to [packOSC] I got error *after* sending a wrong value in some message type.
The patch attached demonstrate the issue.
This happens on Ubuntu 14.10 64bit with Pd 0.46-2
---
Sent from sourceforge.net because pd-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pure-data/bugs/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pure-data/admin/bugs/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
hello,
this have been already discussed on the Gem-dev list, but basically with
the new multicontext feature, IOhaness rewrote the windowing system.
[gemwin] is now an abstraction which everyone can customized to suit its
needs.
And it includes [gemdefaultwindow] abstraction by default, which might
include the external [gemglxwindow] which actually manage the OpenGL
context and rendering window.
please also note that now (i mean with the latest Gem from git), you can
have multi windows and share texture between them.
concerning the [reset( and [clear( message, if they don't work as you
expected, please report it to https://github.com/umlaeute/Gem/issues
afair, reset does reset the view and maybe more, but I don't what [clear(
shoulod do
Cheers
antoine
--
do it yourself
http://antoine.villeret.free.fr
2014-11-05 14:01 GMT+01:00 mick mengucci <misturapura(a)gmail.com>:
> Hi
> I installed and compiled Pd vanilla and some externals including GEM.
> I have problems with the [gemwin] object as it does not receive |reset(
> nor |clear( messages which I used in older patches that I use to run in
> Pd-extended.
> Why is that? And what is the [gemglxwindow] object? what is the difference
> between it and [gemwin]?
>
> I run Xubuntu
>
> Ubuntu 14.04.1 LTS
> Release: 14.04
> Codename: trusty
>
> I hope I have been clear enough. Any feedback is appreciated.
> Mick
>
>
> --
> mickmengucci.bandcamp.com
> facebook.com/Labio.pt
> <http://WWW.MISTURAPURA.NET>MISTURAPURA.NET <http://WWW.MISTURAPURA.NET>
> pure mixture vibration since 1995
>
> _______________________________________________
> Pd-list(a)lists.iem.at mailing list
> UNSUBSCRIBE and account-management ->
> http://lists.puredata.info/listinfo/pd-list
>
>
---
** [patches:#536] set method for data structure classes**
**Status:** open
**Group:** feature
**Created:** Sat Nov 01, 2014 10:59 PM UTC by Anonymous
**Last Updated:** Sat Nov 01, 2014 10:59 PM UTC
**Owner:** nobody
Patch to add "set" method to get, set, getsize, setsize, element, append.
---
Sent from sourceforge.net because pd-dev(a)lists.iem.at is subscribed to http://sourceforge.net/p/pure-data/patches/
To unsubscribe from further messages, a project admin can change settings at http://sourceforge.net/p/pure-data/admin/patches/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.