Search found 867 matches
- 22 May 2025 20:42
- Forum: Projects
- Topic: Handling Multitouch in the Canvas Widget
- Replies: 1
- Views: 2101
Re: Handling Multitouch in the Canvas Widget
many thanks.
- 12 Apr 2025 22:41
- Forum: General Discussion
- Topic: Monophonic Pad Array / Radio button switch array with note-off
- Replies: 4
- Views: 36699
Re: Monophonic Pad Array / Radio button switch array with note-off
Also you can clear all the `x` states for a button in one line like this: x = fill(x, 0, sizeof(x)); that’s a good tip. Although quite obvious. I did try x=0, which obviously does not work for an array. Then used more complicated means which work. Reminds me that I’m still a beginner. And that I for ...
- 06 Apr 2025 17:15
- Forum: Troubleshooting
- Topic: Garbled fonts (Windows 10, Editor 5.7) UPD: Editor 5.3.4 works
- Replies: 15
- Views: 292574
Re: Garbled fonts (Windows 10, Editor 5.7)
always good when one finds a solution. I've just realised that all the time I've been working with editor v.5.3.4, not v.5.4. Except on my main computer with two HD monitors where I had 5.4 installed (which was not convenient because of the fonts). Good news! Installing 5.3.4 on the main computer ...
- 05 Apr 2025 07:44
- Forum: Troubleshooting
- Topic: Garbled fonts (Windows 10, Editor 5.7) UPD: Editor 5.3.4 works
- Replies: 15
- Views: 292574
Re: Garbled fonts (Windows 10, Editor 5.7)
that's a pity. Maybe you can borrow a high resolution monitor from a friend? 2500+ pixels. Maybe this could work as an temporary solution.
- 05 Apr 2025 06:08
- Forum: Troubleshooting
- Topic: nonnull() does not return size of the empty vector UPD: fixed (kinda)
- Replies: 3
- Views: 6074
Re: nonnull() does not return size of the empty vector
yes that's strange. In the case of zeros, nonnull() does not behave as described in the manual. But I assume that this is an error in the manual, not in Lemur itself. One may find a workaround with firstof().
- 01 Apr 2025 07:38
- Forum: Projects
- Topic: Filterbank controller
- Replies: 1
- Views: 40387
Filterbank controller
a special design for the Resonant Filterbank module by Erica Synths, using the Shuttle Control MIDI-CV interface by Endorphines. It is meant for three applications: direct manual control of the ten bands, individually or by drawing on the surface, motion with controllable tension and friction, and ...
- 31 Mar 2025 21:52
- Forum: Troubleshooting
- Topic: Garbled fonts (Windows 10, Editor 5.7) UPD: Editor 5.3.4 works
- Replies: 15
- Views: 292574
Re: Garbled fonts (Windows 10, Editor 5.7)
that's perfectly fine. No doubt this will be not an easy task, and I'm glad that you even consider working on it. I just saw today, for the first time actually, how the 5.7 version behaves, and understand now the problem better. I just wanted to point out to Endorfinity that the old editor probably ...
- 31 Mar 2025 13:14
- Forum: Canvas
- Topic: Pleasse add suport for images
- Replies: 13
- Views: 273678
Re: Pleasse add suport for images
oh yes. Finally. This opens up an entirely new level of graphic design in Lemur, and may even replace the Canvas object.
Thank you Midikinetics for making this happen.
Thank you Midikinetics for making this happen.
- 31 Mar 2025 12:07
- Forum: Troubleshooting
- Topic: Garbled fonts (Windows 10, Editor 5.7) UPD: Editor 5.3.4 works
- Replies: 15
- Views: 292574
Re: Garbled fonts (Windows 10, Editor 5.7)
now I see the problem with the 5.7 editor. 2560x1600 resolution and 150% scale makes it quite impossible to use.
But with the 5.4 editor it works. You can download the 5.4 version at the Midikinetics website.
But with the 5.4 editor it works. You can download the 5.4 version at the Midikinetics website.
- 15 Mar 2025 00:07
- Forum: General Discussion
- Topic: Hide gray tab bar at top?
- Replies: 3
- Views: 30027
Re: Hide gray tab bar at top?
yes one can switch tabs with MIDI commands. However, if the MIDI stream brakes, the template may become nonfunctional. Also from a developer's perspective, where to put the menu button when there is no tab bar? Maybe there is a solution, but I guess with quite substantial rewriting of the Lemur code ...