Javier Serrano Polo
06b1d52b0a
Fixed fault on note off and removed one mutex for notes
2016-07-09 22:56:25 +02: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
Javier Serrano Polo
b8bfe96404
Merge pull request #2836 from jasp00/sort-eff
...
Sort effects in dialog
2016-06-16 19:35:20 +00:00
Javier Serrano Polo
d31089ceb5
Fixed removal of track when notes are playing
2016-06-16 17:42:00 +02:00
Javier Serrano Polo
10f2fab0eb
Merge pull request #2838 from BaraMGB/2823
...
makes Subwindow title label transparent for mouse events
2016-06-15 22:18:45 +00:00
Steffen Baranowsky
4fc066bd27
fix subwindow title bar resize action
2016-06-15 23:42:48 +02:00
Javier Serrano Polo
5c0b359a61
Sort effects in dialog with sortable table
2016-06-15 01:42:46 +02:00
Michael Gregorius
ec95ef1ba9
Implements #2635 : Draws a transparent rectangle in the loop area (plus CSS exposure) ( #2657 )
...
* Draws a transparent rectangle in the loop area (plus CSS exposure)
The color for the rectangle can be defined in the style CSS for the
active and inactive case. The following properties of the TimeLineWidget
are exposed through the CSS:
- The color of the lines that are drawn for each bar
- The color of the bar numbers
- The font size (given in pt)
- The minimum and the maximum height of the widget (given in em so that it scales with the font size). Set both to the same value to set a fixed size.
- The background of the widget
- A loop color: The color for the main rectangle's pen
- A loop brush: The brush used to fill the main rectangle
- An inner loop color: The color used for the pen that draws the inner border.
- loopRectangleVerticalPadding: specifies the padding used for the loop indicator rectangle.
The bar numbers are drawn conditionally like the bar lines. The
numbers are drawn with a constant distance to the tact line. This gives
a more consistent picture at different zoom levels and also fixes the
broken look at very small zoom sizes like for example 12.5%.
The bar numbers are drawn with hinting so that they show up less blurry on low DPI displays.
Remove the pixmaps that have been used up to now to draw the loop
boundaries.
Removes the unused "TimeLine" from style.css.
Document the style sheet properties for the loop indicator rectangle.
2016-06-12 18:13:23 +02:00
Umcaruje
1abbbc2ef6
Draw flat, borderless, semi-transparent and sharp-cornered notes ( #2827 )
...
* Draw flat, borderless, semi-transparent and sharp-cornered notes; Increase the contrast of the grid
* Convert the note gradient to a horizontal one
* Increase opacity for better visibility
* Reinstate borders, make the fill semi-transparent
* Some cosmetic touch-ups
* Make border width themeable
* Set a boolean for borderless properties
* Rename borderlessNotes to noteBorders
2016-06-10 00:00:19 +02:00
Javier Serrano Polo
4b1fdc4821
Dropped VstParameterProperties
...
Added information related to VstTimeInfo
2016-06-09 23:53:45 +02:00
Umcaruje
9eec9a0897
Merge pull request #2816 from BaraMGB/PeakControllerGUI
...
provides a new GUI for the peak controller plugin
2016-06-09 23:45:53 +02:00
Javier Serrano Polo
9b4cc41fa3
Removed information obtained from the web
2016-06-08 02:10:06 +02:00
Javier Serrano Polo
b549846100
Added GPL-3 to license information
2016-06-08 01:45:01 +02:00
Javier Serrano Polo
2d04870c98
Merge pull request #2746 from jasp00/wine-buildflags
...
Pass build flags to wineg++
2016-06-07 22:32:17 +00:00
Javier Serrano Polo
5b2283feec
Sort lists generated from globbing expressions
2016-06-07 20:15:55 +02:00
Umcaruje
daedb92e79
Merge pull request #2818 from Umcaruje/master
...
Standardise badges in README.md and add more badges
2016-06-05 21:52:29 +02:00
Javier Serrano Polo
252284b4b1
Pass build flags to wineg++
2016-06-05 01:34:46 +02:00
Umcaruje
b531261cf0
Merge pull request #2820 from jasp00/vst-segv
...
Do not delete VST parameter window when closed
2016-06-04 20:33:04 +02:00
Javier Serrano Polo
85d1b2075c
Merge pull request #2739 from jasp00/sync-socket
...
Synchronize with remote plugins using local sockets
2016-06-04 00:34:30 +00:00
Javier Serrano Polo
b6a7e6dd4a
Do not delete VST parameter window when closed
2016-06-04 01:30:12 +02:00
Steffen Baranowsky
4617bfa99d
change the artwork for LFO controller/ amount knob label changed to 'AMNT'
2016-06-03 13:59:26 +02:00
Steffen Baranowsky
d0b80f8151
provides a new GUI for the peak controller plugin
2016-06-03 13:56:41 +02:00
Umcaruje
6e4e060c46
Standardise badges in README.md and more badges
2016-06-03 13:55:44 +02:00