Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Rename README to README.legacy, remove warning.
  • Loading branch information
stazed authored and stazed committed May 2, 2020
1 parent e65941e commit 76cccb9
Show file tree
Hide file tree
Showing 2 changed files with 53 additions and 10 deletions.
7 changes: 0 additions & 7 deletions README → README.legacy
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@

As of February 14, 2020 - This repository is not ready for public consumption.
DO NOT USE THIS YET!!!!!
Many backwards incompatible changes to come.
This notice will be removed when updates are completed.



To build both rakarrack-plus and LV2s:
From top checkout directory:
mkdir build
Expand Down
56 changes: 53 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ The dependencies are:
* aconnect (part of Debian Package alsa-utils, name may vary on other distributions)
* jackd
* libxft2
* libfftw3

If you want to compile you will also need the development packages:

Expand All @@ -33,10 +34,10 @@ If you want to compile you will also need the development packages:
* libsamplerate0-dev
* libasound2-dev
* libxft-dev
* libfftw3-dev


To build both rakarrack-plus and LV2s:
From top checkout directory:
To build both rakarrack-plus and LV2s, from top checkout directory:
```bash
mkdir build
cd build
Expand All @@ -57,7 +58,56 @@ To build Rakarrack-plus only set "BuildLV2Plugins" to OFF:

cmake -DBuildLV2Plugins=OFF ..

To build LV2s only set "BuildRakarrack-plus" to OFF
To build LV2s only set "BuildRakarrackPlus" to OFF

cmake -DBuildRakarrackPlus=OFF ..


Rakarrack-plus-1.0.0
--------------------

First release under the new name "Rakarrack-plus".
Important changes from earlier versions - Rakarrack-plus:
* FLTK version required >= 1.3
* All text fonts are auto resized for the GUI
* "Wet/Dry" sliders are now "Dry/Wet" (backwards compatible except Dual Flange and Ring)
* Settings window can now be resized
* New "Quality" tab in settings for individual effect settings
* All changes on "Quality" tab no longer require restart
* Expanded quality settings to allow individual settings for Waveshape Resampling, Sequence and Shifter.
* MIDI learn expanded for many missing parameters including distortion Type and LFO Type
* Keyboard bindings added to value adjusters to mimic slider behavior (Infinity, MuTroMojo, Synthfilter)
* MuTroMojo, Synthfilter redesigned for better spacing
* Some parameter ranges were changed for consistency (Stereo Df. and LFO L/R Delay) backwards compatible
* Many additional individual efx presets ware added from the rkrlv2 project
* Additional tooltips added
* Labels and sizing adjustments for better display
* Gleam theme added (default)
* F12 fullscreen toggle now resizes fonts correctly
* Updated program help for key changes and .jpg

LV2s - RakarrackPlus
--------------------
* The URI's were changed and the plugin names, jack names will now indicate "RakarrackPlus"
* "Wet/Dry" is now "Dry/Wet"
* Some parameter ranges were changed to be consistent with the GUI program
* "Overdrive" LV2 added
* "Flanger" LV2 added
* MIDI versions of the Harmonizer and StereoHarm were added
* The "StompBox Fuzz" LV2 was removed. The presets and labels from the LV2 were adopted by the regular "StompBox"

Under The Hood
--------------
* Fix Bankwindow memory leak
* Fix Echotron, AlienWah intermittent crashes
* Fix distortion Type "Super Soft"
* Use initializer lists on all class/structures to eliminate intermittent uninitialized crashes
* Add RKR override classes for text resizing

Additional Information
----------------------
* See the "rakarrack-plut.txt" file for individual effect and LV2 changes
* See README.legacy for previous version information
* You may find additional information on the original rakarrack site http://rakarrack.sourceforge.net
* This project was forked from https://github.com/ssj71/rakarrack >> https://github.com/Stazed/rakarrack
* Special thanks to Spencer Jackson (https://github.com/ssj71/rkrlv2)

0 comments on commit 76cccb9

Please sign in to comment.