Umcaruje
c4e05048b8
Update readme to adress the chatting service change
...
Gitter to Discord
2016-07-15 20:33:59 +02:00
Javier Serrano Polo
81e0aaaef3
Merge pull request #2915 from jasp00/bb-clone
...
Create cloned track when the mixer is ready
2016-07-13 22:20:57 +00:00
grejppi
2d1813fb64
Remove FLP import, revert to GPLv2+ only ( #2904 )
2016-07-12 19:28:45 +03:00
Javier Serrano Polo
db89483e8e
Create cloned track when the mixer is ready
2016-07-11 23:51:45 +02:00
Javier Serrano Polo
8a4c6e2b2b
Merge pull request #2888 from jasp00/triple-segv
...
Fix fault on note off and remove one mutex for notes
2016-07-10 22:08:29 +00:00
Michael Gregorius
52ec3874b1
Render the mixer levels in a dB FS scale ( #2672 )
...
* Render the mixer levels in a dB FS scale
Adds the option to render the mixer levels in dB FS. By default this
option is disabled so that classes which inherit from Fader are not
affected by this change. However, in the code of the FxMixerView this
feature is enabled so that the mixer shows the levels in dB FS.
The ability to render in dB FS is exported as a property so that it can
also be set in a style sheet (not used as of now). The new property is
called "levelsDisplayedInDBFS".
There are now setters and getters for the min and max level.
Showing the levels in dB FS (which is a logarithmic scale) gives a less
"fidgety" impression when the levels are moving.
* Introduction of an init method in Fader
An init method was added to unify the initialization of the two Fader
constructors.
2016-07-10 15:08:54 +02:00
Javier Serrano Polo
06b1d52b0a
Fixed fault on note off and removed one mutex for notes
2016-07-09 22:56:25 +02:00
LMMS Service Account
04ee0910af
Updating translations for data/locale/es.ts
2016-07-08 17:32:07 -05:00
Rebecca DeField
ddf587c1bd
Updated wave icons for contrast, updated graphics for greater legibility ( #2821 )
...
* Updated wave icons for more contrast, updated graphcs for more legibility
* Added LFO artwork
* Updated waveform graphics
2016-07-08 16:41:00 +02:00
Andrés
471f335596
fix equalizer effect spectrum view lag ( #2857 )
...
* fix equalizer effect spectrum view lag #2736
* fix equalizer effect spectrum view lag. changed 10ms to 20ms
2016-07-06 23:34:38 -04:00
Javier Serrano Polo
c2a406e70f
Merge pull request #2895 from jasp00/worker-lock
...
Added LocklessList and use it for new play handles
2016-07-06 15:18:09 +00:00
Javier Serrano Polo
8ce6b21e08
Merge pull request #2893 from jasp00/high-cpu
...
Do not busy wait when writing buffer in mixer
2016-07-06 15:06:52 +00:00
LMMS Service Account
68620ceb29
Updating translations for data/locale/it.ts
2016-07-06 06:51:17 -05:00
liushuyu
4ab880e8d0
Update i18n strings
2016-07-06 18:56:06 +08:00
Tres Finocchiaro
652aa5eb54
Merge pull request #2883 from Stephen-Seo/bb_bugfix
...
Fixes newly added tracks in BB having wrong size
2016-07-05 18:09:32 -04:00
Roberto Giaconia
0d8a3c7fe1
Add Rename option in controller context menu ( #2804 )
...
* add Rename option in controller context menu
* code conv. fix
2016-07-05 22:28:03 +02:00
Tres Finocchiaro
d84263e472
Merge pull request #2808 from Umcaruje/fixbbwidth
...
Change the minimum width of the B&B editor
2016-07-05 11:39:18 -04:00
Stephen Seo
892970d15b
Fixes newly added tracks in BB having wrong size
2016-07-04 20:28:56 +09:00
Javier Serrano Polo
f7aa773005
Added LocklessList and use it for new play handles
2016-07-03 16:42:07 +02:00
Javier Serrano Polo
8497d39eec
Do not busy wait when writing buffer in mixer
2016-07-02 21:57:55 +02:00
Javier Serrano Polo
3baedf3307
Merge pull request #2891 from devnexen/master
...
sndio needs Mixer class def as well
2016-07-02 18:28:08 +00:00
David Carlier
343fa3ff9a
sndio needs Mixer class def as well
2016-07-02 16:55:42 +01:00
Javier Serrano Polo
46c2aa32ea
Merge pull request #2773 from jasp00/license
...
Add GPL-3 to license information
2016-07-02 08:24:52 +00:00
Javier Serrano Polo
64702653f9
Merge pull request #2875 from jasp00/journal
...
Split journal ID range between new and loaded elements
2016-07-02 08:23:26 +00:00
Javier Serrano Polo
fb0e076bce
Merge pull request #2829 from jasp00/sort-glob
...
Sort lists generated from globbing expressions
2016-07-01 02:56:01 +00:00
Javier Serrano Polo
f3ea884697
Merge pull request #2879 from jasp00/export
...
Fix freeze when finishing export
2016-06-30 03:05:54 +00:00
Javier Serrano Polo
ab5bc38064
Merge pull request #2877 from serdnab/sf2sustain-rev
...
Revision to a previous PR. midi sustain of sf2 player
2016-06-29 03:33:01 +00:00
Javier Serrano Polo
e55ec80c3d
Fixed freeze when finishing export
...
Fixed stopping processing
2016-06-28 00:50:00 +02:00
Andres
66b6a64040
Revision to a previous PR. midi sustain of sf2 player
2016-06-27 01:23:48 -03:00
Javier Serrano Polo
07893113da
Merge pull request #2872 from jasp00/krem
...
Fix infinite loop in FxMixer and some resource releases
2016-06-27 00:54:23 +00:00
Javier Serrano Polo
1a59f22b02
Merge pull request #2871 from serdnab/sf2sustain
...
fix midi sustain not working with sf2 player
2016-06-27 00:51:41 +00:00
Javier Serrano Polo
f97b431c8d
Split journal ID range between new and loaded elements
2016-06-26 02:43:52 +02:00
Javier Serrano Polo
447c787f7e
Fixed infinite loop in FxMixer and some resource releases
2016-06-24 23:02:44 +02:00
Javier Serrano Polo
01e9ebc9cf
Merge pull request #2868 from jasp00/esoxlb
...
Remove effect from list before deleting
2016-06-24 00:21:05 +00:00
Javier Serrano Polo
15196aee3b
Merge pull request #2860 from jasp00/mixer-lock
...
Remove more locks from the mixer
2016-06-24 00:19:24 +00:00
Tres Finocchiaro
7ce2694f75
Merge pull request #2861 from tresf/master
...
Fix building on older Apple versions
2016-06-22 23:31:07 -04:00
Tres Finocchiaro
36bb163732
Merge pull request #2798 from BaraMGB/fixMacSubwindow
...
fix the maximize behavior of subwindows on Mac
2016-06-22 22:50:08 -04:00
Andres
4c3c273b1b
fix midi sustain not working with sf2 player ( #2758 )
2016-06-22 22:08:41 -03:00
Steffen Baranowsky
ee8ff0a227
fix the maximize behavior of subwindows on Mac
2016-06-22 14:21:30 +02:00
Javier Serrano Polo
9bf3081725
Remove effect from list before deleting
2016-06-22 05:08:26 +02:00
tresf
092f1c69c5
Force Homebrew to use Qt 5.5
...
Instead of defaulting to Qt 5.6+ per #2862
2016-06-21 21:29:33 -04:00
tresf
46179f475d
Fix compilation on older Apple versions
...
Adds libc++ to CXX flags
Fixes macdeployqt on Qt5
Also fixes zynaddsubfx linking on Mac
2016-06-21 21:23:50 -04:00
Javier Serrano Polo
2c796f9503
Removed more locks from the mixer
2016-06-20 00:30:23 +02:00
Javier Serrano Polo
5dd650b850
Merge pull request #2835 from jasp00/triple-fpe
...
Defer updates to SampleBuffer
Removed global lock from the Mixer
2016-06-18 19:27:27 +00:00
Javier Serrano Polo
5606a04ad7
Defer updates to SampleBuffer
...
Removed global lock from the Mixer
2016-06-18 05:29:21 +02:00
Javier Serrano Polo
ecf9db66bd
Merge pull request #2822 from jasp00/rm-track
...
Fix removal of track when notes are playing
2016-06-17 20:14:24 +00:00
lmmsservice
1e7b8e9617
Updating translations for data/locale/fr.ts
2016-06-17 23:07:16 +08:00
liushuyu
03eccc4ffb
Update i18n strings and ...
...
... remove more hard-coded strings
2016-06-17 22:43:41 +08:00
liushuyu
f7377b6ee7
Update i18n strings
2016-06-17 20:05:35 +08:00
Javier Serrano Polo
3157a7a4af
Merge pull request #2830 from jasp00/aeffectx
...
Replace information obtained from the web in aeffectx.h
2016-06-16 19:54:08 +00:00