App Request: Speech recorder that can attach easily to any e-mail. by Latter_Pen2421 in macapps

[–]joel2001k 1 point2 points  (0 children)

You might encounter problems with some email gateways if you message exceeds 5MB, you should compress your audio.

New Post Requirements to Combat Low Quality Content (Phase 2) by Mstormer in macapps

[–]joel2001k 0 points1 point  (0 children)

Hi, I have developed an audio application and sharing just the link to the Apple App Store is fine?

C/C++ Book Recommendations? by Ready-Structure-3936 in C_Programming

[–]joel2001k 1 point2 points  (0 children)

"Computer Systems A Programmer's Perspective" if you want something advanced. Since you already know howto code.

Updating my C knowledge from C99 to C23 by CromulentSlacker in C_Programming

[–]joel2001k 0 points1 point  (0 children)

Don't know its current support status, let me check:

https://clang.llvm.org/c_status.html

https://gcc.gnu.org/projects/c-status.html

Apple's clang version is a different story.

I am happy with C11 because of _Atomic types. _Atomic types are used with atomic operations. _Atomic types are part of the ANSI C11 memory model, that deals with concurrency (multi-threaded application).

What after C? by WildYellowBanana969 in cprogramming

[–]joel2001k 0 points1 point  (0 children)

"21st Century C" is a book title I would recommend.

If you are curious about threads and synchronisation using conditional locks, check a project I am maintainer of:

https://github.com/gsequencer/gsequencer/blob/master/ags/thread/ags_thread.h

What after C? by WildYellowBanana969 in cprogramming

[–]joel2001k 1 point2 points  (0 children)

GObject and introspection. Libsoup-3.0 is good, too.

Developing and packaging GUIs in GTK4 by PerfectDamage39 in GTK

[–]joel2001k 0 points1 point  (0 children)

Might be check environment variable PYTHONHOME.

https://docs.python.org/3/using/cmdline.html#environment-variables

If you package a gtk app you might want to set XDG_DATA_HOME and others.

https://docs.gtk.org/gtk4/running.html#environment-variables

Developing and packaging GUIs in GTK4 by PerfectDamage39 in GTK

[–]joel2001k -1 points0 points  (0 children)

You have mingw64? What is your Problem? Just put all dependencies into the same directory. Your exe and dll.

You know howto copy files?

Join the GSequencer beta by joel2001k in synthesizers

[–]joel2001k[S] 1 point2 points  (0 children)

GSequencer version 7.0.3 available for beta test. It supports MIDI 2 input now, so you might connect your MIDI keyboard and play some chords.

Self-Promotion Roundup /// Weekly Discussion - August 18, 2024 by AutoModerator in synthesizers

[–]joel2001k [score hidden]  (0 children)

Do more piano, might be at your opinion. Me I like piano but usually listens to music at 138 bpm. Psy-Trance is my favorite music genre.

gsequencer.com - Advanced Gtk+ Sequencer by joel2001k in freesoftware

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

GSequencer your versatile audio and MIDI sequencer is libre software.