Search found 156 matches

by lucianodato
Thu Mar 29, 2018 2:12 am
Forum: Developer's Section
Topic: Meson build system
Replies: 11
Views: 4000

Re: Meson build system

I was able to replicate my previous makefile functionality with meson. Here is how it looks: project( 'noise-repellent', 'c', default_options: 'c_std=c99' ) #shared object name lv2_name = 'nrepel' #source to compile src = 'src/nrepel.c' #dependencies for noise repellent fftw_dep = dependency('fftw3f...
by lucianodato
Wed Mar 28, 2018 7:34 pm
Forum: Developer's Section
Topic: Meson build system
Replies: 11
Views: 4000

Re: Meson build system

Yes you could use install data perfectly but I based my makefile in one from Robin Gareus and he made some tricks with sed in order to obtain versions from github and some more things. Not to mention that manifest.ttl needs to have the correct shared object extension for multiplatform build. I guess...
by lucianodato
Tue Mar 27, 2018 9:27 pm
Forum: Developer's Section
Topic: Where to start developing Linux music software?
Replies: 18
Views: 7195

Re: Where to start developing Linux music software?

So clear winner is DPF then.
by lucianodato
Tue Mar 27, 2018 7:27 pm
Forum: Marketplace
Topic: Harrison Mixbus offers
Replies: 109
Views: 32020

Re: Harrison Mixbus offers

These are offers that even me at the third world can not reject. Indeed great treat by harrison!
by lucianodato
Tue Mar 27, 2018 7:17 pm
Forum: Developer's Section
Topic: Where to start developing Linux music software?
Replies: 18
Views: 7195

Re: Where to start developing Linux music software?

You are off to a great start! I did that course too! It was great I highly recommend it! :D Speaking of plugins types I'm in the same boat as you are. I know that the two big players for developing in linux are DPF and Juce. Definitively DPF is the best option for linux the thing that I don't know i...
by lucianodato
Mon Mar 26, 2018 7:42 pm
Forum: Developer's Section
Topic: Meson build system
Replies: 11
Views: 4000

Re: Meson build system

I was able to build noise-repellent successfully using meson but I'm not sure how to handle installing and taking into account ttl files in order to copy everything into the correct system location. I saw that you could include an external script for the installation but it doesn't seem very conveni...
by lucianodato
Fri Mar 23, 2018 1:35 am
Forum: Developer's Section
Topic: Meson build system
Replies: 11
Views: 4000

Re: Meson build system

I cannot agree more. It's much more simple than make. I was able to build noise-repellent with meson but I'm struggling to ensemble ttls in order to copy them as data with the installation. I might not be able to use Robins trickery for extracting version from github. Who knows... at least I'm enter...
by lucianodato
Thu Mar 22, 2018 12:07 pm
Forum: Computer Related Hardware
Topic: Re-use of PCI cards with a modern laptop
Replies: 16
Views: 6836

Re: Re-use of PCI cards with a modern laptop

I'm interested in this one too
by lucianodato
Wed Mar 21, 2018 3:24 pm
Forum: Developer's Section
Topic: Meson build system
Replies: 11
Views: 4000

Meson build system

Hello folks! I'm investigating meson build system to use it with my projects. It seems far simpler than using makefiles. Is someone experienced with it or has any opinions of it?
by lucianodato
Fri Mar 16, 2018 10:11 pm
Forum: Developer's Section
Topic: Anyone experienced with snap packages
Replies: 0
Views: 2100

Anyone experienced with snap packages

I'm trying to figure out if snap is a good option to package my plugin but it seems that is oriented towards contained applications so it's not possible to interact with the filesystem. Nevertheless I am not entirely sure if that is the case or not. Anyone has a clue?
by lucianodato
Thu Mar 15, 2018 8:19 pm
Forum: Backstage
Topic: Great intro to Fourier transform
Replies: 1
Views: 2354

Great intro to Fourier transform

I stumbled upon this video on youtube. Great content for those interested in understanding some of the math behind Fourier analysis.
https://youtu.be/spUNpyF58BY
by lucianodato
Fri Mar 09, 2018 7:41 pm
Forum: Developer's Section
Topic: LA Job at Mod Devices
Replies: 2
Views: 2577

Re: LA Job at Mod Devices

Gosh! Perfect Job! I wish I wasn't such a noob dev to take that one. Hard to replace falktx for sure.
by lucianodato
Mon Nov 13, 2017 9:57 pm
Forum: Plugins, Effects and Instruments
Topic: Linux VST/VSTi list updated
Replies: 15
Views: 8077

Re: Linux VST/VSTi list updated

Maybe something like a collective document could be a right solution for compiling all current lv2 plugins due to constant changes. What do you guys think?
by lucianodato
Tue Nov 07, 2017 12:19 am
Forum: HOW TOs, Tips & Tricks
Topic: HOWTO: Quick Frequency Response Measurements Using JAPA and Faust
Replies: 30
Views: 25662

Re: HOWTO: Quick Frequency Response Measurements Using JAPA

I remember using vst plugin analyzer in the past. Got too look into it. Thanks for sharing! :)