Coder Social home page Coder Social logo

ssabug / fxseq Goto Github PK

View Code? Open in Web Editor NEW
10.0 2.0 0.0 1.26 MB

A step sequencer based multi effect plugin using JUCE.

Home Page: https://github.com/ssabug/fxseq

C++ 92.11% C 2.04% Objective-C++ 1.67% Shell 1.24% CMake 2.78% Batchfile 0.16%
audio-effects audio-plugin juce lv2 sequencer vst3

fxseq's Introduction

Fxseq

Description

Fxseq is a step sequencer-based multi effect like dblue glitch or effectrix.

alt text

see DOCUMENTATION for more details.

Requirements

  • JUCE Version 7.0.7
  • CMake
  • gcc/g++ (Linux) / mingw32-gcc-posix (Windows cross compilation on Linux)
  • MSVC compiler / mingw (Windows)

Installation

Linux

Instructions
  • get the pre-built .vst3/.lv2 folder in Releases or build it (see below).
  • put it in your VST3/LV2 folder
  • run the script ./Ressources/scripts/copy_plugin_data_linux.sh

The plugin data is stored in ${HOME}/.ssabug/fxseq

Windows

Instructions
  • get the pre-built .vst3 folder in Releases or build it (see below).
  • put it in your VST3 folder
  • run the script .\Ressources\scripts\copy_plugin_data_windows.cmd

The plugin data is stored in %HomePath%\ssabug\fxseq

Building

In the root folder of the repository, create a symbolic link or a copy to your JUCE folder ( named "JUCE" ).

Linux

Instructions
  • git clone the repo or get a release zip. Extract if necessary.
  • then in a terminal, type mkdir build && cd build && cmake .. && make

Cross compilation can be done with cmake -DCOMP_TARGET::STRING=windows ...You'll have to edit CMakeLists.txt file to select the compiler and the libraries.

Windows

Instructions
  • git clone the repo or get a release zip. Extract if necessary.
  • in the created folder fxseq, open the file fxseq.jucer with JUCE Projucer
  • generate the project for your IDE and build

Compatibility

Linux

Working Not working
Bitwig Ardour
Tracktion Waveform 12
Carla (LV2 only)
Qtractor (LV2 only)

Windows

Working Not working
Bitwig
Ableton 11

Linux distributions tested : Fedora, Arch Linux

Windows versions tested : 11

History

see HISTORY for more details.

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.