[LAD] Digits is GPL'd!

2017-04-06 Thread Louis Gorenfeld
Hi! I just wanted to let you know that my phase distortion VST, Digits, is now open source under the GPL! The source code is up under downloads here: http://extentofthejam.com I've included the Linux makefiles so people can get started with it fast :) Cheers, Louis __

Re: [LAD] [LAU] So what do you think sucks about Linux audio ?

2013-02-06 Thread Louis Gorenfeld
I'm late to this thread, but I'd like to shine some light on why I switched from Linux to Mac OS for my personal music work, and things which I believe may continue to hold back Linux development. Keep in mind that I've only picked at Linux audio for the last 5 years, so maybe some of these complai

Re: [LAD] VSTGUI porting in Linux

2012-11-22 Thread Louis Gorenfeld
>> Hello Louis, >> >> You might want to contact Filipe Coelho (aka falktx). >> >> http://forum.linuxmusicians.**com/viewtopic.php?f=47&t=10231 >> >> Regards, >> >> Jeremy >> > >I have some experimental code for VST UIs in Linux (using open

[LAD] VSTGUI porting in Linux

2012-11-16 Thread Louis Gorenfeld
Hi, I'm the author of a free VST called Digits that has a Linux port. Recently, I put out a new version that has a full editor GUI, but was unable to get the GUI to work on Linux because VSTGUI 4 doesn't appear to have a Linux port. What do you think the best strategy (fastest, least code change

Re: [LAD] ALSA POLLIN event problems

2011-01-26 Thread Louis Gorenfeld
For some reason, gmail has stopped delivering my LAD messages, so apologies if this reply isn't working correctly... I'm attempting to run, in general, a 128 sample buffer (frames per fragment). There is a lower latency mode though which is 64 samples. I have two fragments. Maybe if I want to do

[LAD] ALSA POLLIN event problems

2011-01-20 Thread Louis Gorenfeld
Hey, I've been having a lot of trouble with ALSA and processing input in a full duplex loop, and I was wondering if anyone here had any insight. I'm using the ALSA poll file descriptor method with the mmap routines. Typically, my processing loop is blowing past the poll statement with input reque

[LAD] ANNA ROBERTS

2010-04-16 Thread Louis Gorenfeld
http://www.nocerinachannel.it/home.php ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] ALSA latency and MMAP

2009-09-22 Thread Louis Gorenfeld
Hi Clemens, Thanks for taking a shot at this problem. I have a few questions about the description: on 1) When you say the output buffer is full, it is full of flatline (dc/blank/etc), right? on 2) At this point, the input data is read and is in the first period (that is, it's not visible to th

Re: [LAD] ALSA latency and MMAP

2009-09-08 Thread Louis Gorenfeld
Hi, I can't post the source code, but I can post the algorithm: We have input and output synched. The inputs are set to non-blocking behavior while the outputs are not. The loop grabs input, and does any processing it needs to. After that, it detects if any of the streams are behind more than

[LAD] ALSA latency and MMAP

2009-09-04 Thread Louis Gorenfeld
Hi, I have a program which, at 2-periods per buffer with 128 samples per period size and 48khz sampling rate, takes 9ms to pass input through to its outputs. However, with the same hardware and settings, I notice that JACK+Ardour2 take only 6ms (this is through the program, not through a direct

Re: [LAD] Programming OPL3 fm synth

2007-05-16 Thread Louis Gorenfeld
OPL3, nice! This is a little off-topic but I thought I'd ask: there an OPL3 on a PCI card I could use with a current system? I'm a big fan of the OPL2, but never had access to an OPL3 patch editor. Louis ___ Linux-audio-dev mailing list Linux-audio-d