Re: [LAU] rogue synth updates

From: Paul Davis <paul@email-addr-hidden>
Date: Wed Oct 16 2013 - 01:51:30 EEST

On Tue, Oct 15, 2013 at 4:46 PM, Timo Westkämper
<timo.westkamper@email-addr-hiddenwrote:

> Hi.
>
> I'd again like to invite interested users to try out rogue:
> https://github.com/timowest/rogue
>
> rogue is a multi-mode soft synth with
>
> * 4 oscillators: VA, FM, Supersaw/square with modulation: PM, RM etc
> * 2 filters: BiQuad, Moog style, SVF and Comb
> * 4 envs and 4 lfos
> * effects: chorus, phaser, delay, reverb
> ...
>
> There are also some basic presets bundled.
>

 make
ttl2c rogue.ttl src/rogue.gen
g++ -fPIC -DPIC -std=c++11 -Ofast -ffast-math -g -shared dsp/*.cpp
src/*.cpp fx/*.cc `pkg-config --cflags --libs lvtk-plugin-1` `pkg-config
--cflags --libs samplerate` -Idsp -Isrc -Ifx -Ifx/dsp -o rogue.so
cc1plus: error: invalid option argument ‘-Ofast’
cc1plus: error: unrecognized command line option "-std=c++11"
cc1plus: error: invalid option argument ‘-Ofast’
cc1plus: error: unrecognized command line option "-std=c++11"
cc1plus: error: invalid option argument ‘-Ofast’
cc1plus: error: unrecognized command line option "-std=c++11"
cc1plus: error: invalid option argument ‘-Ofast’
cc1plus: error: unrecognized command line option "-std=c++11"
cc1plus: error: invalid option argument ‘-Ofast’
cc1plus: error: unrecognized command line option "-std=c++11"
cc1plus: error: invalid option argument ‘-Ofast’
cc1plus: error: unrecognized command line option "-std=c++11"
cc1plus: error: invalid option argument ‘-Ofast’
cc1plus: error: unrecognized command line option "-std=c++11"
cc1plus: error: invalid option argument ‘-Ofast’
cc1plus: error: unrecognized command line option "-std=c++11"
cc1plus: error: invalid option argument ‘-Ofast’
cc1plus: error: unrecognized command line option "-std=c++11"
cc1plus: error: invalid option argument ‘-Ofast’
cc1plus: error: unrecognized command line option "-std=c++11"
cc1plus: error: invalid option argument ‘-Ofast’
cc1plus: error: unrecognized command line option "-std=c++11"
cc1plus: error: invalid option argument ‘-Ofast’
cc1plus: error: unrecognized command line option "-std=c++11"
make: *** [rogue.so] Error 1

_______________________________________________
Linux-audio-user mailing list
Linux-audio-user@email-addr-hidden
http://lists.linuxaudio.org/listinfo/linux-audio-user
Received on Wed Oct 16 12:15:01 2013

This archive was generated by hypermail 2.1.8 : Wed Oct 16 2013 - 12:15:03 EEST