Hey all
There is ambiguous information about comport's version. CHANGES.txt
suggests it is currently at 1.0, whereas comport-meta.pd says it is at
0.2. Can we agree on one?
Roman
Hey all
I'm trying to cross-compile comport for Windows on Linux and stumbled
across this error:
i686-w64-mingw32-gcc -DPD -I "/home/roman/.wine/drive_c/Pd//src/" -DMSW -DNTÂ Â Â Â Â -o comport.o -c comport.c
comport.c: In function ‘set_break’:
comport.c:422:29: error: ‘nr’ undeclared (first use in this function)
     if (status != 0) return nr;
Interestingly, only the compiler that targets Windows complains about
it. comport compiles fine for all Linux platforms I tried.Â
Without really understanding what the purpose of the parent function
'set_break' is, I went ahead and "fixed" line 422 to:
     if (status != 0) return on;
I can now compile comport for Windows (and still for Linux) and the resulting binary loads fine, but I'm not able to judge whether this is a sensible fix. I simply tried to address what error message gave me without really knowing what I'm doing.
Can someone confirm that it was broken before this is the right way to address it?
I got comport from:
http://git.puredata.info/cgit/svn2git/libraries/comport.git/
Thanks,
Roman
howdy, I see some issues I raised on
https://sourceforge.net/p/pure-data/bugs/ are now solved but not closed...
how could I receive the power to close those issues myself, that I know are
resolved?
thanks
---
** [bugs:#1286] value and send behaviour, intentional? documentation?**
**Status:** open
**Group:** v0.47
**Created:** Thu Feb 09, 2017 03:00 AM UTC by Alexandre Porres
**Last Updated:** Thu Feb 09, 2017 03:00 AM UTC
**Owner:** nobody
long ago, send and value objects with the same name would give an error for floats (value: no methid for float)
but now it accepts and they comunicate well to each other, i'd like to know when this change was made and if it was a conscious one
i actually like this feature, but the behaviour should be documented in the help files of both send and value!
---
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:#1285] Maximising and closing subpatch window moves window off screen**
**Status:** open
**Group:** v0.47
**Created:** Sun Feb 05, 2017 08:13 AM UTC by Anonymous
**Last Updated:** Sun Feb 05, 2017 08:13 AM UTC
**Owner:** nobody
Issue on Windows 10 on Pd 0.47.1
Steps to reproduce: Create a new file, make a subpatch and maximise the subpatch window, close the window and reopen the subpatch. It is now effectively hidden since the window x y position has moved way off screen. The line in the .pd save file looks like this:
#N canvas 3828 1025 1920 997 test 0;
but should be
#N canvas 0 50 1920 997 test 0;
It's easy enough to fix with text editor but still a fairly annoying glitch.
---
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:#1283] zoom level affects vslider output range**
**Status:** open
**Group:** v0.47
**Created:** Sun Jan 15, 2017 09:59 PM UTC by Claude Heiland-Allen
**Last Updated:** Sun Jan 15, 2017 09:59 PM UTC
**Owner:** nobody
Steps to reproduce:
0. create a new patch window
1. create a vslider
2. create a number box connected from the vslider
3. verify that vslider ranges from 0 to 127
4. select zoom in menu option
5. notice that vslider now ranges from 0 to 255
Conclusion: vslider output range depends on zoom level, which is probably not intended.
I tested on:
$ pd -version
Pd-0.47.1 ("") compiled for Debian (0.47.1-3) on 2016/11/28 at 20:56:10 UTC
(Bug originally reported by a Win10 user in #dataflow)
---
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.