/Fausty

Fausty is a small, lightweight GTK IDE for developing Faust code. It is not intended to replace the existing and superior FaustWorks IDE.

Primary LanguageC++

        FAUSTY

Fausty is a small, lightweight GTK IDE for developing Faust code. It is not intended to replace the existing and superior FaustWorks IDE.

I wrote this little program just to gain some experience using C++ to
spawn processes, communicate with things trough pipes etc, and also because
I like Faust :)

Feel free to get in touch, harryhaaren@gmail.com
-Harry


/*
  This file is part of Fausty.
  Copyright 2012, Harry van Haaren

  Fausty is free software: you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
  the Free Software Foundation, either version 3 of the License, or
  (at your option) any later version.

  Fausty is distributed in the hope that it will be useful,
  but WITHOUT ANY WARRANTY; without even the implied warranty of
  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
  GNU General Public License for more details.

  You should have received a copy of the GNU General Public License
  along with Luppp.  If not, see <http://www.gnu.org/licenses/>.
*/