~mendomusic/lmms/+git/lmms-github:feature/bezier

Last commit made on 2020-12-10
Get this branch:
git clone -b feature/bezier https://git.launchpad.net/~mendomusic/lmms/+git/lmms-github

Branch merges

Branch information

Name:
feature/bezier
Repository:
lp:~mendomusic/lmms/+git/lmms-github

Recent commits

9c21d0b... by Hyunjin Song

Use QPair<int, float> for control points instead of QVector<float>

0dfdbc9... by codythecoder <email address hidden>

Add bezier progression type to automation tracks

d3cd704... by Spekular <email address hidden>

Temporary PR-Freeze message

040fb48... by Alexandre Almeida <email address hidden>

Update code style for BBTrackContainer (#5812)

2f66449... by Johannes Lorenz <email address hidden>

Implement Lv2 Options (#5761)

Implement `LV2_OPTIONS__options` feature and some buf-size properties.

The code currently assumes that the LMMS buffersize never changes, which
is currently true in the LMMS code base.

cd2366a... by IanCaio <email address hidden>

Fix style on "SampleBuffer.cpp" and "SampleBuffer.h" (#5791)

Fix code style issues in the `SampleBuffer` class.

Remove strange comments around "not an Ogg Vorbis file"
warning.

118d63b... by Kevin Zander <email address hidden>

Change abs to std::abs (#5831)

This prevents GCC 6 from raising an ambiguous call error.

53a733b... by IanCaio <email address hidden>

 Fixes bug where clicking on the Activity Indicator doesn't play a note (#5824)

3ad0462... by Hyunjin Song

Fix too small height of the carla instrument window (#5829)

b701e82... by Alexandre Almeida <email address hidden>

Split Track.cpp and Track.h (#5806) (Fixes #5592)