Pd-0.47.0 ("test") compiled 19:15:29 Mar 23 2016
Pre-condition: MIDI device present, activated within ALSA.
While opening Media > MIDI Settings...
opened 0 MIDI input device(s) and 0 MIDI output device(s).
(Tcl) UNHANDLED ERROR: bad side "top-fill": must be top, bottom, left, or right
while executing
"pack $id.buttonframe -side top-fill x -pady 2m"
(procedure "pdtk_alsa_midi_dialog" line 48)
invoked from within
"pdtk_alsa_midi_dialog .gfxstub1021230 0 0 0 0 0 0 0 0 0 1"
("uplevel" body line 4)
invoked from within
"uplevel #0 $docmds"
Same configuration works ok with 0.46.7.
System: Xubuntu 14.04 x86-64
Anonymous
Forget to mention the local repository was updated just before compilation.
seems like this is a typoe in tcl/dialog_midi.tcl:486 where a space is missing between
topand-fill. the line really should read:attached is a git-patch that fixes this.
Ticket moved from /p/pure-data/bugs/1236/
Fast iOhannes, I just made the same patch. I will check if that same typo ended up in any of the other dialogs I worked on.
Nope. Looks clean.