Tobias Doerffel
1d7794e02a
Merge pull request #576 from diizy/master
...
FxMixerView: fix the fx chain UI (so we'll be able to see more than 2/3 ...
2014-04-07 11:16:10 +02:00
Vesa
0956270dd9
FxMixerView: fix the fx chain UI (so we'll be able to see more than 2/3 of an fx)
2014-04-07 02:54:32 +03:00
Tobias Doerffel
b1062173fc
Merge pull request #571 from grejppi/kicker
...
kicker: fix oversight in version check
2014-04-06 21:58:05 +02:00
Tobias Doerffel
f21fbf1946
Merge pull request #569 from diizy/loops
...
AFP, Samplebuffer updates
2014-04-06 21:57:17 +02:00
Tobias Doerffel
46b7f7f1c4
Merge pull request #567 from diizy/master
...
CSS styling features, Monstro updates
2014-04-06 21:55:29 +02:00
Vesa
445a31e54a
Monstro: tweak the constants a bit
2014-04-06 22:14:54 +03:00
Vesa
a21928fe39
Monstro updates: fixes, improvements, optimizations
2014-04-06 20:58:09 +03:00
Vesa
e11c1cb8fc
For consistency, define text colour of bb-tracks in CSS too
2014-04-06 11:38:12 +03:00
Vesa
994dcd3964
TCOView: Make patternviews foreground elements stylable with qproperties
2014-04-06 11:38:12 +03:00
Vesa
3bcffcdf5b
Track: make the song editor background CSS-stylable with qproperties
2014-04-06 11:38:12 +03:00
Hannu Haahti
13b6c834d6
kicker: fix oversight in version check
2014-04-06 02:48:17 +03:00
Vesa
59794b35a8
AFP: fix loadsettings
2014-04-05 21:50:55 +03:00
Tobias Doerffel
bd691e6d68
Merge pull request #564 from diizy/master
...
Optimize linear interpolation function
2014-04-05 07:43:11 +02:00
Tobias Doerffel
4455faceb6
Merge pull request #565 from grejppi/master
...
move fastPow() to lmms_math.h
2014-04-05 07:42:52 +02:00
Vesa
e8eaa1f2c2
Monstro fixes: envelope accuracy betterified
2014-04-05 04:20:48 +03: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
55f678b80d
Samplebuffer changes - we can just directly read floats from libsndfile, seems to work (faster) this way
2014-04-05 00:56:21 +03:00
Tobias Doerffel
b0cdcc639e
Merge pull request #559 from diizy/loops
...
SampleBuffer: fix a segfault when moving a loop point while playing a no...
2014-04-04 09:21:18 +02: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
Tobias Doerffel
19aec58abc
Merge pull request #558 from diizy/fixclosecrash
...
Fix close on crash patch which was posted on the mailing list by Filipe...
2014-04-04 00:30:30 +02:00
Vesa
7730f4821d
Fix close on crash patch which was posted on the mailing list by Filipe Coelho
2014-04-04 01:19:44 +03:00
Tobias Doerffel
647240624d
Merge pull request #557 from diizy/loops
...
SampleBuffer, AFP: implement ping-pong loop mode
2014-04-03 23:44:55 +02:00
Vesa
0442be3729
Finish ping pong loop implementation in AFP
2014-04-04 00:40:03 +03:00
Vesa
7350f983b0
Ping-pong loop implementation: done, starting on AFP changes...
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
Tobias Doerffel
80aa502e36
Merge pull request #550 from diizy/vsttest
...
Update aeffectx.h
2014-04-01 16:11:43 +02: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
174eb18062
Merge pull request #547 from diizy/master
...
New FX Mixer: GUI improvements - better icons for send button, fade the ...
2014-03-31 15:51:01 +02:00
Vesa
12c6ec25c9
New FX Mixer: GUI improvements - better icons for send button, fade the arrow a bit, use smaller knob that fits better
2014-03-31 16:42:27 +03:00
Tobias Doerffel
114e2f71ee
Merge pull request #545 from grejppi/kicker
...
Kicker: backwards compatibility and some presets
2014-03-31 14:25:29 +02:00
Tobias Doerffel
ebd8d247d8
Merge pull request #544 from diizy/monstro
...
Monstro
2014-03-31 14:25:22 +02:00
Hannu Haahti
643de68907
kicker: add some presets to demonstrate its new features
2014-03-31 06:41:56 +03:00
Hannu Haahti
243c66e0e8
kicker: backwards compatibility
2014-03-31 06:34:58 +03:00
Vesa
8f065c198a
Monstro: add sync mechanism, make LFOs running, fix remaining small bugs
2014-03-31 01:37:38 +03:00
Tobias Doerffel
2a237c7c74
Merge pull request #542 from grejppi/master-browser
...
fileBrowser: keep filter after refresh
2014-03-30 23:14:55 +02:00
Hannu Haahti
d2a0723e14
fileBrowser: keep filter after refresh
2014-03-30 21:59:42 +03:00
Vesa
fc7c985c54
Monstro - envelope fix
2014-03-30 16:11:12 +03:00
Vesa
3b80ec74d1
Monstro - fixes, new waveforms
2014-03-30 15:18:29 +03:00
Tobias Doerffel
bbe6ee226e
Merge pull request #539 from grejppi/kicker
...
Improvements to Kicker (work in progress)
2014-03-30 12:45:25 +02:00
Tobias Doerffel
d6efd028e1
TrackContainerView: disable undo/redo for track creation/removal
...
Due to the complex implementation of BB tracks it's hard to implement
a reliable undo/redo journalling for whole TrackContainerViews.
Closes #531 .
2014-03-30 12:40:05 +02:00
Tobias Doerffel
75d8ab54be
TrackContainerView: add journal checkpoints in view rather than model
2014-03-30 12:39:12 +02:00
Tobias Doerffel
bd1d9356b5
TrackContentObjectView: add journal checkpoint in remove() rather than close()
...
The remove() slot is only called upon user interaction (i.e. right click)
and thus the correct place where to make checkpoints.
2014-03-30 12:37:28 +02:00
Tobias Doerffel
118fb5122e
Merge remote-tracking branch 'origin/stable-1.0'
2014-03-30 12:30:02 +02:00
Tobias Doerffel
083d1889ee
BbEditor: use foreach() loop
2014-03-30 12:29:25 +02:00