Steffen Baranowsky
fd74ddfe15
fix alternate shading of pianoroll and automation editor on zooming ( #3391 )
...
* fixes alternate shading in piano roll on zooming
* fixes alternate shading in automation editor on zooming
2017-03-01 17:31:00 +01:00
Oskar Wallgren
06e4033cb9
Don't count muted tracks in track length ( #3390 )
...
* Don't count muted tracks to length on render
* Don't count muted TCO's to length on render
2017-03-01 07:27:43 +01:00
TheTravelingSpaceman
8283e3f456
Barlines now end at end of automation ( #3387 )
...
* Barlines now end at end of automation
* Removed redundant if check
2017-03-01 00:08:09 +01:00
LMMS Service Account
9124a367e4
Updating translations for data/locale/nl.ts
2017-02-27 06:58:45 -05:00
Oskar Wallgren
e4474af091
'Off beat' beat notes to MelodyPattern
2017-02-27 08:17:24 +01:00
liushuyu
01472aade7
i18n: update strings for ReverbSC
2017-02-26 14:15:49 -07:00
LMMS Service Account
997af71c55
Updating translations for data/locale/it.ts
2017-02-26 16:11:57 -05:00
LMMS Service Account
bde361ee4a
Updating translations for data/locale/fr.ts
2017-02-26 16:11:20 -05:00
Lukas W
4404b6f29c
Remove explicit MidiTime constructor and operator
2017-02-24 11:33:11 +01:00
Paul Batchelor
0cb6c72e1d
ReverbSC: Initial implementation ( #3202 )
...
* ReverbSC - Plugin. lmplementation of the Sean Costello reverb algorithm
2017-02-23 04:21:47 +01:00
Umcaruje
de2e164aae
Piano Roll and Automation editor grid redesign (w/ @BaraMGB) ( #3062 )
...
* Make dem grid ndasd
* grid BG
* fix bug in scroll behavior
* debugging scrolling
* Add CSS property, port to automation editor
* Fix a fail
* Spaces to tabs
* Use fillRect rather than drawRect
* Implement @vlad1777d's idea
* Seperate loops and stuff
* Finish up Piano Roll Grid
* Cleanup
* Redesign the grid for the Automation Editor
* Update colors
* Formatting changes
* formatting changes II
2017-02-22 19:56:32 +01:00
Steffen Baranowsky
5863752988
elide the text on track button if it's too lon... ( #3328 )
...
* Elide the text on track button if it's too long
* Remove setText() from paintEvent
* Dynamic trackLabelButton width
2017-02-20 11:44:21 -05:00
Oskar Wallgren
2c8e9a0957
visible beat notes in MelodyPattern
2017-02-20 13:33:58 +01:00
follower
b6441b7f18
Workaround Qt5 bug that fails to remove separator at end of File/Help menus ( #3350 )
...
Prevent dangling separator at end of menus on macOS
Per https://bugreports.qt.io/browse/QTBUG-40071
2017-02-18 22:45:35 -05:00
LMMS Service Account
80e2374bcb
Updating translations for data/locale/nl.ts
2017-02-17 03:05:35 -05:00
follower
b25655f9fe
Remove non-document menu icons on macOS / OS X ( #3363 )
...
Remove icons from non-document menus on macOS
Matches Apple user interface guidelines
2017-02-17 01:48:27 -05:00
liushuyu
1ff9638968
i18n: reset source strings due to Transifex malfunction
2017-02-16 23:01:13 -07:00
liushuyu
05e3c70f16
i18n: Progressive merge back
2017-02-16 22:44:36 -07:00
liushuyu
0a4009eb4a
i18n: Update source strings
2017-02-16 22:25:31 -07:00
Steffen Baranowsky
558962d231
Redesign of EQ plugin ( #3030 )
...
* redesign of EQ plugin
* correct some symbols
* set pixelPerUnitHeight to float
* change textcolor of inactive handles to white
* revert changes in styles.css
* change grid color/adjust Fontsize of info box / change analizing color
* range changed (20 - 20000 Hz) / display width increased
* Update the EQ faders and remove unused files
* Increase transparency of the graph
* corrects the filter fader peak
* makes fader peak display more useful
* Implement @zapashcanon's suggestions
2017-02-14 18:25:32 +01:00
Oskar Wallgren
c1321ba80f
Fix saving of multiple TempoSyncKnobModels ( #3281 )
...
* Save multiple TempSyncKnobModel syncmodes
* Add upgrade path for approximate version 1.2.0-rc2.42
2017-02-14 17:24:03 +00:00
Oskar Wallgren
284c40c80b
Fix bad upgrade for bbtrack
2017-02-14 13:16:07 +01:00
Steffen Baranowsky
831a0655d5
add some minimum sizies for some windows ( #3333 )
2017-02-13 23:32:09 +01:00
Oskar Wallgren
901fea51d0
Auto-save - Fix double negations and some cleanup
2017-02-13 22:19:01 +01:00
Steffen Baranowsky
f244d9a966
adds clear button to line edits on 'add FX' and 'side bar browser' ( #3329 )
2017-02-13 19:05:05 +01:00
Lukas W
e6b571270a
Check for nullptr in BufferManager::release
2017-02-12 10:50:00 +01:00
Lukas W
4254597fae
Fix PlayHandle buffer leak
...
Fixes #3169
2017-02-11 22:07:45 +01:00
Steffen Baranowsky
f93735755b
fix crash on export per command line with sample track ( #3341 )
2017-02-11 18:58:06 +01:00
Rebecca DeField
4413b6f75b
Dynamics Processor Plugin Redesign ( #3327 )
...
* Dynamics Processor Redesign
* Spacing tweak
2017-02-10 14:35:19 +01:00
Oskar Wallgren
a0caecc060
Some issues with large files ( #3293 )
...
* Prevent crash on loading too large or long sample
* Move message box to the end
* Fix export from command line with large files
2017-02-09 09:03:06 -05:00
Oskar Wallgren
f367604af7
No extra bar with beat note near end
2017-02-09 02:46:47 +01:00
Steffen Baranowsky
ea88c906eb
set new initial width of piano roll editor ( #3334 )
2017-02-08 16:42:38 -05:00
Steffen Baranowsky
3070cec1ba
SideBarButton set text below the icon ( #3256 )
...
* SideBarButton set text below the icon
* change color of checked sidebarbutton
* adds a space to the sideBarButton title
* add gradient to checked side bar button
* whitespaces
2017-02-06 08:38:28 -05:00
grejppi
9e85d7c66e
update all copyright headers to the proper url ( #3326 )
2017-02-06 02:41:15 +02:00
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