Search found 114 matches
- 03 Nov 2017 03:25
- Forum: General Discussion
- Topic: Multislider Object - bidirectional com
- Replies: 2
- Views: 871
Re: Multislider Object - bidirectional com
Post your template and I'll look at it
- 28 Oct 2017 23:01
- Forum: General Discussion
- Topic: Why is Lemur failing where TouchOSC is working????
- Replies: 12
- Views: 6916
Re: Why is Lemur failing where TouchOSC is working????
You've got it backwards - Lemur is sending bundles instead of packets. This isn't a Lemur issue - it's a Behringer one. You could use some kind of software to sit between Lemur and x32. Or, maybe look for some kind of firmware upgrade?
- 26 Oct 2017 01:10
- Forum: General Discussion
- Topic: Quantize input
- Replies: 2
- Views: 1049
Re: Quantize input
I've had better luck using max/msp as a timing engine than Lemur's internal clock. Even using a wired connection, Lemur's internal clock has always had stability issues when I've used it. With 1% cpu usage I've noticed fluctuations of +- .25 BPM. This would also be a lot easier to do in max/msp. You ...
- 22 Oct 2017 17:39
- Forum: General Discussion
- Topic: Resources for learning advanced programming of Lemur
- Replies: 8
- Views: 1875
Re: Resources for learning advanced programming of Lemur
Hey, First I want to apologize for my heated response, I didn't realize English wasn't your first language and I may have misunderstood what you were saying. I pretty much do agree with you that for someone with no understanding of writing scripts, this platform isn't the most friendly. When I say ...
- 19 Oct 2017 01:28
- Forum: General Discussion
- Topic: Resources for learning advanced programming of Lemur
- Replies: 8
- Views: 1875
Re: Resources for learning advanced programming of Lemur
Dude, pretty much none of what you're saying makes any sense to me. I can name a few things that aren't documented at all that Oldgearguy has shown me. Idk how long you've been lurking here, but I've been an active part of this forum for a minute now. I have a master's degree in IT and work as a ...
- 18 Oct 2017 00:55
- Forum: General Discussion
- Topic: Resources for learning advanced programming of Lemur
- Replies: 8
- Views: 1875
Re: Resources for learning advanced programming of Lemur
Why aren't people helping? https://forum.liine.net/viewtopic.php?f=25&t=2939&hilit=premium+apps This thread is basically why. I've made a few templates and released them as donation-ware. I haven't received any money in spite of over 4k downloads. Not all of them were great, but nobody felt generous ...
- 12 Oct 2017 04:51
- Forum: General Discussion
- Topic: Switching between 16 midi channels with 16 switches
- Replies: 7
- Views: 1327
Re: Switching between 16 midi channels with 16 switches
I've been on here for about 2 years now... never found a compelling reason to become proficient with the canvas object. There are a couple of guys who know it pretty well. I'd recommend looking at the canvas examples, pulling them apart and figuring out what's happening in each. Conceptually what ...
- 11 Oct 2017 03:56
- Forum: General Discussion
- Topic: Switching between 16 midi channels with 16 switches
- Replies: 7
- Views: 1327
Re: Switching between 16 midi channels with 16 switches
There are two ways to do this in lemur. You can either use noteout() or a custom midi message. I haven't tested the following example, but it should work (probably) and if it doesn't, it's some minor error I made.
- 04 Oct 2017 02:37
- Forum: General Discussion
- Topic: time built-in variable - variables copy or reference
- Replies: 1
- Views: 623
Re: time built-in variable - variables copy or reference
I'm not sure if I understand what you're trying to do, but I think if you change it to decl timeA = floor(time) ; while ( (time-timeA) > 0 ) { } or decl timeA = floor(time) ; while ( (time-timeA) = 0 ) { } it will work. The first one is more similar to your original code. While the values are ...
- 23 Sep 2017 00:17
- Forum: General Discussion
- Topic: Lemur issue on iPad 9.3.5
- Replies: 7
- Views: 3191
Re: Lemur issue on iPad 9.3.5
I still haven't had the time to try to replicate this issue, but since others have been unable to, I'm wondering if you have tried doing a clean install of iOS? Unfortunately, support for apps on older versions of an operating system usually aren't a priority for software development companies, so I ...