CVS log for linuxsampler/ChangeLog |
|
|
Up to [ls] / linuxsampler
Request diff between arbitrary revisions
/ Display revisions graphically
Default branch: MAIN
Bookmark a link to:
HEAD
/
(download)
Revision
1.67
/
(view)
- annotate
- [select for diffs]
, Fri Dec 29 20:06:12 2006 UTC (23 months ago) by schoenebeck
Branch:
MAIN
CVS Tags:
HEAD
Changes since 1.66: +1 -0 lines
Diff to previous 1.66
* global volume can now be altered at runtime
(added two new LSCP commands for this, LSCP specs updated)
Revision
1.66
/
(view)
- annotate
- [select for diffs]
, Wed Dec 27 16:17:07 2006 UTC (23 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.65: +4 -0 lines
Diff to previous 1.65
* implemented effect sends (also added new LSCP commands for this feature,
updated LSCP spec document along with this commit batch as well)
Revision
1.65
/
(view)
- annotate
- [select for diffs]
, Tue Dec 19 19:40:45 2006 UTC (23 months, 2 weeks ago) by schoenebeck
Branch:
MAIN
Changes since 1.64: +3 -0 lines
Diff to previous 1.64
forgot to commit ChangeLog
Revision
1.64
/
(view)
- annotate
- [select for diffs]
, Sun Dec 17 22:35:00 2006 UTC (23 months, 2 weeks ago) by iliev
Branch:
MAIN
Changes since 1.63: +2 -0 lines
Diff to previous 1.63
* Added new notification events for tracking audio/MIDI device changes,
MIDI instrument map changes and MIDI instrument changes
Revision
1.63
/
(view)
- annotate
- [select for diffs]
, Fri Dec 15 21:40:26 2006 UTC (23 months, 2 weeks ago) by schoenebeck
Branch:
MAIN
Changes since 1.62: +5 -2 lines
Diff to previous 1.62
* revised and extended MIDI instrument mapping feature to allow managing
arbitrary amount of maps and assigning each sampler channel individually
to one map (this commit batch includes LSCP spec document update and
respective implementation on LS side)
Revision
1.62
/
(view)
- annotate
- [select for diffs]
, Thu Nov 30 10:38:16 2006 UTC (2 years ago) by iliev
Branch:
MAIN
Changes since 1.61: +3 -0 lines
Diff to previous 1.61
* fixed crash occurring on certain LSCP scripts (Bug 39)
Revision
1.61
/
(view)
- annotate
- [select for diffs]
, Tue Nov 28 20:55:19 2006 UTC (2 years ago) by persson
Branch:
MAIN
Changes since 1.60: +5 -0 lines
Diff to previous 1.60
- added forgotten notice in ChangeLog
- fixed LIST MIDI_INSTRUMENTS
Revision
1.60
/
(view)
- annotate
- [select for diffs]
, Mon Nov 27 21:34:54 2006 UTC (2 years ago) by schoenebeck
Branch:
MAIN
Changes since 1.59: +20 -0 lines
Diff to previous 1.59
* implemented MIDI instrument mapping according to latest LSCP draft
Revision
1.59
/
(view)
- annotate
- [select for diffs]
, Fri Nov 24 17:43:08 2006 UTC (2 years ago) by schoenebeck
Branch:
MAIN
CVS Tags:
release0_4_0
Changes since 1.58: +1 -1 lines
Diff to previous 1.58
* preparations for release 0.4.0
Revision
1.58
/
(view)
- annotate
- [select for diffs]
, Sat Oct 21 13:50:32 2006 UTC (2 years, 1 month ago) by schoenebeck
Branch:
MAIN
Changes since 1.57: +2 -0 lines
Diff to previous 1.57
* fixed crash when instrument loading failed previously on the same
sampler channel (fixes bug #36)
Revision
1.57
/
(view)
- annotate
- [select for diffs]
, Mon Oct 2 17:40:10 2006 UTC (2 years, 2 months ago) by persson
Branch:
MAIN
Changes since 1.56: +3 -0 lines
Diff to previous 1.56
* small fix of LFO1 behaviour (dampening from max volume instead of
amplifying from 0)
* added checks for bad MIDI data
Revision
1.56
/
(view)
- annotate
- [select for diffs]
, Sat Aug 5 16:55:49 2006 UTC (2 years, 3 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.55: +2 -0 lines
Diff to previous 1.55
* little configure.in fix for PPC
(patch by Ebrahim Mayat)
Revision
1.55
/
(view)
- annotate
- [select for diffs]
, Sun Jul 23 15:44:08 2006 UTC (2 years, 4 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.54: +2 -0 lines
Diff to previous 1.54
* MIDI driver API extension for MIDI drivers which already supply exact
time stamps for events (i.e. for offline rendering based MIDI drivers)
Revision
1.54
/
(view)
- annotate
- [select for diffs]
, Sat Jul 22 13:22:52 2006 UTC (2 years, 4 months ago) by persson
Branch:
MAIN
Changes since 1.53: +4 -0 lines
Diff to previous 1.53
* real support for 24 bit samples - samples are not truncated to 16
bits anymore
* support for aftertouch (channel pressure, not polyphonic aftertouch)
Revision
1.53
/
(view)
- annotate
- [select for diffs]
, Wed Jul 5 16:53:22 2006 UTC (2 years, 4 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.52: +3 -0 lines
Diff to previous 1.52
* src/Sampler.h, src/Sampler.cpp: allow 3rd party applications to
retrieve available drivers and sampler engines
* src/linuxsampler.cpp: show available engines on startup (on the console)
Revision
1.52
/
(view)
- annotate
- [select for diffs]
, Sun Jun 25 12:54:17 2006 UTC (2 years, 5 months ago) by persson
Branch:
MAIN
Changes since 1.51: +4 -4 lines
Diff to previous 1.51
* new filter implementation, which is more accurate and supports all
filter types including bandreject and lowpass turbo
Revision
1.51
/
(view)
- annotate
- [select for diffs]
, Wed May 31 22:39:19 2006 UTC (2 years, 6 months ago) by capela
Branch:
MAIN
Changes since 1.50: +3 -0 lines
Diff to previous 1.50
* packaging changes:
- changed deprecated copyright attribute to license; added ldconfig
to post-(un)install steps; added devel package for liblinuxsampler;
to linuxsampler.spec (RPM)
Revision
1.50
/
(view)
- annotate
- [select for diffs]
, Sun May 14 06:15:51 2006 UTC (2 years, 6 months ago) by persson
Branch:
MAIN
Changes since 1.49: +4 -0 lines
Diff to previous 1.49
* sample loop parameters are now taken from the DimensionRegion
instead of the wave chunk
* fixed keyswitching for v3 gigs with a number of keyswitch splits not
equal to a power of two
Revision
1.49
/
(view)
- annotate
- [select for diffs]
, Fri Apr 14 18:13:32 2006 UTC (2 years, 7 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.48: +2 -0 lines
Diff to previous 1.48
* added compile time options to allow disabling the various audio and MIDI
drivers (./configure --disable-foo-driver)
Revision
1.48
/
(view)
- annotate
- [select for diffs]
, Sat Mar 25 13:05:58 2006 UTC (2 years, 8 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.47: +2 -0 lines
Diff to previous 1.47
* added compile time option to disable processing of All-Notes-Off
MIDI messages
Revision
1.47
/
(view)
- annotate
- [select for diffs]
, Sat Mar 4 16:23:52 2006 UTC (2 years, 9 months ago) by persson
Branch:
MAIN
Changes since 1.46: +2 -2 lines
Diff to previous 1.46
* fixed concurrency problems between the main thread doing
lscp notifications and the lscp thread
* bug fix: the LFOs were not properly initialized
Revision
1.46
/
(view)
- annotate
- [select for diffs]
, Sun Feb 26 13:00:07 2006 UTC (2 years, 9 months ago) by persson
Branch:
MAIN
Changes since 1.45: +2 -0 lines
Diff to previous 1.45
* fixed some concurrency problems between the lscp thread and the
audio/midi threads for these commands: load engine, set channel
audio output device, set channel midi input device/port/channel and
remove channel. Thanks to Vincent Bongiorno for bug reports and
testing.
* removed an autotools warning
* fixed an iterator bug
* minor code clean-ups
Revision
1.45
/
(view)
- annotate
- [select for diffs]
, Fri Feb 10 14:57:39 2006 UTC (2 years, 9 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.44: +3 -0 lines
Diff to previous 1.44
* added aRts audio output driver (by no means RT safe)
Revision
1.44
/
(view)
- annotate
- [select for diffs]
, Mon Feb 6 18:07:16 2006 UTC (2 years, 9 months ago) by persson
Branch:
MAIN
Changes since 1.43: +1 -0 lines
Diff to previous 1.43
* fixed some memory management errors
Revision
1.43
/
(view)
- annotate
- [select for diffs]
, Sun Feb 5 10:24:05 2006 UTC (2 years, 9 months ago) by persson
Branch:
MAIN
Changes since 1.42: +4 -2 lines
Diff to previous 1.42
* added smoothing of volume changes caused by control change messages
* fine tuning of the crossfade volume curve
Revision
1.42
/
(view)
- annotate
- [select for diffs]
, Sat Jan 28 16:55:30 2006 UTC (2 years, 10 months ago) by persson
Branch:
MAIN
Changes since 1.41: +4 -0 lines
Diff to previous 1.41
* fixed global pan (CC10) which hasn't been working for a while
* fine tuning of the curves for volume (CC7) and pan (CC10 and gig
parameter)
* added support for the "attenuation controller threshold" gig
parameter
Revision
1.41
/
(view)
- annotate
- [select for diffs]
, Sun Jan 15 18:23:10 2006 UTC (2 years, 10 months ago) by persson
Branch:
MAIN
Changes since 1.40: +3 -2 lines
Diff to previous 1.40
* added linear interpolation of volume modulation inside a
subfragment; this prevents clicks during voice stealing. Can be
switched off with the --disable-interpolate-volume configure option.
Revision
1.40
/
(view)
- annotate
- [select for diffs]
, Sat Jan 14 14:07:47 2006 UTC (2 years, 10 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.39: +7 -0 lines
Diff to previous 1.39
* implemented portamento mode and solo mode (a.k.a 'mono mode'):
all modes can be altered via standard GM messages, that is CC5 for
altering portamento time, CC65 for enabling / disabling portamento
mode, CC126 for enabling solo mode and CC127 for disabling solo mode
* fixed EG3 (pitch envelope) synthesis which was neutral all the time
* configure.in: do not automatically pick optimized gcc flags if the user
already provided some on his own (as CXXFLAGS)
Revision
1.39
/
(view)
- annotate
- [select for diffs]
, Sun Jan 8 20:19:49 2006 UTC (2 years, 10 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.38: +2 -0 lines
Diff to previous 1.38
* bugfix in LSCP parser which was confused by space(s) within device
parameters
(e.g. "SET AUDIO_OUTPUT_CHANNEL_PARAMETER 0 0 SOMEPARAM='foo bar'")
* changed version to 0.3.3cvs
Revision
1.38
/
(view)
- annotate
- [select for diffs]
, Sat Nov 5 10:59:36 2005 UTC (3 years ago) by persson
Branch:
MAIN
Changes since 1.37: +1 -0 lines
Diff to previous 1.37
* Bug-fixes: pitch changes larger than one octave didn't work. Looped
samples small enough to fit in RAM didn't work.
Revision
1.37
/
(view)
- annotate
- [select for diffs]
, Wed Nov 2 19:26:15 2005 UTC (3 years, 1 month ago) by persson
Branch:
MAIN
Changes since 1.36: +2 -2 lines
Diff to previous 1.36
* minor EG fine tuning: attack time now has a minimum value to prevent
clicks
Revision
1.36
/
(view)
- annotate
- [select for diffs]
, Wed Oct 26 08:34:37 2005 UTC (3 years, 1 month ago) by iliev
Branch:
MAIN
Changes since 1.35: +2 -0 lines
Diff to previous 1.35
* fixed the notification messages delay due to lack of
network activity (fixes bug #26)
Revision
1.35
/
(view)
- annotate
- [select for diffs]
, Sun Oct 16 13:50:20 2005 UTC (3 years, 1 month ago) by persson
Branch:
MAIN
Changes since 1.34: +6 -2 lines
Diff to previous 1.34
* Filter tuning: calculation of cutoff frequency and bandwidth
improved. Removed use of "BasicBPFilter". Changed bandpass filter
from constant peak to constant skirt. Use gig parameter Resonance if
no resonance controller is set. Removed keyboard tracking influence
on resonance.
Revision
1.34
/
(view)
- annotate
- [select for diffs]
, Sun Oct 2 13:40:51 2005 UTC (3 years, 2 months ago) by persson
Branch:
MAIN
Changes since 1.33: +4 -0 lines
Diff to previous 1.33
* EG fixes: the length of "attack hold" stage was wrong. Release stage
can now start before attack stage ends. Cancel release didn't work
when sustain was zero.
Revision
1.33
/
(view)
- annotate
- [select for diffs]
, Mon Sep 26 09:17:00 2005 UTC (3 years, 2 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.32: +2 -0 lines
Diff to previous 1.32
* fixed event handling bug which was introduced by the recent synthesis
optimizations (events were only processed for the first active voice)
* added global volume attenuation of -9 dB (0.35f) to prevent clipping
which can be overridden with --enable-global-attenuation
Revision
1.32
/
(view)
- annotate
- [select for diffs]
, Fri Sep 23 06:05:04 2005 UTC (3 years, 2 months ago) by iliev
Branch:
MAIN
Changes since 1.31: +1 -1 lines
Diff to previous 1.31
* Added new LSCP commands: GET TOTAL_VOICE_COUNT,
GET TOTAL_VOICE_COUNT_MAX, SUBSCRIBE/UNSUBSCRIBE TOTAL_VOICE_COUNT
Revision
1.31
/
(view)
- annotate
- [select for diffs]
, Fri Sep 23 05:58:25 2005 UTC (3 years, 2 months ago) by iliev
Branch:
MAIN
Changes since 1.30: +3 -0 lines
Diff to previous 1.30
Added new LSCP commands: GET TOTAL_VOICE_COUNT,
GET TOTAL_VOICE_COUNT_MAX, SUBSCRIBE/UNSUBSCRIBE TOTAL_VOICE_COUNT
Revision
1.30
/
(view)
- annotate
- [select for diffs]
, Wed Sep 21 18:06:35 2005 UTC (3 years, 2 months ago) by iliev
Branch:
MAIN
Changes since 1.29: +1 -0 lines
Diff to previous 1.29
- Added support for sostenuto pedal
Revision
1.29
/
(view)
- annotate
- [select for diffs]
, Wed Sep 21 13:30:43 2005 UTC (3 years, 2 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.28: +5 -0 lines
Diff to previous 1.28
* src/drivers/MidiInputPort.cpp: fixed legacy SysEx code which caused
dispatching of MIDI SysEx messages several times instead of once
* src/engines/gig/Engine.cpp: fixed bug in SysEx handling
(patch by Juan Linietsky)
Revision
1.28
/
(view)
- annotate
- [select for diffs]
, Tue Aug 16 16:14:25 2005 UTC (3 years, 3 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.27: +6 -0 lines
Diff to previous 1.27
* extensive synthesis optimization: reimplementation of EGs and LFO(s),
removed synthesis parameter prerendering and the synthesis parameter
matrix in general, splitting each audio fragment into subfragments now
where each subfragment uses constant synthesis parameters
(everything's still very buggy ATM)
Revision
1.27
/
(view)
- annotate
- [select for diffs]
, Tue Jul 26 10:18:45 2005 UTC (3 years, 4 months ago) by persson
Branch:
MAIN
Changes since 1.26: +5 -0 lines
Diff to previous 1.26
* improved filter cutoff calculation by adding support for the
following gig parameters: Cutoff freq (used when no cutoff
controller is defined), Control invert, Minimum cutoff, Velocity
curve and Velocity range. The keyboard tracking now also scales
cutoff frequency, not just resonance.
Revision
1.26
/
(view)
- annotate
- [select for diffs]
, Sun Jul 24 05:57:29 2005 UTC (3 years, 4 months ago) by iliev
Branch:
MAIN
Changes since 1.25: +3 -1 lines
Diff to previous 1.25
* Added configure option --enable-process-muted-channels
which can be used to enable the processing of muted channels
Revision
1.25
/
(view)
- annotate
- [select for diffs]
, Sat Jul 23 20:57:36 2005 UTC (3 years, 4 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.24: +5 -0 lines
Diff to previous 1.24
added benchmark to automatically detect the best triangle LFO
implementation (currently either an integer math solution or a
di-harmonic approximation), automatic detection can be overriden
with --enable-signed-triang-algo=x and --enable-unsigned-triang-algo=x
configure script argument though (mandatory for cross-compilation)
---
actual implementation of the new LFO implementations in LS will follow soon
Revision
1.24
/
(view)
- annotate
- [select for diffs]
, Thu Jul 21 08:53:20 2005 UTC (3 years, 4 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.23: +3 -0 lines
Diff to previous 1.23
updated ChangeLog to Grigor's latest changes
Revision
1.23
/
(view)
- annotate
- [select for diffs]
, Wed Jul 20 20:43:23 2005 UTC (3 years, 4 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.22: +7 -0 lines
Diff to previous 1.22
* support for muting sampler channels and solo mode of the same, two new
LSCP commands ("SET CHANNEL MUTE" and "SET CHANNEL SOLO") and two new
fields ("MUTE" and "SOLO") for command "GET CHANNEL INFO" were
introduced for this (patch by Grigor Iliev, a bit adjusted)
Revision
1.22
/
(view)
- annotate
- [select for diffs]
, Tue Jul 19 14:43:40 2005 UTC (3 years, 4 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.21: +6 -0 lines
Diff to previous 1.21
* install necessary development header files for allowing 3rd party
applications to link against liblinuxsampler
* liblinuxsampler's API documentation can be generated with 'make docs'
(Doxygen required)
Revision
1.21
/
(view)
- annotate
- [select for diffs]
, Sat Jul 16 18:37:52 2005 UTC (3 years, 4 months ago) by persson
Branch:
MAIN
Changes since 1.20: +5 -0 lines
Diff to previous 1.20
* fine tuning of the EG modulation parameters
Revision
1.20
/
(view)
- annotate
- [select for diffs]
, Fri Jul 15 15:59:35 2005 UTC (3 years, 4 months ago) by schoenebeck
Branch:
MAIN
CVS Tags:
release0_3_3
Changes since 1.19: +1 -1 lines
Diff to previous 1.19
* preparation for bugfix release 0.3.3
Revision
1.19
/
(view)
- annotate
- [select for diffs]
, Thu Jul 14 11:25:20 2005 UTC (3 years, 4 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.18: +5 -0 lines
Diff to previous 1.18
* if period time of chosen audio device is too small (< MIN_RELEASE_TIME)
then simply show a warning about possible click sounds and reduce the
volume ramp down appropriately instead of cancelling the audio device
connection
Revision
1.18
/
(view)
- annotate
- [select for diffs]
, Tue Jul 12 21:37:21 2005 UTC (3 years, 4 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.17: +4 -0 lines
Diff to previous 1.17
* minor efficiency fix (LFO preprocessing was performed even though the
respective LFO was disabled by the instrument patch)
Revision
1.17
/
(view)
- annotate
- [select for diffs]
, Mon Jul 11 18:12:54 2005 UTC (3 years, 4 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.16: +5 -1 lines
Diff to previous 1.16
oops, the last change is not contained in release 0.3.2
Revision
1.16
/
(view)
- annotate
- [select for diffs]
, Tue Jul 5 18:30:36 2005 UTC (3 years, 4 months ago) by persson
Branch:
MAIN
Changes since 1.15: +1 -0 lines
Diff to previous 1.15
* gcc 4.0 compilation fixes
Revision
1.15
/
(view)
- annotate
- [select for diffs]
, Thu Jun 23 21:44:59 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch:
MAIN
CVS Tags:
release0_3_2
Changes since 1.14: +1 -1 lines
Diff to previous 1.14
* final preparations for bugfix release 0.3.2
Revision
1.14
/
(view)
- annotate
- [select for diffs]
, Tue Jun 21 17:00:52 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.13: +3 -1 lines
Diff to previous 1.13
* don't reset volume, pan, pitch and MIDI controller values on instrument
or audio output device change
* send 'CHANNEL_INFO' LSCP event on MIDI program change messages
Revision
1.13
/
(view)
- annotate
- [select for diffs]
, Tue Jun 21 12:33:19 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.12: +3 -0 lines
Diff to previous 1.12
* fixed minor issue with null/silence samples
(those stole voices even though they don't need a voice at all which
resulted in "voice stealing didn't work out" messages)
Revision
1.12
/
(view)
- annotate
- [select for diffs]
, Mon Jun 20 14:30:47 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.11: +8 -0 lines
Diff to previous 1.11
* fixed a key group bug which caused undefined behavior in conjunction with
stolen voices (this case was usually followed by a "killed voice
survived" or "voice stealing didn't work out" error message)
Revision
1.11
/
(view)
- annotate
- [select for diffs]
, Sat Jun 18 20:37:03 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.10: +2 -1 lines
Diff to previous 1.10
* another voice stealing fix
(endless loop occured when voices were stolen from other engine channels)
Revision
1.10
/
(view)
- annotate
- [select for diffs]
, Fri Jun 17 18:49:30 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.9: +2 -0 lines
Diff to previous 1.9
* LSCP server: fixed LSCP event "CHANNEL_INFO" notification
(e.g. did not notify on volume changes)
Revision
1.9
/
(view)
- annotate
- [select for diffs]
, Thu Jun 16 20:35:30 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.8: +1 -0 lines
Diff to previous 1.8
* don't reset scale tuning on instrument or audio output device change
Revision
1.8
/
(view)
- annotate
- [select for diffs]
, Wed Jun 15 19:25:25 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.7: +5 -2 lines
Diff to previous 1.7
* fixed 'make dist' build rule to include all necessary files
Revision
1.7
/
(view)
- annotate
- [select for diffs]
, Tue Jun 14 23:01:28 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.6: +10 -7 lines
Diff to previous 1.6
* revised voice stealing (fixes crash caused by voice stealing)
Revision
1.6
/
(view)
- annotate
- [select for diffs]
, Sat Jun 11 13:51:49 2005 UTC (3 years, 5 months ago) by persson
Branch:
MAIN
Changes since 1.5: +4 -1 lines
Diff to previous 1.5
* volume of release triggered samples now depends on note-on velocity,
note length and gig parameter "release trigger decay" instead of
note-off velocity.
Revision
1.5
/
(view)
- annotate
- [select for diffs]
, Wed Jun 8 22:16:13 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.4: +2 -0 lines
Diff to previous 1.4
* fixed some crashs in LSCP server
(patch by Grigor Iliev, fixes #19)
Revision
1.4
/
(view)
- annotate
- [select for diffs]
, Wed Jun 8 20:00:06 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.3: +2 -0 lines
Diff to previous 1.3
* hand-crafted assembly optimization code can be disabled with
'./configure --disable-asm' (definitely not recommended)
Revision
1.3
/
(view)
- annotate
- [select for diffs]
, Mon Jun 6 15:54:20 2005 UTC (3 years, 5 months ago) by persson
Branch:
MAIN
Changes since 1.2: +3 -0 lines
Diff to previous 1.2
* support for the gig parameters for "release velocity response"
curves, which means the decay and release times now depends on
velocity. The softer velocity, the longer release.
* fine tuning of the envelope curves. Decay1 and release now have two
parts, first linear and then exponential at the end.
Revision
1.2
/
(view)
- annotate
- [select for diffs]
, Sat Jun 4 16:49:12 2005 UTC (3 years, 5 months ago) by schoenebeck
Branch:
MAIN
Changes since 1.1: +6 -0 lines
Diff to previous 1.1
* updated autotools build files for conditional compilation of CoreMIDI
(OS X) and MidiShare (Linux, OS X, Windows) drivers
Revision
1.1
/
(view)
- annotate
- [select for diffs]
, Tue May 24 18:20:20 2005 UTC (3 years, 6 months ago) by schoenebeck
Branch:
MAIN
CVS Tags:
release0_3_1
* src/network/lscpserver.cpp: fixed segfault
(patch by Grigor Iliev, fixes #17)
* added man page
* final preparations for the first official release (which will be 0.3.1)
This form allows you to request diffs between any two revisions of
a file. You may select a symbolic revision name using the selection
box or you may type in a numeric name using the type-in text box.