Umcaruje
05517aefc4
Tweaked the color of the organic logo
2014-05-13 22:02:43 +02:00
Tobias Doerffel
28cf4a5f8d
Merge remote-tracking branch 'origin/stable-1.0'
...
Conflicts:
CMakeLists.txt
data/CMakeLists.txt
include/SampleBuffer.h
plugins/CMakeLists.txt
plugins/zynaddsubfx/zynaddsubfx/src/Params/PADnoteParameters.cpp
src/core/SampleBuffer.cpp
2014-05-12 21:57:10 +02:00
Tobias Doerffel
0e2451bd6e
Watsyn: link against libsamplerate
...
Fixes Win32/Win64 build.
2014-05-12 21:44:26 +02:00
Tobias Doerffel
2edb5ed2c6
ZynAddSubFX: added update script
...
Added script to pull in latest ZynAddSubFX sources from LMMS-ZynAddSubFX
repository.
2014-05-12 19:58:25 +02:00
Tobias Doerffel
e4beaf0074
ZynAddSubFX: imported current head
...
Imported current head of LMMS-specific ZynAddSubFX source code.
HEAD: c920930cce09b4f691f585d93a19eac85672e50e
2014-05-12 19:17:51 +02:00
Tobias Doerffel
66c2d620ef
ZynAddSubFX: removed submodule
2014-05-12 19:15:30 +02:00
Tobias Doerffel
90496600f2
SWH: fixed Win32 compilation
...
The recent adaptions for OS X broke build for Win32.
2014-05-08 21:59:30 +02:00
Tobias Doerffel
25204abdab
Merge remote-tracking branch 'tresf/stable-1.0' into stable-1.0
...
Conflicts:
plugins/opl2/fmopl.c
2014-05-08 21:53:03 +02:00
Tres Finocchiaro
049a88fe8e
Fix SWH contructors (Apple)
...
@tobydox, please advise as I cannot easily test the win32 impact of this
change.
2014-05-08 15:36:51 -04:00
Tres Finocchiaro
7fb434c26d
#ifdef indent corrections
2014-05-08 11:05:54 -07:00
Tres Finocchiaro
72620542c0
OpulenZ/opl2 build fixes (Apple)
...
- Cleaned up many non-bracketed sections for stricter compilers.
- Remove custom `INLINE` keyword when building on clang.
- Renable opl2 via plugins\CMakeLists.txts
https://cloud.githubusercontent.com/assets/6345473/2919394/c474d668-d6da-11e3-82db-778a7ce6014d.png
2014-05-08 14:01:27 -04:00
Tobias Doerffel
b9d51f0a40
Merge pull request #685 from tresf/stable-1.0
...
SWH Clang Fixes, Apple Installer Fixes
2014-05-06 09:39:22 +02:00
Tres Finocchiaro
a80dbd67e4
Replace LMMS_BULD_APPLE with __clang__
2014-05-03 11:46:02 -07:00
Tres Finocchiaro
b987d3ed04
Replace LMMS_BULD_APPLE with __clang__
2014-05-03 11:44:58 -07:00
Tres Finocchiaro
b0ffa45011
Include lmmsconfig.h for OS #ifdef
2014-05-03 11:34:16 -07:00
Tres Finocchiaro
ae67c792fe
Remove inline function declaration for Apple
...
Typo :)
2014-05-03 09:30:15 -07:00
Tres Finocchiaro
19130e5fce
Apple specific build path
...
Remove another offending inline function declaration for Apple compat.
2014-05-03 09:00:32 -07:00
Tres Finocchiaro
3d95f82f30
Remove inline function recursion for Apple
...
q_sort is an inline function which recurses upon itself. Some compilers such as MSVC limit this which can be overridden with a parameter. Since I could find no such parameter for clang, this #IFDEF allows the sifter plugin to compile successfully.
If this approach has negative side effects, it should only affect apple. If there's a better approach to this, please reject the pull request and submit your own.
2014-05-02 14:01:59 -07:00
Vesa
8ea5222793
Monstro: remove useless cast
2014-05-02 22:55:16 +03:00
Vesa
7a4395aabb
... oops 2...
2014-05-02 21:40:07 +03:00
Vesa
ca36fb141d
oops..
2014-05-02 21:37:49 +03:00
Vesa
a218a033b5
Monstro: more bugfixes
...
Fixes a bug caused by fastPow which was causing hangups in very specific situations only
2014-05-02 21:33:55 +03:00
Tres Finocchiaro
96e41491ad
Fix incorrect C99 loop declaration
2014-05-02 10:51:42 -07:00
Tres Finocchiaro
e2c3e65767
Clang comp. fix unnecessary else
2014-05-01 22:13:14 -07:00
Vesa
a2233edfa6
Monstro: envelope bugfixes
2014-05-02 03:57:09 +03:00
Tobias Doerffel
059ddc2875
CMake/FindWine: search for wineg++ executable
...
Instead of relying on wineg++ being in PATH search for it as it might
reside somewhere else.
2014-05-02 00:17:42 +02:00
Vesa
7da1c5e09f
Another small monstro change
2014-05-02 00:57:31 +03:00
Tobias Doerffel
83c2019611
LadspaEffect/TAP: fix instantiation/destruction
...
Instead of relying on naming the init functions _init() and _fini()
declare them as constructors/destructors and use a different name so
there's no double destruction
Closes #668 .
2014-05-01 23:33:40 +02:00
Vesa
787d4e9832
Monstro: very slight change to integrator code
2014-05-01 20:40:11 +03:00
Tobias Doerffel
9c27956414
ZynAddSubFX: allocate spectrum on heap instead of stack
...
When loading some presets the PADnoteParameters spectrum size is 524288
or even bigger resulting in a stack allocation of 2 MB or more.
This results in a stack overflow on Win32 and thus crashes LMMS. Fix this
by allocating the spectrum on the heap instead.
Closes #543 .
2014-04-30 15:20:44 +02:00
Vesa
63747787e4
Organic: fix detuning
...
The detuning scale was incorrectly calculated: instead of measuring in cents as it claims to, it was actually
in 1/100th octaves, so I fixed it so that I set the units to actual cents (1/100 seminote). Then I set the
range to +/-1200 cents and added compat code so that old values get multiplied by 12, to maintain backwards compat.
2014-04-29 22:54:42 +03:00
Vesa
dce6a26eb3
Organic: update artwork, add harmonic knobs to control harmonic of each oscillator
2014-04-29 20:13:05 +03:00
Andrew Kelley
bff016dec8
flp import: add missing break statement
2014-04-28 11:35:23 -07:00
Vesa
08b2cdba29
Revert partially one of the previous optimizations, was causing some unwanted noisy stuff
2014-04-27 23:10:20 +03:00
Vesa
41f3722e5b
Fix previous..
2014-04-27 21:31:42 +03:00
Vesa
eaebb40986
Optimizations for Monstro & Watsyn
2014-04-27 21:29:25 +03:00
Vesa
37b9df3458
Monstro: fix LFO att. on random smooth mode
2014-04-26 19:56:21 +03:00
Tobias Doerffel
f4a8df7c67
Merge pull request #639 from diizy/master
...
Monstro changes
2014-04-25 11:46:21 +02:00
Vesa
b36f905547
Monstro: Explicitly initialize LFO values with random, so that smooth random reliably starts from a random value
2014-04-24 23:25:12 +03:00
Vesa
060063f5a8
Monstro changes
2014-04-24 13:31:51 +03:00
Tobias Doerffel
9a3ab692e9
ZynAddSubFX: update
2014-04-24 09:54:56 +02:00
Vesa
4dece979c6
Samplebuffer/AFP: coding style, remove redundant inlines
2014-04-23 19:15:59 +03:00
Vesa
fa67d0b436
AFP: Add interpolation selector, fix segfault-causing bug with reverse mode
2014-04-23 12:18:35 +03:00
Hannu Haahti
b8476b742e
RemoteVstPlugin: really close the plugin
...
(cherry picked from commit d50d376b2a )
2014-04-22 11:08:56 +02:00
Hannu Haahti
d50d376b2a
RemoteVstPlugin: really close the plugin
2014-04-19 13:32:48 +03:00
Vesa
49d05f466d
Watsyn: use fast sinc instead of medium quality (not much diff in this case), increase oversampling to 32 because why not
...
Graph: optimize graph widget codepaths so that we don't send redundant samplesChanged signals, which in watsyn cause recalculation of the wavetable
2014-04-14 14:15:08 +03:00
Vesa
79120eb0b1
Watsyn updates: use sinc instead of cubic for oversampling of the wavegraph
2014-04-14 12:45:07 +03:00
Vesa V
9df4dfc087
Merge pull request #599 from diizy/master
...
Add some more interpolation algorithms
2014-04-13 18:51:24 +03:00
Vesa
26553cab17
Updates to bandlimitedwave code (using new interpolation) and Monstro
2014-04-13 12:48:38 +03:00
Raine M. Ekman
4b1952d90c
Organic: make mixing of oscillators independent of lower oscs
2014-04-13 12:11:06 +03:00