Re: [Faudiostream-devel] GUI design

2014-01-13 Thread urban
Thanx for the quick reply guys! C'est dommage, quand même! -- CenturyLink Cloud: The Leader in Enterprise Cloud Services. Learn Why More Businesses Are Choosing CenturyLink Cloud For Critical Workloads, Development Environ

Re: [Faudiostream-devel] GUI design

2014-01-13 Thread Orlarey Yann
Hi Urban, Button's label can contain a variable part, like in your example "numb %floatnum", but this value must be known at compile time. The only way to really "display" values is to use (h|v)bargraphs. Cheers Yann Le 13/01/2014 14:20, urban a écrit : > Hi, > > I'm experimenting with GU

Re: [Faudiostream-devel] GUI design

2014-01-13 Thread Harry van Haaren
On Mon, Jan 13, 2014 at 1:20 PM, urban wrote: > What is the correct way (if any) of doing it ?! > Yep, and its simpler than you thought :) floatnum = nentry("valueName",0 ,0., 4., 0.01); // using floatnum ensures it exists as a UI element: // faust optimizes away inputs that are not used! label

[Faudiostream-devel] GUI design

2014-01-13 Thread urban
Hi, I'm experimenting with GUI design with the JACK GTK architecture and I need to display numerical values in the GUI as in the following minimal example: //- //in real life this is a room acoustic calculation: floatnum = nentry("roomsize",0,0.,4.,0.0