~mendomusic/lmms/+git/lmms-github:unstable-0.4

Last commit made on 2012-11-11
Get this branch:
git clone -b unstable-0.4 https://git.launchpad.net/~mendomusic/lmms/+git/lmms-github

Branch merges

Branch information

Name:
unstable-0.4
Repository:
lp:~mendomusic/lmms/+git/lmms-github

Recent commits

2c28048... by Tobias Junghans

RemoteVstPlugin: fixed too short arrays for preset names

The dimension of preset name arrays was too small. Fixed this
by raising it from 30 to 64 characters.

33449e2... by Tobias Junghans

CMakeLists: make fftw3 a requirement and not optional anymore

We have too many components in LMMS relying on FFTW3. Building LMMS
without them cripples LMMS' functionality substantially, so simply
make fftw3 a requirement.

Closes #3495736.

62835e3... by Tobias Junghans

Track: do not load height information if greater than default height

This is a workaround for issue #3585927. Once we found the source of
this issue, we can revert this commit.

d84d58d... by Tobias Junghans

Track: coding style fixes

e2695e3... by Tobias Junghans

AudioPort: made destructor virtual

It is recommended to make destructors virtual if the class is
polymorphic.

ad65c65... by Tobias Junghans

InstrumentTrack, NotePlayHandled: added initial sustain pedal support

8d7150f... by Tobias Junghans

MidiEvent: added controllerNumber() and controllerValue()

6a0e0fc... by Tobias Junghans

Midi: added more controller related constants

1a9960a... by Raine M. Ekman

InstrumentMidiIOView: added support for fixed output notes

It came to me that having LMMS output one fixed note from a track could
be useful for controlling drum machines or something like that, so here's
a new spinbox for the MIDI tab.

Signed-off-by: Tobias Doerffel <email address hidden>

bfafb67... by Tobias Junghans

PianoView: do not include Xlib.h header file anymore

This file is a relict from times when we evaluated X11 events for the
virtual keyboard functionality.