/[svn]/jlscp/trunk/ChangeLog
ViewVC logotype

Annotation of /jlscp/trunk/ChangeLog

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1784 - (hide annotations) (download)
Tue Sep 30 09:23:34 2008 UTC (15 years, 6 months ago) by iliev
File size: 5598 byte(s)
* fixed bug #104

1 iliev 1605 CVS HEAD
2 iliev 1766 * Added support for monitoring MIDI events on sampler channels
3     and MIDI devices
4    
5 iliev 1775 * Added support for sending MIDI messages to sampler channels
6    
7     * Added support for retrieving instrument's key mapping and
8     keyswitch mapping
9    
10 iliev 1781 * Implemented option for adding instruments in separate directories in the
11     instruments DB (patch by Chris Cherrett & Andrew Williams, a bit adjusted)
12    
13 iliev 1783 * Added support for escaping unicode characters
14    
15 iliev 1718 * API Changes
16 iliev 1728 - Client: added new methods - getMidiInstrumentEntries,
17 iliev 1766 findLostDbInstrumentFiles, setDbInstrumentFilePath, setSoTimeout
18 iliev 1728 getExtendedCharacterEscaping, setExtendedCharacterEscaping
19     - Parser: added new method - toExtendedEscapeSequence
20 iliev 1718
21 iliev 1605 * Bug fixes:
22     - null parameters and parameters with null names are now not sent
23     to LinuxSampler
24 iliev 1718 - fixed a bug in DB_INSTRUMENTS_JOB_INFO notifications
25 iliev 1728 - fixed bug #75
26 iliev 1784 - fixed bug #104
27 iliev 1605
28 iliev 1563 jlscp v0.7a: 2007-12-06
29 iliev 1542 * Added support for monitoring the total number of active disk streams
30    
31 iliev 1491 * API Changes
32 iliev 1539 - Added new interface - Instrument
33     - Client: added new methods - getFileInstrumentCount,
34     getFileInstrumentInfo, getFileInstruments
35 iliev 1494 - MidiInputDevice: added new methods - getPortsParameter,
36     setPortsParameter
37 iliev 1491 - Parser: some of the methods are now public
38    
39 iliev 1440 jlscp v0.6a: 2007-10-15
40 iliev 1307 * Added support for escape sequences
41    
42 iliev 1326 * API Changes
43 iliev 1421 - Client: added new methods - editChannelInstrument, formatInstrumentsDb
44 iliev 1326 - Client: getAudioOutputDriverInfo is now public and accepts a
45     dependences list of parameters
46     - Client: getMidiInputDriverInfo is now public and accepts a
47     dependences list of parameters
48    
49     * Bug fixes:
50     - Parameters with unset values are now not sent to LinuxSampler
51    
52 iliev 1202 jlscp v0.5a: 2007-05-24
53     * Implemented instruments database support
54     * All notifications are now processed through the LSCP event thread
55    
56 iliev 1139 jlscp v0.4a: 2007-04-02
57     * Implemented support for managing MIDI instrument maps.
58    
59     * Implemented support for managing Effect Sends.
60    
61     * Implemented print-only mode: Print-only mode means that the
62     client will just print all LSCP commands to the specified output
63     stream or to the standard output stream (java.lang.System.out) if
64     no output stream is specified, without taking any further actions.
65    
66     * API Changes
67     - Client:
68     - Device, AbstractDevice: added getActiveParameter method
69     - AudioOutputDevice: added getAllParameters method
70    
71 iliev 784 jlscp v0.3a: 2005-10-10
72     * Significantly speeded up the transfer by setting the socket
73     property TcpNoDelay to true
74    
75     * Added Mute and Solo support for sampler channels
76     - Client: setChannelMute, setChannelSolo
77     - SamplerChannel: isMuted, isMutedBySolo, isSoloChannel
78    
79     * Added support for monitoring the total number of active voices
80     - New classes for handling events: TotalVoiceCountEvent and
81     TotalVoiceCountListener
82     - Client: added getTotalVoiceCount, getTotalVoiceCountMax,
83     addTotalVoiceCountListener, removeTotalVoiceCountListener methods
84    
85     * API Changes
86     - Client: getAudioOutputDevices now returns AudioOutputDevice[]
87     instead of Integer[]; use getAudioOutputDeviceIDs instead
88     - Client: getSamplerChannels now returns SamplerChannel[]
89     instead of Integer[]; use getSamplerChannelIDs instead
90     - Client: getMidiInputDevices now returns MidiInputDevice[]
91     instead of Integer[]; use getMidiInputDeviceIDs instead
92     - SamplerChannel: getEngineName is replaced with getEngine
93     and returns SamplerEngine instance instead of String instance
94     - SamplerChannel: getInstrumentName now returns null instead of
95     "NONE" when there is no instrument loaded
96     - SamplerEngine: equals method is overrided.
97     - AbstractDevice: toString method is overrided
98    
99     * API additions
100     - Client: added getAudioOutputDeviceIDs, getMidiInputDeviceIDs,
101     getSamplerChannelIDs, enableAudioOutputDevice,
102     enableMidiInputDevice, setMidiInputPortCount
103     setAudioOutputChannelCount methods
104     - SamplerChannel: added setEngine method
105     - Device: getDeviceID method defined
106     - AbstractDevice: added getDeviceID, setDeviceID methods
107     - MidiInputDevice: added getMidiPorts, setMidiPorts,
108     getMidiPort, getMidiPortCount methods
109     - AudioOutputDevice: added getAudioChannels, setAudioChannels
110     getAudioChannel, getAudioChannelCount methods
111     - Parser: added removeQuotation method
112     - AudioOutputChannel: added getAllParameters, getNameParameter
113     setNameParameter, getMixChannelParameter, setMixChannelParameter,
114     getMixChannelDestParameter, setMixChannelDestParameter methods
115     - MidiPort: added getAllParameters, getNameParameter,
116     setNameParameter methods
117    
118     * Examples changes due to changed methods in Client class
119    
120 iliev 672 jlscp v0.2a: 2005-06-14
121     * Added ant script to automate the build process
122     * Added Package Versioning
123     * Added LSCP protocol version compatibility check on connect
124     * getEngines() in Client class now returns SamplerEngine[] instance
125     instead of String[] instance
126     * getAudioOutputDrivers() in Client class now returns
127     AudioOutputDriver[] instance instead of String[] instance
128     * getMidiInputDrivers() in Client class now returns
129     MidiInputDriver[] instance instead of String[] instance
130     * The following methods in Client class are now private:
131 iliev 784 - getEngineInfo
132     - getAudioOutputDriverInfo
133     - getMidiInputDriverInfo
134 iliev 672 * Examples changes due to the changed methods in Client class
135     * Examples' class files moved from examples to examples/build directory
136     * Little documentation changes
137    

  ViewVC Help
Powered by ViewVC