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
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
2d04870c98
Merge pull request #2746 from jasp00/wine-buildflags
...
Pass build flags to wineg++
2016-06-07 22:32:17 +00: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
Umcaruje
27eaa4d512
Make scrollbars consistent over the software; Add padding to the scrollbars; Make the PianoView background themeable ( #2807 )
...
* Make scrollbars consistent over the software; Add padding to the scrollbars; Make the PianoView background themeable
* Make the scrollbar hover color brighter
2016-06-03 12:21:27 +02:00
Umcaruje
a738069ff5
Merge pull request #2809 from Umcaruje/fixfoldercase
...
Rename folders in the projects folder to lowercase, for consistency
2016-06-03 12:19:52 +02:00
Umcaruje
9c5cbbec47
Merge pull request #2517 from zonkmachine/zoom
...
Add finer zoom, 12.5%
2016-06-01 01:12:40 +02:00
Umcaruje
b90540f2a7
Rename folders in the projects folder to lowercase, for consistency
2016-06-01 00:49:45 +02:00
liushuyu
ce8e523f86
Merge pull request #2806 from HDDigitizerMusic/master
...
ModernNoir Theme For The New Default
Closes #2587
2016-05-31 13:16:03 +08:00
RebeccaDeField
3f2e17dd04
ModernNoir theme as default and previous theme as classic
2016-05-30 20:27:13 -07:00
Javier Serrano Polo
d41500b986
Merge pull request #2803 from jasp00/opt-dll
...
Make some libraries optional in Windows installation
2016-05-30 23:33:57 +00:00
Javier Serrano Polo
fa7d7a111a
Synchronize with remote plugins using local sockets
2016-05-30 01:52:11 +02:00
Javier Serrano Polo
d873ab471c
Make some libraries optional in Windows installation
2016-05-30 00:48:08 +02:00
Javier Serrano Polo
5930050d32
Merge pull request #2801 from jasp00/pkg-config
...
Fix MinGW pkg-config configuration
2016-05-29 02:37:32 +00:00
Javier Serrano Polo
d599955750
Fixed MinGW pkg-config configuration
2016-05-29 03:34:29 +02:00
Oskar Wallgren
36c181dbea
Add zoom 12.5%
2016-05-28 21:18:05 +02:00
liushuyu
a42a3c5346
Add Gitter hook to Travis-CI
2016-05-27 22:47:24 +08:00