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

2022-08-01 Thread Jerash music
Late reply, but minimum velocity release of 1 is also confirmed on many IK.multimedia keyboards ans korgs. Could never find a keyboard with 0 release velocity. Hope that helps. Raphaël Le mar. 11 janv. 2022 à 14:00, Christian Schoenebeck < schoeneb...@linuxsampler.org> a écrit : > On Freitag, 7.

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

2022-01-11 Thread Christian Schoenebeck
On Freitag, 7. Januar 2022 08:29:49 CET Doug Gray wrote: > I've crawled around a number of product manuals and discovered a variety of > behaviours for note off. Some do send v=64 including some recent models > (Casio Privia PXS series, Yamaha CP88, YC88 to name a few notables). > On the other han

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

2022-01-06 Thread Doug Gray
I've crawled around a number of product manuals and discovered a variety of behaviours for note off. Some do send v=64 including some recent models (Casio Privia PXS series, Yamaha CP88, YC88 to name a few notables). On the other hand the Yamaha Arius ADP Series of console pianos send v=1-127, ie

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

2022-01-04 Thread Christian Schoenebeck
I changed the behaviour for both the SFZ engine and gig engine to distinguish by note-off velocity being exactly zero for now: http://svn.linuxsampler.org/cgi-bin/viewvc.cgi?view=revision&revision=4020 That should fix expected release trigger behaviour for both keyboards with and without key rel

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

2022-01-03 Thread Raphaël Mouneyres
thanks for the tests, it makes sense from a firmware perspective to set 0x01 as a minimum. I'll try to have a look at how another keyboard reacts when I have one at hand, probably during this week or next one, and I'll report back. Raphaël Le 03/01/2022 à 02:58, Doug Gray a écrit : I have r

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

2022-01-02 Thread Doug Gray
I have run a test on the SL-88, the lowest reported release velocity seems to be 0x01. I have tried to release keys as gently as I can but have not yet seen a release velocity of zero. It’s easy to hit the 0x01 so I’m quite confident it is the lowest possible value. This was not what I expecte

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

2022-01-02 Thread Jerash music
> Le 2 janv. 2022 à 14:53, Christian Schoenebeck > a écrit : > > On Sonntag, 2. Januar 2022 14:42:55 CET Jerash music wrote: >> Having worked with (and repairing) many midi keyboard controllers, I can say >> that release velocity is not very common. Mainly available on high range >> keyboard,

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

2022-01-02 Thread Christian Schoenebeck
On Sonntag, 2. Januar 2022 14:42:55 CET Jerash music wrote: > Having worked with (and repairing) many midi keyboard controllers, I can say > that release velocity is not very common. Mainly available on high range > keyboard, often with weighted keys, piano style. > > Keyboard rubbers with triple

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

2022-01-02 Thread Jerash music
Having worked with (and repairing) many midi keyboard controllers, I can say that release velocity is not very common. Mainly available on high range keyboard, often with weighted keys, piano style. Keyboard rubbers with triple sensors offer greater definition so to have the release velocity,

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

2022-01-02 Thread Christian Schoenebeck
Mja, that behaviour could likewise easily be adjusted for the gig engine as I did for the sfz engine this week. From the sfz docs I see, people seem to expect that the note-on velocity is always used instead of the note-off velocity? Hence I just changed that exactly this way for the sfz engine

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

2022-01-02 Thread Doug Gray
For the record my Studiologic SL88 keyboard controller does send note off with a measured velocity value. I have verified this myself since the sfz file I am using has key off sounds. This velocity is measured at key release. I see the documentation states that the note on velocity is reused fo

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

2022-01-01 Thread Jan Flikweert
JanFl. Wrote:" Thank you very much for this solution and the things I learned. It works." The solution does not work for gig files. The funny thing is that gig files can also play a release sample after aloop from a sample. The dimension is called releasetrigger. One dimension has a normal loop a

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

2022-01-01 Thread Jan Flikweert
CU wrote: Fixed. Works now as expected: http://svn.linuxsampler.org/cgi-bin/viewvc.cgi?view=revision&revision=4013 The order of the regions in the sfz file does not matter for LS BTW. I just saw before that it does for other players. CU Christian -- Thank you very much for this solut

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

2021-12-31 Thread Christian Schoenebeck
On Donnerstag, 30. Dezember 2021 22:04:37 CET you wrote: > Hi, > > I tried flipping the order of those regions. That did not work. > > Kind regards, Fixed. Works now as expected: http://svn.linuxsampler.org/cgi-bin/viewvc.cgi?view=revision&revision=4013 The order of the regions in the sfz file

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

2021-12-30 Thread Jan Flikweert
Hi, I tried flipping the order of those regions. That did not work. Kind regards, Jan Flikweert CU Wrote: Have you tried flipping the order of those two regions, i.e. release trigger region after attack region? CU Christian

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

2021-12-30 Thread Christian Schoenebeck
On Mittwoch, 29. Dezember 2021 21:59:13 CET Jan Flikweert wrote: > Christian, > > Thanks for your explanation. I conclude that it is only needed to set notes > on/off. Stops do not need on/off. If you do not need a instrument, do not > sent notes to it. > > The next file sample-release-060-C.wav

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

2021-12-29 Thread Jan Flikweert
: [Linuxsampler-devel] midi message fantasia note off On Dienstag, 28. Dezember 2021 08:01:06 CET Jan Flikweert wrote: > 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 1

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

2021-12-29 Thread Christian Schoenebeck
On Dienstag, 28. Dezember 2021 08:01:06 CET Jan Flikweert wrote: > 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" That's a not

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

2021-12-27 Thread Jan Flikweert
nuxsampler-devel@lists.sourceforge.net Subject: Re: [Linuxsampler-devel] midi message fantasia note off 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. N

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

2021-12-27 Thread Jan Flikweert
Flikweert -- -Original Message- From: Christian Schoenebeck [mailto:schoeneb...@linuxsampler.org] Sent: maandag 27 december 2021 16:29 To: linuxsampler-devel@lists.sourceforge.net Subject: Re: [Linuxsampler-devel] midi message fantasia note off On Sonntag, 26. Dezember

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] midi message fantasia note off

2021-12-26 Thread Jan Flikweert
,set 36, set velocity. Note off is set 128,set 36,.. and set 176,set 1, set 0 which is cc 1. Kind regards, Jan Flikweert From: Andrew C [mailto:countfuzzb...@gmail.com] Sent: zondag 26 december 2021 17:48 To: Jan Flikweert Cc: linuxsampler-devel Subject: Re: [Linuxsampler-devel] midi

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

2021-12-26 Thread Andrew C
Hi Jan, I would imagine it's a simple enough NOTE_OFF event is all. Just to illustrate the code from jlscp's event/MidiDataEvent: ackage org.linuxsampler.lscp.event; /** * A semantic event which indicates that MIDI data has arrived. * @author Grigor Iliev */ public class MidiDataEvent extends ja