Tobias Doerffel
166701f9f3
sed: s/( void )/(), s/FALSE/false/, s/TRUE/true
...
Replaced remaining occurences of old constants and superfluous "void"
on empty argument list of functions.
2009-08-24 23:25:26 +02:00
Tobias Doerffel
7bea6d0e07
MainWindow: renamed class to match new style
...
Renamed mainWindow to MainWindow and engine::getMainWindow() to
engine::mainWindow(). Additionally reduced some header dependencies.
2009-08-21 12:09:39 +02:00
Andrew Kelley
d85d8b73d0
ConfigManager - add #ifdef LMMS_HAVE_FLUIDSYNTH
...
Fixed compliation bug for those who don't have
fluidsynth installed
2009-07-16 11:21:00 -07:00
Andrew Kelley
60a0bf9346
AudioFileMp3 - Use a configurable setting for lame
...
There is a new folder setting called Lame Library. AudioFileMp3
will look here for libmp3lame.so.0. If it can't find it it will
notify the user how to make it work and abort rendering gracefully.
2009-07-15 07:00:52 -07:00
Tobias Doerffel
ac4ef21ab7
ConfigManager/SetupDialog: preparations for resource framework migration
...
Some initial work on saving hash of default soundfont rather than a
filename. Doesn't work yet but will be improved with rewritten setup
dialog.
Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com >
2009-06-29 23:24:10 +02:00
Tobias Doerffel
7873afcf54
ConfigManager: do not save configuration upon destruction
...
Do not save configuration file in destructor of ConfigManager as
at this place the whole LMMS engine already has been shutdown and
thus saving e.g. configuration of MidiControlListener causes a
segfault. Instead explicitely save configuration file at the
beginning of Engine::destroy().
Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com >
2009-05-31 12:31:01 +02:00
Achim Settelmeier
57d4024c2a
Save and load MIDI control listener settings
...
Signed-off-by: Tobias Doerffel <tobias.doerffel@gmail.com >
2009-05-29 01:52:27 +02:00
Tobias Doerffel
8b40de7137
added STK support to win32 version of LMMS
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1953 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-12-17 23:25:54 +00:00
Tobias Doerffel
b25f6f3911
moved version information into separate header file to avoid the necessity of a complete recompile each time SVN revision changes
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1913 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-12-14 00:54:50 +00:00
Paul Giblock
ae03f9f3b1
Add user-configurable background artwork
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1655 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-09-21 04:32:24 +00:00
Tobias Doerffel
b5fd1c5b88
set default path if a path only contains of a dir-separator
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1652 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-09-20 22:23:19 +00:00
Tobias Doerffel
a170f7209a
fixed paths when starting with no configuration file
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1636 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-09-19 15:42:32 +00:00
Paul Giblock
18873f7305
Add Portsmf MIDI importing to trunk
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1622 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-09-17 08:11:38 +00:00
Tobias Doerffel
299dd9197d
made default VST path to be inside LMMS working directory
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1577 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-09-07 14:34:25 +00:00
Tobias Doerffel
9945e19e1c
add trailing slashes to paths where neccessary ( closes #2056353 )
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1456 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-08-20 21:01:10 +00:00
Tobias Doerffel
257e60ab37
reduced header-dependencies
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1406 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-28 21:39:08 +00:00
Tobias Doerffel
e637495489
migrated build-system to CMAKE
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1352 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-22 11:36:50 +00:00
Tobias Doerffel
9ba34c1ede
separate LADSPA-paths with ',' instead of ':' as win32-paths usually contain ':'-characters...
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1351 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-18 23:49:24 +00:00
Tobias Doerffel
0f89d164dc
do not terminate silently if parsing of configuration file failed
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1308 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-12 16:37:41 +00:00
Tobias Doerffel
bc34c0083f
fixed wrong macro-name - fixes unusable Mallets-plugin
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1263 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-02 21:43:14 +00:00
Tobias Doerffel
9c3fa640ae
ask whether to create working-directory if it does not exist
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1241 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-06-30 19:57:42 +00:00
Paul Giblock
22adcdf61e
Apply libdir patch (requires reconfiguring)
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1188 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-06-28 15:12:21 +00:00
Tobias Doerffel
d6262bb556
use lmmsconfig.h rather than config.h and use prefixed macro-names
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1097 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-06-08 11:30:47 +00:00
Tobias Doerffel
e396932e70
improved win32-compat
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1063 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-06-03 11:04:47 +00:00
Tobias Doerffel
25b095e627
customized path to LADSPA-plugins under win32
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1049 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-06-02 15:57:42 +00:00
Paul Giblock
1f42dadbd1
fix default config loading
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1039 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-06-01 23:07:22 +00:00
Tobias Doerffel
d3516cd5c5
made LMMS build for win32, coding-style fixes
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1038 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-06-01 22:35:02 +00:00
Tobias Doerffel
aa08d06068
* plugins and core: use new pluginPixmapLoader
...
* lmmsStyle-class: load stylesheet here
* comboBox/comboBoxModel: use pixmapLoader-pointers rather than QPixmap-pointers
* in plugin-descriptor, hold a pointer to pixmapLoader instead of QPixmap itself
* embed-framework: introduced pixmapLoader and pluginPixmapLoader-classes for abstracting QPixmap-instantiation - models can hold pixmapLoaders without actually instantiating a QPixmap-object and views can access the pixmap
* main-window: removed settings-menu and moved setup-dialog to edit-menu
* config-manager: removed all the obsolete first-startup-wizard-code
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@999 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-05-20 23:41:45 +00:00
Javier Serrano Polo
14253bc705
added modified project indicator, fixed some segfaults
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@615 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-11-27 05:02:50 +00:00
Javier Serrano Polo
c13853a9b3
added LADSPA browser, fixed automatable sliders, workspace improvements
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@608 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-11-23 00:05:25 +00:00
Javier Serrano Polo
f01af6740e
singerbot proxy, fixed recently opened files, style sheet support
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@574 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-11-03 14:41:58 +00:00
Tobias Doerffel
e24f094c62
dropped Qt3-support and improved Qt4-support
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@547 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-08-26 19:02:51 +00:00
Tobias Doerffel
4648b0e21f
added "Recently opened files"-menu, fixed several bugs & crashes, removed obsolete plugins from build
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@529 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-08-19 23:31:01 +00:00
Javier Serrano Polo
793c5ab7ff
mutex, detuning helpers, GUI updates, play handles, many many changes... (4)
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@482 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-05-07 19:51:55 +00:00
Javier Serrano Polo
ebf8d3e6ec
simplified fade button timer usage
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@463 0778d3d1-df1d-0410-868b-ea421aaaa00d
2007-02-26 23:39:38 +00:00
Danny McRae
f4154da68f
initial support for STK
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@392 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-09-08 14:25:04 +00:00
Javier Serrano Polo
474cb5f6cc
updated FSF address
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@380 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-08-27 23:24:31 +00:00
Danny McRae
f006481333
configurable ladspa path
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@300 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-08-10 18:29:30 +00:00
Danny McRae
260e8cf59f
fixed miscalculation in sampleBuffer::play
...
change xml save to utf8 encoding
Modified Files:
src/core/config_mgr.cpp
src/lib/mmp.cpp
src/lib/sample_buffer.cpp
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@138 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-05-26 12:38:11 +00:00
Danny McRae
703adaf6a3
Merged my own and Toby's changes from last week.
...
Modified Files:
ChangeLog Makefile.am TODO
data/presets/TripleOscillator/Makefile include/base64.h
include/config_mgr.h include/file_browser.h
include/instrument_track.h include/knob.h include/mixer.h
include/mmp.h include/sample_buffer.h include/sample_track.h
include/setup_dialog.h include/spc_bg_hndl_widget.h
plugins/audio_file_processor/audio_file_processor.cpp
plugins/audio_file_processor/audio_file_processor.h
plugins/bit_invader/bit_invader.cpp
plugins/organic/organic.cpp plugins/organic/organic.h
plugins/plucked_string_synth/plucked_string_synth.cpp
plugins/triple_oscillator/triple_oscillator.cpp
plugins/triple_oscillator/triple_oscillator.h
plugins/vestige/lvsl_client.cpp plugins/vestige/vestige.cpp
plugins/vibed/impulse_editor.cpp
plugins/vibed/nine_button_selector.cpp
plugins/vibed/nine_button_selector.h plugins/vibed/vibed.cpp
plugins/vibed/vibed.h src/lmms_single_source.cpp
src/core/bb_editor.cpp src/core/config_mgr.cpp
src/core/file_browser.cpp src/core/main_window.cpp
src/core/midi_tab_widget.cpp src/core/mixer.cpp
src/core/piano_roll.cpp src/core/setup_dialog.cpp
src/core/song_editor.cpp src/core/track.cpp src/lib/mmp.cpp
src/lib/sample_buffer.cpp src/tracks/instrument_track.cpp
src/tracks/sample_track.cpp src/widgets/fade_button.cpp
src/widgets/group_box.cpp src/widgets/lcd_spinbox.cpp
src/widgets/project_notes.cpp src/widgets/tab_widget.cpp
src/widgets/text_float.cpp src/widgets/tool_button.cpp
Added Files:
data/themes/blue_scene/auto_limit.png
data/themes/default/auto_limit.png include/volume_knob.h
src/widgets/volume_knob.cpp
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@131 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-04-17 14:09:06 +00:00
Tobias Doerffel
8310422d75
qt4- and other fixes
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@128 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-04-11 08:41:16 +00:00
Tobias Doerffel
8a5150677c
improved file-browser
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@122 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-04-07 06:27:50 +00:00
Tobias Doerffel
3992e5c954
improved FLP-filter a lot
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@118 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-04-05 13:24:13 +00:00
Tobias Doerffel
fe9d017e02
added undo/redo-system and other features
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@104 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-03-14 13:30:28 +00:00
Tobias Doerffel
a6d0f95bb4
lot of changes in artwork-/theming-handling
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@103 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-03-09 13:35:05 +00:00
Tobias Doerffel
6fedb4b461
fixed stuff concerning artwork-path
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@102 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-03-08 16:20:38 +00:00
Tobias Doerffel
a7b37f44a3
bugfixes and small improvements
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@99 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-03-07 15:34:27 +00:00
Tobias Doerffel
a63c20f8e5
re-organized directory-structure of source-tree
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@93 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-02-28 13:42:21 +00:00
Tobias Doerffel
1ef530bde2
bugfixes and some small new features
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@89 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-02-23 11:14:15 +00:00
Tobias Doerffel
8a1d9788a9
many bugfixes and updated projects
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@49 0778d3d1-df1d-0410-868b-ea421aaaa00d
2006-01-17 13:24:41 +00:00