Re: [Linuxsampler-devel] midi message fantasia note off

2021-12-27 Thread Jan Flikweert
Christian, Probably more clear I translated the midi messages I send from jOrgan to LSCP: Note on: "SEND CHANNEL MIDI_DATA NOTE_ON 0 60 127" Note off: "SEND CHANNEL MIDI_DATA NOTE_OFF 0 60 0" Instrument/Stop on: "SEND CHANNEL MIDI_DATA CC 0 7 127" Instrument/Stop off: "SEND CHA

Re: [Linuxsampler-devel] midi message fantasia note off

2021-12-27 Thread Jan Flikweert
Christian, Thanks. Your explanation of binary midi is clear to me and is equal to the decimal jOrgan midi. jOrgan uses the LSCP protocol through localhost/ to send the .lscp file. jOrgan uses midi protocol through an midiport to toggle note on/off and toggle stops on/off. Fantasia/QSampler us

Re: [Linuxsampler-devel] midi message fantasia note off

2021-12-27 Thread Christian Schoenebeck
On Sonntag, 26. Dezember 2021 22:13:05 CET Jan Flikweert wrote: > Hi, > > I will explain my problem. > > I am working with release samples/sfz. This works good using fantasia. Not > good using jOrgan. jOrgan/Linuxsampler works very good, but without > release. JSampler and QSampler both control

Re: [Linuxsampler-devel] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-27 Thread Christian Schoenebeck
On Sonntag, 26. Dezember 2021 21:57:12 CET Andrew C wrote: > *Diff patch for debugging/illustration purposes:* > > Index: LS-DEBUG/src/engines/gig/InstrumentResourceManager.cpp > === > --- LS-DEBUG/src/engines/gig/InstrumentResourceMa