Hi,

Another situation is that creating one track with the Linuxsampler plugin
allows the user to add more than 16 instruments. Attached the result from
that action.

Kind regards,


Jan Flikweert


-----Original Message-----
From: Christian Schoenebeck [mailto:schoeneb...@linuxsampler.org] 
Sent: maandag 19 april 2021 19:22
To: linuxsampler-devel@lists.sourceforge.net
Cc: Jan Flikweert
Subject: Re: [Linuxsampler-devel] Documentation how to use Linuxsampler
plugin?

On Samstag, 17. April 2021 14:28:56 CEST Jan Flikweert wrote:
> Hi!
> 
> Here the answer to your questions what it does after the 17th. Instrument.
I
> also included the 18th. Because after 17th instrument everything is set to
> midi device 0 port 0. It is not allowed to change this manually.
> 
> -----------------
> The answer to your question:
> 
> CREATE MIDI_INPUT_DEVICE Plugin
> SET MIDI_INPUT_PORT_PARAMETER 0 0 NAME='Port 0'
> 
> CREATE MIDI_INPUT_DEVICE Plugin
> SET MIDI_INPUT_PORT_PARAMETER 1 0 NAME='Port 0'
> 
> CREATE AUDIO_OUTPUT_DEVICE Plugin ACTIVE=true CHANNELS=32 SAMPLERATE=44100
> FRAGMENTSIZE=1024
> ADD CHANNEL
> SET CHANNEL MIDI_INPUT_DEVICE 16 1
> SET CHANNEL MIDI_INPUT_PORT 16 0
> SET CHANNEL MIDI_INPUT_CHANNEL 16 0
> LOAD ENGINE GIG 16
> SET CHANNEL VOLUME 16 1.0
> SET CHANNEL MIDI_INSTRUMENT_MAP 16 NONE
> SET CHANNEL AUDIO_OUTPUT_DEVICE 16 1
> LOAD INSTRUMENT NON_MODAL 'D:/Domus\x20gig/Nov2016mono/Gedekt8.gig' 0 16
> 
> 
> ADD CHANNEL
> SET CHANNEL MIDI_INPUT_DEVICE 17 0
> SET CHANNEL MIDI_INPUT_PORT 17 0
> SET CHANNEL MIDI_INPUT_CHANNEL 17 0
> LOAD ENGINE GIG 17
> SET CHANNEL VOLUME 17 1.0
> SET CHANNEL MIDI_INSTRUMENT_MAP 17 NONE
> SET CHANNEL AUDIO_OUTPUT_DEVICE 17 0
> LOAD INSTRUMENT NON_MODAL 'D:/Domus\x20gig/Nov2016mono/Larigot.gig' 0 17
> -----------------

Could you please dump the entire sampler session from part 1 to part 18?

CU
Christian


Attachment: incl18th.lscp
Description: Binary data

_______________________________________________
Linuxsampler-devel mailing list
Linuxsampler-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Reply via email to