Search found 681 matches

by Lyberta
Mon Dec 17, 2018 7:15 pm
Forum: Developer's Section
Topic: kode (plugin toolkit)
Replies: 27
Views: 8194

Re: kode (plugin toolkit)

I've looked at a few files and... wow, what a mess. volatile instead of std::atomic? memcpy instead of std::copy? No support for non-POD types in your KODE_Array class, no thread safety in KODE_Queue_Buffer, no exception safety, reinventing standard library, etc.
by Lyberta
Mon Dec 17, 2018 7:03 pm
Forum: Linux Distributions & Other Software
Topic: Distro with midi out of the box
Replies: 6
Views: 1946

Re: Distro with midi out of the box

For a basic MIDI setup you can try QSynth + QJackCtl. I dunno if there are distros that come with these preinstalled.
by Lyberta
Mon Dec 17, 2018 6:52 pm
Forum: System Tuning and Configuration
Topic: High PPI monitor and unreadable fonts
Replies: 5
Views: 2270

Re: High PPI monitor and unreadable fonts

Markus wrote:Additionally I started a new project I'm concentrating on
Wow, that code smells 1990s. Why so extremely old C-like style if you force it to be C++?
by Lyberta
Fri Dec 14, 2018 10:44 pm
Forum: Backstage
Topic: What are you feeling good about these days?
Replies: 17
Views: 5476

Re: What are you feeling good about these days?

When I was in my late 20s I watched my grandfather die in pretty bad health Eh, I'm in my late 20s right now and I watch my mom and dad dying from bad health (all my grandparents are dead already). Myself I depend on a lot of pills to survive. Wikipedia says that my life expectancy is ~45 years so ...
by Lyberta
Fri Dec 14, 2018 10:35 pm
Forum: Linux Distributions & Other Software
Topic: MUSIC DISTROS
Replies: 40
Views: 19415

Re: MUSIC DISTROS

GMaq wrote:Grub's 'os-prober' misses the mark sometimes, simple as that,
Does it run every boot or does it run only when you invoke the command to update GRUB config? It seems the latter which is retarded.
by Lyberta
Fri Dec 14, 2018 9:41 pm
Forum: System Tuning and Configuration
Topic: High PPI monitor and unreadable fonts
Replies: 5
Views: 2270

High PPI monitor and unreadable fonts

So I'm kinda returning a bit to music and now I have high PPI monitor and at least Calf and Rosegarden have pretty much unreadable fonts and UI. Is there any solution to this? Why do people still hardcode pixels???
by Lyberta
Thu Dec 13, 2018 4:57 pm
Forum: Backstage
Topic: What are you feeling good about these days?
Replies: 17
Views: 5476

Re: What are you feeling good about these days?

I feel nothing good.
by Lyberta
Thu Dec 13, 2018 4:48 pm
Forum: Linux Distributions & Other Software
Topic: MUSIC DISTROS
Replies: 40
Views: 19415

Re: MUSIC DISTROS

tripomatic wrote:As i see, it look handy, but if it doesn't find your kernel(s) you still have to configure it.

Does it work flawless?
In my experience it found everything except encrypted systems in which case I wrote a simple script that copies the kernel to ESP.
by Lyberta
Sat Dec 08, 2018 6:33 am
Forum: Developer's Section
Topic: SOUL: The First Universal Sound Language
Replies: 7
Views: 3358

Re: SOUL: The First Universal Sound Language

I wonder if the default implementation will be a spyware like Juce is.
by Lyberta
Sat Dec 08, 2018 6:26 am
Forum: Linux Distributions & Other Software
Topic: MUSIC DISTROS
Replies: 40
Views: 19415

Re: MUSIC DISTROS

Why do you guys use such garbage as GRUB when there are much better loaders such as rEFInd. rEFInd scans EFI system partition during boot and lists all OSes.
by Lyberta
Tue Nov 27, 2018 12:44 pm
Forum: The Producer's Area
Topic: Let's play Bach! 8~D
Replies: 6
Views: 9336

Re: Let's play Bach! 8~D

What an absolute mess.
by Lyberta
Tue Nov 27, 2018 12:42 pm
Forum: Music & FOSS Advocacy
Topic: Flatpak - Flathub
Replies: 24
Views: 24144

Re: Flatpak - Flathub

The biggest problem for me is that the runtimes can't read global configuration and I have no idea how to configure them. I have HiPPI monitor and Flakpak apps think I have 96 PPI and the text is too small. I can barely read it.
by Lyberta
Tue Nov 27, 2018 12:18 pm
Forum: The Producer's Area
Topic: Let's play Bach! 8~D
Replies: 6
Views: 9336

Re: Let's play Bach! 8~D

H is B flat, not the other way around.
by Lyberta
Tue Nov 27, 2018 12:14 pm
Forum: Samplers & samples
Topic: Best orchestral soundfont?
Replies: 12
Views: 13495

Re: Best orchestral soundfont?

tavasti wrote:Returning to this topic. Is there free or affordable orchestral soundfonts which have multiple velocity layers?
The free as in freedom one is VSCO, others are proprietary.
by Lyberta
Wed Oct 24, 2018 7:08 pm
Forum: Recorders & Sequencers
Topic: Ardour - support only for official builds?
Replies: 49
Views: 9297

Ardour - support only for official builds?

So I've stumbled upon a recent drama involving Ardour and learned that devs only support "official" builds. The reasons vary but I see that the only way to get official build is to pay. But they only provide i386 and amd64 builds. I look at debian repo and see alpha amd64 arm64 armel armhf...