Hi list,
I always wanted to use mtx_mul~ more often, but since I don't work with
matrixes I couldn't get an efficient control happening.
For that I've just made a GUI object for mtx_mul~, emulating max/msp's
matrixctrl. Before I bundle this with my abstractions in Pd-ext, I would
like to ask you to test it. It is a simple GUI, using data structures to
make the graphics, programmed in pd-extended.
I would like to receive some bug reports, critiques, suggestions soon, so
that I can add this to the svn site.
Hope you have fun,
João
This is very useful, thanks! The only suggestion I have would be able to change the colors somehow.
.mmb
On Tue, Jul 9, 2013 at 4:36 AM, João Pais jmmmpais@googlemail.com wrote:
Hi list,
I always wanted to use mtx_mul~ more often, but since I don't work with matrixes I couldn't get an efficient control happening.
For that I've just made a GUI object for mtx_mul~, emulating max/msp's matrixctrl. Before I bundle this with my abstractions in Pd-ext, I would like to ask you to test it. It is a simple GUI, using data structures to make the graphics, programmed in pd-extended.
I would like to receive some bug reports, critiques, suggestions soon, so that I can add this to the svn site.
Hope you have fun,
João _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
This is awesome.. a few modifications and it could also work with [cyclone/matrix~].
great job
On Tue, Jul 9, 2013 at 4:12 PM, Mike Moser-Booth mmoserbooth@gmail.comwrote:
This is very useful, thanks! The only suggestion I have would be able to change the colors somehow.
.mmb
On Tue, Jul 9, 2013 at 4:36 AM, João Pais jmmmpais@googlemail.com wrote:
Hi list,
I always wanted to use mtx_mul~ more often, but since I don't work with matrixes I couldn't get an efficient control happening.
For that I've just made a GUI object for mtx_mul~, emulating max/msp's matrixctrl. Before I bundle this with my abstractions in Pd-ext, I would like to ask you to test it. It is a simple GUI, using data structures to make the graphics, programmed in pd-extended.
I would like to receive some bug reports, critiques, suggestions soon, so that I can add this to the svn site.
Hope you have fun,
João _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Mike Moser-Booth - mmoserbooth@gmail.com Master's Student in Music Technology Schulich School of Music, McGill University Centre for Interdisciplinary Research in Music Media and Technology
"Words that make questions may not be questions at all." -- Neil deGrasse Tyson
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Hi João
Nice and handy abstraction!
Since it outputs 'matrix' messages, it would be nice if it would accept 'matrix' messages as input to set the initial state. This would make state saving/restoring even simpler.
@colors: Mike probably means it'd be nice to be able to set the color of toggled and non-toggled cells.
Roman
On Wed, 2013-07-10 at 02:34 +0200, João Pais wrote:
what do you mean exactly?
This is very useful, thanks! The only suggestion I have would be able to change the colors somehow.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Since it outputs 'matrix' messages, it would be nice if it would accept 'matrix' messages as input to set the initial state. This would make state saving/restoring even simpler.
yes, good idea.
@colors: Mike probably means it'd be nice to be able to set the color of toggled and non-toggled cells.
I think too, but just wanted to be sure.
hi!
good work!
i also have one suggestion: 2 additional OR modes would be nice -> first: only one selection per row -> second: only one selection per column
then you could easily switch between different inputs for more then one output or vice versa.
matthias
On 7/10/13 10:10 AM, Roman Haefeli wrote:
Hi João
Nice and handy abstraction!
Since it outputs 'matrix' messages, it would be nice if it would accept 'matrix' messages as input to set the initial state. This would make state saving/restoring even simpler.
@colors: Mike probably means it'd be nice to be able to set the color of toggled and non-toggled cells.
Roman
On Wed, 2013-07-10 at 02:34 +0200, João Pais wrote:
what do you mean exactly?
This is very useful, thanks! The only suggestion I have would be able to change the colors somehow.
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
Here is a newer version. Added color change. Interpretation of matrix
lists and maybe also selective OR method could follow next, when I have
the time. Won't happen during the next days.
For the color selector a new abstraction is necessary, [ds-color-sel], a
tool to pick up data structures colors (can also be used in other
contexts).
João
Hi João
Nice and handy abstraction!
Since it outputs 'matrix' messages, it would be nice if it would accept 'matrix' messages as input to set the initial state. This would make state saving/restoring even simpler.
@colors: Mike probably means it'd be nice to be able to set the color of toggled and non-toggled cells.
Roman
On Wed, 2013-07-10 at 02:34 +0200, João Pais wrote:
what do you mean exactly?
This is very useful, thanks! The only suggestion I have would be able
to
change the colors somehow.