[LAD] Re: PandaResampler 0.2.0

2024-06-10 Thread Stefan Westerfeld
Hi! Am 10.06.24 um 17:39 schrieb Fons Adriaensen: On Mon, Jun 10, 2024 at 02:31:40PM +0200, Stefan Westerfeld wrote: Well in that case you can simply download the final tarball: Meanwhile I got things working with the changes that Marc suggested. The filters only attenuate 6 dB at half

[LAD] Re: PandaResampler 0.2.0

2024-06-10 Thread Stefan Westerfeld
so I don't have to learn multiple tools. But maybe meson/cmake did catch up in the meantime, I'd have to re-evaluate. Cu... Stefan -- Stefan Westerfeld, http://space.twc.de/~stefan ___ Linux-audio-dev mailing list -- linux-audio-dev

[LAD] Re: PandaResampler 0.2.0

2024-06-10 Thread Stefan Westerfeld
Hi! Am 09.06.24 um 11:51 schrieb Fons Adriaensen: On Sun, Jun 09, 2024 at 09:50:27AM +0200, Stefan Westerfeld wrote: PandaResampler 0.2.0 has been released. ./configure: line 16969: syntax error near unexpected token `11,' ./configure: line 16969: `AX_CXX_COMPILE_STDCXX(11, noext

[LAD] PandaResampler 0.2.0

2024-06-09 Thread Stefan Westerfeld
which needs to be oversampled to avoid aliasing. https://github.com/swesterfeld/pandaresampler -- Stefan Westerfeld, http://space.twc.de/~stefan ___ Linux-audio-dev mailing list -- linux-audio-dev@lists.linuxaudio.org To unsubscribe send an email

[LAD] SpectMorph 0.6.1

2023-11-01 Thread Stefan Westerfeld
ix crash if instrument editor is closed without any samples. * Fix cases of undefined behaviour. * Fix timing problems for long notes, reproduce long WavSource notes with exact tempo. * Fix use-after-free for outdated control events. * Fix freetype related memory leak. -- Stefan Westerfe

[LAD] [LAA] Anklang 0.2.0 Released

2023-09-21 Thread Stefan Westerfeld
Anklang version 0.2.0 is released. Anklang is a digital audio synthesis application for live creation and composition of music. It is released as Free Software (MPL-2.0) and runs under Linux. The real-time sound engine is implemented in C++, the UI runs in Electronjs, Firefox or Chrome.

[LAD] spectmorph-0.6.0

2023-05-18 Thread Stefan Westerfeld
void fmod() for phase truncation. * Build using -ffast-math * NotifyBuffer: fast dsp thread -> ui thread notifications (no malloc in dsp thread) * Avoid allocations in dsp thread in many cases (retrigger, noise decoder process) * Support optimized SIMD code on ARM (Apple Silicon),

[LAD] liquidsfz-0.3.2

2023-04-19 Thread Stefan Westerfeld
LV2_STATE__freePath if available (fixes LV2 on windows) * Fixes for building on macOS and Windows * Improve tests and CI checks -- Stefan Westerfeld, http://space.twc.de/~stefan ___ Linux-audio-dev mailing list -- linux-audio-dev@lists.linuxaudio.org

[LAD] liquidsfz-0.3.1

2022-07-21 Thread Stefan Westerfeld
assertions (#34) * Add missing #include statements (#33, #35) * Setup CI using github actions, build and lv2lint the plugin * Add testsynth program for regression tests (make check and CI) * Support address sanitizer and C++ STL debug checks from autogen.sh -- Stefan Westerfeld, http://space.twc.de

[LAD] liquidsfz-0.3.0

2022-07-18 Thread Stefan Westerfeld
for new features * Make it possible to use absolute paths in .sfz file * Use mmap() for soundfiles on 64bit platforms * Add a few new commands / command line options to liquidsfz jack client * Statically linked plugin is compiled using Ubuntu 18.04 (instead of 16.04) * Minor fixes and cleanups -- Stefan

[LAD] liquidsfz-0.2.3

2021-01-27 Thread Stefan Westerfeld
-- Stefan Westerfeld, http://space.twc.de/~stefan ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org https://lists.linuxaudio.org/listinfo/linux-audio-dev

[LAD] liquidsfz-0.2.1

2020-10-18 Thread Stefan Westerfeld
one parameter to be modulated by multiple CCs - don't crash on broken sfz which have uint out of range - fix overriding sample loop_mode/loop_start/loop_end - constrain ranges for cc/pitch_bend (i.e. enforce cc to [0..127]) -- Stefan Westerfeld, http://space.twc.de/~ste

[LAD] spectmorph-0.5.1

2020-09-22 Thread Stefan Westerfeld
: -- Website: http://www.spectmorph.org Download: http://www.spectmorph.org/downloads There are many audio demos on the website, which demonstrate morphing between instruments. -- Stefan Westerfeld, http://space.twc.de/~stefan ___ Linux-audio-dev

[LAD] spectmorph-0.5.1

2020-02-12 Thread Stefan Westerfeld
. -- Stefan Westerfeld, Hamburg/Germany, http://space.twc.de/~stefan ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org https://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] liquidsfz-0.2.0

2020-01-16 Thread Stefan Westerfeld
what I mean if you load a sfz with CCs. Cu... Stefan -- Stefan Westerfeld, http://space.twc.de/~stefan ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org https://lists.linuxaudio.org/listinfo/linux-audio-dev

[LAD] liquidsfz-0.2.0

2020-01-12 Thread Stefan Westerfeld
) - support pitch bend (Synth::add_event_pitch_bend) -- Stefan Westerfeld, http://space.twc.de/~stefan ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org https://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] liquidsfz-0.1.0

2019-11-14 Thread Stefan Westerfeld
sfz I loaded at first time wasn't > certainly supported. Now time for further testing. Are there any tests > you'll like me to do ? > Cheers > Bernard >> Le 14 novembre 2019 à 13:49, Stefan Westerfeld < ste...@space.twc.de >> <mailto:ste...@space.twc.de>> a écri

Re: [LAD] liquidsfz-0.1.0

2019-11-14 Thread Stefan Westerfeld
plugin doesn't react to midi input. I > tried in Carla, I can plug my midi input but nothing is sent. Any idea ? > Cheers > Bernard >> Le 12 novembre 2019 à 11:02, Stefan Westerfeld < ste...@space.twc.de >> <mailto:ste...@space.twc.de>> a écrit : >> >>

[LAD] liquidsfz-0.1.0

2019-11-12 Thread Stefan Westerfeld
. The release tarball can be downloaded here: https://github.com/swesterfeld/liquidsfz#releases -- Stefan Westerfeld, http://space.twc.de/~stefan ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org https://lists.linuxaudio.org/listinfo/linux

[LAD] spectmorph-0.5.0

2019-07-22 Thread Stefan Westerfeld
tmorph.org/downloads There are many audio demos on the website, which demonstrate morphing between instruments. -- Stefan Westerfeld, Hamburg/Germany, http://space.twc.de/~stefan ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio

[LAD] spectmorph-0.4.1

2018-08-30 Thread Stefan Westerfeld
nd (slightly) different than the current version. Links: -- Website: http://www.spectmorph.org Download: http://www.spectmorph.org/downloads There are many audio demos on the website, which demonstrate morphing between instruments. -- Stefan Westerfeld, Hamburg/Germany, http

[LAD] spectmorph-0.4.0

2018-04-10 Thread Stefan Westerfeld
und (slightly) different than the current version. Links: -- Website: http://www.spectmorph.org Download: http://www.spectmorph.org/downloads/spectmorph-0.4.0.tar.bz2 There are many audio demos on the website, which demonstrate morphing between instruments. -- Stefan Westerfeld, Hamburg/

[LAD] spectmorph-0.3.4

2017-09-29 Thread Stefan Westerfeld
een instruments. -- Stefan Westerfeld, Hamburg/Germany, http://space.twc.de/~stefan ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org https://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] spectmorph-0.3.3

2017-07-04 Thread Stefan Westerfeld
, but at least this should be enough to compile it. Cu... Stefan On Sun, Jul 02, 2017 at 10:40:06PM +0500, 'Nikita Zlobin' via SpectMorph wrote: > In Tue, 20 Jun 2017 16:32:28 +0200 > Stefan Westerfeld <ste...@space.twc.de> wrote: > > Tried to build (using gentoo). No matter,

[LAD] spectmorph-0.3.3

2017-06-20 Thread Stefan Westerfeld
://www.spectmorph.org/downloads/spectmorph-0.3.3.tar.bz2 There are many audio demos on the website, which demonstrate morphing between instruments. -- Stefan Westerfeld, Hamburg/Germany, http://space.twc.de/~stefan ___ Linux-audio-dev mailing list Linux

[LAD] spectmorph-0.3.2

2017-04-24 Thread Stefan Westerfeld
: -- Website: http://www.spectmorph.org Download: http://www.spectmorph.org/downloads/spectmorph-0.3.2.tar.bz2 There are many audio demos on the website, which demonstrate morphing between instruments. -- Stefan Westerfeld, Hamburg/Germany, http://space.twc.de/~stefan

[LAD] spectmorph-0.3.1

2016-09-19 Thread Stefan Westerfeld
/downloads/spectmorph-0.3.1.tar.bz2 There are many sound samples on the website, which demonstrate morphing between instruments. -- Stefan Westerfeld, Hamburg/Germany, http://space.twc.de/~stefan ___ Linux-audio-dev mailing list Linux-audio-dev

Re: [LAD] LV2 mono instruments recommended?

2016-09-10 Thread Stefan Westerfeld
Hi! On Fri, Sep 09, 2016 at 09:55:59PM +, Rui Nuno Capela wrote: > On 09/09/2016 06:33 PM, Stefan Westerfeld wrote: > > > > I have tested with Ardour and Qtractor. Ardour does what I'd expect: it > > plays > > my instrument output on both channels. Qtractor

[LAD] LV2 mono instruments recommended?

2016-09-09 Thread Stefan Westerfeld
need to do anyway. Does this sound like the reasonable way to go? Cu... Stefan -- Stefan Westerfeld, http://space.twc.de/~stefan ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux-audio-dev

Re: [LAD] [LAA] gst123-0.1.4

2011-02-03 Thread Stefan Westerfeld
. Generally, valgrind would also be a great tool for debugging such problems, however, I suppose it won't be fast enough to play your radio stream... Cu... Stefan -- Stefan Westerfeld, Hamburg/Germany, http://space.twc.de/~stefan ___ Linux-audio-dev

Re: [LAD] [LAA] gst123-0.1.4

2011-01-23 Thread Stefan Westerfeld
Hi! On Wed, Jan 19, 2011 at 08:06:38AM -0800, Niels Mayer wrote: On Sun, Jan 16, 2011 at 6:13 AM, Stefan Westerfeld ste...@space.twc.de wrote: Website:  http://space.twc.de/~stefan/gst123.php Download: http://space.twc.de/~stefan/gst123/gst123-0.1.4.tar.bz2 Stefan -- Thanks

Re: [LAD] [LAA] gst123-0.1.2

2010-07-08 Thread Stefan Westerfeld
are normally good at programming. Python might be a better choice, because it doesn't have such a different structure than C / C++ / Java (which many programmers know already). Cu... Stefan -- Stefan Westerfeld, Hamburg/Germany, http://space.twc.de/~stefan

Re: [LAD] [LAA] gst123-0.1.2

2010-07-07 Thread Stefan Westerfeld
the functionality in gst123, because then its available to all users (not just competent script writers). Cu... Stefan -- Stefan Westerfeld, Hamburg/Germany, http://space.twc.de/~stefan ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org

Re: [LAD] [LAA] gst123-0.1.2

2010-07-07 Thread Stefan Westerfeld
Hi! On Tue, Jul 06, 2010 at 02:43:11PM -0700, Niels Mayer wrote: On Mon, Jul 5, 2010 at 9:11 AM, Stefan Westerfeld ste...@space.twc.de wrote: gst123-0.1.2 has been released. Website:  http://space.twc.de/~stefan/gst123.php Download: http://space.twc.de/~stefan/gst123/gst123-0.1.2