Vesa
b66f83dff0
Betterified the icon in zyn artwork
2014-02-11 10:02:00 +02:00
Tobias Doerffel
0f4182e084
ZynAddSubFX: removed FLTK source code
...
As FLTK 1.3 is available in all recent Linux distributions as well as
our MinGW-X PPA there's no need to maintain a copy of the FLTK source
code inside LMMS.
2014-02-11 00:27:54 +01:00
Lukas W
c41f8e6528
Fix a CMake quote sign problem
...
Caused by 95b0a4305e
2014-02-10 15:23:54 +01:00
Tobias Doerffel
0e5f148dce
Merge pull request #231 from elfring/Complete_quoting_for_parameters_of_some_CMake_commands
...
Complete quoting for parameters of some CMake commands.
2014-02-09 18:57:51 +01:00
Vesa
d29b5fa5e8
AFP artwork, Zyn artwork update
2014-02-09 12:29:48 +02:00
Tobias Doerffel
124ce9823b
ZynAddSubFX: commented out debug messages
2014-02-07 00:34:03 +01:00
Tobias Doerffel
6c1835bdd1
FxMixer, Mixer, AudioPort: minor coding style fixes
2014-02-06 22:18:58 +01:00
Tobias Doerffel
f44843d95c
VstEffect: added NULL pointer check in closePlugin()
...
We must not call methods on m_plugin in case there's no valid instance
e.g. due to missing DLL files.
Closes #245 .
2014-02-06 20:58:30 +01:00
Tobias Doerffel
2e7733eaa1
DataFile: renamed from old multimediaProject class + coding style fixes
2014-02-03 21:21:36 +01:00
Tobias Doerffel
5a9e0bdcef
Moved VST sync functionality into new VstSyncController class
...
First attempt to clean up the mess in the Song class by moving the VST sync
functionality into its own class and just calling a few functions from it.
2014-02-03 20:04:57 +01:00
Tobias Doerffel
a14b9b46ca
Merge pull request #235 from wongcc966422/issue225
...
Fixes crash on loading instrument with peak controller
2014-02-02 02:45:00 -08:00
Wong Cho Ching
64195eb645
Fixes crash on loading instrument with peak controller
2014-02-02 10:28:24 +08:00
Markus Elfring
95b0a4305e
Bug #175 : Completed quoting for parameters of some CMake commands
...
A Wiki article pointed out that whitespace will only be preserved for parameters
in CMake commands if passed strings will be appropriately quoted or escaped.
http://cmake.org/Wiki/CMake/Language_Syntax#CMake_splits_arguments_unless_you_use_quotation_marks_or_escapes .
Quoting was added so that more places should also handle file names correctly
which contain space characters eventually.
Signed-off-by: Markus Elfring <elfring@users.sourceforge.net >
2014-02-01 15:20:27 +01:00
Wong Cho Ching
fb924166c4
Fixes sfxr labeling
2014-02-01 20:26:32 +08:00
Tobias Doerffel
518bd90fd4
Merge pull request #225 from wongcc966422/issue220
...
Fixes crash when opening file with Peak Controller
2014-02-01 03:45:11 -08:00
Wong Cho Ching
7d96a2d533
Fixes crash when opening file with Peak Controller
2014-02-01 14:46:15 +08:00
Vesa
37ad60a704
Set default directory to the waveform directory when opening an audio file for a user-defined waveform
2014-02-01 00:01:42 +02:00
Vesa
a7f41d7487
Updated sfxr logo
2014-02-01 00:01:42 +02:00
Wong Cho Ching
3985dffb21
Fixed wave view rendering; added validation
2014-01-31 21:08:49 +08:00
Wong Cho Ching
0ecb1e05df
temporary fix for audio file processor knobs
2014-01-31 19:15:30 +08:00
Tobias Doerffel
4ecc6cb6db
Merge pull request #211 from wongcc966422/issue208
...
Fixes #208
2014-01-31 01:52:00 -08:00
Wong Cho Ching
d4a2a48a1e
Stutter playback mode now save state
2014-01-31 12:52:25 +08:00
Wong Cho Ching
df69bffdb3
Fixes #208
2014-01-31 12:41:47 +08:00
Tobias Doerffel
9266bc328d
Merge pull request #206 from diizy/stable-0.4
...
Artwork
2014-01-30 11:28:24 -08:00
Tobias Doerffel
abc05d209e
Merge pull request #203 from wongcc966422/issue1
...
Automation points are now draggable
2014-01-30 11:27:38 -08:00
Tobias Doerffel
9f6b894351
Merge pull request #200 from wongcc966422/issue28
...
Fixes removing controller in controller rack bug
2014-01-30 11:26:38 -08:00
Vesa
b4f78fdcb3
Fixes: Sfxr artwork, triple osc + lb302 logos
2014-01-30 21:01:18 +02:00
Wong Cho Ching
f1c46e3bea
Automation points are now draggable
2014-01-31 02:29:03 +08:00
Vesa
9e1a3af55e
Sfxr artwork updates
2014-01-30 13:14:30 +02:00
Wong Cho Ching
600232967a
Fixes removing controller in controller rack bug
2014-01-30 16:32:25 +08:00
Wong Cho Ching
e7df29d2e6
Bit Invader smooth button active and inactive graphic
2014-01-30 13:54:56 +08:00
Tobias Doerffel
0ff636b363
RemoteVstPlugin: fixed handling of MIDI pitch bend events
...
Fix a regression introduced with commit 94f991848e .
Closes #172 .
2014-01-30 00:00:44 +01:00
Tobias Doerffel
ca0e413fd3
Renamed PlayHandle classes and some functions with bool return values
...
Next big coding style update - this time all PlayHandle classes are
affected. Functions like done() and released() were renamed to
isFinished() and isReleased().
2014-01-29 23:54:47 +01:00
Tobias Doerffel
b4c4b293a0
sfxr: use instrumentTrack() instead of maintaining own variable
...
No need to maintain instrument track on our own here. Furthermore minor
coding style improvements.
2014-01-29 22:49:45 +01:00
Tobias Doerffel
f872bb2fab
Merge pull request #195 from wongcc966422/sfxr
...
Added sound preview when button is clicked
2014-01-29 13:47:43 -08:00
Wong Cho Ching
e81423949a
updated include file
2014-01-30 00:16:08 +08:00
Wong Cho Ching
cdedd34474
remove stdio.h
2014-01-30 00:05:42 +08:00
Wong Cho Ching
3500cde6a4
fixes compiler error, 2nd attempt
2014-01-30 00:04:45 +08:00
Wong Cho Ching
fa1b337517
Merge remote-tracking branch 'origin/stable-0.4' into sfxr
2014-01-30 00:02:54 +08:00
Wong Cho Ching
277ff5b99e
fix strict compiler error
2014-01-29 23:51:35 +08:00
Wong Cho Ching
20eb81c955
bug fix
2014-01-29 23:48:34 +08:00
Wong Cho Ching
575494361b
Added sound preview when button is click
2014-01-29 22:21:49 +08:00
Wong Cho Ching
207bd9974f
checkout fltk-config
2014-01-29 19:58:36 +08:00
Wong Cho Ching
39a3b4c6cb
set m_effectId to random value when it is not loaded from project.
2014-01-29 19:57:13 +08:00
Wong Cho Ching
6cf825ca99
randomize PeakControllerEffect::m_effectId
2014-01-29 19:31:10 +08:00
Wong Cho Ching
997c2114f4
Merge remote-tracking branch 'origin/stable-0.4' into ghostPeakController
2014-01-29 19:02:49 +08:00
Wong Cho Ching
8d4b467ddc
Fixed duplicate controllers issue
2014-01-29 18:44:52 +08:00
Tobias Doerffel
daad00e822
Merge pull request #186 from softrabbit/stable-0.4
...
OpulenZ: LGPL added in sources, a handful of presets added
2014-01-28 15:39:46 -08:00
Raine M. Ekman
a36f59ab35
Moved LGPL to OpulenZ source dir, added presets.
2014-01-28 20:39:03 +02:00
Tobias Doerffel
65252d3f40
Merge pull request #182 from wongcc966422/sfxr
...
sfxr: reduced CPU usage
2014-01-28 00:55:47 -08:00