Tres Finocchiaro
3886cd43a9
Merge pull request #1478 from curlymorphic/i856
...
Proposed fix for 856 Recursive VST Effect Enhancement Request
2014-12-22 00:27:57 -05:00
Tres Finocchiaro
6d8472433c
Merge pull request #1481 from curlymorphic/i1080
...
Proposed fix 1080 Panning Sample tracks
2014-12-21 23:16:20 -05:00
Dave French
a4359ec584
1080 save and load pan settings
2014-12-21 23:36:42 +00:00
Dave French
188f3714d7
Proposed fix 1080 Panning Sample tracks
2014-12-21 16:10:43 +00:00
Dave French
0d44dc6ac5
Proposed fix for 856 Recursive VST Effect Enhancement Request
2014-12-21 03:38:11 +00:00
Tres Finocchiaro
635e92ab50
Merge pull request #1476 from curlymorphic/i1194
...
Proposed fix for Render from beginning (not play head)
2014-12-20 22:19:00 -05:00
Dave French
5f5d405552
Render from start of track.
2014-12-20 22:33:29 +00:00
Vesa V
fa86a2cdac
Merge pull request #1455 from LMMS/stable-1.1
...
Stable 1.1
2014-12-17 00:49:14 +02:00
Daniel Winzen
d21f0a7114
Remove RackView widget before deleting the ChannelView
...
Fixes the following two errors I spotted using valgrind:
When deleting a channel;
==936== Invalid read of size 8
==936== at 0x56FA1D: FxMixerView::deleteChannel(int) (FxMixerView.cpp:374)
==936== by 0x60E9A79: QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (in /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.6)
==936== by 0x5216BF1: QAction::triggered(bool) (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.6)
==936== by 0x52185C2: QAction::activate(QAction::ActionEvent) (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.6)
==936== Address 0x14d51b90 is 32 bytes inside a block of size 40 free'd
==936== at 0x4C2C2E0: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==936== by 0x56F9ED: FxMixerView::deleteChannel(int) (FxMixerView.cpp:370)
==936== by 0x60E9A79: QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (in /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.6)
==936== by 0x5216BF1: QAction::triggered(bool) (in /usr/lib/x86_64-linux-gnu/libQtGui.so.4.8.6)
When loading a new project after adding some channels:
==936== Invalid read of size 8
==936== at 0x570785: FxMixerView::refreshDisplay() (FxMixerView.cpp:202)
==936== by 0x4B590E: Song::clearProject() (Song.cpp:740)
==936== by 0x4B7885: Song::createNewProject() (Song.cpp:817)
==936== by 0x60E9A79: QMetaObject::activate(QObject*, QMetaObject const*, int, void**) (in /usr/lib/x86_64-linux-gnu/libQtCore.so.4.8.6)
==936== Address 0x56a12ab0 is 32 bytes inside a block of size 40 free'd
==936== at 0x4C2C2E0: operator delete(void*) (in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
==936== by 0x57075B: FxMixerView::refreshDisplay() (FxMixerView.cpp:201)
==936== by 0x4B590E: Song::clearProject() (Song.cpp:740)
==936== by 0x4B7885: Song::createNewProject() (Song.cpp:817)
2014-12-16 22:46:37 +01:00
Vesa
6f23ef7df2
Merge branch 'stable-1.1'
...
Conflicts:
plugins/DualFilter/DualFilterControls.cpp
src/gui/PluginBrowser.cpp
2014-12-16 23:12:02 +02:00
falkTX
f2ab783db9
Fix build when using old linux systems
2014-12-16 19:40:31 +00:00
Tres Finocchiaro
569c83101a
Merge pull request #1451 from curlymorphic/i1450
...
Proposed fix for 1450 Mem leak in sample-track
2014-12-16 12:23:39 -05:00
Dave French
8b2ce06da8
Proposed fix for 1450 Mem leak in sample-track
2014-12-16 16:41:08 +00:00
Vesa
0789bae53a
Crossover EQ initial commit, also fix bugs in LR4 filter and Fader
2014-12-15 10:41:43 +02:00
Tres Finocchiaro
a182a3e8cc
Fix scroll bar gap
...
Closes #1437
2014-12-13 12:11:31 -05:00
tresf
a8924a34dd
Check major/minor version before setting theme directory
2014-12-13 11:27:14 -05:00
Vesa V
0da847f943
Merge pull request #1440 from LMMS/stable-1.1
...
Update FxMixer.cpp
2014-12-13 13:06:28 +02:00
Vesa V
73cad09968
Update FxMixer.cpp
...
prevent double adding of jobs
2014-12-13 13:05:50 +02:00
dave
4710360ce5
updated Fader to use setHintText
...
enables setting of the display text.
2014-12-10 23:47:07 +00:00
Vesa
170f60c8e0
Fader: add a way to disable the x100 display conversion so the fader widget can be used with arbitrary values
...
Also it can now be used with alternate pixmaps
2014-12-10 06:55:59 +02:00
Vesa
150b16bd15
Merge branch 'stable-1.1'
...
Conflicts:
include/lmms_math.h
plugins/delay/delaycontrolsdialog.cpp
src/core/FxMixer.cpp
src/gui/FxMixerView.cpp
2014-12-10 01:38:17 +02:00
Vesa
4a6257a47c
Fix master channel peak display
...
Fix #1427
Conflicts:
src/core/FxMixer.cpp
src/gui/FxMixerView.cpp
2014-12-10 01:33:49 +02:00
Vesa V
ebc519c296
Merge pull request #1430 from diizy/master
...
Fix master channel peak display
2014-12-10 01:30:31 +02:00
Vesa
fbc6de857a
Fix master channel peak display
...
Fix #1427
2014-12-10 01:28:14 +02:00
Lukas W
b39225ac6a
Merge pull request #1422 from curlymorphic/removewhitespace
...
Remove white space from Knob::setHintText calls
2014-12-09 02:32:16 +02:00
dave
2295545ac6
Remove whitespace from setHintText, change spaces to tabs
2014-12-08 23:48:44 +00:00
Lukas W
ed8e30b4ee
Small const fix
2014-12-08 20:19:51 +01:00
dave
c997da29db
missed a couple of + " ", all sored now
2014-12-08 11:02:41 +00:00
dave
4993eba3c1
Remove unused and unnessary +" " in all knob.setHintText calls
2014-12-08 10:57:21 +00:00
Vesa
2e8534955b
Fix FX mixer race condition
...
Conflicts:
src/core/FxMixer.cpp
2014-12-07 22:34:37 +02:00
Vesa
dbc404cca1
Fix FX mixer race condition
2014-12-07 22:29:23 +02:00
Vesa V
fd6e49c906
Merge pull request #1406 from csimons/unbind-keys
...
Removing focus from child windows upon hiding them.
2014-12-06 11:46:06 +02:00
Christopher L. Simons
ca973b9369
Upon toggling off a window, now attempting to focus SongEditor, then any other visible editors, or finally the parent window if all editors are hidden.
2014-12-06 03:46:41 -05:00
Christopher L. Simons
38b3279cf0
Setting menu titles in Title Case.
2014-12-05 20:40:22 -05:00
Christopher L. Simons
4ec1920b79
Setting dialog titles in Title Case.
2014-12-05 20:05:37 -05:00
Christopher L. Simons
5675b1a373
Removing focus from hidden windows upon hiding them.
2014-12-04 23:39:53 -05:00
Christopher L. Simons
63b353e07c
Removed vim-config comment from SongEditor.cpp.
2014-12-04 16:03:45 -05:00
Christopher L. Simons
2425366b58
Removed vim-config comment from ExportProjectDialog.cpp.
2014-12-04 16:03:35 -05:00
Christopher L. Simons
809cad1b62
Removed vim-config comment from main.cpp.
2014-12-04 16:03:21 -05:00
Christopher L. Simons
3b2316e242
Removed vim-config comment from SampleBuffer.cpp.
2014-12-04 16:03:12 -05:00
Lukas W
d17b6c5328
LmmsStyle: Remove legacy code
2014-12-04 17:16:50 +01:00
Christopher L. Simons
b1414eba23
Cleaning up null-pointer-deallocation warnings.
2014-12-02 18:07:56 -05:00
Raine M. Ekman
c3c5501396
Master kill switch for journalling, useful when closing program.
2014-12-01 21:28:29 +02:00
Vesa
2a78769078
Merge branch 'stable-1.1'
2014-11-30 15:08:14 +02:00
Vesa V
64d90066d9
Merge pull request #1370 from curlymorphic/issue1242
...
Fix for issue 1242 Buffer size frame rate should not cause a delay/latency at the start of rendered audio file.
2014-11-29 23:08:40 +02:00
dave
550d310a49
issue 1242
...
Skips first empty period,
Engine::mixer()->nextBuffer(); is called in ProjectRenderer::run()
2014-11-29 20:44:34 +00:00
Vesa V
4cbb2b721f
Update timeline.cpp
...
tab added
2014-11-29 21:52:21 +02:00
dave
05fd71190b
fix for underlying bug 1293 loop markers
...
initilized m_moveXoff when moving loop markers
2014-11-29 11:41:27 +00:00
Vesa
7410174c8b
Multitap
2014-11-28 03:19:21 +02:00
Vesa
13393900d2
Multitap initial
2014-11-28 00:35:14 +02:00