Re: [Linuxsampler-devel] GigaStudio LFO compatibility

2019-09-29 Thread Christian Schoenebeck
On Samstag, 28. September 2019 20:13:16 CEST Ivan Maguidhir wrote: > > As for LFO1: it seems you were right, according to your audio demo file it > > seems as if LFO1 starts with a mid value (instead of a max value that we > > currently have in our implementation). > > Yes, from listening I wasn't

[Linuxsampler-devel] patches for arm64

2019-09-29 Thread Maurits Lamers
Hi all, Using information from this mailinglist and some code I found online I managed to compile arm64 linuxsampler packages for Ubuntu 16.04 and 18.04. I would like to contribute my changes to the project. The arm and arm64-specific changes are in https://github.com/mauritslamers/linuxsampler

Re: [Linuxsampler-devel] GigaStudio LFO compatibility

2019-09-29 Thread Ivan Maguidhir
On 29/09/2019 11:17, Christian Schoenebeck wrote: Ok then I guess I'll change that in our gig engine to: * LFO1 (volume): mid start level * LFO2 (cutoff): mid start level * LFO3 (pitch): max start level Sounds good. Thanks Christian. unless somebody has objections.