Vesa
e62e2f3889
Add denormals stripping to the main thread as well as workerthreads
2014-11-16 15:19:54 +02:00
Vesa
740a7e6850
Merge branch 'stable-1.1'
...
Conflicts:
include/AutomatableModel.h
include/FxMixer.h
src/core/FxMixer.cpp
src/gui/widgets/caption_menu.cpp
src/tracks/InstrumentTrack.cpp
2014-11-16 15:16:40 +02:00
Vesa V
f83b0957f4
Merge pull request #1305 from diizy/stable-1.1
...
Improvement of FxMixer multithreading
2014-11-16 15:08:10 +02:00
Vesa V
ea2e4e5b69
Merge pull request #1307 from diizy/model
...
Add a method to AutomatableModel that allows tracking changes without using signals/slots
2014-11-16 14:54:38 +02:00
Vesa
f8c618b0ed
Modify BassBooster to show how to replace signals/slots in DSP
2014-11-16 14:51:50 +02:00
Vesa
3e19bc8ddb
Add a method to track value changes in AutomatableModel - this can be used by DSP code instead of signals/slots to improve performance
2014-11-16 14:14:35 +02:00
Vesa
8ef10f4f81
More updates to FxMixer - better handling of muted channels
2014-11-16 13:46:54 +02:00
Vesa
ca06a10a42
Fix segfault when enabling/disabling sends while playing
2014-11-15 21:11:40 +02:00
Lukas W
435f3c0f3d
Merge pull request #1299 from LMMS/stable-1.1-iss1290
...
Disable 'Help' action in context menus when there's no help text
2014-11-15 18:54:10 +02:00
Vesa
c92774af27
Improvement of FxMixer multithreading
...
Use dynamic building of jobqueues with dependency counting:
- At the start, each channel that has no dependencies is added automatically to the queue
- Then, after each channel is processed, it increments the dep.counter of all its recipients
- When a channel's dep.counter hits the amount of its dependencies (senders), it gets automatically added to the queue
- The queue is finished when the master channel has been processed
- Muted channels are automatically processed at the start regardless dependencies, because they don't have to care about senders, being muted
Hopefully this will improve Fx Mixer performance.
2014-11-15 18:51:49 +02:00
Lukas W
9005dc39ca
Caption menu style fix
2014-11-15 17:46:07 +01:00
Vesa V
6e027ae929
Merge pull request #1302 from diizy/master
...
More filter stuff
2014-11-14 22:18:39 +02:00
Vesa
a5d95f0bdd
Oops #3...
2014-11-14 22:15:18 +02:00
Vesa
47f3eabb8c
Oops again
2014-11-14 21:53:27 +02:00
Vesa
8576b586ff
Oops
2014-11-14 21:35:34 +02:00
Vesa
5b8f92e757
More filter optimizations
2014-11-14 21:32:22 +02:00
Vesa V
7c9ccf59db
Merge pull request #1301 from diizy/master
...
Strip denormals
2014-11-14 20:44:57 +02:00
Vesa
16302fc4ab
Strip denormals
2014-11-14 20:43:49 +02:00
Lukas W
70508b0c37
Don't display 'Help' action in context menus when there's no help text
...
Fixes #1290
2014-11-14 15:45:46 +01:00
Vesa V
87003ee84c
Merge pull request #1295 from diizy/filters
...
Bit of optimizing
2014-11-14 02:02:05 +02:00
Vesa
7c682316b3
Bit of optimizing
2014-11-14 02:00:51 +02:00
Vesa V
df843e2b32
Merge pull request #1288 from tresf/stable-1.1
...
Set pitch range
2014-11-14 01:16:19 +02:00
Vesa V
4df054ae24
Merge pull request #1294 from Umcaruje/stable-1.1-uifix
...
Fix misalignment in Song Editor
2014-11-14 01:16:02 +02:00
Umcaruje
269bbc3dae
Fix misalignment in Song Editor
2014-11-14 00:07:03 +01:00
Vesa V
14d4c37bab
Merge pull request #1291 from diizy/filters
...
Even More Filters
2014-11-13 20:45:56 +02:00
Vesa
4aaeb73f71
Some further optimizations
2014-11-13 20:12:36 +02:00
Vesa
002d2cb2ff
Wrong branch stuff got in by accident
2014-11-13 20:06:43 +02:00
Vesa
53dd1e4257
Add filters to dualfilter
2014-11-13 20:03:53 +02:00
Vesa
a3cce23d6d
Even more filters
2014-11-13 19:11:34 +02:00
Vesa
bb821d685b
More filters
2014-11-13 18:10:53 +02:00
Tres Finocchiaro
808e18f20a
Set pitch range
2014-11-11 22:42:02 -05:00
Vesa
16fb09fb94
Merge branch 'stable-1.1'
2014-11-10 20:33:02 +02:00
Lukas W
8e8879f735
Merge stable-1.1
...
Conflicts:
include/ConfigManager.h
include/MidiTime.h
include/string_pair_drag.h
src/gui/string_pair_drag.cpp
src/gui/widgets/rubberband.cpp
2014-11-10 19:26:59 +01:00
Vesa
d685adf73a
Do not create checkpoints for moving tracks
2014-11-10 00:57:50 +02:00
Vesa V
e2911884a6
Merge pull request #1280 from DeRobyJ/stable-1.1
...
Italian 1.1 Loca Update
2014-11-09 13:03:32 +02:00
DeRobyJ
b6046ad2c1
Italian 1.1 Loca Update
...
I hope this time it will work xD
2014-11-09 11:30:37 +01:00
Vesa V
2c7036edd6
Merge pull request #1258 from grindhold/brokenproject
...
attempt to open broken project does not clear currently open project
2014-11-08 12:21:31 +02:00
Vesa V
d10eecbf5f
Merge pull request #1277 from LMMS/c++11
...
Enable C++11
2014-11-08 12:16:01 +02:00
Vesa V
102db9cd50
Merge pull request #1266 from tresf/stable-1.1
...
Fix automation cursor position issue
2014-11-08 12:07:47 +02:00
Lukas W
9d395ac0c1
Enable C++11
2014-11-08 10:26:10 +01:00
Tres Finocchiaro
e7721dfd78
Bump version
v1.0.96
2014-11-07 08:30:41 -05:00
Lukas W
bf484300b6
Fix some memory leaks
2014-11-06 21:23:16 +01:00
Vesa V
8f7593f82e
Merge pull request #1256 from grindhold/metronome
...
first metronome click of a tact now has a higher pitch #1254
2014-11-05 01:50:13 +02:00
Lukas W
8242ca9cac
Merge branch 'Umcaruje-stable-1.1-namefix' into stable-1.1
2014-11-05 00:46:16 +01:00
Lukas W
d4a8f6c95b
More name & site fixes
2014-11-05 00:41:02 +01:00
Umcaruje
6fb923cba2
Correct the program name and site in the descriptions.
2014-11-04 22:56:50 +01:00
Tres Finocchiaro
1826ced3d2
Fix automation cursor position issue
2014-11-04 00:13:38 -05:00
Vesa V
d3ae2e5721
Merge pull request #1264 from floft/configrename
...
Last configManager to ConfigManager rename
2014-11-03 22:36:38 +02:00
Garrett
6c91679de4
Last configManager to ConfigManager rename
2014-11-03 08:21:30 -08:00
Vesa
fa9674521e
Merge branch 'stable-1.1'
...
Conflicts:
src/core/main.cpp
src/gui/MainWindow.cpp
2014-11-02 07:46:32 +02:00