Lukas W
7f2f9f2685
Merge branch 'master' into ed_refac
2015-01-08 10:49:09 +01:00
Lukas W
e0dbfa696e
Remove Engine's has_gui option
2015-01-07 00:22:40 +01:00
Lukas W
748cccd266
Merge branch 'gui_application' into ed_refac
...
Conflicts:
src/core/Song.cpp
src/gui/MainWindow.cpp
2015-01-07 00:03:32 +01:00
Lukas W
0c4833ca4a
Adjust automation editor flip implementation
2015-01-06 23:40:14 +01:00
Lukas W
23e0e0fb8e
Merge branch 'master' into ed_refac
...
Conflicts:
include/AutomationEditor.h
include/SongEditor.h
plugins/delay/delaycontrols.cpp
plugins/delay/delaycontrolsdialog.cpp
src/gui/editors/AutomationEditor.cpp
src/gui/editors/BBEditor.cpp
src/gui/editors/PianoRoll.cpp
2015-01-06 23:05:13 +01:00
Tres Finocchiaro
e2e8537b1d
Merge pull request #1546 from DanWin/disbackup
...
Make saving of .bak files configurable
2015-01-06 10:02:14 -05:00
Dave French
f57d98fb0b
Proposed fix for 1350 Minimized Song_Editor & BB_Editor tracks should not allow graphics to be cut off.
2015-01-06 00:09:08 +00:00
Vesa V
1bb6fa072f
Revert "Proposed fix for 1352 Ifreeze when adding instruments or moving mixer tracks"
2015-01-04 18:48:12 +02:00
Vesa V
b874d3fa2e
Merge pull request #1545 from DanWin/channel
...
Add "Remove unused channels" option to FX-Mixer
2015-01-04 18:08:04 +02:00
Vesa V
d01c8f2ece
Merge pull request #1495 from DanWin/window
...
Hide windows instead of closing them when clicking on close
2015-01-04 17:20:03 +02:00
Vesa V
146577d34b
Merge pull request #1516 from grejppi/master-mute
...
attempt to fix #1512
2015-01-04 17:15:17 +02:00
Daniel Winzen
c11a15d0d0
Get correct value for scrollbar width
2015-01-04 12:38:44 +01:00
Daniel Winzen
74bd58162e
Make saving of .bak files configurable
2015-01-03 13:53:49 +01:00
Daniel Winzen
4043868992
Add "Remove unused channels" option to FX-Mixer
...
This makes it easier to delete all FX-Channels that are not in use.
2015-01-02 21:40:49 +01:00
Dave French
1e25b91410
1527 removed socket slot for indicator activation
2014-12-30 14:07:28 +00:00
Dave French
d68f8d7302
Proposed fix for 1352 Instrument crash on loading
2014-12-27 17:47:31 +00:00
Hannu Haahti
bbbe515e58
attempt to fix #1512
2014-12-27 11:46:19 +02:00
Vesa V
1cd8c0e2c4
Merge pull request #1510 from LMMS/stable-1.1
...
Stable 1.1
2014-12-26 19:40:35 +02:00
Vesa V
22a2bf97ab
Merge pull request #1509 from diizy/master
...
Some improvements in lmms_math
2014-12-26 19:35:13 +02:00
Vesa
44a2455429
Correct type in macros
2014-12-26 19:33:48 +02:00
Vesa
1a5c085aa2
Faster dbv/linear conversions, separate safe functions for when the extra safety (0/inf handling) is needed
2014-12-26 19:31:16 +02:00
Daniel Winzen
c353f81d59
Hide windows instead of closing them when clicking on close
2014-12-24 17:11:36 +01:00
Spekular
ddbf9cd264
Fixes flipping visiblesegment horizontally
2014-12-23 19:29:51 +01:00
Spekular
eb0b0f5277
Adds automation flipping.
2014-12-23 19:29:50 +01:00
Vesa V
28db09aca6
Merge pull request #1482 from curlymorphic/renderLoop
...
Render between loop markers
2014-12-23 19:20:55 +02:00
Dave French
8529f6a0a4
Added Export between loop markers as a checkbox, to the Export Project dialog
2014-12-22 20:55:09 +00:00
Vesa
13b1220d16
Delay.h fix
2014-12-22 14:45:17 +02:00
Vesa V
afa30c300a
Merge pull request #1462 from diizy/crossovereq
...
Changes to interpolation (explicitly use fma more), some new DSP buildin...
2014-12-22 14:41:53 +02: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
8f12d483a7
Render between loop markers
2014-12-21 19:59:29 +00:00
Dave French
188f3714d7
Proposed fix 1080 Panning Sample tracks
2014-12-21 16:10:43 +00:00
Daniel Winzen
0a732fbc04
Fix mismatched free() / delete / delete [] in RmsHelper.h
2014-12-20 09:07:21 +01:00
Vesa
c0415ce3b3
Changes to interpolation (explicitly use fma more), some new DSP building blocks
...
New file: Delay.h - contains some simple delay effects for use in DSP - perhaps for designing reverbs or similar. All are in double precision because why not.
2014-12-18 22:36:39 +02:00
Lukas W
1ee93409d1
Move Engine' GUI code to new GuiApplication class
2014-12-17 23:25:55 +01:00
Lukas W
eb79701acc
Merge branch 'master' into ed_refac
2014-12-17 11:35:42 +01:00
Lukas W
657fb06c49
More Automation refactoring
2014-12-17 11:34:57 +01:00
Dave French
43ad2d52bd
added EXPORT to Fader to allow use in plugins in windows builds
2014-12-17 01:32:10 +00:00
Vesa
8402bcb525
LR filter -> direct form 2
2014-12-16 23:49:39 +02:00
Vesa
0789bae53a
Crossover EQ initial commit, also fix bugs in LR4 filter and Fader
2014-12-15 10:41:43 +02:00
Vesa
4266de7830
More fixes (Bitcrush, Linkwitz-Riley filter)
2014-12-13 16:28:44 +02:00
Vesa V
46d9b594e8
Merge pull request #1439 from diizy/master
...
Bitcrush: small improvement, also add some stuff to math & constants
2014-12-13 11:48:56 +02:00
Vesa
1ad5ef22d7
Bitcrush: small improvement, also add some stuff to math & constants
...
Constants:
- calculate all in long double so as to improve the accuracy of our pre-calculated constants
- add some possibly useful constants: reciprocal of pi, square of pi, and reciprocal of e
Math:
- new math convenience functions: absMax, absMin
2014-12-13 11:26:15 +02:00
Lukas W
11cb8b5d68
Automation Editor tension fix
2014-12-12 10:51:15 +01:00
Lukas W
787788870b
Introduce ActionGroup subclass
2014-12-11 12:56:51 +01:00
Lukas W
02869b13dd
Editors: Some cleanups
2014-12-11 11:24:26 +01:00
Lukas W
ebbec2f270
Editor: Add edit mode support
2014-12-11 02:39:04 +01:00
Lukas W
1d07a91a83
PianoRoll: Coding style updates
2014-12-11 01:49:59 +01: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