Re: [linux-audio-dev] LADSPA needs & wishes

2007-01-29 Thread Fraser
2 frames and > quantise the changes to that rate. I didn't realise that - perhaps I glossed over that bit of the spec. A block size of 32 frames would really exagerate unnecessary paramter conversion... regards, Fraser

Re: [linux-audio-dev] LADSPA needs & wishes

2007-01-28 Thread Fraser
change 'on the beat'). With my setup, blocks of audio are 2048 fames in size, so my run() function will pick up changes every 46ms - which is an audible delay (yes I agree this is a small deal and if really matters to the plugin there are ways around it) regards, Fraser

Re: [linux-audio-dev] LADSPA needs & wishes

2007-01-27 Thread Fraser
rsion and just suck up to the nasty display issues > of showing the user the raw value unless its an SR-related parameter > >2) be ready to take the core of your plugin and release it as an LV2 > plugin once adoption of it by a couple of hosts emerges. it will be very > easy to do this, and will open up a world of new possibilities. ok will do, looking forward to LV2 regards, Fraser

[linux-audio-dev] LADSPA needs & wishes

2007-01-26 Thread Fraser
op=0; PortLayoutHints[MY_METER].bot=2; PortLayoutHints[MY_METER].left=3; PortLayoutHints[MY_METER].right=5; 3) Customization - control colours in the layout hints - background & logo images in the descriptor etc This would all be optional for the host Thanks for taking the time to read though all this, turned out to be longer than I anticipated! regards, Fraser