Vesa
066a9c9f92
LB302: Remove the non-functional Accent button from the UI, pending real implementation
2014-07-05 11:46:53 +03:00
Vesa
c93f6587e6
LB302: Correct slide for samplerate
2014-06-17 14:35:53 +03:00
Vesa
c45163f936
LB302: one last fix...
2014-06-14 14:32:15 +03:00
Vesa
11209593e0
Last LB302 fixes for now (I hope!)
2014-06-11 15:05:07 +03:00
Vesa
9af0d7af93
LB302: further fixes
...
- My earlier fixes caused some new issues, now I'm fixing them, this time I'm pretty sure there won't be anything I missed
2014-06-10 09:02:20 +03:00
Vesa
40407f6ce6
LB302: Fix playback bugs (sticking pitch), add bandlimited waves
2014-06-07 14:39:45 +03:00
Tobias Doerffel
6650dd356d
NotePlayHandle, InstrumentFunctions: reworked stacking and arpeggio handling
...
Instead of having various flags for realizing the arpeggion functionality
use a more generic approach here using the recently introduced "origin"
property.
2014-03-26 11:40:32 +01:00
Paul Giblock
25f2eae67f
Revert LB302 db24 switch
...
Invert it so 3-pole is used for DB24 mode again. Fixes #477
2014-03-22 01:03:28 -04:00
Tobias Doerffel
33ea001c31
LB302: fixed various CLANG compiler warnings
2014-03-21 11:12:08 +01:00
Tobias Doerffel
a1e7d9e42d
LB302: flag as single stream instrument
...
LB302 doesn't produce per-note-sound, therefore return proper flags in
the virtual flags() method.
Closes #470 .
2014-03-16 23:05:35 +01:00
Tobias Doerffel
7af2930a45
Merge pull request #436 from softrabbit/bug433
...
LB302: make filter selection sync with GUI
2014-03-12 21:58:05 +01:00
Vesa
24c5b2367e
Fixes for Triple osc, LB302 logos
2014-03-12 10:32:19 +02:00
Raine M. Ekman
ab69c2d44b
LB302: make filter selection sync with GUI on initialisation and preset load
2014-03-11 21:57:31 +02:00
Tobias Doerffel
3be2e89d37
DspEffectLibrary: renamed from effectLib
2014-02-23 14:41:23 +01:00
Paul Giblock
fc1475bf75
Fix leak in last commit
...
Sorry dudes. This one really fixes #353
2014-02-19 21:25:31 -05:00
Paul Giblock
b19522c55a
Hopefully fix race-condition in lb302 db24 switch
...
So, we were swapping out some pointer mid-process at times. Instead,
use an atomic pointer, and just have the process function grab the
current value and use it through the entire processing period.
Still has a sound glitch when switching, but this switch was never
intended to be used "live".
Closes #353
2014-02-19 21:21:17 -05: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
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
Vesa
b4f78fdcb3
Fixes: Sfxr artwork, triple osc + lb302 logos
2014-01-30 21:01:18 +02: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
Vesa
589a435b81
Fix lb302 text (Umcaruje)
2014-01-19 09:52:47 +02:00
Vesa
502e1f4bd7
LB302 artwork, tweaks to transport icons
2014-01-19 01:11:57 +02:00
Vesa
c894e0f68a
LB302 artwork, OPL2 logo
2014-01-18 16:36:27 +02:00
Tobias Doerffel
f2590c24df
Replaced [S/U]int[8/16/32] with types from stdint.h or plain integers
2014-01-18 02:56:38 +01:00
Tobias Doerffel
0ff1f91c1b
Mixer: renamed class and file name
...
The mixer class is now named "Mixer" and accessible via engine::mixer().
2014-01-08 22:35:14 +01:00
Tobias Doerffel
15fabc6a17
LB302: fixed typo
...
It has to be "imitation" instead of "immitation". Thanks to Capdan for
pointing this out.
Closes #3158102 .
2011-01-24 16:35:46 +01:00
Tobias Doerffel
7c16094811
Fixed spelling errors
...
Fixed some spelling errors found by Lintian while checking the Debian
package of LMMS. Thanks to Patrick Winnertz for pointing out this issue.
(cherry picked from commit 9fd3dacb67 )
2010-01-25 23:27:43 +01:00
Tobias Doerffel
f7da4a0f7e
InstrumentPlayHandle: do not process if InstrumentTrack is muted
...
While regular instruments were excluded from processing when muted
this did not happen for InstrumentPlayHandle-based instruments. Muting
for exampling tracks with VSTi's inside did not decrease CPU usage.
Checking whether related InstrumentTrack is muted before calling
Instrument::play() fixes this issue.
Closes #2857426 .
(cherry picked from commit 6940d19969 )
2009-09-15 23:51:00 +02:00
Tobias Doerffel
f4dbb2ff5c
sed: s/( void )/(), s/FALSE/false/, s/TRUE/true
...
Replaced remaining occurences of old constants and superfluous "void"
on empty argument list of functions.
(cherry picked from commit 166701f9f3 )
2009-08-25 01:42:20 +02:00
Tobias Doerffel
1d5cb23385
File and class renames part 1
...
Most files and most of the core classes and their methods have been
renamed to match new coding style conventions:
391 files changed, 25400 insertions(+), 25598 deletions(-)
Furthermore splitted some files where model and view classes were
declared or implemented together in the same file.
Should be tested thoroughly as I might have missed renaming some virtual
methods or SIGNAL/SLOT parameters.
(cherry picked from commit 8c9a9dd14c )
2009-08-25 01:30:41 +02:00
Tobias Doerffel
b8ebfbd06a
Renamed MIDI and audio related classes/files to match new style
...
Renamed all MIDI and audio related classes/files to match new style.
Additionally various cleanups.
2009-08-13 00:52:21 +02:00
Tobias Doerffel
edf2d4d104
Whole code base: various cleanups, removed SINGLE_SOURCE_COMPILE relicts
...
* cleaned up code and improved coding style
* removed old SINGLE_SOURCE_COMPILE macro relicts
* use QString::toUtf8() instead of QString::toAscii() wherever possible
(cherry picked from commit 0bb54199b0 )
2009-08-05 17:17:57 +02:00
Tobias Doerffel
87ee43a079
made STRINGIFY_PLUGIN_NAME from embed.h a generic macro STRINGIFY in lmms_basics.h
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1784 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-10-19 21:48:57 +00:00
Tobias Doerffel
13c00f55a1
* added missing includes to compile with GCC 4.4
...
* optimized various loops for getting tree-vectorized, especially with upcoming GCC 4.4
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1733 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-10-04 14:27:55 +00:00
Tobias Doerffel
85f92aecb5
removed obsolete supportsParallelizing() method
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1730 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-10-02 23:02:11 +00:00
Tobias Doerffel
adf8aed93c
removed obsolete instrument-parallelization support as this is handled much better by worker threads and adds unneccessary complexity
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1718 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-09-30 11:14:32 +00:00
Paul Giblock
668adaa2b2
Fix waveShape max on LB302
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1682 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-09-22 06:25:12 +00:00
Tobias Doerffel
778293b31e
fixed compiler warnings
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1680 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-09-21 23:47:02 +00:00
Paul Giblock
0b24930e20
Improve LB302 with 3 new shapes and button-selectors.
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1657 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-09-21 08:35:47 +00:00
Tobias Doerffel
da2fcf130a
UI finetuning / recompression of some PNG-files
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1589 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-09-08 12:47:11 +00:00
Tobias Doerffel
884b9ca671
* improved the way, MIDI-events are internally sent and handled
...
* fixed names of various member methods of notePlayHandle class
* full MIDI velocity when pressing key on test piano
* send volume changes of a notePlayHandle as MidiKeyPressure events
* send pitch changes of instrument track as MidiPitchBend events
* added detection for running MIDI notes
* correct calculation of MIDI key - makes remotePlugins respect base note settings
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1562 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-09-06 22:04:03 +00:00
Tobias Doerffel
9b47d27f56
* improved concept for file types supported by certain plugins
...
* various small improvements for an even better ZynAddSubFX integration
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1520 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-08-30 00:07:02 +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
be0c5b9bc4
various fixes for allowing out-of-tree builds
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1363 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-22 23:50:59 +00:00
Tobias Doerffel
42ab630582
switched back to LB302
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1354 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-22 12:01:34 +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
Paul Giblock
bbafb51627
LB302 bend-while-sliding fixed
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1297 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-08 01:38:30 +00:00
Paul Giblock
54ee9f03a9
LB302 code cleanup and fixed dropped notes
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1296 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-08 01:15:02 +00:00
Paul Giblock
01963f4dba
initial LB302 slide support
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1295 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-07 14:28:49 +00:00
Paul Giblock
f2f6b73644
Best version of lb302 yet
...
git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@1288 0778d3d1-df1d-0410-868b-ea421aaaa00d
2008-07-07 03:59:04 +00:00