---
** [patches:#576] ALSA_MIDI_NOTE_ON_FIX**
**Status:** open
**Group:** bugfix
**Created:** Sun Apr 24, 2016 07:28 PM UTC by Philip Stolz
**Last Updated:** Sun Apr 24, 2016 07:28 PM UTC
**Owner:** nobody
**Attachments:**
- [0001-FIXED-Behavior-for-note_on-velocity-0-note_off-in-al.patch](https://so… (1.5 kB; text/x-patch)
The ALSA implementation of putmidimess replaced "note on" messages with "note off" messages if their velocity=0.
This behavior isn't consistent with the OSS implementation.
This patch has removed the special treatment of "note_on",vel=0 messages from the ALSA implementation in s_midi_alsa.c. The patch also generates "note off" messages if they were in the output queue.
REMARK: Currently there is no way to put "note off" messages to the output queue from a pd-patch. I would sugest to implement the special treatment of "note on" messages with vel=0 as an optional behavior of [noteout]. I could imagine two different modes of noteout: mode 1: vel=0 => "note on", vel=0; mode 2: vel=0 => "note off".
---
Sent from sourceforge.net because pd-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pure-data/patches/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pure-data/admin/patches/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
---
** [bugs:#1239] 0.47test Error: named font "TkTextFont" doesn't exist**
**Status:** open
**Group:** v0.46
**Created:** Sun Apr 24, 2016 06:49 PM UTC by Tomoya Matsuura
**Last Updated:** Sun Apr 24, 2016 06:49 PM UTC
**Owner:** nobody
OSX10.11.4 Pd v.0.47
It appears when selected font size in font setting window and sometimes crush:
named font "TkTextFont" doesn't exist
named font "TkTextFont" doesn't exist
while executing
"font configure TkTextFont -size -$myfontsize"
(procedure "::dialog_font::apply" line 3)
invoked from within
"::dialog_font::apply $::dialog_font::canvaswindow 12"
invoked from within
".font.fontsize.radio12 invoke"
("uplevel" body line 1)
invoked from within
"uplevel #0 [list $w invoke]"
(procedure "tk::ButtonUp" line 23)
invoked from within
"tk::ButtonUp .font.fontsize.radio12"
(command bound to event)
---
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.
---
** [patches:#575] Correct JACK development packages in INSTALL.txt**
**Status:** open
**Group:** bugfix
**Created:** Sun Apr 24, 2016 03:19 PM UTC by nikolya
**Last Updated:** Sun Apr 24, 2016 03:19 PM UTC
**Owner:** Miller Puckette
**Attachments:**
- [0001-Add-correct-jack-development-packages.patch](https://sourceforge.net/p… (1.5 kB; text/x-patch)
Currently, the lines about the ALSA and JACK dev packages in INSTALL.txt both mention the ALSA dev packages. This seems to be a copy and paste error. The attached patch adds the correct JACK packages.
---
Sent from sourceforge.net because pd-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pure-data/patches/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pure-data/admin/patches/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
---
** [feature-requests:#144] compiling vanilla patches as objects (gen~?)**
**Status:** open
**Group:** Next Release (example)
**Created:** Fri Apr 22, 2016 03:34 PM UTC by Alexandre Porres
**Last Updated:** Fri Apr 22, 2016 03:34 PM UTC
**Owner:** Miller Puckette
howdy, wtih things like the heavy compiler, the libpd and stuff, how crazy would it be to expect something like an object compiler to host pd patches in pd?
I think that'd be something like gen~ in max/msp.
cheers
---
Sent from sourceforge.net because pd-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pure-data/feature-requests/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pure-data/admin/feature-requests/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
Maybe add this info to the readme, at least pointing to the branch as a stable branch?
--------
Dan Wilcox
@danomatika <https://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
> On Apr 12, 2016, at 4:00 AM, pd-dev-request(a)lists.iem.at wrote:
>
> On 2016-03-22 21:18, IOhannes m zmölnig wrote:
>> - there is a separate "pd-deployment" branch in the deken repository,
>> where only "ready to be included" versions of the plugin are found.
>> it's always safe to include the latest version of this branch into Pd.
>
>
> ok, i've implemented that now.
> starting with today, there is a branch [pd-deployment], which can safely
> be used to import the "deken-plugin.tcl" into Pd-vanilla.
>
> it is currently in total sync with the plugin version as shipped with Pd
> (the only difference is that i used a *comment* to disable one specific
> line instead of just deleting it)
>
> so in the future, just use the "pd-deployment" task whenver you feel
> like updating the built-in deken.
>
> fgamsdr
> IOhannes
>
> [pd-deployment] https://github.com/pure-data/deken/tree/pd-deployment <https://github.com/pure-data/deken/tree/pd-deployment>
---
** [patches:#574] more ressource leak fixes,...**
**Status:** open
**Group:** bugfix
**Labels:** puredata
**Created:** Tue Apr 12, 2016 11:02 AM UTC by IOhannes m zmölnig
**Last Updated:** Tue Apr 12, 2016 11:02 AM UTC
**Owner:** Miller Puckette
the [pull-request #14](https://github.com/pure-data/pure-data/pull/14) on github contains some more fixes for memory leaks, out-of-bound-access and the like.
tell me if you prefer a single patch in this tracker instead.
---
Sent from sourceforge.net because pd-dev(a)lists.iem.at is subscribed to https://sourceforge.net/p/pure-data/patches/
To unsubscribe from further messages, a project admin can change settings at https://sourceforge.net/p/pure-data/admin/patches/options. Or, if this is a mailing list, you can unsubscribe from the mailing list.
I feel like the easiest method is to leave the main deken development in the separate repo and pull in periodic versions/updates upstream. So a good call for deken versioning. :)
Maybe another option is deken can be a submodule in the repo pure-data? This approach has helped libpd be a bit more maintainable by having pure-data as a submodule.
--------
Dan Wilcox
@danomatika <https://twitter.com/danomatika>
danomatika.com <http://danomatika.com/>
robotcowboy.com <http://robotcowboy.com/>
> On Mar 22, 2016, at 5:00 AM, pd-dev-request(a)lists.iem.at wrote:
>
> From: Miller Puckette <msp(a)ucsd.edu <mailto:msp@ucsd.edu>>
> Subject: Re: [PD-dev] [pure-data:pure-data] 2 new commits to pure-data
> Date: March 21, 2016 at 5:35:05 PM MDT
> To: IOhannes m zmölnig <zmoelnig(a)iem.at <mailto:zmoelnig@iem.at>>
> Cc: PureData developer's list <pd-dev(a)lists.iem.at <mailto:pd-dev@lists.iem.at>>
>
>
> Hmm... OK, reverting. I now would like to know where to track this
> from (or should I just leave it and have people submit patches to it
> in the pd repo instead?)
---
** [bugs:#1237] missing help file of [clip]**
**Status:** open
**Group:** v0.46
**Created:** Sun Apr 10, 2016 02:19 PM UTC by Alexandre Porres
**Last Updated:** Sun Apr 10, 2016 02:19 PM UTC
**Owner:** Miller Puckette
please add a help file for [clip] in vanilla
---
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.
Hi everybody,
i want to embed Pd into my executable and use it to receive data from
ethernet (simple UDP and/or OSC).
Could someone please suggest me something ?
All the best.