Search found 114 matches

by Myralfur
Mon Nov 04, 2013 7:06 pm
Forum: Max For Live
Topic: live.path and relative paths
Replies: 14
Views: 2751

Re: live.path and relative paths

also i still tend to shy away from using live.path objects where i can. probably not an issue any more but they used to be pretty damn slow to get an id, it was much quicker to use live.objects and live.observers and get all the ids as children of live_set. so even in a lot of current patches, i get...
by Myralfur
Mon Nov 04, 2013 7:03 pm
Forum: Max For Live
Topic: live.path and relative paths
Replies: 14
Views: 2751

Re: live.path and relative paths

also the highlighted clip slot only changes when the selected track and selected scene change... so i just observe the selected track and selected scene, as children of live_set view using a live.observer rather than live.path, and then send "get highlighted_clip_slot" to a live.object whe...
by Myralfur
Mon Nov 04, 2013 7:01 pm
Forum: Max For Live
Topic: live.path and relative paths
Replies: 14
Views: 2751

Re: live.path and relative paths

yes, live.path's can do some handy observer type stuff! it is explained in the documentation and live.path help file, i seem to remember anyway. the left outlet of live path outputs the id of whatever object is currently at the path you send it. the middle outlet outputs the id of whatever object is...
by Myralfur
Mon Nov 04, 2013 4:11 am
Forum: Max For Live
Topic: Stuff in Max4Live you wish you'd worked out ages ago….
Replies: 29
Views: 4563

Re: Stuff in Max4Live you wish you'd worked out ages ago….

@S4racen also, check this out if you get a chance :), think it might be of use to you... if i can explain what it does usefully anyway. ----------- quick copy paste from another thread below -------------- i've been working on a max for live device to simplify and centralise communication with the l...
by Myralfur
Mon Nov 04, 2013 4:06 am
Forum: Max For Live
Topic: Stuff in Max4Live you wish you'd worked out ages ago….
Replies: 29
Views: 4563

Re: Stuff in Max4Live you wish you'd worked out ages ago….

once you've set a property for a [live.observer] to observe, every time you send an id to its right inlet it will start observing the property in the new id. you don't need to send the new id and then property each time, this actually makes it send out the value twice, making loads of things later i...
by Myralfur
Mon Nov 04, 2013 4:00 am
Forum: Max For Live
Topic: how to observe the state of all the clip slots ?
Replies: 8
Views: 1636

Re: how to observe the state of all the clip slots ?

also, i've been working on a max for live device to simplify and centralise communication with the live api within a live set. you might be interested in it. basically it's a device that on initialisation gets all of the ids and properties of objects within the live object model. it stores all the i...
by Myralfur
Mon Nov 04, 2013 3:42 am
Forum: Max For Live
Topic: how to observe the state of all the clip slots ?
Replies: 8
Views: 1636

Re: how to observe the state of all the clip slots ?

using a poly~, as brock has shown, works well. the max voice number for poly~ is 1023 though i think. i'm also not sure what the cpu usage would be like with that many observers. the other option is to only get the ids of clips, rather than observe them, and try to update your stored array of clip i...
by Myralfur
Mon Nov 04, 2013 3:26 am
Forum: Max For Live
Topic: help from someone with a launchpad S and m4l ?
Replies: 7
Views: 1369

Re: help from someone with a launchpad S and m4l ?

the extra number on the end of the device id is only added when more than one is plugged in, i think. my new launchpad mini shows up as "Launchpad Mini", so i suspect when enumerated the device id's will look like "Launchpad S 1", or "Launchpad 1". rather than "Lau...
by Myralfur
Mon Jun 17, 2013 9:52 pm
Forum: Max For Live
Topic: Morph Filter - M4L device for Live9. Like filter in sampler!
Replies: 8
Views: 2090

Re: Morph Filter - M4L device for Live9. Like filter in sampler!

I've attached a version of the device to the top post in this thread on the cycling '74 website:

http://cycling74.com/forums/topic/morph ... -fun-time/

Until I get a website up and running you can download v1 of the device there :)
by Myralfur
Wed Jun 12, 2013 8:31 pm
Forum: Max For Live
Topic: Morph Filter - M4L device for Live9. Like filter in sampler!
Replies: 8
Views: 2090

Re: Morph Filter - M4L device for Live9. Like filter in sampler!

New version updated for Live 9, see the top post, and message me if you'd like a copy for testing!
by Myralfur
Sat Mar 16, 2013 11:23 am
Forum: Live 9.0.x BETA
Topic: (48797133) LiveAPI scroll/zoom methods not working
Replies: 4
Views: 2998

Re: LiveAPI scroll/zoom methods not working as expected

also not working when accessing the api through m4l rather than python. posted this up on the live 9 beta forum as a bug over 3 months ago... no reply at all... in fact no reply on any of the bug reports i wrote about live 9 api. maybe now the release it out we'll see some work on fixing these issue...
by Myralfur
Tue Aug 28, 2012 5:20 pm
Forum: Max For Live
Topic: Morph Filter - M4L device for Live9. Like filter in sampler!
Replies: 8
Views: 2090

Re: Z Plane / Morph Filter - M4L and Max patch versions.

thanks for the link pizmo! looks like a cool little app, using some of the new filterdesign and plot objects (maybe?) to show how it works. i think i've also got the idea of z-plane filtering pretty wrong, heh. i was going off a short description by a mate who uses them for neurofunk and neurostep/g...
by Myralfur
Sat Aug 25, 2012 11:33 am
Forum: Max For Live
Topic: Morph Filter - M4L device for Live9. Like filter in sampler!
Replies: 8
Views: 2090

Re: Z Plane / Morph Filter - M4L and Max patch versions.

here's a quick update. made a bit of a simple version with the LFOs taken out, super simple preset system, and added the ability to change the filter type of all six of the filters; so you can now crossfade between any six different filters! let me know what you think. http://post.monome.org/?PostBa...
by Myralfur
Fri May 25, 2012 3:39 pm
Forum: Max For Live
Topic: Morph Filter - M4L device for Live9. Like filter in sampler!
Replies: 8
Views: 2090

Morph Filter - M4L device for Live9. Like filter in sampler!

Recently finished a new version with a few extra features and the user interface updated to fit in with Live 9's colour scheme. It allows you to morph between 5 separate audio filters, each of which can have its own filter type, cutoff frequency, gain and resonance. A bit like the filter in Ableton'...