Search found 13 matches
- 21 Feb 2012 23:31
- Forum: General Discussion
- Topic: file size limit
- Replies: 23
- Views: 4594
Re: file size limit
Great as it is the file size is now 2mb, but it would be nice to have the memory usage dial showing 100% when we use 100% of the memory.
- 19 Feb 2012 12:14
- Forum: General Discussion
- Topic: file size limit
- Replies: 23
- Views: 4594
Re: file size limit
could someone please tell me what the new file size limit is please. Thanks in advance, and well done to liine for sorting this out.
- 05 Feb 2012 00:43
- Forum: General Discussion
- Topic: Lemur editor HUGE memory bug
- Replies: 16
- Views: 6362
Re: Lemur editor HUGE memory bug
hmm, i guess this is why i just lost around 2 days of programming osc and scripts, there was me thinking i had loads of memory left. =(
- 04 Feb 2012 23:23
- Forum: General Discussion
- Topic: midi note recieving
- Replies: 3
- Views: 1307
Re: midi note recieving
Doh! No thats not really working how i want it to either. My method above worked fine for updating the pad in lemur, but i now need to get the same pad to output OSC on and off when it recieves the midi data. Weirdly when i press the pad, OSC on + off works fine. ATM using my above method i'm just ...
- 04 Feb 2012 19:34
- Forum: General Discussion
- Topic: midi note recieving
- Replies: 3
- Views: 1307
Re: midi note recieving
I figured it out, i set the message from the pad to deal with the "note on" message, and then created a script executable by midi, with this expression.. if(MIDI_ARGS[0])x=0; Pad now switches on and off at the correct moments even if i stretch the note in ableton. Hope this helps someone else. =)
- 04 Feb 2012 18:09
- Forum: General Discussion
- Topic: midi note recieving
- Replies: 3
- Views: 1307
midi note recieving
Hi guys, In need of help, probably an easy solution. I'm trying to send a midi note from ableton to trigger a pad in lemur. I have midi data going to and from fine. The problem is i can only choose "90-note on" or "80-note off" messages in the lemur editor. Which means the pad is only receiving half ...
- 31 Jan 2012 00:45
- Forum: General Discussion
- Topic: switch modifying
- Replies: 3
- Views: 778
Re: switch modifying
No worries, i sussed it out; Action script, on expression x, custom button.x=0; =)
- 30 Jan 2012 20:48
- Forum: General Discussion
- Topic: switch modifying
- Replies: 3
- Views: 778
Re: switch modifying
hmm, maybe "setexpression" is the one?
- 30 Jan 2012 20:43
- Forum: General Discussion
- Topic: switch modifying
- Replies: 3
- Views: 778
switch modifying
Hi guys, I've been trying to understand expression's and scripting with limited success. I've read through the guide and its not making much sense to me. Can anyone explain how to script one switch to turn lots of other switches off. I think i need to create an "action" script on expression, but ...
- 29 Jan 2012 17:28
- Forum: General Discussion
- Topic: OSC feedback from modul8
- Replies: 3
- Views: 1615
Re: OSC feedback from modul8
Its all working now! =) I had all the ports set correctly and ip address's set correctly, i had to pause and restart the OSC global module in modul8 to get it to work.