Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add badges to README #299

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
212 changes: 106 additions & 106 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,106 +1,106 @@
# 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
# 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
26 changes: 21 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,17 @@
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.

[![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
Expand All @@ -26,6 +31,19 @@ LIBSAMPLERATE
NTK ( git clone git://git.tuxfamily.org/gitroot/non/fltk.git ntk )
```

Build Status <img src="https://blog.travis-ci.com/images/travis-mascot-200px.png" height="30"/>
------------

| 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
-------

Expand All @@ -38,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!
Expand Down