Re: [Faudiostream-users] Ann: Develop Faust programs inside the Radium music editor

2017-07-06 Thread Kjetil Matheussen
Hi all,

Recently, I've fixed a few annoying things in the The FaustDev instrument
in Radium. Various issues regarding widget positioning and resizing should
be fixed, and the program also doesn't delete any automation anymore when
recompiling.

In addition to the initial announcement a year ago, it's also possible to
use all (or half) of all available space for the FaustDev instrument. So if
you run Radium in full screen, you can use the left half of the screen for
the editor, while the right part of the screen is divided between showing a
block diagram and the controls (sliders/buttons). As before, both the block
diagram and the controls + audio is compiled and updated in realtime while
code is written.

Since last announcement, it's also possible to move the instrument widget
(where the FaustDev GUI is placed) into the lower part of the mixer instead
of the lower part of the main window. The mixer can be moved out of the
main window and into a separate window, so now you can run Faust on one
screen, and on another screen you have automation, note data, and so forth.
Radium also includes a sequencer, of the horizontal type, so you can use
horizontal automation too in addition to vertical automation, which was the
only alternative last summer.

Unfortunately, I've had problems making Radium work across Linux
distributions when it includes LLVM, so Linux users must compile Radium
manually to get the FaustDev instrument. But the FaustDev instrument is
still included in the Windows64 and OSX binaries.

http://users.notam02.no/~kjetism/radium/



On Thu, Jun 23, 2016 at 8:00 PM, Kjetil Matheussen  wrote:

> Hello all,
>
> With the help of libfaust, you can now develop programs within
> the Radium music editor. This has several advantages:
>
> * Hear (and see) immediately the changes while writing.
>   I.e. realtime compilation. No "compile" button.
>
> (Hmm, I guess "several advantages" was a bit exaggerated,
> considering it's only one, but it's a quite big one though,
> I think.)
>
> Here's a video:
> https://www.youtube.com/watch?v=LJm9Lox1WFA
>
> Radium is available here:
> http://users.notam02.no/~kjetism/radium/
>
> This feature is available in the latest version of Radium (V3.9.4)
> for Linux, Mac OS X, and Windows 64 bit.
>
>
--
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Ann: Develop Faust programs inside the Radium music editor

2016-06-28 Thread Michael Bylstra
Stephane: I haven't made the source code public yet because it's in a very
messy state at the moment. I'll definitely make it open source once it's
ready.

On Tue, Jun 28, 2016 at 9:13 PM, Stéphane Letz  wrote:

> Written in Elm : very interesting, is the Elm source code visible
> somewhere?
>
> Thanks.
>
> Stéphane
>
> > Le 28 juin 2016 à 12:48, Michael Bylstra  a écrit :
> >
> > Hi,
> >
> > This looks great. I've been working on something kind of similar for the
> web. Well, just the editor functionality is similar -  it's not a full
> featured DAW. It's very much a work in progress but you can see a version
> here: http://michaelbylstra.com/faust-instant/
> >
> > I also considered making Faust programs compile as you type, but
> compilation in a browser is a bit too slow for that. I opted for making
> compile respond to the CTRL-ENTER key combination, like SuperCollider. I
> also find it annoying to have to click a compile button to hear results as
> you type.
> >
> > "Faust Instant" doesn't offer anything you can't already do with the
> online compiler or the Faust Playground, and it's missing most of their
> functionality. My motivation was that I wanted something super simple
> that's really easy for new users (like myself) to get up and running with.
> It also happens to be written in the Elm programming language - so it was a
> good excuse to write some Elm. I'm hoping it will evolve into an equivalent
> of ShaderToy (of https://www.shadertoy.com/) so people can share Faust
> instruments and demos.
> >
> > cheers!
> >
> >
> >
> > On Fri, Jun 24, 2016 at 4:00 AM, Kjetil Matheussen <
> k.s.matheus...@gmail.com> wrote:
> > Hello all,
> >
> > With the help of libfaust, you can now develop programs within
> > the Radium music editor. This has several advantages:
> >
> > * Hear (and see) immediately the changes while writing.
> >   I.e. realtime compilation. No "compile" button.
> >
> > (Hmm, I guess "several advantages" was a bit exaggerated,
> > considering it's only one, but it's a quite big one though,
> > I think.)
> >
> > Here's a video:
> > https://www.youtube.com/watch?v=LJm9Lox1WFA
> >
> > Radium is available here:
> > http://users.notam02.no/~kjetism/radium/
> >
> > This feature is available in the latest version of Radium (V3.9.4)
> > for Linux, Mac OS X, and Windows 64 bit.
> >
> >
> >
> --
> > Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
> > Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> > present their vision of the future. This family event has something for
> > everyone, including kids. Get more information and register today.
> > http://sdm.link/attshape
> > ___
> > Faudiostream-users mailing list
> > Faudiostream-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/faudiostream-users
> >
> >
> >
> --
> > Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
> > Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> > present their vision of the future. This family event has something for
> > everyone, including kids. Get more information and register today.
> > http://sdm.link/attshape___
> > Faudiostream-users mailing list
> > Faudiostream-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>
--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Ann: Develop Faust programs inside the Radium music editor

2016-06-28 Thread Stéphane Letz
Written in Elm : very interesting, is the Elm source code visible somewhere?

Thanks.

Stéphane

> Le 28 juin 2016 à 12:48, Michael Bylstra  a écrit :
> 
> Hi,
> 
> This looks great. I've been working on something kind of similar for the web. 
> Well, just the editor functionality is similar -  it's not a full featured 
> DAW. It's very much a work in progress but you can see a version here: 
> http://michaelbylstra.com/faust-instant/
> 
> I also considered making Faust programs compile as you type, but compilation 
> in a browser is a bit too slow for that. I opted for making compile respond 
> to the CTRL-ENTER key combination, like SuperCollider. I also find it 
> annoying to have to click a compile button to hear results as you type.
> 
> "Faust Instant" doesn't offer anything you can't already do with the online 
> compiler or the Faust Playground, and it's missing most of their 
> functionality. My motivation was that I wanted something super simple that's 
> really easy for new users (like myself) to get up and running with. It also 
> happens to be written in the Elm programming language - so it was a good 
> excuse to write some Elm. I'm hoping it will evolve into an equivalent of 
> ShaderToy (of https://www.shadertoy.com/) so people can share Faust 
> instruments and demos. 
> 
> cheers!
> 
> 
> 
> On Fri, Jun 24, 2016 at 4:00 AM, Kjetil Matheussen  
> wrote:
> Hello all,
> 
> With the help of libfaust, you can now develop programs within
> the Radium music editor. This has several advantages:
> 
> * Hear (and see) immediately the changes while writing.
>   I.e. realtime compilation. No "compile" button.
> 
> (Hmm, I guess "several advantages" was a bit exaggerated,
> considering it's only one, but it's a quite big one though,
> I think.)
> 
> Here's a video:
> https://www.youtube.com/watch?v=LJm9Lox1WFA
> 
> Radium is available here:
> http://users.notam02.no/~kjetism/radium/
> 
> This feature is available in the latest version of Radium (V3.9.4)
> for Linux, Mac OS X, and Windows 64 bit.
> 
> 
> --
> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> ___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
> 
> 
> --
> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users


--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape
___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Ann: Develop Faust programs inside the Radium music editor

2016-06-28 Thread Yann Orlarey
Hi Michael,

Congratulations : neat and elegant !

Yann

Yann Orlarey

Directeur scientifique
www.grame.fr



On Tue, Jun 28, 2016 at 12:48 PM, Michael Bylstra 
wrote:

> Hi,
>
> This looks great. I've been working on something kind of similar for the
> web. Well, just the editor functionality is similar -  it's not a full
> featured DAW. It's very much a work in progress but you can see a version
> here: http://michaelbylstra.com/faust-instant/
>
> I also considered making Faust programs compile as you type, but
> compilation in a browser is a bit too slow for that. I opted for making
> compile respond to the CTRL-ENTER key combination, like SuperCollider. I
> also find it annoying to have to click a compile button to hear results as
> you type.
>
> "Faust Instant" doesn't offer anything you can't already do with the
> online compiler or the Faust Playground, and it's missing most of their
> functionality. My motivation was that I wanted something super simple
> that's really easy for new users (like myself) to get up and running with.
> It also happens to be written in the Elm programming language - so it was a
> good excuse to write some Elm. I'm hoping it will evolve into an equivalent
> of ShaderToy (of https://www.shadertoy.com/) so people can share Faust
> instruments and demos.
>
> cheers!
>
>
>
> On Fri, Jun 24, 2016 at 4:00 AM, Kjetil Matheussen <
> k.s.matheus...@gmail.com> wrote:
>
>> Hello all,
>>
>> With the help of libfaust, you can now develop programs within
>> the Radium music editor. This has several advantages:
>>
>> * Hear (and see) immediately the changes while writing.
>>   I.e. realtime compilation. No "compile" button.
>>
>> (Hmm, I guess "several advantages" was a bit exaggerated,
>> considering it's only one, but it's a quite big one though,
>> I think.)
>>
>> Here's a video:
>> https://www.youtube.com/watch?v=LJm9Lox1WFA
>>
>> Radium is available here:
>> http://users.notam02.no/~kjetism/radium/
>>
>> This feature is available in the latest version of Radium (V3.9.4)
>> for Linux, Mac OS X, and Windows 64 bit.
>>
>>
>>
>> --
>> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
>> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
>> present their vision of the future. This family event has something for
>> everyone, including kids. Get more information and register today.
>> http://sdm.link/attshape
>> ___
>> Faudiostream-users mailing list
>> Faudiostream-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>>
>>
>
>
> --
> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> ___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>
--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Ann: Develop Faust programs inside the Radium music editor

2016-06-28 Thread alfonso santimone
Great stuff! I whish i could have it for Reaper and Ableton Live on Win
64bit :-)
great stuff really Kjetil!
a.

www.elgallorojorecords.com
soundcloud.com/alfonsosantimone
www.facebook.com/alfonsosantimone

On Tue, Jun 28, 2016 at 12:48 PM, Michael Bylstra 
wrote:

> Hi,
>
> This looks great. I've been working on something kind of similar for the
> web. Well, just the editor functionality is similar -  it's not a full
> featured DAW. It's very much a work in progress but you can see a version
> here: http://michaelbylstra.com/faust-instant/
>
> I also considered making Faust programs compile as you type, but
> compilation in a browser is a bit too slow for that. I opted for making
> compile respond to the CTRL-ENTER key combination, like SuperCollider. I
> also find it annoying to have to click a compile button to hear results as
> you type.
>
> "Faust Instant" doesn't offer anything you can't already do with the
> online compiler or the Faust Playground, and it's missing most of their
> functionality. My motivation was that I wanted something super simple
> that's really easy for new users (like myself) to get up and running with.
> It also happens to be written in the Elm programming language - so it was a
> good excuse to write some Elm. I'm hoping it will evolve into an equivalent
> of ShaderToy (of https://www.shadertoy.com/) so people can share Faust
> instruments and demos.
>
> cheers!
>
>
>
> On Fri, Jun 24, 2016 at 4:00 AM, Kjetil Matheussen <
> k.s.matheus...@gmail.com> wrote:
>
>> Hello all,
>>
>> With the help of libfaust, you can now develop programs within
>> the Radium music editor. This has several advantages:
>>
>> * Hear (and see) immediately the changes while writing.
>>   I.e. realtime compilation. No "compile" button.
>>
>> (Hmm, I guess "several advantages" was a bit exaggerated,
>> considering it's only one, but it's a quite big one though,
>> I think.)
>>
>> Here's a video:
>> https://www.youtube.com/watch?v=LJm9Lox1WFA
>>
>> Radium is available here:
>> http://users.notam02.no/~kjetism/radium/
>>
>> This feature is available in the latest version of Radium (V3.9.4)
>> for Linux, Mac OS X, and Windows 64 bit.
>>
>>
>>
>> --
>> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
>> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
>> present their vision of the future. This family event has something for
>> everyone, including kids. Get more information and register today.
>> http://sdm.link/attshape
>> ___
>> Faudiostream-users mailing list
>> Faudiostream-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>>
>>
>
>
> --
> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> ___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>
--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Ann: Develop Faust programs inside the Radium music editor

2016-06-28 Thread Michael Bylstra
Hi,

This looks great. I've been working on something kind of similar for the
web. Well, just the editor functionality is similar -  it's not a full
featured DAW. It's very much a work in progress but you can see a version
here: http://michaelbylstra.com/faust-instant/

I also considered making Faust programs compile as you type, but
compilation in a browser is a bit too slow for that. I opted for making
compile respond to the CTRL-ENTER key combination, like SuperCollider. I
also find it annoying to have to click a compile button to hear results as
you type.

"Faust Instant" doesn't offer anything you can't already do with the online
compiler or the Faust Playground, and it's missing most of their
functionality. My motivation was that I wanted something super simple
that's really easy for new users (like myself) to get up and running with.
It also happens to be written in the Elm programming language - so it was a
good excuse to write some Elm. I'm hoping it will evolve into an equivalent
of ShaderToy (of https://www.shadertoy.com/) so people can share Faust
instruments and demos.

cheers!



On Fri, Jun 24, 2016 at 4:00 AM, Kjetil Matheussen  wrote:

> Hello all,
>
> With the help of libfaust, you can now develop programs within
> the Radium music editor. This has several advantages:
>
> * Hear (and see) immediately the changes while writing.
>   I.e. realtime compilation. No "compile" button.
>
> (Hmm, I guess "several advantages" was a bit exaggerated,
> considering it's only one, but it's a quite big one though,
> I think.)
>
> Here's a video:
> https://www.youtube.com/watch?v=LJm9Lox1WFA
>
> Radium is available here:
> http://users.notam02.no/~kjetism/radium/
>
> This feature is available in the latest version of Radium (V3.9.4)
> for Linux, Mac OS X, and Windows 64 bit.
>
>
>
> --
> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> ___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>
--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Ann: Develop Faust programs inside the Radium music editor

2016-06-27 Thread Kjetil Matheussen
Thank you!

I've made some small improvements now, which is included in radium v3.9.5:

* Option to use all of the window for Faust development, not just the lower
half.
* Option to change GUI style
* Option to change LLVM optimization level.
* Remember last used window geometries.

Here's a screenshot of Radium dedicating almost all space to Faust:
http://users.notam02.no/~kjetism/faustdev.png


On Thu, Jun 23, 2016 at 9:07 PM, Romain Michon  wrote:

> Indeed...
> On Jun 23, 2016 11:58 AM, "Albert Graef"  wrote:
>
>> Very nice, congrats!!
>>
>> On Thu, Jun 23, 2016 at 8:00 PM, Kjetil Matheussen <
>> k.s.matheus...@gmail.com> wrote:
>>
>>> Hello all,
>>>
>>> With the help of libfaust, you can now develop programs within
>>> the Radium music editor. This has several advantages:
>>>
>>> * Hear (and see) immediately the changes while writing.
>>>   I.e. realtime compilation. No "compile" button.
>>>
>>> (Hmm, I guess "several advantages" was a bit exaggerated,
>>> considering it's only one, but it's a quite big one though,
>>> I think.)
>>>
>>> Here's a video:
>>> https://www.youtube.com/watch?v=LJm9Lox1WFA
>>>
>>> Radium is available here:
>>> http://users.notam02.no/~kjetism/radium/
>>>
>>> This feature is available in the latest version of Radium (V3.9.4)
>>> for Linux, Mac OS X, and Windows 64 bit.
>>>
>>>
>>>
>>> --
>>> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
>>> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
>>> present their vision of the future. This family event has something for
>>> everyone, including kids. Get more information and register today.
>>> http://sdm.link/attshape
>>> ___
>>> Faudiostream-users mailing list
>>> Faudiostream-users@lists.sourceforge.net
>>> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>>>
>>>
>>
>>
>> --
>> Dr. Albert Gr"af
>> Computer Music Research Group, JGU Mainz, Germany
>> Email:  aggr...@gmail.com
>> WWW:https://plus.google.com/+AlbertGraef
>>
>>
>> --
>> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
>> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
>> present their vision of the future. This family event has something for
>> everyone, including kids. Get more information and register today.
>> http://sdm.link/attshape
>> ___
>> Faudiostream-users mailing list
>> Faudiostream-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>>
>>
--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Ann: Develop Faust programs inside the Radium music editor

2016-06-23 Thread Romain Michon
Indeed...
On Jun 23, 2016 11:58 AM, "Albert Graef"  wrote:

> Very nice, congrats!!
>
> On Thu, Jun 23, 2016 at 8:00 PM, Kjetil Matheussen <
> k.s.matheus...@gmail.com> wrote:
>
>> Hello all,
>>
>> With the help of libfaust, you can now develop programs within
>> the Radium music editor. This has several advantages:
>>
>> * Hear (and see) immediately the changes while writing.
>>   I.e. realtime compilation. No "compile" button.
>>
>> (Hmm, I guess "several advantages" was a bit exaggerated,
>> considering it's only one, but it's a quite big one though,
>> I think.)
>>
>> Here's a video:
>> https://www.youtube.com/watch?v=LJm9Lox1WFA
>>
>> Radium is available here:
>> http://users.notam02.no/~kjetism/radium/
>>
>> This feature is available in the latest version of Radium (V3.9.4)
>> for Linux, Mac OS X, and Windows 64 bit.
>>
>>
>>
>> --
>> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
>> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
>> present their vision of the future. This family event has something for
>> everyone, including kids. Get more information and register today.
>> http://sdm.link/attshape
>> ___
>> Faudiostream-users mailing list
>> Faudiostream-users@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>>
>>
>
>
> --
> Dr. Albert Gr"af
> Computer Music Research Group, JGU Mainz, Germany
> Email:  aggr...@gmail.com
> WWW:https://plus.google.com/+AlbertGraef
>
>
> --
> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> ___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>
--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users


Re: [Faudiostream-users] Ann: Develop Faust programs inside the Radium music editor

2016-06-23 Thread Albert Graef
Very nice, congrats!!

On Thu, Jun 23, 2016 at 8:00 PM, Kjetil Matheussen  wrote:

> Hello all,
>
> With the help of libfaust, you can now develop programs within
> the Radium music editor. This has several advantages:
>
> * Hear (and see) immediately the changes while writing.
>   I.e. realtime compilation. No "compile" button.
>
> (Hmm, I guess "several advantages" was a bit exaggerated,
> considering it's only one, but it's a quite big one though,
> I think.)
>
> Here's a video:
> https://www.youtube.com/watch?v=LJm9Lox1WFA
>
> Radium is available here:
> http://users.notam02.no/~kjetism/radium/
>
> This feature is available in the latest version of Radium (V3.9.4)
> for Linux, Mac OS X, and Windows 64 bit.
>
>
>
> --
> Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
> Francisco, CA to explore cutting-edge tech and listen to tech luminaries
> present their vision of the future. This family event has something for
> everyone, including kids. Get more information and register today.
> http://sdm.link/attshape
> ___
> Faudiostream-users mailing list
> Faudiostream-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/faudiostream-users
>
>


-- 
Dr. Albert Gr"af
Computer Music Research Group, JGU Mainz, Germany
Email:  aggr...@gmail.com
WWW:https://plus.google.com/+AlbertGraef
--
Attend Shape: An AT Tech Expo July 15-16. Meet us at AT Park in San
Francisco, CA to explore cutting-edge tech and listen to tech luminaries
present their vision of the future. This family event has something for
everyone, including kids. Get more information and register today.
http://sdm.link/attshape___
Faudiostream-users mailing list
Faudiostream-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/faudiostream-users