Search found 872 matches

by Phil999
17 Sep 2025 14:17
Forum: Legacy
Topic: Lemur Legacy
Replies: 2
Views: 61179

Re: Lemur Legacy

thank you. Yes maybe some the factory project have been corrupted while installing. But it doesn’t matter, just something unusual.

The main thing that the app works, and that it is available in the App Store.
by Phil999
05 Sep 2025 04:43
Forum: General Discussion
Topic: Opening Old Lemur Files
Replies: 6
Views: 46231

Re: Opening Old Lemur Files

you may try to find an older version of the editor. For Windows I have a whole collection of editor versions, but not for Mac.
by Phil999
04 Sep 2025 03:40
Forum: General Discussion
Topic: Opening Old Lemur Files
Replies: 6
Views: 46231

Re: Opening Old Lemur Files

which version of the Lemur editor are you using?
by Phil999
01 Sep 2025 18:15
Forum: Legacy
Topic: Lemur Legacy
Replies: 2
Views: 61179

Lemur Legacy

while setting up a new old iPad 2, installing old apps, I discovered a new old app, Lemur Legacy. It's the one from Liine. First of all I would like to give thanks to Midikinetics for making the old Lemur app available again. I kept my two old iPad 2's since 2012, which are still in use, mainly for ...
by Phil999
27 Jul 2025 00:50
Forum: Modules
Topic: MKWaveGen - Waveform Generator
Replies: 1
Views: 131756

Re: MKWaveGen - Waveform Generator

thank you.
by Phil999
22 May 2025 20:42
Forum: Projects
Topic: Handling Multitouch in the Canvas Widget
Replies: 1
Views: 15299

Re: Handling Multitouch in the Canvas Widget

many thanks.
by Phil999
12 Apr 2025 22:41
Forum: General Discussion
Topic: Monophonic Pad Array / Radio button switch array with note-off
Replies: 4
Views: 61230

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 ...
by Phil999
06 Apr 2025 17:15
Forum: Troubleshooting
Topic: Garbled fonts (Windows 10, Editor 5.7) UPD: Editor 5.3.4 works
Replies: 15
Views: 422637

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 ...
by Phil999
05 Apr 2025 07:44
Forum: Troubleshooting
Topic: Garbled fonts (Windows 10, Editor 5.7) UPD: Editor 5.3.4 works
Replies: 15
Views: 422637

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.
by Phil999
05 Apr 2025 06:08
Forum: Troubleshooting
Topic: nonnull() does not return size of the empty vector UPD: fixed (kinda)
Replies: 3
Views: 11995

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().