Vesa
7410174c8b
Multitap
2014-11-28 03:19:21 +02:00
Vesa
13393900d2
Multitap initial
2014-11-28 00:35:14 +02:00
Vesa
06e5250628
Merge branch 'master' of github.com:LMMS/lmms
2014-11-27 21:16:04 +02:00
Vesa
cc4cf1c233
Pick ringbuffer updates from 2.0
2014-11-27 21:15:26 +02:00
Lukas W
90b7afc136
Remove unused class TransformableAutoModel
...
Also remove .svnignore (I've always wanted to do this!)
And a file I accidentally committed
2014-11-26 13:37:52 +01:00
Lukas W
5f4cdac802
Merge branch 'master' into rename
...
Conflicts:
src/core/Song.cpp
src/gui/LfoControllerDialog.cpp
src/tracks/InstrumentTrack.cpp
2014-11-26 11:45:55 +01:00
Lukas W
3f172c5a4c
Rename tranformable_auto_model to TransformableAutoModel
...
I think this class isn't even used, probably safe to remove?
2014-11-26 11:33:01 +01:00
Lukas W
497c792871
Rename tabButton/tab_button
2014-11-26 11:03:35 +01:00
Lukas W
d57b51142d
Rename basicFilters/basic_filters.h
2014-11-26 10:59:35 +01:00
Lukas W
6d4a6ed9cd
Rename bbTrack, trackContentObject and friends
2014-11-26 10:53:47 +01:00
Lukas W
95798da9d0
Rename a lot of classes
...
* aboutDialog -> AboutDialog
* bbEditor -> BBEditor
* exportProjectDialog -> ExportProjectDialog
* setupDialog -> SetupDialog
* stringPairDrag -> StringPairDrag
2014-11-26 10:39:02 +01:00
Lukas W
7d4f179b4b
Rename a lot of files
...
* about_dialog -> AboutDialog
* bb_editor -> BBEditor
* export_project_dialog -> ExportProjectDialog
* setup_dialog -> SetupDialog
* string_pair_drag -> StringPairDrag
2014-11-26 10:27:25 +01:00
Lukas W
1bbf7455a4
Rename a lot…
2014-11-26 10:09:49 +01:00
Lukas W
35d880a4ce
Rename caption_menu to CaptionMenu
2014-11-26 01:26:38 +01:00
Lukas W
58ec27ef75
Rename automatable_slider to AutomatableSlider
2014-11-26 01:23:04 +01:00
Lukas W
c33bef346a
Rename automatable_button to AutomatableButton
2014-11-26 01:21:42 +01:00
Lukas W
ac95123d41
Rename timeLine to Timeline
2014-11-26 01:18:07 +01:00
Lukas W
fec779ff70
Rename project_version to ProjectVersion
2014-11-26 01:16:26 +01:00
Lukas W
aaeb5216ad
Rename note to Note
2014-11-26 01:14:52 +01:00
Lukas W
e045f1dd19
Rename fixes
2014-11-26 01:12:57 +01:00
Lukas W
178eadeb35
Rename ladspa_manager to LadspaManager
2014-11-26 01:12:22 +01:00
Lukas W
5b306ea845
Rename ladspa_2_lmms to Ladspa2LMMS
2014-11-26 00:52:25 +01:00
Lukas W
968909c07c
Rename engine to Engine
2014-11-26 00:49:55 +01:00
Lukas W
84d9215880
Rename drumsynth to DrumSynth
2014-11-26 00:47:55 +01:00
Lukas W
c2360f593c
Rename bb_track_container to BBTrackContainer
2014-11-26 00:46:49 +01:00
Lukas W
7d0e3945e5
Rename song to Song
2014-11-26 00:44:41 +01:00
Vesa
eea784ce71
Merge branch 'master' of github.com:LMMS/lmms
2014-11-25 21:24:21 +02:00
Vesa
33665a2848
Merge branch 'stable-1.1'
...
Conflicts:
include/Effect.h
include/Plugin.h
2014-11-25 21:23:57 +02:00
Vesa V
435c64cc70
Merge pull request #1285 from grindhold/issue_55
...
Issue 55
2014-11-25 21:20:21 +02:00
Vesa V
55c59a77bd
Merge pull request #1327 from DanWin/stable-1.1
...
Fix most warnings and errors when generating translation files
2014-11-25 21:04:04 +02:00
Lukas W
ed2cd2dda5
Instrument view: Restrict mouse wheel tab switching
...
Only switch the view's tab when the mouse pointer is hovering over the tabs. Closes #712 .
2014-11-25 18:42:41 +01:00
Lukas W
d318cbb1e7
Move track.h -> Track.h, track.cpp -> Track.cpp
2014-11-25 17:10:49 +01:00
Lukas W
9dfb1385cd
Rename track class to Track
2014-11-25 17:03:39 +01:00
Lukas W
e935cb046e
Fix header guards
...
Closes #177
2014-11-25 11:25:30 +01:00
Lukas W
f231465e05
Rename plugin_browser to PluginBrowser
2014-11-25 01:10:59 +01:00
Lukas W
02cbc89f0f
Merge branch 'stable-1.1' of git@github.com:LMMS/lmms.git
...
Conflicts:
src/gui/MainWindow.cpp
src/gui/plugin_browser.cpp
2014-11-25 01:01:47 +01:00
Lukas W
e47c1242b8
Add scrollbar to instrument plugin browser
...
Fixes #959
2014-11-25 00:36:23 +01:00
Daniel Winzen
df3a03f64c
Add more missing Q_OBJECT macros
2014-11-21 21:08:48 +01:00
grindhold
61a380a2d4
renamed method logError to collectErrorForUI
2014-11-21 19:02:27 +01:00
Lukas W
1b2966dc37
CMakeLists.txt indentation
2014-11-21 11:48:40 +01:00
Lukas W
b3e30392f7
Remove some legacy code for Qt<4.4
2014-11-21 11:48:40 +01:00
Daniel Winzen
3ca76d40ed
Add missing Q_OBJECT macros in header files
...
Fixes 20 warnings similar to the following ones when generating a translation file with e.g. "make de.ts":
/home/daniel/Lmms/src/tracks/AutomationTrack.cpp:40: Class 'AutomationTrack' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:41: Class 'FxRoute' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:554: Class 'FxMixer' lacks Q_OBJECT macro
/home/daniel/Lmms/src/gui/widgets/MeterDialog.cpp:52: Class 'MeterDialog' lacks Q_OBJECT macro
...
2014-11-21 06:46:47 +01:00
grindhold
69bf4b4a24
implemented proper behaviour for VST plugins
2014-11-20 01:47:13 +01:00
Daniel Winzen
1a1e012632
Revert "Add missing Q_OBJECT macros in header files"
...
This reverts commit 337003a3b0 .
Seams to break Windows builds.
2014-11-18 20:20:10 +01:00
Daniel Winzen
337003a3b0
Add missing Q_OBJECT macros in header files
...
Fixes 20 warnings similar to the following ones when generating a translation file with e.g. "make de.ts":
/home/daniel/Lmms/src/tracks/AutomationTrack.cpp:40: Class 'AutomationTrack' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:41: Class 'FxRoute' lacks Q_OBJECT macro
/home/daniel/Lmms/src/core/FxMixer.cpp:554: Class 'FxMixer' lacks Q_OBJECT macro
/home/daniel/Lmms/src/gui/widgets/MeterDialog.cpp:52: Class 'MeterDialog' lacks Q_OBJECT macro
...
2014-11-18 19:38:26 +01:00
Vesa
f207613d5f
Some attention on peak controller
2014-11-18 13:58:40 +02:00
Vesa
8a596b0898
Sanitize output of all effects when exporting
2014-11-18 13:58:40 +02:00
Vesa
f25da35c24
Sanitize all channel outputs when exporting
2014-11-18 13:58:40 +02:00
Vesa
dc4bfdc60d
Various fixes and precautions
...
Samplebuffer: reload all samples when samplerate changes. This is because of the way LMMS uses samples: we always resample all samples t$
LadspaEffect: some safeguards for the non-inplacebroken plugins which use the same buffer for input and output. Theoretically, if some p$
FxMixer: fix effect processing in multichannel-chains
2014-11-18 13:58:40 +02:00
Vesa
9fe55161a8
Remove base64.h again (was re-added accidentally at merge resolution)
2014-11-18 13:58:40 +02:00