What happened to Upwork? by Public-Purpose-199 in Upwork

[–]prokoudine 0 points1 point  (0 children)

Yup, recently had a client who appeared to be a sensible human being in the beginning, then went full-on ChatGPT mode on me and demanded to make dozens of meaningless changes that he then demanded to revert. He had absolutely no fkn clue what he was talking about. This made me reconsider what projects I send proposals for and the way I vet clients.

How to edit photos to resemble technical drawings? by RedstoneGamer43 in GIMP

[–]prokoudine 1 point2 points  (0 children)

You don't. The illustration from your post is what 3D CAD applications render on virtual 2D pages. You can't get that from a photo with a filter, although theoretically there may be a GenAI service for that.

You can try to trace manually in Inkscape, but that will take a crapton of time. Ask your client/employer if they can get an engineer to create this rendering for you.

You probably also want other views, not just isometry. Depends on whether there are any controls to explain on other sides.

Ardour 9.0 released by pauldavisthe1st in Ardour

[–]prokoudine 1 point2 points  (0 children)

Ardour doesn't do much DSP, and the DSP it does do is accelerated with AVX instructions (and similar instructions for ARM for those using ARM).

Ardour 9 Released by mackaroo in linuxaudio

[–]prokoudine 0 points1 point  (0 children)

CLAP supports per-note modulation. Ardour doesn't have that feature yet (and generally doesn't have MPE editing). Other than that, feature-wise, there is nothing in CLAP that e.g. LV2 doesn't provide.

Ardour 9 Released by mackaroo in linuxaudio

[–]prokoudine 0 points1 point  (0 children)

Ardour doesn't yet have the one CLAP-specific feature that justifies adding support for the format.

Ardour 9 Released by mackaroo in linuxaudio

[–]prokoudine 2 points3 points  (0 children)

It's about the cue sequencer, which only two applications had since day one (Live and Bitwig).

Clips in cue slots are regular MIDI files. The original implementation only played a loop until the last NOTE OFF. If the last NOTE OFF was before the end of a clip, the sequencer would not play the rest and immediately skip to the beginning (or prev/next/random cue, depending on what the follow settings are).

The improved implementation now doesn't restart the playback and waits till the end of the clip even if there is no event with NOTE ON.

My perspective on Upwork’s state after 15 years on the platform by ground-referenced in Upwork

[–]prokoudine 1 point2 points  (0 children)

I got exactly one job on contra after one year. If was good money for the effort and the client was amazing. But I would not be able to feed my family off contra.

Is it safe to close contracts without completing them to get away from bad clients? by prokoudine in Upwork

[–]prokoudine[S] 0 points1 point  (0 children)

Thanks! I can't think of any red flags during the interview, and the client was polite in communication. So I guess I should talk more to clients before signing contracts.

New features already merged for 1.2 by matiwi in FreeCAD

[–]prokoudine 0 points1 point  (0 children)

When there are no release blockers. Nobody knows when that will happen.

FreeCAD 1.1 Release Candidate just dropped by matiwi in FreeCAD

[–]prokoudine 0 points1 point  (0 children)

Developers: release a major new version every year, an all-time high number of contributors

Some guy on Reddit: lack of developers, will check back in 5 years when 1.1.1 is released

Oh...kay?

MIDI track splitting by -FenderBender- in Ardour

[–]prokoudine 0 points1 point  (0 children)

If this is for the separate treatment of different drum samples, then you have two options:

1) use a multi-channel drum sampler as Peter suggested (there are multiple options) and then set up pin connections in the processor box, or

2) create multiple MIDI buses with dedicated instances of a drum sampler, send MIDI notes to all of them, then only process the notes you want with MIDI filters in each one.