Hi all.  I haven't been able to Create a login on the BBS, so I hope I
can ask these questions here.  If this is a problem, please advise, and
I'll mend my ways!  :-)  Also, my questions require a bit more
explanation than normal, so I opologize in advance for the wordyness.
 
I've gotten to the point of no errors when running or configuring the
sampler in Windows XP, but still can't get any sound.  The diagnosis
situation is complicated by the fact that I can't see, and need to use a
screen reader for the PC screen.  The screen reader "JAWS" reads some of
the JSampler Fantasia screen, but I don't know if the various status
info, e.g., MIDI in and audio out indicators are invisible to me, or
there is no activity.  
 
I managed to use Telnet to comunicate directly with the back end, and
this way was able to see what devices it really recognized, and make a
basic setup, but still didn't get sound.  I studied the LSCP format, and
was able to determine that there were no errors in the loading.  Audio,
MIDI, Channel, and Sample Library statuses seemed OK.  I tried to enable
the LSCP Subscribe commands for MIDI activity, but they give syntax
errors.  I was able to subscribe to the instrument stream and disk
streams, and those stayed constant without any changes.  I doubt that I
can manipulate on-screen keys in JSampler, but I also attempted to use
the SEND LSCP command to manually play a note, but that also generates a
syntax error.  
 
My questions are:
1. I'm wondering first if there is a miss-match of the LSCP and the Back
End I'm running, and perhaps the JSampler as well.  (Backend seems to be
1.0.0, JSampler 0.9, and LSCP 1.4)
2. If, in fact, the back end is not receiving MIDI, even though I know
my interface is working, where do I look next.
3. Is the syntax error from the line below that JSampler is sending
signifficant, especially since it supplied no data?  
c "SET MIDI_INPUT_PORT_PARAMETER 0 0 PORT=''"
s "ERR:0:syntax error, unexpected ''' (line:11,column:41)"
4. should I be able to supply a port number there?  When I try either a
0 or 1 (if there is only one port, would it be 0 or 1?) I get an error
"Connection to port failed."
 
Thanks for your help, and sorry to be so long winded.
 
Kevin
 
--------
System Information:
________
Computer: AMD Athlon(tm) XP 2800+, 2.08 GHz, 1.00 GB of RAM 
Windows XP Home, Version 2002, Service Pack 3 
Sound/MIDI: M-Audio Delta Audiophyle 2496
 
--------
Output from Backend:
________
LinuxSampler 1.0.0 (stand alone backend)
LinuxSampler 0.5.1
Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck
Copyright (C) 2005-2007 Christian Schoenebeck
Detected features: MMX SSE
Creating Sampler...OK
Registered sampler engines: 'GIG'
Registered MIDI input drivers: MME
Registered audio output drivers: ASIO
Loading instrument editor plugins...Could not open instrument editor
plugins dir
ectory (./plugins): Error 3
Registered instrument editors:
Starting LSCP network server (0.0.0.0:8888)...OK
LinuxSampler initialization completed. :-)
LSCPServer: Client connection established on socket:300.
LSCPServer: Client connection established on socket:316.
Starting disk thread...OK
Scheduling 'C:\Downloads\Saxophone-Stereo-Wurli-(jh)JoeHardy.gig'
(Index=0) to b
e loaded in background (if not loaded yet).
Loading gig file
'C:\Downloads\Saxophone-Stereo-Wurli-(jh)JoeHardy.gig'...OK
Loading gig instrument
('C:\Downloads\Saxophone-Stereo-Wurli-(jh)JoeHardy.gig',0
)...OK
Caching initial samples...OK 
 
--------
Script file from JSampler Fantasia:
________
# Exported by: JSampler - a java front-end for LinuxSampler
# Version: 0.9
# Date: Sun Dec 27 17:08:48 MST 2009
 
RESET
 
SET VOLUME 0.35
 
CREATE MIDI_INPUT_DEVICE MME
SET MIDI_INPUT_PORT_PARAMETER 0 0 NAME='Port 0'
SET MIDI_INPUT_PORT_PARAMETER 0 0 PORT=''
 
CREATE AUDIO_OUTPUT_DEVICE ASIO ACTIVE=true CHANNELS=4 SAMPLERATE=44100
CARD='M-Audio Delta ASIO' FRAGMENTSIZE=256
SET AUDIO_OUTPUT_CHANNEL_PARAMETER 0 0 NAME='Channel 0'
SET AUDIO_OUTPUT_CHANNEL_PARAMETER 0 1 NAME='Channel 1'
SET AUDIO_OUTPUT_CHANNEL_PARAMETER 0 2 NAME='Channel 2'
SET AUDIO_OUTPUT_CHANNEL_PARAMETER 0 3 NAME='Channel 3'
 
REMOVE MIDI_INSTRUMENT_MAP ALL
 
ADD CHANNEL
SET CHANNEL MIDI_INPUT_DEVICE 0 0
SET CHANNEL MIDI_INPUT_PORT 0 0
SET CHANNEL MIDI_INPUT_CHANNEL 0 ALL
LOAD ENGINE GIG 0
SET CHANNEL VOLUME 0 1.0
SET CHANNEL MIDI_INSTRUMENT_MAP 0 NONE
SET CHANNEL AUDIO_OUTPUT_DEVICE 0 0
LOAD INSTRUMENT NON_MODAL
'C:/Downloads/Saxophone-Stereo-Wurli-(jh)JoeHardy.gig' 0 0
 

#jsampler.fantasia: [channel]
#jsampler.fantasia: channelLane = 1
#jsampler.fantasia: viewType = NORMAL
#jsampler.fantasia: expanded = true
#
#jsampler.fantasia: [MIDI device]
#jsampler.fantasia: expanded = false
#
#jsampler.fantasia: [audio device]
#jsampler.fantasia: expanded = false
#

------------------------------------------------------------------------------
This SF.Net email is sponsored by the Verizon Developer Community
Take advantage of Verizon's best-in-class app development support
A streamlined, 14 day to market process makes app distribution fast and easy
Join now and get one step closer to millions of Verizon customers
http://p.sf.net/sfu/verizon-dev2dev 
_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to