Git Product home page Git Product logo

frinika's Introduction

Frinika

Frinika is a free music workstation software for Linux, Windows, Mac OS and other operating systems running Java.

It features sequencer, soft-synths, realtime effects, MIDI and audio recording.

Visit http://frinika.com for more information.

Screenshot

Frinika Screenshot

Features

  • Sequencer
  • Piano roll
  • Amiga-style tracker
  • Notation
  • Audio recording
  • Soft synths
  • Mixer
  • Effects
  • Mastering
  • VST/VSTi support

License

GNU General Public License version 2.0 or later (GPLv2+)

Quick instructions for install & run (any operating system):

Remember that this is free software with absolutely NO WARRANTY and no responsibility for damaging your system or speakers or hearing or anything else.

Use at own risk and keep volume control down before launching or starting to play anything. Otherwise you may experience loud sound or noise that may damage your speakers or even your hearing.

Before proceeding you should read and accept the GNU General Public License which is in the license.txt file and you can also read more here:

https://www.gnu.org/licenses/gpl-2.0.html

Make sure that you have Java 8 or greater installed (http://www.java.com)

If you've downloaded this as a zip file, remember to extract all the files.

From the extracted folder either launch frinika.jar from your desktop, or enter a command prompt terminal and type:

java -jar frinika.jar

If you want lowest latency possible you can try the following:

Windows users: java -DuseASIOAudioServer=true -jar frinika.jar

Linux users: Simply start Jack before launching Frinika

Mac OSX (warning: Sometimes using this option causes a terrible noise, so turn the volume down before launching. If it happens, try restarting.)

java -DuseOSXAudioServer=true -jar frinika.jar

Structure

  • doc - Documentation + related presentations
  • gradle - Gradle wrapper
  • src - Sources related to building distribution packages
  • modules - Application parts and library modules
  • plugins - Optional plugins
  • tools - Distributable applictions or runnable subprojects and utilities
  • lib - External libraries
  • resources - Related resource files, like sample files, images, etc.

Compiling

Java Development Kit (JDK) version 8 or later is required to build this project.

For project compiling Gradle 4.0 or later build system is used. You can either download and install gradle or use gradlew script which will download separate copy of gradle by itself.

Build command: gradle distZip

Build system website: http://gradle.org

Development

The Gradle build system provides support for various IDEs. See gradle website for more information.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.