Vesa
3bcffcdf5b
Track: make the song editor background CSS-stylable with qproperties
2014-04-06 11:38:12 +03:00
Tobias Doerffel
bd691e6d68
Merge pull request #564 from diizy/master
...
Optimize linear interpolation function
2014-04-05 07:43:11 +02:00
Hannu Haahti
6c33b4af80
moved fastPow() to lmms_math.h
2014-04-05 03:32:54 +03:00
Vesa
9bef55c7f5
Add usage of linearInterpolate() to several places (mostly my plugins for now but i'll add more if i find them)
2014-04-05 02:23:17 +03:00
Vesa
5ced0c083f
Optimize linear interpolation function
2014-04-05 01:18:15 +03:00
Vesa
afa1275af9
SampleBuffer: fix a segfault when moving a loop point while playing a note, also do some sptring cleanup (some unused/redundant variables removed)
...
Also, some codepath optimization: add a method to SampleBuffer for setting all loop/start/endpoints at once, so we don't have to wait for mutex unlocks 4 times in a row. Then make AFP utilize this method.
2014-04-04 02:48:04 +03:00
Vesa
0442be3729
Finish ping pong loop implementation in AFP
2014-04-04 00:40:03 +03:00
Vesa
0cfda7d1f4
Initial ping-pong loop implementation
2014-04-04 00:40:03 +03:00
Tobias Doerffel
61569864b4
Merge pull request #553 from diizy/master
...
Timeline: Change loop points into different graphics
2014-04-01 19:57:48 +02:00
Vesa
030f9566c8
Finish previous
2014-04-01 19:24:48 +03:00
Vesa
0140e94f79
Make loop points different
2014-04-01 19:13:36 +03:00
Vesa
4355a2f0bb
Remove comment
2014-04-01 01:27:24 +03:00
Vesa
95ecb51b51
Update aeffectx.h
2014-04-01 00:02:21 +03:00
Tobias Doerffel
118fb5122e
Merge remote-tracking branch 'origin/stable-1.0'
2014-03-30 12:30:02 +02:00
Tobias Doerffel
e924888eb6
BbTrack: replaced static numOfBBTrack() by proper index() method
2014-03-30 12:28:53 +02:00
Tobias Doerffel
445bdb69e3
Song: cleanup and coding style improvements
2014-03-30 12:21:37 +02:00
Vesa
5c142cb2a4
AFP: add a separate loopback point, and knob to control it.
2014-03-28 21:27:05 +02:00
Tobias Doerffel
9738b6ffce
Merge remote-tracking branch 'origin/stable-0.4-zynaddsubfx-update'
...
Conflicts:
plugins/zynaddsubfx/src/DSP/AnalogFilter.h
plugins/zynaddsubfx/src/Effects/EffectLFO.h
plugins/zynaddsubfx/src/Effects/Reverb.h
plugins/zynaddsubfx/src/UI/EffUI.fl
plugins/zynaddsubfx/src/UI/EffUI.h
plugins/zynaddsubfx/src/UI/EnvelopeUI.fl
plugins/zynaddsubfx/src/UI/EnvelopeUI.h
plugins/zynaddsubfx/src/UI/FilterUI.fl
plugins/zynaddsubfx/src/UI/FilterUI.h
plugins/zynaddsubfx/src/UI/PartUI.cc
2014-03-27 20:34:49 +01:00
Tobias Doerffel
6650dd356d
NotePlayHandle, InstrumentFunctions: reworked stacking and arpeggio handling
...
Instead of having various flags for realizing the arpeggion functionality
use a more generic approach here using the recently introduced "origin"
property.
2014-03-26 11:40:32 +01:00
Tobias Doerffel
89dc820d7b
Merge remote-tracking branch 'origin/stable-0.4-new-fx-mixer'
...
Conflicts:
include/PlayHandle.h
src/core/FxMixer.cpp
src/core/Mixer.cpp
src/gui/FxMixerView.cpp
src/tracks/InstrumentTrack.cpp
2014-03-26 11:21:15 +01:00
Tobias Doerffel
7b8eaa6835
Merge remote-tracking branch 'origin/stable-0.4-undo-redo'
...
Conflicts:
include/AutomatableModel.h
include/MidiPort.h
include/TrackContainerView.h
include/surround_area.h
include/track.h
src/core/AutomatableModel.cpp
src/core/TrackContainer.cpp
src/core/note.cpp
src/core/track.cpp
src/gui/PianoRoll.cpp
src/gui/TrackContainerView.cpp
src/gui/widgets/LcdSpinBox.cpp
2014-03-24 19:37:26 +01:00
Tobias Doerffel
d32377845b
ComboBoxModel: coding style fixes
2014-03-24 19:21:18 +01:00
Tobias Doerffel
2f4d9c6c66
InstrumentSoundShapingView: display info about single-streamed instruments
...
Until we have a solution for hiding the ENV/LFO tab, display a sensible
message at least.
2014-03-23 23:52:04 +01:00
Vesa
33b9524346
Envelope: fix drawing of envelope graph, scale to fit view if graph gets too long
...
(also fix typo in last pianoview commit)
2014-03-22 19:09:42 +02:00
Vesa
f986f099da
Piano widget: make keypresses (gui and keyboard) based on the MIDI base velocity spinner
2014-03-22 12:32:43 +02:00
Tobias Doerffel
b02c351fe1
Merge pull request #483 from softrabbit/bug468
...
basic_filters.h: Saner limits for frequency
2014-03-21 17:24:22 +01:00
Tobias Doerffel
6a1a295cec
More CLANG compiler warning fixes
2014-03-21 11:14:22 +01:00
Tobias Doerffel
cce942e5d5
Graph: removed unused member variable
2014-03-21 10:48:43 +01:00
Tobias Doerffel
d4bbaa58b4
SerializingObject: made saveSettings() and loadSettings() pure virtual
...
All classes inheriting from SerializingObject should also provide
according functionality, therefore ensure, they implement methods for
loading and saving settings.
2014-03-21 10:47:05 +01:00
Tobias Doerffel
729838fa08
ModelView, Model: coding style improvements
2014-03-21 10:46:42 +01:00
Tobias Doerffel
b5eb4f1f7a
ControllerView: remove unused member variable
2014-03-21 10:44:56 +01:00
Tobias Doerffel
585f95741c
AutomationPattern: define constants outside class declarations
2014-03-21 10:44:22 +01:00
Tobias Doerffel
9ffeae441d
AutomatableModel: avoid hiding virtual functions by overload
2014-03-21 10:43:26 +01:00
Tobias Doerffel
6f5a47342b
AutomatableModel: coding style improvements
2014-03-21 10:43:07 +01:00
Tobias Doerffel
e1bebbfcad
Removed obsolete pch.h include
2014-03-21 10:08:02 +01:00
Vesa
7a7c9abd9b
GraphModel: fix/improve normalize() function - remove bias before maximizing, also add some new slots for future use (which I plan to use for something neat in the future ;) )
2014-03-20 12:19:55 +02:00
Raine M. Ekman
450bf3a35a
basic_filters.h: Tweaked limits for cutoff.
2014-03-19 23:21:48 +02:00
Raine M. Ekman
87d62a6a73
Merge https://github.com/LMMS/lmms into bug468
2014-03-19 23:21:23 +02:00
Tobias Doerffel
41c154dc95
Control play/pause buttons in slot of MainWindow via signal in Song class
...
The engine class as the component instance manager is the wrong place to
control the play/pause buttons. Instead emit a signal in the Song class
and update the buttons in a slot in MainWindow. This fixes problems with
GUI/pixmap operations happening outside the GUI thread when exporting a
project.
Closes #435 .
2014-03-18 20:39:52 +01:00
Tobias Doerffel
b45c0c5f02
MainWindow: coding style improvements
2014-03-18 20:39:01 +01:00
Raine M. Ekman
194088db5f
basic_filters.h: Saner limits for frequency
2014-03-18 21:26:08 +02:00
Tobias Doerffel
5e2d299360
MidiPort: introduced internal base velocity property
...
In order to keep compatibility with projects created with LMMS < 1.0.0
we maintain a property specifying the base velocity (i.e. the velocity
sent to MIDI-based instruments at volume=100%). For new projects this
always will be 64 while compat code enforces a value of 127 for old
projects.
We can also think about hiding the new groupbox in order to hide
complexity from the user.
Closes #430 .
2014-03-17 22:30:52 +01:00
Tobias Doerffel
f32c89bd13
InstrumentMidiIOView: coding style improvements
2014-03-17 21:25:50 +01:00
Tobias Doerffel
ab4cebeea0
MidiPort: remove unneccessary line breaks
2014-03-17 21:08:55 +01:00
Vesa
7dac1137bc
Knob: add volumeRatio property to allow showing knobs with ratios other than 100 in dBV
...
Waveshaper, Dynamics processor: make input/output knobs respect the show in dBV setting
2014-03-15 10:45:55 +02:00
Raine M. Ekman
fab41306ac
Export: check for end of export in ticks, not in tacts.
...
This works better with time signature changes.
2014-03-12 20:18:39 +02:00
Vesa
ba7e5e5f5c
Highlight the currently selected instrument/automation patterns in the song editor
2014-03-12 07:14:29 +02:00
Tobias Doerffel
0674e1434c
SongEditor: renamed class and file name to match current coding style
2014-03-09 23:25:38 +01:00
Tobias Doerffel
24a9ef01f9
PianoRoll: renamed class and file name to match current coding style
2014-03-09 23:19:46 +01:00
Tobias Doerffel
7c685bdd18
Merge pull request #421 from diizy/stable-0.4
...
More bug fixes : #419 , #286
2014-03-08 19:42:32 +01:00