Search found 60 matches
- 27 Jun 2025 20:04
- Forum: General Discussion
- Topic: Ableton Live 11 and LiveControl 2
- Replies: 4
- Views: 27824
Re: Ableton Live 11 and LiveControl 2
When we acquired Lemur, we also received the LiveControl project—it just hasn’t been published yet. The original plan was to release it on the User Library once that went back online. As far as we know, it was maintained up to Ableton Live 9 or 10. We aren’t in a position to maintain it ourselves, bu ...
- 26 Jun 2025 19:42
- Forum: Modules
- Topic: MKWaveGen - Waveform Generator
- Replies: 0
- Views: 5065
MKWaveGen - Waveform Generator
MKWaveGen – Continuous MIDI Waveform Generator A new Lemur module is up on the GitHub: MKWaveGen — a simple tool for generating continuous MIDI controller values using classic waveforms. Choose your waveform (Sine, Square, Triangle, Sawtooth), hold down the ring, and MKWaveGen will output a tempo-sy ...
- 23 Jun 2025 19:23
- Forum: Projects
- Topic: Tap Tempo Button
- Replies: 0
- Views: 7271
Tap Tempo Button
A new example project has been added to the ExampleLemurProjects GitHub repository demonstrating how to implement tap tempo. Just tap the button to set the tempo. It calculates BPM (beats per minute) based on the timing between your taps, averaging the last few to keep it steady. If you pause too ...
- 22 May 2025 02:36
- Forum: Projects
- Topic: Handling Multitouch in the Canvas Widget
- Replies: 1
- Views: 10488
Handling Multitouch in the Canvas Widget
When a Canvas is set to multitouch, your scripts can receive input from multiple simultaneous touch points, each identified by a unique cursor ID. This makes it possible to implement advanced two-handed controls or gestures that track each finger independently. Canvas doesn't impose any specific ...
- 13 Apr 2025 18:24
- Forum: General Discussion
- Topic: Monophonic Pad Array / Radio button switch array with note-off
- Replies: 4
- Views: 53935
Re: Monophonic Pad Array / Radio button switch array with note-off
Ah I see. Yeah, the Pads widget isn't really set up for this kind of behavior. However you can achieve a similar thing by "faking" it using different colors. Instead of using `x`, save a `selectedIndex' property, and then change the colors of the pads based on the index. In this example, when ...
- 12 Apr 2025 16:07
- Forum: General Discussion
- Topic: Monophonic Pad Array / Radio button switch array with note-off
- Replies: 4
- Views: 53935
Re: Monophonic Pad Array / Radio button switch array with note-off
If these are supposed to be toggles, have you considered using the Switches widget set to Radio mode instead of the Pads? The Switches widget has this functionality baked in. If the reset button truly has a different function than the rest of the buttons I would highly recommend making it a separate ...
- 31 Mar 2025 17:52
- Forum: Troubleshooting
- Topic: Garbled fonts (Windows 10, Editor 5.7) UPD: Editor 5.3.4 works
- Replies: 15
- Views: 371064
Re: Garbled fonts (Windows 10, Editor 5.7)
Indeed. In fact, this is what 100% of efforts are devoted to at the moment. The Lemur Editor has always suffered from issues related to multiple monitor resolutions. It will take some time though because unfortunately there is no easy built-in fix, as the way fonts are rendered needs to be replaced ...
- 24 Mar 2025 23:45
- Forum: Feedback
- Topic: Lemur Editor macOS 5.7.1 Beta
- Replies: 0
- Views: 56281
Lemur Editor macOS 5.7.1 Beta
The Lemur Editor Beta 5.7.1 is now available for macOS. This update brings major stability improvements to how the Editor handles multiple monitor setups and changes to screen resolution or scaling, addressing many long-standing bugs. > Lemur Editor now correctly dynamically adjusts to changes in ...
- 21 Mar 2025 19:14
- Forum: General Discussion
- Topic: Pixelization issue on Windows editor 5.7.0
- Replies: 2
- Views: 64818
Re: Pixelization issue on Windows editor 5.7.0
Yes, we are aware of the issue.
Indeed all efforts right now are devoted to resolving many long-standing monitor display issues with the Lemur Editor. The issue is isolated to the Lemur Editor only, the project will display correctly on your device. An update should be available soon!
Cheers
Indeed all efforts right now are devoted to resolving many long-standing monitor display issues with the Lemur Editor. The issue is isolated to the Lemur Editor only, the project will display correctly on your device. An update should be available soon!
Cheers
- 20 Mar 2025 18:26
- Forum: General Discussion
- Topic: MidiKinetics Scripting Videos and a question
- Replies: 1
- Views: 11714
Re: MidiKinetics Scripting Videos and a question
Glad you enjoy the videos! There's a lot more to come. We don't officially support the original hardware devices—and we don't even have one ourselves—so it's hard to say with certainty. However, I'd guess it's less about explicit blocking (such as a version control mechanism) and more about com ...