|
From: Rui N. C. <rn...@rn...> - 2004-06-07 22:12:33
|
Hi,
Just to note about my latest CVS commit.
--
qsampler 0.0.1.90:
* Commented the SET CHANNEL MIDI_INPUT_PORT command from
qsamplerMainForm::saveSessionFile(), it has no effect atm.
* Insert an #include <unistd.h> on qsamplerMessages.cpp, between
a #if !defined(WIN32) clause.
* An initial non zero value should be set for the channel volume.
* The order to load/save and setup channel settings has changed to
the following sequence:
SET CHANNEL AUDIO_OUTPUT_TYPE ...
SET CHANNEL MIDI_INPUT_TYPE ...
SET CHANNEL MIDI_INPUT_CHANNEL ...
LOAD ENGINE ...
LOAD INSTRUMENT ...
SET CHANNEL VOLUME ...
--
liblscp 0.1.9.99:
* New lscp_socket_herror() wrapper function has been added for
proper gethostbyname() error messages.
--
There's also some linuxsampler back-end issues as follows.
Although the GET CHANNEL INFO command is now implemented,
some of the returned field values are not up to par:
* VOLUME: is initially set to zero (0.0), it does not match
the value set by SET CHANNEL VOLUME;
* ENGINE_NAME: the "GigEngine" string is being returned here,
but the legal engine name known by GET AVAILABLE_ENGINES
and LOAD ENGINE commands seems to be just "gig";
MIDI_INPUT_CHANNEL: seems to be fixed on 1, no matter the
value set by the SET CHANNEL MIDI_INPUT_CHANNEL command;
Bye.
--
rncbc aka Rui Nuno Capela
rn...@ne...
|