Ugh, forgot to mention another critical thing--this version requires tcl/tl 8.5 or higher.
Best wishes,
Ico
Ivica Ico Bukvic ico@vt.edu wrote:
Also, forgot to mention in my original email this version AFAIK fixes all graph-on-parent bugs.
Just remembered a few more that some of you might find useful:
*send to back/bring to front right-click menu for those of you interested in building more complex UIs *auto-update of scrollbars when typing/resizing objects *canvas always tries to fit the entire patch as best as it can (it is not any more 0,0 coord-centric, however, so it will not reopen patches the way they may have looked in the vanilla-version of pd) *text editing has ctrl+home and ctrl+end traversal between space-delimited words *"select all" is context sensitive (so when editing an object select all will select all its text rather than all objects on the canvas) *select/cut/copy/paste is universal (works seamlessly across text fields and canvas) *commands are ignored in contexts where they have no purpose (e.g. create an object shortcut invoked on the main canvas should have no effect) *improved accuracy of canvas reporting it has been changed
Cheers!
Best wishes,
Ico
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
To solve the problem with the tk library, I had to install package "tk-dev". Same for tcl, installed package "tcl8.5-dev". After installing these packages I I was able to complete the build process specified in the email (not as is written in the INSTALL text file in the tarball). Now this pd version starts with no problems. Sound works, using Alsa. I did "./configure --enable-jack", but jack is not available in the audio menu. Have not yet had time to look further into functionality. Did notice that using the send to back/bring to front functionality (which is nice!) does reset all the visual controls in a patch.
Bye, Menno,.
On Sun, Nov 21, 2010 at 10:13 PM, Ivica Ico Bukvic ico@vt.edu wrote:
Ugh, forgot to mention another critical thing--this version requires tcl/tl 8.5 or higher.
Best wishes,
Ico
Ivica Ico Bukvic ico@vt.edu wrote:
Also, forgot to mention in my original email this version AFAIK fixes all graph-on-parent bugs.
Just remembered a few more that some of you might find useful:
*send to back/bring to front right-click menu for those of you interested in building more complex UIs *auto-update of scrollbars when typing/resizing objects *canvas always tries to fit the entire patch as best as it can (it is not any more 0,0 coord-centric, however, so it will not reopen patches the way they may have looked in the vanilla-version of pd) *text editing has ctrl+home and ctrl+end traversal between space-delimited words *"select all" is context sensitive (so when editing an object select all will select all its text rather than all objects on the canvas) *select/cut/copy/paste is universal (works seamlessly across text fields and canvas) *commands are ignored in contexts where they have no purpose (e.g. create an object shortcut invoked on the main canvas should have no effect) *improved accuracy of canvas reporting it has been changed
Cheers!
Best wishes,
Ico
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-----Original Message----- From: Menno van der Woude [mailto:mennowo@gmail.com] Sent: Sunday, November 21, 2010 5:21 PM To: Ivica Ico Bukvic Cc: Pd-list@iem.at Subject: Re: [PD] call for testers for L2Ork iteration of pd-extended (based on 0.42.x branch)
To solve the problem with the tk library, I had to install package "tk-dev". Same for tcl, installed package "tcl8.5-dev". After installing these packages I I was able to complete the build process specified in the email (not as is written in the INSTALL text file in the tarball). Now this pd version starts with no problems. Sound works, using Alsa. I did "./configure --enable-jack", but jack is not available in the audio menu. Have not yet had time to look further into functionality. Did notice that using the send to back/bring to front functionality (which is nice!) does reset all the visual controls in a patch.
You need yo also install jack-dev to be able to install with jack. Monitor ./configure output to learn what you are missing.