Javier Serrano Polo
d50ca512cd
Avoid interception by PulseAudio ( #2992 )
2017-02-05 13:49:42 -05:00
Javier Serrano Polo
30f1e52be3
Allow PROJECT_YEAR override ( #3016 )
...
* Allow PROJECT_YEAR override
* Generate release information and build with it
* Delegate to maintenance tasks
2017-02-05 13:40:34 -05:00
fholmer
c10af18c1b
Iterate PulseAudio mainLoop and wait for context state ( #3216 )
...
* Iterate PulseAudio mainLoop and wait for context state
* Fixed indentation
2017-02-05 13:14:50 -05:00
gnudles
54d0922cea
SoundIO- fixed up crashes when device cannot be opened. ( #3238 )
...
* SoundIO- fixed up crashes when device cannot be opened.
* SoundIO - reset soundio pointer after destroy.
2017-02-05 13:06:35 -05:00
gnudles
72ffc98be6
Small fixes: ( #3221 )
...
In PianoView.cpp fixed the focus policy so that if one would like to use
a QPlainTextEdit in his plugin, he'd be able to do so.
In TrackContainerView.cpp and AutomationEditor.cpp there's a problem
that if you use a Right To Left locale, all the GUI turn RTL, but in
those specific editors, things get very messy, because they were made up
with the assumption of LTR.
2017-02-05 13:05:31 -05:00
Oskar Wallgren
e40a6bc627
Avoid crash on gui when rendering from command line and no write access ( #3322 )
2017-02-04 19:04:13 +01:00
Michael Gregorius
cf26da330c
Revert "Fix 2047 ("TripleOscillator: Oscillators are getting out of sync") ( #3145 )"
...
This reverts commit e3e14bb730 in an
attempt to fix issue #3292 .
The problem that's addressed is very elusive:
* It cannot be reproduced reliably.
* It seems to be more prone to appear in release builds.
* It only seems to appear when two or more instruments are mixed into
one channel.
* If you solo a problematic Triple Osc it goes away.
The observations above seem to indicate that there's rather a problem
with the mixing (due to multithreading?) and that the changes made to
Triple Osc seem to trigger this deeper problem more quickly.
2017-02-04 12:45:02 +01:00
Karmo Rosental
995b14f7b5
Fixed #3226 . Beat velocity fixes for both themes. ( #3229 )
...
* Fixed #3226 . Fixed beat velocity on classic theme. Fixed visual difference between 0 velocity and no step.
* Render step_btn_on_0.png always.
* Removed useless if.
2017-02-03 22:35:23 +01:00
Spekular
6f3a7ea857
Fix Discord Badge ( #3316 )
2017-02-03 12:05:02 -05:00
Oskar Wallgren
c54171ba48
Option to allow auto save while playing ( #3088 )
...
* Option to allow auto save while playing
2017-02-01 17:05:32 +01:00
Oskar Wallgren
3e21e4ee13
Set Stk::showWarnings() via LMMS_DEBUG ( #3309 )
2017-01-30 16:07:25 +01:00
Oskar Wallgren
c8e987348d
Note resize area width ( #3304 )
2017-01-27 10:40:53 +01:00
Rebecca DeField
421243ae73
Made automation slopes more distinguishable ( #3282 )
...
* Made automation slopes more distinguishable
* Tweak icon alignment
2017-01-24 17:32:56 -08:00
Javier Serrano Polo
fc40481a6b
Update online help link ( #3291 )
2017-01-24 15:07:42 -05:00
Javier Serrano Polo
c1993d6feb
Drop windowIcon from ui files ( #3290 )
2017-01-24 08:48:15 -05:00
Lukas W
897a09434c
CMake: Fix manpage command argument escaping
2017-01-24 12:12:02 +01:00
Steffen Baranowsky
a4c65b52c9
fix eliding issue on fx mixer fader ( #3241 )
2017-01-24 08:54:10 +01:00
Steffen Baranowsky
c5aa22663e
allow drag track label button for moving track ( #3271 )
...
* allow drag track label button for moving track
* improve mouseclick
* improve click 2
2017-01-23 09:35:43 +01:00
Steffen Baranowsky
349f27f819
makes controller rack fixed in width ( #3240 )
2017-01-23 09:34:43 +01:00
projectpitchin
604e5aeaa4
Fixed a spelling error in a debug message in RemoteVstPlugin::load. ( #3279 )
2017-01-20 19:15:59 -05:00
Rebecca DeField
e56d318618
Delay Plugin Redesign ( #3120 )
...
* Delay Redesign
* FDBK instead of REGEN
2017-01-18 21:47:28 -08:00
Oskar Wallgren
c0cf119c0d
Fix inverted zoom direction ( #3273 )
2017-01-18 16:59:53 +01:00
Steffen Baranowsky
b76ba25eb0
sample track vol knob should have same precision as instrument track vol knob ( #3254 )
2017-01-14 14:14:25 +01:00
Michael Gregorius
e3e14bb730
Fix 2047 ("TripleOscillator: Oscillators are getting out of sync") ( #3145 )
...
Change all phase related variables in Oscillator from float to double.
The parameters for the getSample methods have not been changed to double
as it should suffice to only update the phase variables with double
precision.
2017-01-12 17:10:38 -05:00
miketurn
4b92651d4f
Fixed Text Case Of "Instrument Plugins" Label ( #3243 )
...
@liushuyu please update in transifex as well.
2017-01-12 11:52:21 -05:00
Steffen Baranowsky
7cf6150e75
suggest a fix for precision on knob dragging ( #3075 )
...
* fixes precision on knob dragging
* fixes precision on fader dragging
* diaplay a rounded float on knobs
* enter rounded value on fader
* add getRoundedValue() and getDigitCount() to floatmodel
* whitespace
2017-01-12 15:02:54 +01:00
Wiley Yu
7e8513235c
Added NSHighResolutionCapable to lmms.plist.in ( #3231 )
2017-01-10 10:33:05 -05:00
Tres Finocchiaro
f45de837f9
Add rawwaves to Windows installer ( #3230 )
...
Closes #3227
2017-01-09 23:36:38 -05:00
Karmo Rosental
674a2fb50c
Fixed #3047 and #3180 . ( #3184 )
2017-01-09 15:46:37 +01:00
Tres Finocchiaro
c9c1ba7246
Fix zyn linking; cleanup bundling
2017-01-07 15:20:33 -05:00
Tres Finocchiaro
400be17158
Fix calf plugin compilation on Clang ( #3215 )
2017-01-07 02:36:09 -05:00
Tres Finocchiaro
607d3f4f66
Simplify C++11 usage for plugins ( #3214 )
...
Simplify C++11 usage for plugins
2017-01-07 01:45:50 -05:00
Lukas W
4db1db5eca
Travis: Fix deploy condition
v1.2.0-rc2
2017-01-06 15:59:45 +01:00
Umcaruje
bc0802c8c5
Patch Travis deployment of windows installers
2017-01-06 00:49:07 +01:00
BaraMGB
43a77a0219
Let sample tracks play from any song position ( #3133 )
...
* play sampletracks from any song position
* take care of TCO length
* TCOs shouldn't be updated when SE window is resized
* take care of zooming level
* takes care on all song position changes and mute/solo tracks now
* playes the sample only within the buffer limits
* takes care of time signature changes
* some minor code improvements (zapashcanon)
* loopback one tick earlier
* minor code changes
* get rid off clicks by resize and scrolling song editor
* removes playhandle by remove TCO
* minor bugs on manipulating TCOs in Song Editor
* update on add sample by playing
* white spaces 1
2017-01-05 22:31:52 +01:00
Tres Finocchiaro
6137fcc5a5
Explicitly define qt versions on Mac ( #3201 )
...
* Explicitly define qt versions on Mac
Closes #3200
* Qt4 force Xcode8 pre-built binaries
* Don't do install tasks at configure time
2017-01-02 17:14:52 -05:00
Javier Serrano Polo
89665b0be3
Separate flags for WINE_BUILD_FLAGS ( #3177 )
2017-01-01 19:12:24 +00:00
Roberto Giaconia
0bf7b13e2a
Changes noncyclic smoothing behaviour ( #3137 )
2016-12-29 22:39:54 +01:00
Oskar Wallgren
3157dbf993
Revert "Envelopes are on now by default" ( #3176 )
2016-12-25 21:58:52 +01:00
Oskar Wallgren
6e66665687
Don't run metronome when project is empty ( #3173 )
2016-12-22 15:30:18 +01:00
Oskar Wallgren
3de95a148d
Mallets, turn off excessive warnings ( #3172 )
2016-12-21 19:51:57 +01:00
Oskar Wallgren
b9534f4271
m_arpDirectionModel sort element order ( #3171 )
2016-12-21 01:36:51 +01:00
Oskar Wallgren
1f3947408d
No newline after render ( #3158 )
2016-12-16 18:13:15 +01:00
Oskar Wallgren
e1c598ba21
Set default suffix ( #2230 )
2016-12-14 15:41:30 +01:00
xhe
65d193ce1a
Improve compatibility, avoid failing to compile ( #3147 )
...
following https://github.com/LMMS/lmms/issues/3146#issuecomment-266211689
2016-12-10 10:25:59 -05:00
m-xbutterfly
33f5821b63
waveshaper redesign ( #3097 )
...
* waveshaper redesign
* Correcting for inconsistency with overall theme
* fix knobs and background
* Changed buttons with more consistent font
2016-12-09 22:27:05 -08:00
Oskar Wallgren
3ee60b24bd
Sinc Medium as default interpolation ( #3141 )
2016-12-02 17:19:25 -05:00
Mikobuntu
68d8152cf5
Envelopes are on now by default ( #3090 )
2016-11-26 19:16:26 +01:00
LMMS Service Account
9a95d73ab7
Updating translations for data/locale/fr.ts
2016-11-25 17:35:45 -06:00
liushuyu
dda6fa944d
Refresh i18n strings
2016-11-24 13:02:23 -07:00