<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Wed, Oct 16, 2013 at 9:52 AM, Timo Westkämper <span dir="ltr"><<a href="mailto:timo.westkamper@gmail.com" target="_blank">timo.westkamper@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div class="im">On Wed, Oct 16, 2013 at 6:11 AM, Burkhard Ritter <span dir="ltr"><<a href="mailto:burkhard@ualberta.ca" target="_blank">burkhard@ualberta.ca</a>></span> wrote:<br>

</div><div class="im"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi Paul,<br>
<br>
you probably need a newer compiler. It compiles fine for me with g++<br>
version 4.7.3.<br>
<br>
The synth looks really nice. However, I cannot seem to get any sound<br>
out of it. I tried both with jalv.qt (make run) and with QTractor.<br>
Also, how can I load the provided presets (with jalv or QTractor or<br>
Ardour)?<br></blockquote></div><div><br><div class="im"><div>Yes, it needs a newer compiler. <br><br>jalv.qt
 doesn't (yet) have any preset management, so you will need to use 
another tool for that. QTractor and Ardour should work.<br><br></div></div><div>I created a ticket for better initialization <a href="https://github.com/timowest/rogue/issues/76" target="_blank">https://github.com/timowest/rogue/issues/76</a><br>
</div></div></div></div></div></blockquote><div><br></div><div>There is now sound by default <a href="https://github.com/timowest/rogue/issues/76">https://github.com/timowest/rogue/issues/76</a><br><br></div><div>A saw wave through a fixed low pass filter. <br>
<br>Timo<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div class="gmail_extra"><div class="gmail_quote"><div>
<div>
</div><div><br>
</div>Br,<br>Timo <br></div><div><div class="h5"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
Cheers,<br>
Burkhard<br>
<div><div><br>
On Tue, Oct 15, 2013 at 4:51 PM, Paul Davis <<a href="mailto:paul@linuxaudiosystems.com" target="_blank">paul@linuxaudiosystems.com</a>> wrote:<br>
><br>
><br>
><br>
> On Tue, Oct 15, 2013 at 4:46 PM, Timo Westkämper <<a href="mailto:timo.westkamper@gmail.com" target="_blank">timo.westkamper@gmail.com</a>><br>
> wrote:<br>
>><br>
>> Hi.<br>
>><br>
>> I'd again like to invite interested users to try out rogue:<br>
>> <a href="https://github.com/timowest/rogue" target="_blank">https://github.com/timowest/rogue</a><br>
>><br>
>> rogue is a multi-mode soft synth with<br>
>><br>
>> * 4 oscillators: VA, FM, Supersaw/square with modulation: PM, RM etc<br>
>> * 2 filters: BiQuad, Moog style, SVF and Comb<br>
>> * 4 envs and 4 lfos<br>
>> * effects: chorus, phaser, delay, reverb<br>
>> ...<br>
>><br>
>> There are also some basic presets bundled.<br>
><br>
><br>
><br>
>  make<br>
> ttl2c rogue.ttl src/rogue.gen<br>
> g++ -fPIC -DPIC -std=c++11  -Ofast -ffast-math -g -shared dsp/*.cpp<br>
> src/*.cpp fx/*.cc `pkg-config --cflags --libs lvtk-plugin-1` `pkg-config<br>
> --cflags --libs samplerate` -Idsp -Isrc -Ifx -Ifx/dsp -o rogue.so<br>
> cc1plus: error: invalid option argument ‘-Ofast’<br>
> cc1plus: error: unrecognized command line option "-std=c++11"<br>
> cc1plus: error: invalid option argument ‘-Ofast’<br>
> cc1plus: error: unrecognized command line option "-std=c++11"<br>
> cc1plus: error: invalid option argument ‘-Ofast’<br>
> cc1plus: error: unrecognized command line option "-std=c++11"<br>
> cc1plus: error: invalid option argument ‘-Ofast’<br>
> cc1plus: error: unrecognized command line option "-std=c++11"<br>
> cc1plus: error: invalid option argument ‘-Ofast’<br>
> cc1plus: error: unrecognized command line option "-std=c++11"<br>
> cc1plus: error: invalid option argument ‘-Ofast’<br>
> cc1plus: error: unrecognized command line option "-std=c++11"<br>
> cc1plus: error: invalid option argument ‘-Ofast’<br>
> cc1plus: error: unrecognized command line option "-std=c++11"<br>
> cc1plus: error: invalid option argument ‘-Ofast’<br>
> cc1plus: error: unrecognized command line option "-std=c++11"<br>
> cc1plus: error: invalid option argument ‘-Ofast’<br>
> cc1plus: error: unrecognized command line option "-std=c++11"<br>
> cc1plus: error: invalid option argument ‘-Ofast’<br>
> cc1plus: error: unrecognized command line option "-std=c++11"<br>
> cc1plus: error: invalid option argument ‘-Ofast’<br>
> cc1plus: error: unrecognized command line option "-std=c++11"<br>
> cc1plus: error: invalid option argument ‘-Ofast’<br>
> cc1plus: error: unrecognized command line option "-std=c++11"<br>
> make: *** [rogue.so] Error 1<br>
><br>
</div></div>> _______________________________________________<br>
> Linux-audio-user mailing list<br>
> <a href="mailto:Linux-audio-user@lists.linuxaudio.org" target="_blank">Linux-audio-user@lists.linuxaudio.org</a><br>
> <a href="http://lists.linuxaudio.org/listinfo/linux-audio-user" target="_blank">http://lists.linuxaudio.org/listinfo/linux-audio-user</a><br>
><br>
</blockquote></div></div></div><br></div></div>
</blockquote></div><br></div></div>