[LAD] New kid on the block

2014-04-02 Thread Will Godfrey
if this is actually a realistic situation - how would I handle an all alsa setup? Would there be anything preventing me just linking to the ring buffer itself? -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune

Re: [LAD] New kid on the block

2014-04-02 Thread Will Godfrey
On Wed, 2 Apr 2014 19:56:54 + Fons Adriaensen f...@linuxaudio.org wrote: On Wed, Apr 02, 2014 at 08:47:12PM +0100, Will Godfrey wrote: The jack ring buffer is already used for data transfers from jack midi to the dsp code Why would you want to do that ? Jack MIDI is received

Re: [LAD] New kid on the block

2014-04-02 Thread Will Godfrey
On Wed, 02 Apr 2014 22:12:55 +0200 Nils l...@nilsgey.de wrote: On 02.04.2014 21:47, Will Godfrey wrote: I've started making tentative steps towards improving yoshimi I think this question must be asked: Why would you want to do that? Just forget Yoshimi and work with the original Zyn

Re: [LAD] AES67 + JACK

2014-05-19 Thread Will Godfrey
On Fri, 16 May 2014 20:17:59 +0200 Adrian Knoth a...@drcomp.erfurt.thur.de wrote: On Fri, May 16, 2014 at 06:20:49PM +0100, Will Godfrey wrote: On 05/16/2014 05:37 PM, Jamie Jessup wrote: I would love to see this happen in the world of LA. I was recently about to embark in a HW

[LAD] Ring buffers again

2014-05-22 Thread Will Godfrey
/structure and only complete structures are pushed or popped, would I be right in thinking that you would only need to check on an all/none basis? Have I missed something that could cause a partial data transfer? -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune

[LAD] C++ guide

2014-06-09 Thread Will Godfrey
Can anyone recommend something (preferably dead tree form) aimed at those with some knowledge of the basics? I've dealt with Yoshimi's Surface noise but am struggling with the more serious refactoring I want to do. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have

Re: [LAD] C++ guide

2014-06-14 Thread Will Godfrey
pecking around here and there :( Once I've made my way through that, I'll decide what to select for further bed-time reading. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song

Re: [LAD] [ANN] QmidiNet 0.2.0 is out!

2014-06-19 Thread Will Godfrey
data (ALSA-MIDI and JACK-MIDI) over the network, using UDP/IP multicast. Inspired by multimidicast [2] and designed to be compatible with ipMIDI [3] for Windows. Interesting. What sort of latency do you get? -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune

Re: [LAD] MIDI in jack

2014-07-10 Thread Will Godfrey
On Thu, 10 Jul 2014 00:01:13 -0700 (PDT) Len Ovens l...@ovenwerks.net wrote: I have used sockets for this stuff before, but would prefer not to. I am going to figure out udev. -- Len Ovens www.ovenwerks.net Brave man! Where do we send the flowers? :) -- Will J Godfrey http

Re: [LAD] Beta testers required...

2014-07-23 Thread Will Godfrey
How recent a version of jack? I've got two machines both with jackd2 V 1.9.10 hanging off an ordinary netgear domestic modem/router. If the router presents a problem I can easily connect them direct. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange

Re: [LAD] [LAU] Computer noise, was: Ardour MIDI tracer

2014-08-17 Thread Will Godfrey
using the the transformer makers recommended schematic, and was quite astonished to be able to reproduce a flat-topped square wave at 100Hz with no visible overshoot. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune

Re: [LAD] [LAU] Ardour MIDI tracer

2014-08-17 Thread Will Godfrey
me thinking! Presumably this should be set up as a proper log law, so even if the steps represent (say) 0.5dB that still gives a control range of over 60dB -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune

Re: [LAD] Optimisations

2014-08-19 Thread Will Godfrey
On Mon, 18 Aug 2014 18:36:35 + Fons Adriaensen f...@linuxaudio.org wrote: On Mon, Aug 18, 2014 at 06:11:33PM +0100, Will Godfrey wrote: A long time ago ... in a land far away :) I did some assembler programming on the Acorn Archimedes (ARM 2/3) and worked out a series of additions

Re: [LAD] Half-OT: Fader mapping - was - Ardour MIDI tracer

2014-08-25 Thread Will Godfrey
On Mon, 25 Aug 2014 08:13:28 + Fons Adriaensen f...@linuxaudio.org wrote: ... or a charge amplifier. Interesting you mention that. I was wondering if that sort of thing would work, although I didn't know the name - I had to look it up :) -- Will J Godfrey http://www.musically.me.uk Say you

Re: [LAD] Software sound

2014-09-02 Thread Will Godfrey
than vector control. All that's needed now is time + programming experience! -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing

[LAD] Some questions about the Jack callback

2014-09-19 Thread Will Godfrey
? If the latter, does Jack maintain the same order (assuming none stop) or might it change between buffers? I've a few more questions but they depend on whether either of these scenarios is correct! -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them

Re: [LAD] Some questions about the Jack callback

2014-09-19 Thread Will Godfrey
On Fri, 19 Sep 2014 20:58:58 + Fons Adriaensen f...@linuxaudio.org wrote: On Fri, Sep 19, 2014 at 09:44:44PM +0100, Will Godfrey wrote: Just trying to get a clearer understand so hope these aren't too noob-ish. If you have several processes wanting to send audio, does the callback

Re: [LAD] Some questions about the Jack callback

2014-09-19 Thread Will Godfrey
On Fri, 19 Sep 2014 22:06:32 + Fons Adriaensen f...@linuxaudio.org wrote: On Fri, Sep 19, 2014 at 10:53:19PM +0100, Will J Godfrey wrote: It's probably not worth the effort, but I wondered if the client could attempt to be a 'good citizen' and take some form of remedial action

Re: [LAD] Some questions about the Jack callback

2014-09-20 Thread Will Godfrey
On Sat, 20 Sep 2014 08:35:59 + Fons Adriaensen f...@linuxaudio.org wrote: On Fri, Sep 19, 2014 at 11:16:38PM -0700, Len Ovens wrote: On Fri, 19 Sep 2014, Will Godfrey wrote: Say we have A, B C in that order and BC each take 3mS to return but A takes 6mS. Does C get booted out

Re: [LAD] Fw: Re: Some questions about the Jack callback

2014-09-21 Thread Will Godfrey
:) Reading this back, it seems rather like a rant. I'm sorry, but 'our' sound has become critical to my compositions. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song

Re: [LAD] Some questions about the Jack callback

2014-09-21 Thread Will Godfrey
On Fri, 19 Sep 2014 23:30:50 +0100 Will Godfrey willgodf...@musically.me.uk wrote: On Fri, 19 Sep 2014 22:06:32 + Fons Adriaensen f...@linuxaudio.org wrote: On Fri, Sep 19, 2014 at 10:53:19PM +0100, Will J Godfrey wrote: It's probably not worth the effort, but I wondered

[LAD] A bit more MIDI clarification please

2014-10-05 Thread Will Godfrey
but I have frequently done exactly this, using alsa MIDI, and I confess I've no idea what actually happens in that situation either! -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song

[LAD] Lars Luthman

2014-10-12 Thread Will Godfrey
Is anyone in contact with Lars? I tried to send him an email but it immediately bounced, so i think I've got an address that's no longer valid. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song

[LAD] Linux Kernel Lockup

2014-11-29 Thread Will Godfrey
and not had any problems. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http

Re: [LAD] [Bulk] Linux Kernel Lockup

2014-12-05 Thread Will Godfrey
On Sun, 30 Nov 2014 02:22:37 +0100 Ralf Mardorf ralf.mard...@rocketmail.com wrote: On Sat, 29 Nov 2014 23:17:48 + Will Godfrey willgodf...@musically.me.uk wrote: I don't know if anyone here has heard about this. I discovered the link quite by accident. http://lkml.iu.edu/hypermail

[LAD] ALSA audio

2015-03-07 Thread Will Godfrey
what the downside of doing this might be? -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing list Linux-audio-dev

Re: [LAD] ALSA audio

2015-03-07 Thread Will Godfrey
On Sat, 7 Mar 2015 17:46:12 + Fons Adriaensen f...@linuxaudio.org wrote: On Sat, Mar 07, 2015 at 05:18:41PM +, Will Godfrey wrote: I've just been reading the ALSA Programming HOWTO by Matthias Nagorni and one detail caught my attention immediately. This is the idea of using

Re: [LAD] User eXperience in Linux Audio

2015-04-21 Thread Will Godfrey
should disappear. Possibly, set it with a short-ish timer, so if it doesn't get updates from the application it disappears anyway, possibly after a short delay with a failure message. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both

Re: [LAD] User eXperience in Linux Audio

2015-04-25 Thread Will Godfrey
user has them off (and out of the way) but on using an obscure feature can briefly re-enable them. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song

[LAD] Integer performance

2015-05-02 Thread Will Godfrey
are a different issue! -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http

Re: [LAD] Integer performance

2015-05-02 Thread Will Godfrey
On Sat, 02 May 2015 21:06:40 +0200 Clemens Ladisch clem...@ladisch.de wrote: Will Godfrey wrote: If you are using only small values is there really any benefit in using chars and shorts rather than just using integers everywhere and letting the compiler sort it out? That depends

Re: [LAD] Integer performance

2015-05-03 Thread Will Godfrey
On Sat, 2 May 2015 20:53:15 + Fons Adriaensen f...@linuxaudio.org wrote: On Sat, May 02, 2015 at 08:57:25PM +0100, Will Godfrey wrote: What masking? Presumably bits have to be masked when being set or read to provide the boolean action. I wouldn't expect true single bit direct

Re: [LAD] Advanced Gtk+ Sequencer aka GSequencer now on GitHub

2015-04-03 Thread Will Godfrey
to manipulate MIDI messages was mid to late 1990s. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing list Linux-audio-dev

Re: [LAD] AVB not so dead after all

2015-06-09 Thread Will Godfrey
specifically talking about audio networking and multimedia. Best Very interesting, and very pleased to see this. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song

Re: [LAD] AVB not so dead after all

2015-06-09 Thread Will Godfrey
. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/linux

Re: [LAD] AVB not so dead after all

2015-06-13 Thread Will Godfrey
? -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo

[LAD] Jack ringbuffer

2015-12-10 Thread Will Godfrey
If I have a buffer size of 256 and always use a 4 byte data block, can I be confident that reads and writes will either transfer the correct number of bytes or none at all? -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have

[LAD] ccmake problem

2016-01-09 Thread Will Godfrey
Is anyone here using ccmake version 3.4.1? I've had a couple of people saying it segfaults when going through its setup. I'm using V 3.0.2 and not seeing any problems at all. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have

Re: [LAD] ccmake problem - more info

2016-01-11 Thread Will Godfrey
On Sat, 9 Jan 2016 22:48:42 + Will Godfrey <willgodf...@musically.me.uk> wrote: It appears to be a problem specifically with debian unstable: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=809535 If yoo compile cmake yourself or use a version before December 2015 there isn't a p

Re: [LAD] Realtime inter-thread communication

2016-02-29 Thread Will Godfrey
ll the code > out to use in your application. the ring buffer is a polled setup, so > every time you do some audio processing you need to check the ring buffer > to see if there are any new bytes to process. > > -- > Len Ovens > www.ovenwerks.net Another vote for jack ring

Re: [LAD] cpu spikes

2016-01-26 Thread Will Godfrey
things > > in virtual memory. > > Which should be the other way around of course... /me hides somewhere in > a corner > > Jeremy > Don't do that. The corners are already crowded with some of us :) -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I ha

[LAD] Jack ring buffer (again)

2016-05-14 Thread Will Godfrey
Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http://lists.linuxaudio.org/listinfo/lin

Re: [LAD] After LAC is before LAC

2016-04-14 Thread Will Godfrey
r" Remember that name! They did a thoroughly professional job of streaming and recording everything. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Lin

Re: [LAD] sourceforge - update

2017-02-20 Thread Will Godfrey
Seems to be working again now. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org http

Re: [LAD] Music made with LMMS

2016-09-11 Thread Will Godfrey
; this is maybe due to the song :) ). > > Best regards, > > Yann > Some very nice work, however the *developers* list really isn't the place to post this. Indeed, it is the first time I've seen such a link here. -- Will J Godfrey http://www.musically.me.uk

Re: [LAD] qjackctl segfault

2016-10-08 Thread Will Godfrey
rg/QjackCtl.conf file away, making > > sure you can restore it back later, then launch qjackctl again. > > With the config file removed 0.4.2 works. It segfaults again > when restarted with the 'Single application instance' option > disabled. > > Ciao, > Confirmi

Re: [LAD] qjackctl segfault

2016-10-08 Thread Will Godfrey
esting qjackctl 0.4.2-2 (qt 5.6.1, openbox) -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing list Linux-audio-dev@list

[LAD] Mixed boolean & numbers

2016-08-27 Thread Will Godfrey
was guaranteed. Am I being overly cautious or should I change them all to one form or the other? -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux

Re: [LAD] Mixed boolean & numbers

2016-08-27 Thread Will Godfrey
On Sat, 27 Aug 2016 09:35:26 -0700 (PDT) Len Ovens <l...@ovenwerks.net> wrote: > On Sat, 27 Aug 2016, Will Godfrey wrote: > > > I'm finding quite a lot of occasions where variables defined as 'bool' are > > sometimes being set with true or false and other times 0 or

[LAD] CMake & ncurses

2016-11-08 Thread Will Godfrey
Apparently the upcoming versions of openSUSE Leap don't have a .pc file for ncurses, and CMake's findpackage() requires that. Does anyone know of an alternative method of configuring CMake for ncurses? Will. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune

Re: [LAD] Session wide panic functionality?

2016-10-23 Thread Will Godfrey
u want to make everything stop doing whatever they do to make noise. They are not quite the same thing. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-

Re: [LAD] CMake & ncurses SOLVED

2016-11-12 Thread Will Godfrey
On Sun, 13 Nov 2016 00:41:13 +0100 Florian Paul Schmidt <mista.ta...@gmx.net> wrote: > On 11/08/2016 07:09 PM, Will Godfrey wrote: > > Apparently the upcoming versions of openSUSE Leap don't have a .pc file for > > ncurses, and CMake's findpackage() requires that. >

Re: [LAD] LADPSA and LV2 Sample Types

2017-03-07 Thread Will Godfrey
a quite dramatice demo at that depth of a garage door being slammed after the demonstrater talks rather quietly - sorry, I can't find it now. By the time you reach 24bit, you're well below any reasonable accoustic noise level, and are getting into the region of thermal noise in analogue

Re: [LAD] LAC 2017 Program - Linux Audio Conference in Saint-Etienne

2017-05-02 Thread Will Godfrey
noticed this: > > > > <http://www.restaurantlebyblos.com> > > > > Looks good to me, and not far from the university. > Knowing little about food or French, I'll be happy to go with the majority, and be (hopefully) pleasantly surprised by both :) Will. -- Will

Re: [LAD] LAC 2017 Program - Linux Audio Conference in Saint-Etienne

2017-05-12 Thread Will Godfrey
noticed this: > > > > <http://www.restaurantlebyblos.com> > > > > Looks good to me, and not far from the university. Is this now decided? What sort of time to start? Anyone booking a table... or three? :) -- Will J Godfrey http://www.musically.me.uk Say you have

Re: [LAD] Linux Support for Focusrite Scarlett 18i20 2nd Generation

2017-06-21 Thread Will Godfrey
s > www.ovenwerks.net Just had a browse on the MOTU website. That is some serious kit they have! -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-a

Re: [LAD] LAC2017 Photos

2017-05-24 Thread Will Godfrey
set of pix Rui. I wonder how many people can pick out the 'newbies' from us regulars :) -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio

Re: [LAD] LAC 2017 Program - Linux Audio Conference in Saint-Etienne - Wednesday evening

2017-05-16 Thread Will Godfrey
> ganrds > IOhannes > And I shall make sure I arrive hungry :) -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing li

[LAD] DSP transients

2017-09-03 Thread Will Godfrey
Does anyone know of software that can log these without significantly adding to the load itself? -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song

Re: [LAD] [A plugin scanner:] Cache text file formats: rdf, ttl, custom xml?

2018-10-30 Thread Will Godfrey
en a musician has put in hours of effort and deep inspiration into a project they will lose all confidence in the system. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poe

Re: [LAD] Github down-ish?

2018-11-15 Thread Will Godfrey
On Wed, 14 Nov 2018 20:40:12 +0100 (CET) "Jeanette C." wrote: >Nov 14 2018, Will Godfrey has written: > >> I'm seeing 'can't retrieve the current commit' on several quite different >> projects. >> Anyone else seeing this? >I just tried Nama and it wor

[LAD] Github down-ish?

2018-11-14 Thread Will Godfrey
I'm seeing 'can't retrieve the current commit' on several quite different projects. Anyone else seeing this? -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song

Re: [LAD] should JACK programs autostart the server?

2018-09-20 Thread Will Godfrey
I'm against the idea of autostart as well. In my experience anything that does that is a recipe for unintended consequences. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. __

[LAD] Yoshimi V 1.5.9

2018-09-25 Thread Will Godfrey
not reported and explained as well as they could have been. More info is in dev_notes/Selection_Structure.txt -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song

[LAD] LAM

2018-11-18 Thread Will Godfrey
for tracks composed with Linux - something rather rare! -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing list Linux

[LAD] Potential MIDI headaches?

2019-01-19 Thread Will Godfrey
of work to do :/ -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org https

[LAD] You couldn't make it up

2018-11-30 Thread Will Godfrey
ven {cough} ethernet {cough} BTW I'm not talking about connecting to bitscope - that only has 8bit resolution and the module itself has no gain control and is easily overloaded :( -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a po

Re: [LAD] Is -ffast-math safe for audio?

2018-11-23 Thread Will Godfrey
>difference because SSE is used. > >Do you also use -O2, or -O3 along with --fast-math? > >On 11/22/2018 06:30 PM, Will Godfrey wrote: >[...] >> My suspicion is that the difference is due to accumulated rounding >> errors. >> >> Curiously without the decr

Re: [LAD] Is -ffast-math safe for audio?

2018-11-24 Thread Will Godfrey
also slightly wrong, but in a direction that tends to compensate for the error. The other thing, is why do we need the floorf? Or in the original example (which was taken from working code) truncf? A straight cast to int seems to give exactly the same result, and is at least twice as fast with -O3 and abo

Re: [LAD] Is -ffast-math safe for audio?

2018-11-25 Thread Will Godfrey
On Sat, 24 Nov 2018 14:19:01 +0100 Fons Adriaensen wrote: >On Sat, Nov 24, 2018 at 10:49:46AM +, Will Godfrey wrote: > >> >The safe way is of course: >> > >> >int i = (int) floorf (p); >> >float f = p - i; > >> I'd been mulling over *ex

[LAD] Is -ffast-math safe for audio?

2018-11-22 Thread Will Godfrey
c << endl; My suspicion is that the difference is due to accumulated rounding errors. Curiously without the decrements the behavior with and without -ffast-math seems to be identical well into the millions. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tu

[LAD] Yoshimi V 1.5.9

2018-09-16 Thread Will Godfrey
to know about that too! This list (Yoshimi_Helpers) has only existed in the source files since V 1.5.1 and is my best attempt at finding everybody. Release is planned for later this month. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can

[LAD] A shout out to instrument patch makers

2019-03-29 Thread Will Godfrey
this should go. -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org https

[LAD] MXML V3.0

2019-03-03 Thread Will Godfrey
Just a heads up for anyone likely to come across this. It now hides some internal elements that were accessible in V2.x so you might be advised to review your code - it bit us with Yoshimi :( -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them

Re: [LAD] Bit shift

2019-03-17 Thread Will Godfrey
cc translates integer addition and multiplications into >a combination of bitwise and arithmetic operations if that is >appropriate for the target CPU. > > >On 3/12/19 11:43 PM, Will Godfrey wrote: >> Does anyone know if GCC will replace power of 2 >> multiplications/divisions o

[LAD] Bit shift

2019-03-12 Thread Will Godfrey
Does anyone know if GCC will replace power of 2 multiplications/divisions of unsigned integers with bit shifts? -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song

Re: [LAD] LAC steaming to c-base, Berlin

2019-03-21 Thread Will Godfrey
tting travel arrangements and accommodation in place in time are just about zero. I'll try, but as they say, don't wait for me :( -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune

[LAD] 'A' note Tuning Range

2019-04-09 Thread Will Godfrey
that there is also semitone master key shift covering +- 3 octaves (used to be 5!) along with a fine detune of +63 -64 cents. What have other synth people here set for this? Does anyone else actually have the setting? -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune

[LAD] Faster boot on Raspberry Pi 4

2019-11-05 Thread Will Godfrey
:( -- Will J Godfrey http://www.musically.me.uk Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linuxaudio.org https://lists.linuxaudio.org/listinfo/linux

[LAD] pugl examples

2019-12-08 Thread Will Godfrey
Does anyone know of any simple example files for pugl. I've had a good look around and can't find any. I know there are some fully-formed programs out there, but don't want the confusion of trying to find the core material so that I can understand it. -- Will J Godfrey http://www.musically.me.uk

Re: [LAD] Converting single-cycle wave to harmonic spectrum

2021-05-10 Thread Will Godfrey
be a better option. It already creates perfectly looping samples (not sure if you can fiddle that for a single cycle) and will then export these over as a number of different pitches/key numbers. -- Will J Godfrey https://willgodfrey.bandcamp.com/ http://yoshimi.github.io Say you

Re: [LAD] Is Piperware a successor to Jack/Pulseaudio?

2021-07-01 Thread Will Godfrey
m, not a Pipewire one. If it >matters to an 18.04 user, they do have the option of upgrading to 20.04. Is pipewire runnable on the raspberry Pi? Anyone tried it? -- Will J Godfrey https://willgodfrey.bandcamp.com/ http://yoshimi.github.io Say you have a poem and I have a tune. Exchange them and we can

Re: [LAD] Is Piperware a successor to Jack/Pulseaudio?

2021-07-07 Thread Will Godfrey
;> What distro are you using these days? > >I have been using Archlinux for around 10 years. >Now evaluating Artix, which is Arch without systemd. > >Ciao, Devuan here - except a still working eeepc900 on debian squeeze. -- Will J Godfrey https://willgodfrey.bandcamp.com/ http://

Re: [LAD] Is Piperware a successor to Jack/Pulseaudio?

2021-07-06 Thread Will Godfrey
On Tue, 6 Jul 2021 10:51:17 +0200 Dominique Michel wrote: > For pipewire, as >systemd is an optional run time depend Why? What on earth has this got to do with systemd? Although I suppose I shouldn't be surprised with it coming from redhat. -- Will J Godfrey https://willgodfrey.bandca

Re: [LAD] Is Piperware a successor to Jack/Pulseaudio?

2021-07-06 Thread Will Godfrey
e until it interferes with what you want to do. I originally moved over to Linux to avoid this sort of thing. -- Will J Godfrey https://willgodfrey.bandcamp.com/ http://yoshimi.github.io Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. __

Re: [LAD] new-session-management on jackaudio.org

2021-04-05 Thread Will Godfrey
Can this argument be taken private? It's going round and round and getting absolutely nowhere. If I want noise I can go to facebook or twitter :( -- Will J Godfrey https://willgodfrey.bandcamp.com/ http://yoshimi.github.io Say you have a poem and I have a tune. Exchange them and we can both

[LAD] Possibly of historical interest

2021-04-02 Thread Will Godfrey
I have a 64bit compiled copy of Zyn 2.2.1 that amazingly still works on devuan beowulf. It's invaluable for checking we haven't inadvertently changed sounds, and also for backtracking bugs. If anyone would like a copy, let me know. The filesize is 936k so not exactly huge :) -- Will J Godfrey

[LAD] Slightly O/T - put your coffee down first!

2021-03-11 Thread Will Godfrey
This made me reach for the screen cleaner :) Ten little bugs hiding in the code, Ten little bugs hiding in the code. So you fix a little bug, and compile it all again. There's eleven little bugs hiding in the code. -- Will J Godfrey http://www.musically.me.uk http://yoshimi.github.io Say you

[LAD] MIDI program change

2021-09-03 Thread Will Godfrey
the hardware synths I've ever owned work in this way. -- Will J Godfrey https://willgodfrey.bandcamp.com/ http://yoshimi.github.io Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing

Re: [LAD] MIDI program change

2021-09-04 Thread Will Godfrey
On Fri, 3 Sep 2021 16:18:35 -0600 Caelia Chapin wrote: >On Fri, Sep 3, 2021 at 12:37 PM Will Godfrey >wrote: > >> >> I've been trying to get hold of information on MIDI-2. >> > >Trying? Do you know you can register for an account at midi.org and >do

Re: [LAD] MIDI program change

2021-09-04 Thread Will Godfrey
in where needed. I'm sorry if this is coming over as a rant, but it seems to me that even in music, free expression is becoming less and less free, and the only people who can do anything about it are those of us producing the code! -- Will J Godfrey https://willgodfrey.bandcamp.com/ http

Re: [LAD] Programming LV2 plugin from scratch tutorial video series

2021-10-19 Thread Will Godfrey
n, and host reports that the (apparent) url doesn't exist! Unless you know what this is you can waste a lot of time having been totally misdirected. Speaking from experience :( -- Will J Godfrey https://willgodfrey.bandcamp.com/ http://yoshimi.github.io Say you have a poem and I have

Re: [LAD] Programming LV2 plugin from scratch tutorial video series

2021-10-19 Thread Will Godfrey
On Tue, 19 Oct 2021 16:58:39 -0400 David Robillard wrote: >On Tue, 2021-10-19 at 19:17 +0100, Will Godfrey wrote: >> What is even worse, is when there >> is a problem of some sort with a plugin, and host reports that the >> (apparent) >> url doesn't exist! >

[LAD] Jack session deprecated

2021-11-05 Thread Will Godfrey
Can someone explain why this actually needed to have been done? Personally, I don't use any session management at all so it doesn't affect me. However I know a number of people who prefer it to other session managers precisely *because* it is so minimal. -- Will J Godfrey https

Re: [LAD] pipewire

2022-01-17 Thread Will Godfrey
tentially >pipewire manages to provide better latency? > >Lorenzo I'm also on the 'wait and see' list. For me, Jack is just plug and play. I'd want pipewire to be the same. As for latency, this seems to be more to do with my USB soundcard t

Re: [LAD] pipewire

2022-01-18 Thread Will Godfrey
On Tue, 18 Jan 2022 08:08:56 -0800 (PST) Len Ovens wrote: >Pipewire does use all the system bits that puleaudio does, such as dbus >and of course systemd. I do not think it will run without. If it *requires* systemd then that is a non-starter for me :( -- Will J Godfrey

Re: [LAD] pipewire

2022-01-18 Thread Will Godfrey
s for this info :) -- Will J Godfrey https://willgodfrey.bandcamp.com/ http://yoshimi.github.io Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing list Linux-audio-dev@lists.linux

Re: [LAD] A GUI request

2022-06-07 Thread Will Godfrey
is the biggie for me - in general, let alone any kind of emergency. In audio software, the classic example being Phasex which seems to get just about everything wrong :( When (if?) we get another LAC this whole issue would make a very good topic. -- Will J Godfrey https://willgodfrey.bandcamp.com/ htt

[LAD] A GUI request

2022-06-05 Thread Will Godfrey
option, maybe consider doing so. -- Will J Godfrey https://willgodfrey.bandcamp.com/ http://yoshimi.github.io Say you have a poem and I have a tune. Exchange them and we can both have a poem, a tune, and a song. ___ Linux-audio-dev mailing list Linux

[LAD] MIDI granularity

2022-06-16 Thread Will Godfrey
cable. I would guess that these could be interleaved so that (assuming the 1mS granularity holds) the overall rate is still 1mS with the ports spaced up to 250uS apart. This is of course pure guesswork, so I'd be interested if anyone knows exactly what the situation is. -- Will J Godfrey https

  1   2   >