Skip to content

ynohtna/FScape

Repository files navigation

logo

# FScape

Flattr this Build Status

## statement

FScape is a standalone, cross-platform audio rendering software.

FScape is (C)opyright 2001–2015 by Hanns Holger Rutz. All rights reserved.

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License v3+.

This program 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.

To contact the author, send an email to contact at sciss.de. For project status, API and current version visit github.com/Sciss/FScape.

FScape is winner of the 2014 LoMus award (ex-aequo) by the Association Française d’Informatique Musicale (AFIM).

downloading

A binary version of FScape for Linux, OS X and Windows is provided through Bintray.

running

In the binary distribution, you should just be able to double click the FScape.jar file, or FScape.app on OS X. An example .desktop file for Linux windows manager is included. Edit the installation path using a text editor and copy this file into ~/.local/share/applications to become available in your system (GNOME, KDE, ...). From a terminal, FScape can be launched as java -jar FScape.jar.

compiling

FScape now builds with sbt 0.13. You can use the provided sbt shell script if you do not want to install sbt on your system.

  • to compile: sbt compile
  • to package: sbt package
  • to run: sbt run
  • to make a standalone jar: sbt assembly
  • to make an OS X app bundle: sbt appbundle

source code distribution

FScape's GPL'ed source code is made available throught github.com/Sciss/FScape.

For OSC communication, FScape uses the NetUtil library, which is licensed under the GNU Lesser General Public License (LGPL). The source code is available from github.com/Sciss/NetUtil.

FScape uses the ScissLib library which is licensed under the GNU General Public License, source code provided through github.com/Sciss/ScissLib.

FScape is bundled with the Web Look-and-feel licensed under the GNU General Public License, source code provided through github.com/mgarin/weblaf.

The libraries Desktop, FileUtil and RaphaelIcons are covered by the LGPL.

The sbt build script by Paul Phillips is included which is licensed under the BSD license.

## documentation

A basic quick start guide starts from help/index.html. This help is also accessible from the help menu within the application. For each of the processing modules, help is available via Help > Module Documentation.

A short screencast is available on Vimeo.

About

A standalone audio rendering software for time domain and spectral signal processing.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages