Search found 426 matches

by amounra93
Mon Aug 13, 2012 7:51 pm
Forum: Max For Live
Topic: lhmidiin/out changes
Replies: 1
Views: 720

Re: lhmidiin/out changes

As always, thanks for sharing....you rock!
by amounra93
Fri Jul 06, 2012 10:57 pm
Forum: Max For Live
Topic: record Note velocity as automation
Replies: 3
Views: 1345

Re: record Note velocity as automation

Try changing "Takeover Mode" in Lives Preferences>MIDI Sync. Set it to absolute instead of relative or takeover.
by amounra93
Wed Jun 06, 2012 7:11 am
Forum: Max For Live
Topic: max4live vs. python
Replies: 19
Views: 3904

Re: max4live vs. python

Python integration with Max (using the stuff you've already done or any Control Surface Scripting in conjunction with Max) will require m4l. No need for the full version of Max, though. Does that answer your question?

a
by amounra93
Fri Jun 01, 2012 3:13 am
Forum: Max For Live
Topic: max4live vs. python
Replies: 19
Views: 3904

Re: max4live vs. python

The C stuff is pretty esoteric, but if you search the web you can find several examples of how to build and compile both C and Java externals. I compiled working versions of both my first C and Java externals the same day I started writing them, without having any background in either language. Java...
by amounra93
Tue May 29, 2012 10:11 am
Forum: Max For Live
Topic: max4live vs. python
Replies: 19
Views: 3904

Re: max4live vs. python

No reason to chuck all your old Python scripts. You can always communicate from m4l directly to Python via the control_surfaces hook in the API (I make extensive use of this in Monomodular and the stuff I've done for Livid). Also, don't think of it as a downgrade: even though it offers a simplistic ...
by amounra93
Sun Apr 22, 2012 12:40 am
Forum: Max For Live
Topic: Monomodular Thread (b994: Max6 Compatibility)
Replies: 86
Views: 29818

Re: Monomodular Thread (b993: New MonoLinkClient)

Monomodular has its own monome template for Lemur (Aum256). It will not help you with Monoemur, but it can be used to connect to SerialOSC monome patches by itself. It currently requires m4l for the Lemur connectivity.
by amounra93
Tue Apr 17, 2012 6:11 pm
Forum: Max For Live
Topic: My js is slowing down
Replies: 6
Views: 1671

Re: My js is slowing down

I think the problem that you are having is that you are creating a new API object every time you do something. Instead of using the new LiveAPI() method, you might instead try re-using instances that have already been created and reassigning their paths. This is a little slower on the front-end, but...
by amounra93
Thu Mar 29, 2012 4:23 am
Forum: Max For Live
Topic: Monomodular Thread (b994: Max6 Compatibility)
Replies: 86
Views: 29818

Re: Monomodular Thread (b993: New MonoLinkClient)

Hey uber, Thanks for the grats. It's really nice to know when people are having success! I'd love to hear about the crashes (I don't really get any Monomodular related crashes these days, unless I'm trying to update from old versions to new ones). Load speed is an issue for me, as well, but I always...
by amounra93
Sat Mar 24, 2012 6:09 am
Forum: Max For Live
Topic: Monomodular Thread (b994: Max6 Compatibility)
Replies: 86
Views: 29818

Re: Monomodular Thread (New MonoLinkClient)

Monomodular is up to b993 now....you can download the content here:

http://www.aumhaa.com/Monomodular/Monomodular_b993.zip

There's a changelog with the content, and you can also read about the new additions here:

http://www.aumhaa.com/wp

Cheers :)

a
by amounra93
Wed Mar 14, 2012 7:36 pm
Forum: Max For Live
Topic: Udpsend.mxe causes live to crash on win 7
Replies: 10
Views: 2447

Re: Udpsend.mxe causes live to crash on win 7

I've thought about this a bit, and I just don't know a good way to do this. It would be helpful to know how you are formatting the messages, and what kind of messages you are sending. What does the crash report say? I responded initially because I have a tester for Monomodular b993 that is having Li...
by amounra93
Tue Mar 13, 2012 6:08 pm
Forum: Max For Live
Topic: Udpsend.mxe causes live to crash on win 7
Replies: 10
Views: 2447

Re: Udpsend.mxe causes live to crash on win 7

Can't say that I'm much help, but I'm giving it some thought. Is this also crashing Live? What are you sending to? (every suggestion I can think of tends to be rather Mac-centric, sorry.....)

a
by amounra93
Mon Mar 12, 2012 1:30 am
Forum: Max For Live
Topic: Udpsend.mxe causes live to crash on win 7
Replies: 10
Views: 2447

Re: Udpsend.mde causes live to crash on win 7

Yeah, that's just the extension used for Windows externals (mxe as opposed to mxo). Bad message could definitely cause this, or other things with port blockage I suppose (although this shouldn't happen after its instantiated). What are you sending it? Are you using Zeroconf? a edit:: oh, I see what ...
by amounra93
Thu Mar 01, 2012 10:18 pm
Forum: Max For Live
Topic: lighting launchpad to visually monitor preset.
Replies: 18
Views: 3706

Re: lighting launchpad to visually monitor preset.

You can observe the mode_index of the Mode component to bang your stuff when switching modes. It's one of the few observable Control Surface API objects other than 'value'.

a
by amounra93
Thu Feb 23, 2012 12:32 am
Forum: Max For Live
Topic: lighting launchpad to visually monitor preset.
Replies: 18
Views: 3706

Re: lighting launchpad to visually monitor preset.

This sort of thing is soooo much easier with Monomodular.....and you get 16 user-modes.

a
by amounra93
Wed Feb 15, 2012 11:38 pm
Forum: Max For Live
Topic: Max for LIVE to control analog outboard
Replies: 6
Views: 1678

Re: Max for LIVE to control analog outboard

Or use Leigh Hunt's lhmidi objects, if you are on OSX.

a