Option 1 is easier:
# this is the default in pd_bindings.tcl bind all <$::modifier-Key-v> {menu_send %W paste}
# disabled bind all <$::modifier-Key-v> {break}
Option 2 requires either overriding ::pd_menucommands::menu_send and intercepting the paste message or changing the paste handling in the core, I think.
Option 3: Maybe flatgui/entry shouldn't always go into edit mode (a bug) or at least have some way to control it's behavior (a feature)?
On Feb 18, 2018, at 8:17 PM, pd-list-request@lists.iem.at wrote:
Hello list,
I had a question for any tcl-plugin programmer out there: is it possible (and easy) to make a GUI plugin that would avoid Pd going into edit mode when the paste key combination is pressed? The reason is, while using a patch with [flatgui/entry], the patch is always going into edit mode.
I would imagine it could work in one of these ways, but I can't judge which is the easiest:
- remove the key binding that makes ctrl+v go into edit mode
or
- keep the key binding, but after opening edit mode, it closes it again
I tried IO's kiosk plugin, but it didn't help with this particular case.
thanks, option 1 worked.
Option 1 is easier:
# this is the default in pd_bindings.tcl bind all <$::modifier-Key-v> {menu_send %W paste}
# disabled bind all <$::modifier-Key-v> {break}
Option 2 requires either overriding ::pd_menucommands::menu_send and intercepting the paste message or changing the paste handling in the core, I think.
Option 3: Maybe flatgui/entry shouldn't always go into edit mode (a bug) or at least have some way to control it's behavior (a feature)?
It doesn't offer those options, and I imagine that it won't be further developed. For the current context, it will work. Btw, the results of this patch will be presented in Berlin in 8/03: http://kontraklang.de/concert/the-talking-concert/
Best,
jmmmp
Hello Cyrille,
Is linear-cue-system the latest version on http://www.chnry.net or you have something more recent to share ? Thx. ++
Jack
For what it's worth, this is my go-to cue system : https://github.com/m---w/kollabs
2018-02-20 16:15 GMT+01:00 Jack jack@rybn.org:
Hello Cyrille,
Is linear-cue-system the latest version on http://www.chnry.net or you have something more recent to share ? Thx. ++
Jack
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/ listinfo/pd-list
Kollabs looks very detailed and very interesting ! Thanks for the link. ++
Jack
Le 20/02/2018 à 16:55, baptiste chatel a écrit :
For what it's worth, this is my go-to cue system : https://github.com/m---w/kollabs
2018-02-20 16:15 GMT+01:00 Jack <jack@rybn.org mailto:jack@rybn.org>:
Hello Cyrille, Is linear-cue-system the latest version on http://www.chnry.net or you have something more recent to share ? Thx. ++ Jack _______________________________________________ Pd-list@lists.iem.at <mailto:Pd-list@lists.iem.at> mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list <https://lists.puredata.info/listinfo/pd-list>
Le 20/02/2018 à 16:15, Jack a écrit :
Hello Cyrille,
Is linear-cue-system the latest version on http://www.chnry.net or you have something more recent to share ?
My website is not always up to date, the most recent stuff is on pd svn, in the nusmuk folder
cheers c
Thx. ++
Jack
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
OK, I got it, thank you. ++
Jack
Le 20/02/2018 à 18:28, cyrille henry a écrit :
Le 20/02/2018 à 16:15, Jack a écrit :
Hello Cyrille,
Is linear-cue-system the latest version on http://www.chnry.net or you have something more recent to share ?
My website is not always up to date, the most recent stuff is on pd svn, in the nusmuk folder
cheers c
Thx. ++
Jack
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
I discovered you have also "ctl" abstraction to conduct a live performance. What are the main differences between "ctl" and "linear-cue-system" ? What do you suggest between between these both sets of abstractions to conduct a dance performance (sounds and videos) ? ++
Jack
Le 20/02/2018 à 18:58, Jack a écrit :
OK, I got it, thank you. ++
Jack
Le 20/02/2018 à 18:28, cyrille henry a écrit :
Le 20/02/2018 à 16:15, Jack a écrit :
Hello Cyrille,
Is linear-cue-system the latest version on http://www.chnry.net or you have something more recent to share ?
My website is not always up to date, the most recent stuff is on pd svn, in the nusmuk folder
cheers c
Thx. ++
Jack
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> https://lists.puredata.info/listinfo/pd-list