sequencer in max/msp?

rabidmachine9's icon

Hello everyone,
I'm trying to create a sequencer on max/msp and I'm wondering if there are any graphical objects that could help...
like vradio and hradio on pd, or something that coud do the same work.
all opinions are welcome
thanks in advance

Kevin Shea Adams's icon

matrix control is a common one to use for sequencing...

i like to use multislider myself

have fun!

kevin

Chris Muir's icon

On Feb 26, 2008, at 11:47 AM, kostas wrote:

> I'm trying to create a sequencer on max/msp and I'm wondering if
> there are any graphical objects that could help...
> like vradio and hradio on pd, or something that coud do the same work.

What do these PD objects do?

Chris Muir
cbm@well.com

DonK's icon

radiogroup is sort of like like vradio, but I don't think it will work horizontally. Matrix control is probably a good alternative to using a horizontal "radiogroup".

rabidmachine9's icon

thanks for the quick replies!

oolfur's icon

is it impossible to get radiogroup to display its checkboxes horizontally?

Luke Hall's icon

If you send "one/row 1" to the [matrixctrl] object, or change this attribute in the inspector you can mimic a horizontal [radiogroup] pretty well.

lh