--
You received this message because you are subscribed to the Google Groups "Austin Creative Code" group.
To post to this group, send email to atxcrea...@googlegroups.com.
To unsubscribe from this group, send email to atxcreativeco...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/atxcreativecode?hl=en.
On Jan 11, 1:49 pm, Anthony Palomba <apalo...@austin.rr.com> wrote:
> Yes, you can. You need to create a M4L patch that takes MIDI data,
> or M4L control data, and formats it for OSC and then sends it
> via UDP.
>
> OSC formatting is done wiht CNMAT externals which can be downloaded athttp://cnmat.berkeley.edu/downloads
>
> The packets are then sent out with the Max object "udpwrite".
>
> Let me know if you need any assistance, I have a lot of examples.
>
> Anthony
>
>
>
> On Mon, Jan 11, 2010 at 11:54 AM, weevil <wileywg...@gmail.com> wrote:
> > Does anyone on here have any knowledge of Max4Live and how you use it
> > to get OSC out of Ableton Live? I'm going to be using it to control
> > vdmx and I need a crash course. I seem to remember someone on here
> > being a Max person (Gurzil?).
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Austin Creative Code" group.
> > To post to this group, send email to atxcrea...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > atxcreativeco...@googlegroups.com<atxcreativecode%2Bunsubscribe@ googlegroups.com>
--
You received this message because you are subscribed to the Google Groups "Austin Creative Code" group.
To post to this group, send email to atxcrea...@googlegroups.com.
To unsubscribe from this group, send email to atxcreativeco...@googlegroups.com.
On Jan 12, 10:00 am, Anthony Palomba <apalo...@austin.rr.com> wrote:
> I guess you could. Would it not be easier to have the OSC messages
> tagged differently? Like "VDMX1/on", this assumes the VDMX machines can
> listen for a
> particular OSC tag. Not to familiar with VDMX machines.
>
> Anthony
>
>
>
> On Tue, Jan 12, 2010 at 9:15 AM, weevil <wileywg...@gmail.com> wrote:
> > I've got ableton talking to vdmx with OSC now, which is good. Now I
> > have to consider how I am going to get it to talk to two VDMX machines
> > at once. Do you think I can I have two OSC clients listening at once,
> > and then just have the two seats of VDMX react to different notes?
>
> > --
> > You received this message because you are subscribed to the Google Groups
> > "Austin Creative Code" group.
> > To post to this group, send email to atxcrea...@googlegroups.com.
> > To unsubscribe from this group, send email to
> > atxcreativeco...@googlegroups.com<atxcreativecode%2Bunsubscribe@ googlegroups.com>
To unsubscribe from this group, send email to atxcreativeco...@googlegroups.com.
Someone also suggested setting up a wired ethernet network instead of
the ad hoc wireless I was going to, and sending OSC over multicast.
Which I sagely nodded at and pretended like I knew what he meant by
multicast.