[Linuxsampler-devel] Missing file when compiling PluginVst.cpp

2021-03-02 Thread Doug Gray
Hi, My first time here so be kind...pls... My objective is to build the LinuxSampler plugin for use with Reaper on a RaspberryPi platform. So far I have successfully built and run LinuxSampler and Qsampler as deb packages on the RPi platform after including the ARM patches and following the inst

Re: [Linuxsampler-devel] Missing file when compiling PluginVst.cpp

2021-03-15 Thread Doug Gray
> Please do me a favour and reply to the list instead of just to me privately. Apologies for this - my mistake. I would hate that!! I my defence your private email was listed in the from address field and the list email in the cc field. I hit reply thinking it was going to the list but didn’t

Re: [Linuxsampler-devel] Missing file when compiling PluginVst.cpp

2021-03-16 Thread Doug Gray
> On 16 Mar 2021, at 5:15 am, Christian Schoenebeck > wrote: > > any older version > of the SDK will do, which you can find on Steinberg's Github page for > instance, both via git (tags), as well as convenient zip/tarball file Sadly these zip and tar ball files are empty except for the ver

[Linuxsampler-devel] Compile error today: linuxsampler

2021-09-27 Thread Doug Gray
;all'. Stop. I have looked but cannot see the solution. Also, to update the svn image I presume the command would be: svn up https://svn.linuxsampler.org/svn/linuxsampler/trunk linuxsampler Correct? TIA Doug Gray ___ Linuxsampler-devel mai

Re: [Linuxsampler-devel] Compile error today: linuxsampler

2021-09-28 Thread Doug Gray
Christian Schoenebeck < schoeneb...@linuxsampler.org> wrote: > On Dienstag, 28. September 2021 07:38:22 CEST Doug Gray wrote: > > Apologies for what may be a trivial question but I am un-accustomed to > > compiling the source but I have an error I'm not sure how to fix, see as > >

Re: [Linuxsampler-devel] Compile error today: linuxsampler

2021-09-28 Thread Doug Gray
uxsampler.org> wrote: > On Dienstag, 28. September 2021 14:33:11 CEST Doug Gray wrote: > > Thanks for the help. Flex was not installed, fixed that and ran 'make > > parser'. > > I'm building deb packages BTW, the compile got much further until this > > er

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

2022-01-02 Thread Doug Gray
for note off but I suggest that that should only be the case when note off velocity is actually zero. I don’t think it is likely at least for triple sensor that ‘most midi controllers’ send zero velocity note-off. It would be good to verify this. Doug Gray > On 2 Jan 2022, at 6:28 pm,

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

2022-01-02 Thread Doug Gray
expected but makes good sense. Doug Gray Sent from my iPhone > On 3 Jan 2022, at 4:19 am, Jerash music wrote: > >  > >> Le 2 janv. 2022 à 14:53, Christian Schoenebeck >> a écrit : >> >>> On Sonntag, 2. Januar 2022 14:42:55 CET Jerash music wrote: >>&

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

2022-01-06 Thread Doug Gray
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

[Linuxsampler-devel] Noise at approx 128 voices or greater

2023-02-08 Thread Doug Gray
Hello, I have patched and compiled linuxsampler for Raspberry Pi 4 4Gb with arm64 PiOS (Debian) running a 6.1 Realtime patched Kernel. In every respect this system is running very well with only one issue. Whenever it exceeds 128 (or thereabouts) Voices the audio starts to include noise like t

Re: [Linuxsampler-devel] Noise at approx 128 voices or greater

2023-02-11 Thread Doug Gray
Feb 2023 at 05:27, Christian Schoenebeck < schoeneb...@linuxsampler.org> wrote: > On Wednesday, February 8, 2023 12:58:17 PM CET Doug Gray wrote: > > Hello, > > I have patched and compiled linuxsampler for Raspberry Pi 4 4Gb with > arm64 > > PiOS (Debian) running a 6.

Re: [Linuxsampler-devel] Noise at approx 128 voices or greater

2023-02-12 Thread Doug Gray
2.2.1 which has been the case for 3 years.  Also LS reports a build date of 9th May 2021, which should also be 30th December 2022.A little odd but I suppose it to be a bug in the Debian build.Sent from my iPadOn 11 Feb 2023, at 9:03 pm, Doug Gray wrote:Christian,Thank you for responding to my

[Linuxsampler-devel] Gig engine MIDI CC implementation details?

2023-08-16 Thread Doug Gray
So far I have not been able to find documentation for gig in Linuxsampler that addresses which CC controls are implemented and what their functionality might be. My keyboard has limited controls but the few it has can be allocated as necessary. I have been able to discover a few (volume, pan, d

[Linuxsampler-devel] SFZ versus GIG

2023-08-23 Thread Doug Gray
form as an issue. Otherwise any advice or direction would be welcome, Doug Gray ___ Linuxsampler-devel mailing list Linuxsampler-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

[Linuxsampler-devel] Profiling Linuxsampler

2023-08-25 Thread Doug Gray
Christian, Reading and testing the example given here I can see the process. https://www.thegeekstuff.com/2012/08/gprof-tutorial/ >From your directions to Ebab in 2020 I surmise the command line would be: CXXFLAGS="-O3 -pg -j4" ./configure && make and execute: ./src/linuxsampler I presume -O3

Re: [Linuxsampler-devel] Profiling Linuxsampler

2023-08-27 Thread Doug Gray
ek.Thanks again for your help,DougOn Sat, 26 Aug 2023 at 16:55, Christian Schoenebeck <schoeneb...@linuxsampler.org> wrote:On Friday, August 25, 2023 3:14:13 PM CEST Doug Gray wrote: > Christian, > Reading and testing the example given here I can see the process. > https://www.

Re: [Linuxsampler-devel] Profiling Linuxsampler

2023-08-30 Thread Doug Gray
clean. Doug Sent from my iPad > On 29 Aug 2023, at 7:35 pm, Christian Schoenebeck > wrote: > > On Sunday, August 27, 2023 3:36:50 PM CEST Doug Gray wrote: >> Christian, >> (Resend - apologies for the previous direct send to you.) >> >> Compiled LS with &

Re: [Linuxsampler-devel] Profiling Linuxsampler

2023-09-10 Thread Doug Gray
g> wrote: > On Wednesday, August 30, 2023 12:49:24 PM CEST Doug Gray wrote: > > Christian, > > Yes the output I posted began just before pressing sufficient keys to > > trigger the failure event, ie laying my arm across the keys. Capturing > > only the key presses, the

Re: [Linuxsampler-devel] LinuxSampler lacks time stamp code for your system

2024-11-04 Thread Doug Gray
run a headless stand alone linuxsampler on Raspberry Pi 5 with ssd drive. Thing is I have no idea how to apply the patches. Le lun. 4 nov. 2024, 06:34, Doug Gray <doug2...@gmail.com> a écrit :The patches I used are kicking around on git somewhere.  They work for me compiling to 32 and 64 bit.

Re: [Linuxsampler-devel] LinuxSampler lacks time stamp code for your system

2024-11-03 Thread Doug Gray
The patches I used are kicking around on git somewhere.  They work for me compiling to 32 and 64 bit.   I am exclusively using Pi4 64bit for my sampled piano and encounter problems on only very complex passages (at tempo Claire de Lune) especially if I add in samples triggered on note release. I ha

Re: [Linuxsampler-devel] LinuxSampler lacks time stamp code for your system

2024-11-04 Thread Doug Gray
t;r...@netc.lu> a écrit :On 04/11/2024 19:25, Doug Gray wrote: >Use the ‘patch’ command,  see ‘man patch’ for details. > >Sent from my iPhone > > >    On 4 Nov 2024, at 7:02 PM, Luandino Jean-Elie <luandinojeane...@gmail.com> >    wrote: > > >    Thank you very mu