Re: [Faudiostream-users] documentation of headers

2020-12-29 Thread Till Bovermann
thanks to bot oif you, this helps a lot, already! cheers Till -- Till Bovermann https://tai-studio.org | http://lfsaw.de | https://www.instagram.com/_lfsaw/ > On 29. Dec 2020, at 05:00, Julius Smith wrote: > > I second Stéphane's recommendation of APIUI.h > Here is my "fau

Re: [Faudiostream-users] documentation of headers

2020-12-28 Thread Julius Smith
I second Stéphane's recommendation of APIUI.h Here is my "faust2header.cpp" architecture file that converts .dsp to .h for integration into larger C++ projects: #include #include <> <> - Julius On Mon, Dec 28, 2020 at 1:07 AM Stéphane Letz wrote: > You cal possible use APIUI here : > https:/

Re: [Faudiostream-users] documentation of headers

2020-12-28 Thread Stéphane Letz
You cal possible use APIUI here : https://github.com/grame-cncm/faust/blob/master-dev/architecture/faust/gui/APIUI.h (even it it is possible a bit « too much » for you use case) Stéphan e > Le 28 déc. 2020 à 09:45, Till Bovermann a écrit : > > Season's greetings! > > I was wondering if there

[Faudiostream-users] documentation of headers

2020-12-28 Thread Till Bovermann
Season's greetings! I was wondering if there is any documentation of the header files to be included into arch-files. I am particularly interested to find a UI header that, unlike "faust/gui/MapUI.h", stores min, max, step, etc. of active gui elements. cheers and thanks for any help T