From 3643d3f290bce346d0732c199015970f3b460927 Mon Sep 17 00:00:00 2001 From: Jan-Bert Date: Fri, 10 Jan 2020 12:14:34 +0100 Subject: [PATCH 1/3] Add fancy buttons to README --- README.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/README.md b/README.md index 7ea2dcdc..819a615a 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,11 @@ Luppp - OpenAV Productions This is the repository of Luppp, the live looping tool. +[![Release](https://img.shields.io/github/release/openAVproductions/openAV-Luppp.svg)](https://github.com/openAVproductions/openAV-Luppp/releases/latest) +[![Master][openAV-luppp-master-status]][travis-branches] +[![GitHub license](https://img.shields.io/github/license/openAVproductions/openAV-Luppp)](https://github.com/openAVproductions/openAV-Luppp/blob/master/LICENSE) +[![Codacy Badge](https://api.codacy.com/project/badge/Grade/3ab898e60d3f4c8eabd44015e0e347f4)](https://www.codacy.com/manual/Jee-Bee/openAV-Luppp?utm_source=github.com&utm_medium=referral&utm_content=Jee-Bee/openAV-Luppp&utm_campaign=Badge_Grade) + ![screenshot](resources/screenshots/1.2.png "Luppp 1.2 Screenshot") Intro @@ -26,6 +31,19 @@ LIBSAMPLERATE NTK ( git clone git://git.tuxfamily.org/gitroot/non/fltk.git ntk ) ``` +Build Status +------------ + +| Master | 1.2.1 | +|:------:|:----:| +|[![Master][openAV-luppp-master-status]][travis-branches]|[![1.2.1][openAV-1.2.1-status]][travis-branches]| + +[openAV-1.2.1-status]: https://travis-ci.com/openAVproductions/openAV-Luppp.svg?branch=release-1.2.1 +[openAV-luppp-master-status]: https://travis-ci.com/openAVproductions/openAV-Luppp.svg?branch=master +[travis-branches]: https://travis-ci.com/openAVproductions/openAV-Luppp/branches +[travis-builds]: https://travis-ci.com/openAVproductions/openAV-Luppp/builds + + Install ------- From 7b61178b68ffb9d5df7f9f11833c3a7969412b1f Mon Sep 17 00:00:00 2001 From: Jee-Bee Date: Mon, 17 Feb 2020 11:27:47 +0100 Subject: [PATCH 2/3] better markdown code formatting --- CHANGELOG.md | 213 ++++++++++++++++++++++++++------------------------- README.md | 8 +- 2 files changed, 110 insertions(+), 111 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 090aec11..6c047735 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,106 +1,107 @@ -# 1.2.1 Monday 15th April 2019 - -## Features: - -* Print version number with `luppp --version` - -## Improvements: - -* Minor meson build improvements -* clang-format configuration to improve code style - -# 1.2: Tuesday 24th July 2018 - -## Features: -* clear clip with MIDI -* build with meson -* space triggers special clip -* manual BPM input (right click on Tap-Button) - -## Improvements: -* avoid noise on all controls -* reduce default metronome volume -* make label code consistent -* fix compiler warnings -* remove all hard coded scene numbers -* add some debug outputs -* metronome fancy fades -* better icon file - -## Fixes: -* fix several leaks and errors -* fix broken waveforms -* fix fltk/ntk conflict -* fix generic MIDI launch bug -* fix wrong output mapping -* fix input signal flow -* fix input volume for clip recording -* fix timing issues after changing playspeed -* fix scenes losing names once a scene is played - -# 1.1.1: Sunday 9th April 2017 -## Cleanup: -* astyle: global restyle of codebase -* cleanup startup prints and blank lines -* cmake: update makefiles to not clobber flags vars - -## Features: -* create project dir if not already there -* pan for each track -* full stereo signal chain -* cmake: fix build flags to enable optimized builds on x86_64 - -## Fixes: -* fix possible mem leak if loading a MIDI binding fails -* fixed possible mem leak in goptions dialog - -# 1.1: Saturday 24th December 2016 -## Features: -* Added saveDirectory option to set the save dir for Luppp sessions -* Added possibility to enable metronom on startup and set volume -* Added possibility to save clips -* Added per track outputs -* Added per track sends/returns -* Added Lag function on slider to avoid jitter -* Added hotkey symbols for en-GB Layout -* Added french version of app data and desktop file -* Added .ctrl file for Launchpad S and APC Mini and APC Key25 -* Added ability to adjust knobs with mouse wheel -* Added metronome volume -* New header images - -## Fixes: -* Fixed internal buffer misconduct -* Fixed glitches on beats/bars -* Fixed Jack transport state control -* Fixed loosing sync after some time -* Fixed tempo tap issues while transport is not running -* Fixed horizontal Slider issue -* Fixed glitches in output -* Fixed metronome MIDI mapping -* Fixed track volume not becoming totally silent - -## Improvements: -* Improved Jack Transport -* Improved pitch shifting -* Improved TimeManager -* Improved building on non x86_64 plattforms -* Improved BPM Dial - -# 1.0.1: Saturday 30th August 2014 - -* Updated header graphics -* CLang static analysis -* Icon updated & shows - -* Metronome moved from master out to headphones port -* Special clip keybindings, -* Captital keybindings for clear clip - -* AudioEditor shows green / red based on BPM analysis of the sample -* Clearing clips bug fixed -* Loading bug re-trigger bug fixed - -# 1.0: Tuesday, 10th December 2013 - -# Announced: Friday, 5th December 2013 \ No newline at end of file +# openAV Luppp Changelog +======================== + +## 1.2.1 Monday 15th April 2019 + +### Features +* Print version number with `luppp --version` + +### Improvements +* Minor meson build improvements +* clang-format configuration to improve code style + +## 1.2: Tuesday 24th July 2018 + +### Features +* clear clip with MIDI +* build with meson +* space triggers special clip +* manual BPM input (right click on Tap-Button) + +### Improvements +* avoid noise on all controls +* reduce default metronome volume +* make label code consistent +* fix compiler warnings +* remove all hard coded scene numbers +* add some debug outputs +* metronome fancy fades +* better icon file + +### Fixes +* fix several leaks and errors +* fix broken waveforms +* fix fltk/ntk conflict +* fix generic MIDI launch bug +* fix wrong output mapping +* fix input signal flow +* fix input volume for clip recording +* fix timing issues after changing playspeed +* fix scenes losing names once a scene is played + +## 1.1.1: Sunday 9th April 2017 +### Cleanup +* astyle: global restyle of codebase +* cleanup startup prints and blank lines +* cmake: update makefiles to not clobber flags vars + +### Features +* create project dir if not already there +* pan for each track +* full stereo signal chain +* cmake: fix build flags to enable optimized builds on x86_64 + +### Fixes +* fix possible mem leak if loading a MIDI binding fails +* fixed possible mem leak in goptions dialog + +## 1.1: Saturday 24th December 2016 +### Features +* Added saveDirectory option to set the save dir for Luppp sessions +* Added possibility to enable metronom on startup and set volume +* Added possibility to save clips +* Added per track outputs +* Added per track sends/returns +* Added Lag function on slider to avoid jitter +* Added hotkey symbols for en-GB Layout +* Added french version of app data and desktop file +* Added .ctrl file for Launchpad S and APC Mini and APC Key25 +* Added ability to adjust knobs with mouse wheel +* Added metronome volume +* New header images + +### Fixes +* Fixed internal buffer misconduct +* Fixed glitches on beats/bars +* Fixed Jack transport state control +* Fixed loosing sync after some time +* Fixed tempo tap issues while transport is not running +* Fixed horizontal Slider issue +* Fixed glitches in output +* Fixed metronome MIDI mapping +* Fixed track volume not becoming totally silent + +### Improvements +* Improved Jack Transport +* Improved pitch shifting +* Improved TimeManager +* Improved building on non x86_64 plattforms +* Improved BPM Dial + +## 1.0.1: Saturday 30th August 2014 + +* Updated header graphics +* CLang static analysis +* Icon updated & shows + +* Metronome moved from master out to headphones port +* Special clip keybindings, +* Captital keybindings for clear clip + +* AudioEditor shows green / red based on BPM analysis of the sample +* Clearing clips bug fixed +* Loading bug re-trigger bug fixed + +## 1.0: Tuesday, 10th December 2013 + +## Announced: Friday, 5th December 2013 \ No newline at end of file diff --git a/README.md b/README.md index 819a615a..4d55061c 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ Luppp - OpenAV Productions =============================== - * [Official web page](http://openavproductions.com/luppp) - * [Demo videos](https://www.youtube.com/playlist?list=PLPVwzZjovbBxIik8lUisH5XdLzALDeY9j) - * [User documentation](http://openavproductions.com/doc/luppp.html) +* [Official web page](http://openavproductions.com/luppp) +* [Demo videos](https://www.youtube.com/playlist?list=PLPVwzZjovbBxIik8lUisH5XdLzALDeY9j) +* [User documentation](http://openavproductions.com/doc/luppp.html) This is the repository of Luppp, the live looping tool. @@ -56,12 +56,10 @@ ninja ./luppp ``` - Issues ------ Please report bugs on [github.com/openAVproductions/openAV-Luppp/issues](http://github.com/openAVproductions/openAV-Luppp/issues) - Contact ------- If you have a particular question, email me! From 8b2fa7b76c6ed109d8e482aa3bc284b76853ca3d Mon Sep 17 00:00:00 2001 From: Jan-Bert <7187677+Jee-Bee@users.noreply.github.com> Date: Mon, 17 Feb 2020 19:23:12 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c047735..09300b08 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,4 @@ # openAV Luppp Changelog -======================== ## 1.2.1 Monday 15th April 2019 @@ -104,4 +103,4 @@ ## 1.0: Tuesday, 10th December 2013 -## Announced: Friday, 5th December 2013 \ No newline at end of file +## Announced: Friday, 5th December 2013