Vesa
44993319eb
Fix channel send connections
...
Fix #1147
Backwards compat should be maintained.
2014-09-10 00:40:29 +03:00
Tres Finocchiaro
e17e84266d
Fix bad #ifdef, make ANSI compliant
...
`#elif LMMS_BUILD_APPLE` is not correct, it should be `#elif defined(LMMS_BUILD_APPLE)`
2014-09-08 11:24:39 -04:00
tresf
a278505cda
Fix win32 compilation
2014-09-07 17:41:53 -04:00
Tobias Doerffel
84f711fb2c
Merge pull request #1131 from Lukas-W/stable-1.1-iss1058
...
Change Sidebar file browser root to `/Volumes` on OS X
2014-09-03 16:37:10 +02:00
Lukas W
876642c342
FileBrowser rename fixes
2014-09-03 11:43:40 +02:00
Lukas W
efacfdfae9
Rename file_browser.* to FileBrowser.*
2014-09-03 11:29:25 +02:00
Lukas W
5245f6181c
Apply new coding conventions to file_browser.h
2014-09-03 11:19:45 +02:00
Lukas W
42cd21a943
Change sidebar root to /Volumes on OS X
2014-09-03 11:06:56 +02:00
Tobias Doerffel
f07287c771
Added support for profile command line option
2014-09-02 11:21:11 +02:00
Tobias Doerffel
8628bcc77b
Mixer: integrated MixerProfiler
2014-09-02 11:20:52 +02:00
Tobias Doerffel
e1664b106c
MixerProfiler: initial simple implementation
2014-09-02 11:19:57 +02:00
Tobias Doerffel
70ef29981f
Plugin: remove unused base64.h header
2014-09-01 14:23:31 +02:00
Tobias Doerffel
feba89354b
Plugin: cleanup & coding style fixes
2014-09-01 14:18:45 +02:00
Tobias Doerffel
89a363741a
Plugin: use qWarning() instead of printf()
2014-09-01 14:03:51 +02:00
Tobias Doerffel
1c289b0726
Plugin: use QFileInfo::baseName()
2014-09-01 14:00:32 +02:00
Stian Jørgensrud
83ed94f509
LAST
2014-08-30 02:02:09 +02:00
Stian Jørgensrud
b526e5676a
Trying again, and again
...
Latest revision.
2014-08-30 01:39:36 +02:00
Stian Jørgensrud
3c809c8d64
Revert "Revert ""What is this" additions by @musikBear #896 ""
2014-08-30 01:36:47 +02:00
Stian Jørgensrud
d28195f9bc
Just updated based on mrBears wonderful work
2014-08-30 01:11:15 +02:00
Stian Jørgensrud
b1e556f263
Revert ""What is this" additions by @musikBear #896 "
2014-08-30 00:52:13 +02:00
Tobias Doerffel
2f42462ee3
ConfigMgr: skip message boxes when in non-GUI mode
...
When rendering on command line do not display message boxes as LMMS
crashes otherwise.
Closes #1059 .
2014-08-30 00:06:24 +02:00
Tobias Doerffel
1d3fb115bb
Merge pull request #1015 from tresf/stable-1.1
...
"What is this" additions by @musikBear #896
2014-08-29 23:54:30 +02:00
Lukas W
fad89f68ce
FileDialog: Add OS X Volume directory fix
2014-08-29 23:03:18 +02:00
Lukas W
c002af57ec
FileDialog: Add /Volume directory on OS X
...
See issue #1058
2014-08-29 18:22:09 +02:00
Tobias Doerffel
b5db8e7bad
Pattern: disconnect PianoRoll before clearing current pattern
...
Closes #1083 .
2014-08-20 20:29:04 +02:00
Tobias Doerffel
ff3c4da802
InstrumentTrack: fixed whats-this text
2014-08-18 23:22:01 +02:00
Tobias Doerffel
327aaee695
Song, InstrumentTrack: use DataFile::LocaleHelper
...
Always save projects and presets with default C locale in order to avoid
problems in the future. At the same time properly load floating point
strings which have been saved with different locale settings.
Closes #1051 .
2014-08-18 23:21:50 +02:00
Tobias Doerffel
a09fd51060
DataFile: added nested LocaleHelper class
...
In order to address issues with differently coded floating points in
strings provide a helper class which can be instantiated when loading
or saving data.
2014-08-18 23:17:47 +02:00
Tobias Doerffel
86f3854782
DataFile: write new header information only for song projects
...
No need to write these for presets etc.
2014-08-18 22:02:16 +02:00
Tobias Doerffel
d037b9d2ed
DataFile: also update meta data when upgrading XML document
2014-08-18 22:01:41 +02:00
Vesa V
4a0c78387e
Merge pull request #1060 from diizy/midifix
...
Fix autodetect of midicontroller
2014-08-07 11:38:10 +03:00
Vesa
a138b71ab5
Fix autodetect of midicontroller
...
Fix #999
2014-08-07 11:36:28 +03:00
Vesa V
04a3806e23
Merge pull request #1029 from diizy/stable-1.1
...
AFP improvements
2014-07-26 16:27:15 +03:00
Vesa
9562f68277
AFP improvements
...
- Stop pointlessly reloading the sample everytime the amp knob is changed
- Also draw the amplitude of the waveform correctly (used to be it was drawn as 2x too "quiet")
2014-07-26 16:25:01 +03:00
Vesa V
ea50d7c011
Merge pull request #1028 from diizy/stable-1.1
...
Change redo shortcut from ctrl-r to ctrl-y
2014-07-26 14:47:57 +03:00
Vesa
37fa46792a
Change redo shortcut from ctrl-r to ctrl-y
...
Ctrl-y is more standard and used in many applications, ctrl-r is used pretty much nowhere.
2014-07-26 14:46:30 +03:00
Hannu Haahti
be2e235c7a
configManager: save config every time recent project list is updated
...
fixes #1014
2014-07-25 10:42:50 +03:00
Vesa
cf3862ec5c
Fix bbtrack undo/redo bug
...
Fix #790
2014-07-23 12:29:45 +03:00
Tres Finocchiaro
46c92ef27f
Update PianoRoll.cpp
2014-07-22 12:37:26 -04:00
Tres Finocchiaro
1faaa932cc
Formatting fixes
2014-07-22 12:30:38 -04:00
Ubuntu
bca5ce8d7f
"What is this" additions by @musikBear #896
2014-07-22 12:18:31 -04:00
Vesa
dacb8adc4c
Add "clear track" option, fix copying of tracks from song ed -> bb ed
...
- Tracks copied from song->bb will no longer be unusable
- Since doing this required creating a "delete TCOs from track" function, I also added the option to trackops menu to clear a track
Fix #757
2014-07-18 11:18:10 +03:00
Vesa V
d014c2bb2e
Merge pull request #997 from diizy/mixer-opt2
...
Improve performance of effect processing, fix autoquit bugs
2014-07-17 02:01:53 +03:00
Vesa
1a2351bbd0
Improve performance of effect processing, fix autoquit bugs
...
Also a slight NPH tweak
2014-07-17 01:48:24 +03:00
Tobias Doerffel
7b279d3f85
Pattern: add undo/redo support for "Clear all notes" operation in context menu
...
Simply add a journal checkpoint before clearing pattern.
2014-07-16 23:46:47 +02:00
Vesa
5ed8f70633
Mixer: optimize peak value measuring functions
2014-07-14 21:49:34 +03:00
Vesa
8a35a57efa
InstrumentSoundShaping: ensure that release time is never longer than the volume envelope, if volume envelope is active
...
This saves CPU on certain instruments, like Monstro.
There's no point in running the note beyond the end of the volume envelope, ever, so let's not do that.
2014-07-14 18:17:02 +03:00
Vesa
d4e30d5ff8
Add safeguard for beat pattern wheelevent
...
Fix #963
2014-07-14 00:37:43 +03:00
Vesa
e06c281132
Sanitize master output
...
Replace any inf/nan in master output with zero, to prevent corrupted files/audio.
2014-07-13 22:11:17 +03:00
Vesa
4855634bf4
ProjectJournal: cap the number of undo states to prevent infinite memory buildup
...
The cap is hardcoded to 100 for now, TODO: make this number configurable (or even better: use a max. memory amount instead of max number of states)
2014-07-10 14:22:40 +03:00