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
Wong Cho Ching
ec71c08816
Reduced CPU usage
2014-01-28 11:21:46 +08:00
Tobias Doerffel
bc4b83f443
LADSPA/CMT: fixed global initialization on Win32
...
Global initialization happens via a global startup/shutdown handler
instance. For some reason this does not work properly when building
a DLL file, therefore create this startup/shutdown handler instance
as a static variable in ladspa_descriptor().
Furthermore marked ladspa_descriptor as extern-C.
2014-01-27 00:31:22 +01:00
Tobias Doerffel
ea5f5c4f00
Papu: fixed out-of-bounds array access due to too small data types
...
Build failed on Win32 with GCC 4.8.
2014-01-26 23:45:49 +01:00
Tobias Doerffel
84f57b776d
ZynAddSubFX: fixed compiler warning on Win32
2014-01-26 23:45:09 +01:00
Raine M. Ekman
29f04d8056
OpulenZ: added pitch bend range MIDI message handling
2014-01-26 16:33:43 +02:00
Tobias Doerffel
a5588d2f75
ZynAddSubFX: default pitch wheel bend range to 100
...
Even though ZynAddSubFX does not support pitch wheel sensitivity RPN
events and thus we can't update the pitch range from LMMS automatically,
at least default to 100 semitones pitch wheel bend range so behaviour
is consistent with default pitch range in LMMS.
2014-01-26 14:11:42 +01:00
Tobias Doerffel
43f76f5357
Sf2Player: update pitch wheel sensitivity based on pitch range
...
Fluidsynth supports setting the pitch wheel sensitivity, therefore make
use of it and set values from the recently introduced pitch range model.
2014-01-26 14:09:05 +01:00
Tobias Doerffel
5d1335f390
RemoteVstPlugin: fix build failure due to out-of-bounds-array-access-warning
...
Newer versions of GCC seem to assume an array size of 0 for arrays whose
size is not specified explicitely. This causes a warning about an
out-of-bounds array access.
2014-01-26 10:04:03 +01:00
Wong Cho Ching
b502ae9da4
Changed the placement of code
2014-01-26 14:23:32 +08:00
Wong Cho Ching
b15942d120
Amended initialize code
2014-01-26 14:19:33 +08:00
Wong Cho Ching
5816a2ae5d
Fixed OpulenZ segfault bug when it is dropped on another instrument.
2014-01-26 13:29:52 +08:00
Andrew Kelley
13917973c5
Merge pull request #161 from wongcc966422/sfxr
...
sfxr plugin: Reduced the volume
2014-01-25 21:03:43 -08:00
Wong Cho Ching
d4e5648dca
Reduced the volume
2014-01-26 12:37:26 +08:00
Andrew Kelley
c2124fe1dd
Merge pull request #159 from wongcc966422/sfxr
...
sfxr plugin: Added pitch support
2014-01-25 19:53:39 -08:00
Wong Cho Ching
959d5e98e6
remove debug message
2014-01-26 11:38:52 +08:00
Wong Cho Ching
12b153a275
Added pitch support: Now the pitch knob and the key being pressed have effect on the pitch produced.
2014-01-26 11:37:43 +08:00
Tobias Doerffel
ad554ff1e8
sfxr: fixed Win32 build
...
Need time.h for the time() function.
2014-01-26 02:03:29 +01:00
Tobias Doerffel
417a1566a0
LADSPA/SWH: fixed compiler warnings resulting in Win32 build failure
2014-01-26 01:48:53 +01:00