Vesa
d98c2392b2
Move the denormals protection to the run() function of the thread
...
The constructor was probably the wrong place to put it, run() is definitely executed in the new thread so that's where the setting should be applied I think?
2014-11-18 10:48:03 +02:00
Vesa
eb7343e25a
Add denormal protection to Fifowriter thread
2014-11-18 09:19:56 +02:00
Vesa
78042ed4c5
More exp10 stuff
2014-11-17 18:55:09 +02:00
Vesa
e16b567e09
Fix drag-n-drop of logscale knobs
2014-11-17 16:15:41 +02:00
Lukas W
26415cd53e
Fix segfault in FxMixerView, fix a memory leak in EffectSelectDialog
...
Segfault occured when moving a channel
2014-11-17 11:03:13 +01:00
Vesa V
208bfe356c
Merge pull request #1312 from diizy/stable-1.1
...
Logscale: enabled toggling of knob scale in context menu
2014-11-16 22:20:34 +02:00
Vesa
0d129b0b93
Logscale: enabled toggling of knob scale in context menu
2014-11-16 22:19:16 +02:00
Vesa
4b4469d6c2
Add denormals stripping to the main thread as well as workerthreads
...
Conflicts:
src/core/main.cpp
2014-11-16 19:15:34 +02:00
Vesa
baf7c74ad7
Strip denormals
2014-11-16 19:10:02 +02:00
Lukas W
d8662e76de
Remove M_PI definition, use F_PI
2014-11-16 15:22:46 +01:00
Lukas W
0916bc073e
Fix compile errors
2014-11-16 15:22:46 +01: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
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
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
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
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
Tres Finocchiaro
808e18f20a
Set pitch range
2014-11-11 22:42:02 -05:00
Vesa
d685adf73a
Do not create checkpoints for moving tracks
2014-11-10 00:57:50 +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
bf484300b6
Fix some memory leaks
2014-11-06 21:23: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
e801376ff4
Merge pull request #1250 from Lukas-W/stable-1.1-iss1065
...
Ask for saving changes before opening recent project
2014-11-02 07:40:39 +02:00
Lukas W
053862ffab
Fix autosave
...
Fix typo made in 2e7733eaa1 while renaming
occurances of "mmp" to "datafile". This lead to a mismatch in the file name
used for saving and reading the recovery file.
Addresses #722
2014-11-02 00:22:49 +01:00
Lukas W
c682567e4b
Ask for saving changes before opening recent project
...
Fixes #1065
2014-10-31 13:35:54 +01:00
grindhold
c115b83ff8
fixed hotspot of hand-cursor
2014-10-28 13:23:10 -04:00
grindhold
612abd137a
fixed other occurences of hand cursor than beat-editor
2014-10-28 13:22:54 -04:00
Tres Finocchiaro
deae0883d2
Fix more whitespace
2014-10-24 09:13:45 -04:00
Tres Finocchiaro
6db78be8ff
Fix whitespace
2014-10-24 09:13:17 -04:00
Ubuntu
8288185dac
Disable controls on "dummy" effects
2014-10-24 09:10:17 -04:00
Tres Finocchiaro
4bef367b09
Make "dummy" effects stand out in color
2014-10-23 22:00:57 -04:00
Lukas W
4e0c06442a
Reflect project rename in code
...
Related to #1209
2014-10-17 16:17:40 +02:00
Vesa
ec5384c10e
Fix fxmixer bug where fx chains get shut off when multiple channels are chained together
2014-10-15 20:50:32 +03:00
unfa
23d0832923
Removed the deprecated "Linux Multimedia Studio" name
...
Modified line 46 accorinf to https://github.com/LMMS/lmms/issues/1209
2014-10-15 17:35:23 +02:00
Tobias Doerffel
d317704b27
LmmsPalette: retrieve palette properties via polishing
...
Fix the short palette widget popup which is annoying and not neccessary
as polishing does the same job without flicker.
2014-10-05 22:33:47 +02:00
Spekular
1c591e2e54
Error Message Fixes
...
Can't recovery --> Can't recover
2014-10-02 17:57:24 +02:00
Tobias Doerffel
7a64d0975e
AudioAlsa: fix FTBFS on non-Linux platforms
...
The ESTRPIPE error code is only available on Linux (and not on BSD) and
thus should only be used if defined.
2014-10-01 23:25:03 +02:00
Tobias Doerffel
de45718351
Renamed pattern/patternView to Pattern/PatternView
2014-09-30 22:49:16 +02:00
Tobias Doerffel
fab7f8fea8
PianoRoll, Pattern: manage reset of currently edited pattern more reliably
...
Introduce one central signal in the pattern class which is emitted before
the pattern object is being destroyed. This way we can easily and more
reliably hide this pattern in the PianoRoll without any race conditions
or other glitches.
Closes #1089 .
2014-09-30 22:34:01 +02:00
Vesa
44993319eb
Fix channel send connections
...
Fix #1147
Backwards compat should be maintained.
2014-09-10 00:40:29 +03:00
Tres Finocchiaro
e17e84266d
Fix bad #ifdef, make ANSI compliant
...
`#elif LMMS_BUILD_APPLE` is not correct, it should be `#elif defined(LMMS_BUILD_APPLE)`
2014-09-08 11:24:39 -04:00
tresf
a278505cda
Fix win32 compilation
2014-09-07 17:41:53 -04:00
Tobias Doerffel
84f711fb2c
Merge pull request #1131 from Lukas-W/stable-1.1-iss1058
...
Change Sidebar file browser root to `/Volumes` on OS X
2014-09-03 16:37:10 +02:00