Search found 28 matches
- 16 Oct 2013 08:46
- Forum: General Discussion
- Topic: Need a simple Ableton clip launcher
- Replies: 9
- Views: 1876
Re: Need a simple Ableton clip launcher
Creating a clip launcher is very complicated. I wouldnt recommend building one from scratch. There are two available for lemur which are livecontrol2 and Mu. Both are very good. Both might be difficult to customise. With livecontrol2 to customise it you have to work around all the sysex in the ...
- 14 Oct 2013 14:17
- Forum: General Discussion
- Topic: Lemur pre-purchase question - combine templates
- Replies: 7
- Views: 1785
Re: Lemur pre-purchase question - combine templates
If adding a new page doesnt work, you can always show/hide a container (with your microtonic bits in the container) on top of the live control template.
Like so:
Like so:
- 11 Oct 2013 09:17
- Forum: General Discussion
- Topic: Lemur pre-purchase question - combine templates
- Replies: 7
- Views: 1785
Re: Lemur pre-purchase question - combine templates
Yes, you can combine templates fairly easily. When you copy the parts you want to clipboard, its just XML markup you are copying. The post you refer to points out that the script might not have copied over successfully, because it does not reside in the area being copied. It probably sits at the top ...
- 05 Oct 2013 19:00
- Forum: General Discussion
- Topic: Show/hide controls from OSC
- Replies: 2
- Views: 935
Re: Show/hide controls from OSC
Put a script in your container called "showhide"
Put this in the script: (execution on OSC)
show(findobject(OSC_ARGS[0]), OSC_ARGS[1]);
Then OSC is : /container/showhide 0 (or 1)
I think.
Put this in the script: (execution on OSC)
show(findobject(OSC_ARGS[0]), OSC_ARGS[1]);
Then OSC is : /container/showhide 0 (or 1)
I think.
- 25 Sep 2013 03:24
- Forum: General Discussion
- Topic: Performance Maximization
- Replies: 6
- Views: 1514
Re: Performance Maximization
Theres definitely a problem with windows causing the ports to close. Windows 7 just doesnt like opening and closing ports. Ive not quite put my finger on it yet, but its definitely there. Mac does it too sometimes. I think its a TCP problem. Wireshark can also give you more info. https://www ...
- 24 Sep 2013 20:17
- Forum: General Discussion
- Topic: Performance Maximization
- Replies: 6
- Views: 1514
Re: Performance Maximization
Im not sure about these things, but if Lemur App is exiting to the background, you might be able to catch the error and report it to support using - https://itunes.apple.com/en/app/system-console/id431158981?mt=8 - i think its support@liine.net Lemur seems to exit sometimes when handling fast and ...
- 21 Aug 2013 22:53
- Forum: General Discussion
- Topic: Mu updated for Live 9, access chains, auto device select!
- Replies: 39
- Views: 22114
Re: Mu updated for Live 9, access chains, auto device select
Hey jamesway, Thanks for trying it out. In terms of the speed of loading device templates. I think this has to do with the fact that there is a "qlim 2000" object in the Mu.deviceeditora.maxpat and Mu.deviceeditor.maxpat . This will slow the loading down to 2 seconds for each template. I implemented ...
- 25 Jun 2013 20:23
- Forum: Troubleshooting
- Topic: App resets connection
- Replies: 2
- Views: 1066
Re: App resets connection
Hi Mat, Thanks for the info. From testing it seems there is definitely a problem with general TCP connection on windows. This does happen with Midi, but also happens when sending templates to the lemur over TCP. The midi seems fixable from your suggestions. However, Im really stuck on the template ...
- 24 Jun 2013 08:37
- Forum: General Discussion
- Topic: Mu released under Creative Commons license
- Replies: 6
- Views: 1907
Re: Mu released under Creative Commons license
Hi Macizza, Ive got a working version of 64bit ready, but I have one bug I cant seem to fix. Instead of using lemurloader object to load the device templates (since there isnt a 64bit lemurloader), im using this - https://github.com/cassiel/sifaka/blob/master/example-code/stanton/lemur_loader.py ...
- 21 Jun 2013 10:47
- Forum: Troubleshooting
- Topic: App resets connection
- Replies: 2
- Views: 1066
App resets connection
Hi, Ive noticed several scenarios (on windows), where the Lemur Ipad app just minimizes to the background. This seems to be because it loses connection. Any templates that are being used at the time need to be resent over to the lemur. The scenarios I have seen are when midi data is being sent, and ...