Re: [Linuxsampler-devel] gigaedit saving issues

2025-09-09 Thread Christian Schoenebeck
On Monday, September 8, 2025 11:32:13 PM CEST David Schornsheim via Linuxsampler-devel wrote: > Hello, > > there's an issue with the current version of gigaedit (tested on Windows > 10 and on Linux) with version 2.4.0.svn1_20250906. [...] > For Andreas Persson, even the latest version still crash

Re: [Linuxsampler-devel] libgig version macro

2025-08-28 Thread Christian Schoenebeck
On Wednesday, August 27, 2025 9:05:50 PM CEST Dalton Messmer wrote: [...] > If instead, macros like these were added to gig.h... > > #define LIBGIG_VERSION_MAJOR 4 > #define LIBGIG_VERSION_MINOR 5 > #define LIBGIG_VERSION_REVISION 1 > > ...the problem would be solved from the next libgig version

Re: [Linuxsampler-devel] loongarch64 support

2025-08-16 Thread Christian Schoenebeck
On Monday, August 11, 2025 5:22:08 PM CEST Ilya Sorochan wrote: > Hi, Hi Ilya, > I was able to build linuxsampler on loongarch64 with some minor tweaks and > would like to share them and possibly merge into linuxsampler. > I also successfully ran `make check` with those changes. > All patches app

Re: [Linuxsampler-devel] problem to build linuxsampler 2.4.0 for armv7hl

2025-06-18 Thread Christian Schoenebeck
On Tuesday, June 17, 2025 2:16:19 AM CEST Philippe DIDIER wrote: > Hi Hi Philippe, > We use to create rpms of gig linuxsampler gigedit and qsampler for i686 > , x86_64 , aarch64 and armv7hl... > > There's something wrong when we try to build linuxsampler 2.4.0 for > armv7hl : > > This concern

Re: [Linuxsampler-devel] 2.4.0 and 2.3.1 Releases not working on MacOS

2025-06-11 Thread Christian Schoenebeck
On Tuesday, June 10, 2025 11:52:32 PM CEST Rui Nuno Capela via Linuxsampler- devel wrote: > On 6/10/25 22:11, Christian Schoenebeck wrote: [...] > > I saw that you also added an optional installation of Qt onto the system. > > While that probably makes sense for Windows, on a Mac th

Re: [Linuxsampler-devel] 2.4.0 and 2.3.1 Releases not working on MacOS

2025-06-10 Thread Christian Schoenebeck
On Tuesday, June 10, 2025 9:38:26 PM CEST Rui Nuno Capela via Linuxsampler-devel wrote: > On 6/6/25 17:34, Rui Nuno Capela via Linuxsampler-devel wrote: > > On 6/6/25 10:52, Christian Schoenebeck wrote: > >> The problem rather is *what* cmake installs. For the QSampler Ma

Re: [Linuxsampler-devel] 2.4.0 and 2.3.1 Releases not working on MacOS

2025-06-06 Thread Christian Schoenebeck
On Thursday, June 5, 2025 5:17:13 PM CEST Rui Nuno Capela via Linuxsampler-devel wrote: > On 6/5/25 11:34, Christian Schoenebeck wrote: > > On Tuesday, June 3, 2025 8:53:36 PM CEST TJ Lindgren via > > Linuxsampler-devel wrote: > > > > The problem I have is, I don&

Re: [Linuxsampler-devel] 2.4.0 and 2.3.1 Releases not working on MacOS

2025-06-05 Thread Christian Schoenebeck
On Thursday, June 5, 2025 12:34:40 PM CEST Christian Schoenebeck wrote: > On Tuesday, June 3, 2025 8:53:36 PM CEST TJ Lindgren via Linuxsampler-devel > wrote: > > Has anyone tested Linuxsampler with a recent version of MacOS? I cannot > > get > > LinuxSampler working at

Re: [Linuxsampler-devel] 2.4.0 and 2.3.1 Releases not working on MacOS

2025-06-05 Thread Christian Schoenebeck
On Tuesday, June 3, 2025 8:53:36 PM CEST TJ Lindgren via Linuxsampler-devel wrote: > Has anyone tested Linuxsampler with a recent version of MacOS? I cannot get > LinuxSampler working at all. Obviously, it’s not apple silicon but there > are several issues preventing LinuxSampler from working it s

[Linuxsampler-devel] LinuxSampler 2.4.0 released

2025-06-03 Thread Christian Schoenebeck
Hi everyone, a new release had been rolled out today: o LinuxSampler 2.4.0 o Gigedit 1.2.2 o libgig 4.5.0 This is a new feature release. Check the release notes for details: http://doc.linuxsampler.org/Release_Notes/LinuxSampler_2_4_0/ /Christian ___

Re: [Linuxsampler-devel] LinuxSampler as a plugin - enabling more than 16 channels

2025-04-06 Thread Christian Schoenebeck
On Friday, April 4, 2025 3:15:23 PM CEST Gastón Taylor wrote: > Hello! Hi! > I've been trying to use more than 16 channels in LinuxSampler but I have > failed once and again. I add a second instance in another REAPER track and > set a channel both in Qsampler and Jsampler Classic to "Device 1", b

Re: [Linuxsampler-devel] gigedit crashes on save, doesn't save

2025-02-26 Thread Christian Schoenebeck
On Tuesday, February 25, 2025 9:00:51 PM CET Brandon Smith wrote: > Thank you Christian, that worked! With the latest version from svn I was > able to save gig files in both standalone and live mode. > Btw here is my script for installing linuxsampler from svn on mint 22: > > #!/bin/bash > # local

Re: [Linuxsampler-devel] gigedit crashes on save, doesn't save

2025-02-25 Thread Christian Schoenebeck
Hi Brandon, please try with latest SVN version, especially of libgig. I've fixed a bunch of issues in the last few days, including problems while saving with gigedit (e.g. save progress being stuck in gigedit sometimes). /Christian ___ Linuxsample

[Linuxsampler-devel] LinuxSampler 2.3.1 released

2024-03-26 Thread Christian Schoenebeck
Hi everyone, LinuxSampler 2.3.1 is just a small revision which fixes build errors with certain C++ stdlib versions. No behaviour changes this time. The affected code was already couple years old, so this issue is not limited to recent LinuxSampler 2.3.0 release. Best regards, Christian

[Linuxsampler-devel] libgig 4.4.1 released

2024-02-20 Thread Christian Schoenebeck
Hi everyone, libgig 4.4.1 is just a small revision which only fixes build errors with some compilers, introduced by recent libgig 4.4.0 release, therefore no behaviour changes this time. Best regards, Christian Schoenebeck ___ Linuxsampler-devel

Re: [Linuxsampler-devel] More patches for fixing MSVC compilation for libgig after 4.4.0 release

2024-02-12 Thread Christian Schoenebeck
On Sunday, February 11, 2024 1:31:25 PM CET Christian Schoenebeck wrote: > On Sunday, February 11, 2024 8:56:59 AM CET Ross Maxx wrote: > > Hello again. I tried to build libgig 4.4.0 on MSVC and found a few build > > errors. > > > > 1. I had to define `ssize_t` again i

Re: [Linuxsampler-devel] More patches for fixing MSVC compilation for libgig after 4.4.0 release

2024-02-11 Thread Christian Schoenebeck
On Sunday, February 11, 2024 8:56:59 AM CET Ross Maxx wrote: > Hello again. I tried to build libgig 4.4.0 on MSVC and found a few build > errors. > > 1. I had to define `ssize_t` again in `gig.h`, I previously did this in > `serialization.h`. Well, it's probably time to move those fundamental typ

[Linuxsampler-devel] LinuxSampler 2.3.0 released

2024-01-26 Thread Christian Schoenebeck
, Christian Schoenebeck ___ Linuxsampler-devel mailing list Linuxsampler-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Re: [Linuxsampler-devel] Fwd: Some patches to libgig.

2023-10-06 Thread Christian Schoenebeck
On Thursday, September 28, 2023 1:44:45 PM CEST Ross Maxx wrote: [...] > Hi from the LMMS team. I am a contributor there. We use libgig for our gig > player plugin, which plays .gig files. I, along with some other devs, were > working on getting gigplayer ported to MSVC and came to know that libgig

Re: [Linuxsampler-devel] Profiling Linuxsampler

2023-09-12 Thread Christian Schoenebeck
On Monday, September 11, 2023 7:31:34 AM CEST Doug Gray wrote: > Hi Christian, > Thank you for looking at this. > > I commented out the code as suggested but this did not help other than > removing the Lambda function as a candidate cause. Then it's a minor, unrelated issue. Should still be fi

Re: [Linuxsampler-devel] Profiling Linuxsampler

2023-09-09 Thread Christian Schoenebeck
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 failure itself and subsequent recovery, > appr

Re: [Linuxsampler-devel] Profiling Linuxsampler

2023-08-29 Thread Christian Schoenebeck
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 "-O3 -pg -g" flags. Discovered gprof does not work with > c++ (c, fortran and asm only) wasted an afternoon, should have read the > first line

Re: [Linuxsampler-devel] Profiling Linuxsampler

2023-08-25 Thread Christian Schoenebeck
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.thegeekstuff.com/2012/08/gprof-tutorial/ > > From your directions to Ebab in 2020 I surmise the command line would be: > > CXXFLAGS="-O3 -pg -

Re: [Linuxsampler-devel] SFZ versus GIG

2023-08-24 Thread Christian Schoenebeck
On Wednesday, August 23, 2023 9:13:11 AM CEST Doug Gray wrote: [...] > This configuration has achieved a very workable solution with the > Linuxsampler SFZ player, incorporating dynamic filtering within the SFZ > piano plus two effects chains in the lscp layer. My objective is to have a > playable

Re: [Linuxsampler-devel] Fwd: Gigedit question

2023-08-22 Thread Christian Schoenebeck
On Saturday, August 19, 2023 3:46:16 PM CEST Luandino Jean-Elie wrote: > Hello, > > I'm writing to you after using Linuxsampler and Gigedit. > They are amazing pieces of software ! Thanks to you, I can load and > play Gigastudio files on a Raspberry Pi computer. > > I have an issue though, trying

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

2023-08-18 Thread Christian Schoenebeck
On Wednesday, August 16, 2023 12:20:57 PM CEST Doug Gray wrote: > 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. There is none. > My keyboard has limited controls but the few it

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

2023-02-10 Thread Christian Schoenebeck
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.1 Realtime patched Kernel. In every respect > this system is running very well with only one issue. Whenever it exce

Re: [Linuxsampler-devel] CountRegions happiness when compiling the latest.

2022-10-27 Thread Christian Schoenebeck
On Wednesday, October 26, 2022 10:46:11 PM CEST Matt Herres wrote: > I downloaded all from svn: libgig, etc... a few days ago. > > linuxsampler does not compile due to CountRegions issue. > > Is there any new code available or a known fix? > > Thanks In Advance, > > --/matt > > libtool: compi

Re: [Linuxsampler-devel] qsampler win(32|64) build failures

2022-03-05 Thread Christian Schoenebeck
On Samstag, 5. März 2022 18:02:22 CET Rui Nuno Capela via Linuxsampler-devel wrote: > On 3/5/22 09:40, Christian Schoenebeck wrote: > > On Dienstag, 1. März 2022 19:33:31 CET Christian Schoenebeck wrote: > >> On Dienstag, 1. März 2022 19:01:53 CET Rui Nuno Capela wrot

Re: [Linuxsampler-devel] qsampler win(32|64) build failures

2022-03-05 Thread Christian Schoenebeck
On Dienstag, 1. März 2022 19:33:31 CET Christian Schoenebeck wrote: > On Dienstag, 1. März 2022 19:01:53 CET Rui Nuno Capela wrote: > > hi every1, > > Hi Rui, > > > for quite some time I've been noticing that windows builds are failing > > (see subject) pr

Re: [Linuxsampler-devel] qsampler win(32|64) build failures

2022-03-02 Thread Christian Schoenebeck
On Dienstag, 1. März 2022 23:45:30 CET Rui Nuno Capela via Linuxsampler-devel wrote: > On 3/1/22 18:33, Christian Schoenebeck wrote: > > On Dienstag, 1. März 2022 19:01:53 CET Rui Nuno Capela wrote: > > > > As for the frontsite: I don't think there is any issue. You w

Re: [Linuxsampler-devel] qsampler win(32|64) build failures

2022-03-01 Thread Christian Schoenebeck
mpilatation commands accordingly. cmake is already installed. Otherwise I will have some time at the weekend to handle it. As for the frontsite: I don't think there is any issue. You were not commiting with star "*" in front. That's why it did not show up there (expec

Re: [Linuxsampler-devel] toggle instrument on/off

2022-01-22 Thread Christian Schoenebeck
On Samstag, 22. Januar 2022 16:05:26 CET you wrote: > That is clear. It is another way of setting volume to zero. CC7 will do the > same. Is there a hard coded CC in Linuxsampler which mutes an instrument? As far as regular CCs are concerned, no, there is only CC7 hard coded for something like tha

Re: [Linuxsampler-devel] gigedit crashes in windows without saving file

2022-01-22 Thread Christian Schoenebeck
On Freitag, 21. Januar 2022 09:05:01 CET Jan Flikweert wrote: > Hi all, > > > > I use Windows 10 64 bit and The most recent version of Linuxsampler/gigedit > due to recent changes in the builds of Linuxsampler. > > > > I run gigedit 64 bit as administrator. > > > > 1.Modifying a gig file >

Re: [Linuxsampler-devel] toggle instrument on/off

2022-01-22 Thread Christian Schoenebeck
On Donnerstag, 20. Januar 2022 16:50:19 CET Jan Flikweert wrote: > Hi all, > > The use of Linuxsampler seems easy to me. If you do not need an instrument, > don't sent notes to it. > > I discovered that CC 71 works like toggle of/on instrument, stop. > > Is this correct, is this the meaning of

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] "GET" LSCP commands to linuxsampler sometimes don't return data

2022-01-05 Thread Christian Schoenebeck
On Mittwoch, 5. Januar 2022 11:26:57 CET Andrew C wrote: > Hi Christian, > > Ah ok, that was my issue with the instrument editor not opening after all! I disabled this behaviour for now as a workaround, so it no longer unloads instrument editor plugins on a LSCP "RESET" command: http://svn.linux

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

2022-01-04 Thread Christian Schoenebeck
gt; > > > > > 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:

[Linuxsampler-devel] SFZ: auto reload .sfz file

2022-01-03 Thread Christian Schoenebeck
For the SFZ users out there; experimental support for automatic reloading of modified .sfz files: http://svn.linuxsampler.org/cgi-bin/viewvc.cgi?view=revision&revision=4019 It works as simple as you might imagine: 1. Load an .sfz file as usual into LinuxSampler. 2. Open the .sfz file with an e

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 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

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 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] "GET" LSCP commands to linuxsampler sometimes don't return data

2021-12-30 Thread Christian Schoenebeck
On Dienstag, 28. Dezember 2021 11:21:28 CET Andrew C wrote: > This is the output when I, shall we say, non-interactively (i.e netcat) > send a command to Linuxsampler: > > Data type is libgig and data version is 4.3.0.svn34 > Trying to find an available editor. > Loading instrument editor plugins.

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 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

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

2021-12-23 Thread Christian Schoenebeck
On Mittwoch, 22. Dezember 2021 21:09:39 CET Andrew C wrote: > Hi Christian, > > Not trying to be intentionally obtuse here. :) > > I started completely from scratch again. Totally cleaned out /usr/local/ > (fresh ubuntu distro, so only Linuxsampler and co was living there from the > last install

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

2021-12-22 Thread Christian Schoenebeck
On Mittwoch, 22. Dezember 2021 17:04:14 CET Andrew C wrote: > Hi Christian, > > Thanks for the increased verbose output with that patch. I recompiled all > three of them again and I'm getting this in the console output of > Linuxsampler now: > > ERROR: Did not find a matching editor for instrumen

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

2021-12-22 Thread Christian Schoenebeck
On Mittwoch, 22. Dezember 2021 14:15:20 CET Christian Schoenebeck wrote: > On Dienstag, 21. Dezember 2021 19:18:44 CET Andrew C wrote: > > Thanks for that, Christian, I'll give some other netcat variants a go and > > see what I can get back. > > > > My Instrume

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

2021-12-22 Thread Christian Schoenebeck
On Mittwoch, 22. Dezember 2021 14:45:59 CET Andrew C wrote: > Hi Christian, > > Can confirm that is the order I compiled and installed the 3 pieces on this > new Linux installation. > > JSampler opens the editor in real-time mode, as does the LSCP commandline > **but** only when JSampler has prev

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

2021-12-22 Thread Christian Schoenebeck
rew@andrewlaptop:~/LSBuild$ linuxsampler > LinuxSampler 2.2.0.svn7 > Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck > Copyright (C) 2005-2021 Christian Schoenebeck > Binary built: Dec 20 2021 > Detected features: MMX SSE SSE2 > Automatic Stacktrace: Off > Creating

Re: [Linuxsampler-devel] JSampler java classes bugfixes?

2021-12-22 Thread Christian Schoenebeck
On Dienstag, 21. Dezember 2021 19:00:00 CET Andrew C wrote: > Hi Grigor, > > Thanks a bunch for that add-exports switch. JSampler is working fine now, > save for some creaky warning messages on JRE 18. > > Andrew. > > On Tue, Dec 21, 2021 at 5:04 PM Grigor Iliev wrote: > > Hi Andrew, > > You sh

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

2021-12-21 Thread Christian Schoenebeck
On Dienstag, 21. Dezember 2021 17:42:29 CET Andrew C wrote: > Hi Christian, > > Unfortunately no, I wasn't running a command in parallel to the GET > command, all my instruments had already loaded by the time I tried the GET > command. > The LSCP shell/CLI utility works absolutely fine every time

Re: [Linuxsampler-devel] JSampler java classes bugfixes?

2021-12-21 Thread Christian Schoenebeck
On Dienstag, 21. Dezember 2021 17:36:24 CET Andrew C wrote: > My bad, I had forgotten about QSampler. I'll try that out instead and > perhaps hunt down an older Java SDK version if possible. > > Cheers, > Andrew. Maybe it is time to mark JSampler as orphaned (e.g. on the website) to make it more

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

2021-12-21 Thread Christian Schoenebeck
On Dienstag, 21. Dezember 2021 15:46:17 CET Andrew C wrote: > Hi, > > I'm hacking together a quick-and-dirty bash script for controlling/setting > up audio/midi interfaces in Linuxsampler by sending LSCP commands. > > Sending the commands seems absolutely fine, but using the 'GET' commands to > r

Re: [Linuxsampler-devel] JSampler java classes bugfixes?

2021-12-21 Thread Christian Schoenebeck
On Montag, 20. Dezember 2021 10:52:50 CET Andrew C wrote: > Hi all, Hi, > I'm running into some critical errors with openJDK/JRE versions 16/18 and > trying to run JSampler. It appears there are some older classes that are no > longer supported in these versions or perhaps need a bit more wriggli

Re: [Linuxsampler-devel] SVN Gigedit compile errors on Ubuntu Studio 21.04

2021-12-17 Thread Christian Schoenebeck
On Freitag, 17. Dezember 2021 10:37:54 CET Andrew C wrote: > My bad here. I was mixing GTK versions.. Had installed libgtk2.4-dev, when > I should've installed libgtk-3.0-dev. Gigedit (latest svn) compiles > absolutely fine now. > > This thread also sheds light on the issue: > https://bb.linuxsamp

Re: [Linuxsampler-devel] akaiextract loop start <-> loop end

2021-11-17 Thread Christian Schoenebeck
On Dienstag, 16. November 2021 19:38:44 CET Kolja Koch wrote: > > Looks like data corruption to me. Akai sounds are decades old. On what > > medium did you have that Akai sound stored on; HD, burned vs. pressed > > CDROM? > The sounds come from an AKAI-image with looped brass-sounds. I don't really

Re: [Linuxsampler-devel] akaiextract loop start <-> loop end

2021-11-16 Thread Christian Schoenebeck
On Montag, 15. November 2021 15:46:27 CET Kolja Koch wrote: > Hi, > while working with some wav-files extracted by akaiextract, I noticed that > the information for loop-start and loop-end stored in the sfinst of the > wav-files seem to be in swapped order. Example: > > MIDIUnityNote: 41 > Channel

Re: [Linuxsampler-devel] gigedit crashes when creating ne gig-file. pango/gtkmm3?

2021-11-14 Thread Christian Schoenebeck
On Sonntag, 14. November 2021 20:56:49 CET Kolja Koch wrote: > Ran gigedit using gdb, loaded one sample, assigned it to one region and > saved the gig. It crashed. I then saved the attached > 'gigedit_trace_all_debug_on_2021_11_14.log' > > Looks quite like the other one to me... > > Next, I recom

Re: [Linuxsampler-devel] pango/gtkmm3?

2021-11-14 Thread Christian Schoenebeck
On Sonntag, 14. November 2021 18:09:00 CET Kolja Koch wrote: > > All those things are not likely being related with the crash you got > > though. > Ok, so I'll split this up into two separated mails then... > > > The other patch gigedit-1.2.0-redeclare.patch tries to address the > > compilation er

Re: [Linuxsampler-devel] gigedit crashes when creating ne gig-file. pango/gtkmm3?

2021-11-14 Thread Christian Schoenebeck
On Sonntag, 14. November 2021 18:50:13 CET Kolja Koch wrote: > > There is also "gigdump --verify foo.gig" from the command line BTW > > (man gigdump). > > Good to know, thanks! > > > > > You could start by providing the questioned info, plus a backtrace of > > > > the > > > > crash. > > I've nev

Re: [Linuxsampler-devel] gigedit crashes when creating ne gig-file. pango/gtkmm3?

2021-11-12 Thread Christian Schoenebeck
On Freitag, 12. November 2021 12:17:16 CET Kolja Koch wrote: > > Which makes me wonder why I don't get these GTK compiler errors with the > > same gtk(mm) 3.24.5 version. Are you sure you are compiling against the > > header files of exactly *that* gtk version and not probably against > > header fi

Re: [Linuxsampler-devel] gigedit crashes when creating ne gig-file. pango/gtkmm3?

2021-11-11 Thread Christian Schoenebeck
On Donnerstag, 11. November 2021 10:44:01 CET Kolja Koch wrote: > Hi all, > > while testing some newly created gig-files I ran into some problems with > gigedit. I think, this might have something to do with my installation of > it. > > When trying to install tha latest gegedit version (1.2.0), r

Re: [Linuxsampler-devel] linuxsampler to support 32 bit samples?

2021-11-08 Thread Christian Schoenebeck
On Montag, 8. November 2021 22:45:57 CET Kolja Koch wrote: > > Actually libgig only supports samples up to 24 bit: > > http://svn.linuxsampler.org/cgi-bin/viewvc.cgi/libgig/trunk/src/gig.cpp?re > > vision=3979&view=markup#l467 > > > > The disk streaming Read() method is currently quite ignorant an

Re: [Linuxsampler-devel] linuxsampler to support 32 bit samples?

2021-11-08 Thread Christian Schoenebeck
On Montag, 8. November 2021 20:16:13 CET Kolja Koch wrote: > Hello all, Hi, > while working on the next release of gigcreator (which, as a sidenote, > will support all available dimensions) , I just learned that libgig > already supports 32 bit samples. I'm able to create gig-files with > those k

Re: [Linuxsampler-devel] Linuxsampler on pipewire

2021-11-04 Thread Christian Schoenebeck
On Donnerstag, 4. November 2021 17:43:39 CET Sawyer Bergeron wrote: > That does seem to be the case, > > ldd (which qjackctl) | grep jack > > > > libjack.so.0 => /usr/lib/pipewire-0.3/jack/libjack.so.0 > > > > (0x7f3af17ae000) > > ldd (which linuxsampler) | grep jack > > > > libjack.so.0 =

Re: [Linuxsampler-devel] Linuxsampler on pipewire

2021-11-04 Thread Christian Schoenebeck
LinuxSampler 2.2.0 > > Copyright (C) 2003,2004 by Benno Senoner and Christian Schoenebeck > > Copyright (C) 2005-2021 Christian Schoenebeck > > Binary built: Jun 3 2021 > > Detected features: MMX SSE SSE2 > > Automatic Stacktrace: Off > > Creating Sampler...O

Re: [Linuxsampler-devel] gigCreator

2021-10-09 Thread Christian Schoenebeck
:) > > Cheers, > Kolja > > Am Mittwoch, dem 06.10.2021 um 15:30 +0200 schrieb Christian > > Schoenebeck: > > On Mittwoch, 6. Oktober 2021 11:51:37 CEST Kolja Koch wrote: > > > Hello all, > > > > > > I managed to get the 'gi

Re: [Linuxsampler-devel] gigCreator

2021-10-06 Thread Christian Schoenebeck
On Mittwoch, 6. Oktober 2021 11:51:37 CEST Kolja Koch wrote: > Hello all, > > I managed to get the 'gigCreator' online on gitlab: > https://gitlab.com/koljakoch/gigcreator > > 'A tool written in C++ for generating GIGA-Sampler files out of a bunch > of wav-files.' > > > It is now not using wav2

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

2021-09-29 Thread Christian Schoenebeck
sing my > own gpg key. (I have obscured your email address here): > > signfile linuxsampler_2.2.0_armhf.buildinfo > gpg: skipped "Christian Schoenebeck <@users.sourceforge.net>": No > secret key > gpg: dpkg-sign.0v6yB9ud/linuxsampler_2.2.0_armhf.buildin

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

2021-09-28 Thread Christian Schoenebeck
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 > error -see below. More files to generate? > > /bin/bash ../../libtool --ta

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

2021-09-28 Thread Christian Schoenebeck
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 > follows. Note: This code was checked out today. Make sure you have bison and flex ins

Re: [Linuxsampler-devel] wav2gig naming-convention

2021-09-10 Thread Christian Schoenebeck
On Mittwoch, 8. September 2021 19:27:49 CEST Kolja Koch wrote: > Hi, > > thanks for the tipps! > > I made some progress, see attached screenshots. > > example1 shows processing the default-naming-scheme. I already renamed > these files with my initial shell-script to that. When hitting OK, a > w

Re: [Linuxsampler-devel] wav2gig naming-convention

2021-09-05 Thread Christian Schoenebeck
On Sonntag, 5. September 2021 15:45:15 CEST Kolja Koch wrote: > Hi Christian, > > cool, thanks a lot for this! > As far as I understand it, I will be able to use that in my 'gig- > creator', that I'm working on (by the way, I ended up using wxWidget). Yes, for now you would probably assemble a co

Re: [Linuxsampler-devel] wav2gig naming-convention

2021-09-03 Thread Christian Schoenebeck
On Sonntag, 29. August 2021 15:11:27 CEST Christian Schoenebeck wrote: > On Samstag, 28. August 2021 20:23:34 CEST Kolja Koch wrote: > > > wav2gig -a '(.*) - \d* - .* - .*.wav" \ > > > > > >-b '.* - (\d*) - .* - .*.wav&quo

Re: [Linuxsampler-devel] wav2gig naming-convention

2021-08-29 Thread Christian Schoenebeck
On Sonntag, 29. August 2021 15:41:06 CEST Kolja Koch wrote: > > Regex patterns are doing the job, including use cases that go beyond > > your > > personal needs, and I don't have to maintain parsing code by myself. > > So the > > plan is to make this feature configurable by standard regex patterns

Re: [Linuxsampler-devel] wav2gig naming-convention

2021-08-29 Thread Christian Schoenebeck
On Samstag, 28. August 2021 20:23:34 CEST Kolja Koch wrote: > > wav2gig -a '(.*) - \d* - .* - .*.wav" \ > >-b '.* - (\d*) - .* - .*.wav" \ > >-c '.* - \d* - (.*) - .*.wav" \ > >-d '.* - \d* - .* - (.*).wav" > > It took me a moment to understand your prop

Re: [Linuxsampler-devel] wav2gig naming-convention

2021-08-28 Thread Christian Schoenebeck
On Samstag, 28. August 2021 18:29:21 CEST Kolja Koch wrote: > > Could you please elaborate, i.e. examples of where you would see > > > > > issues by > > > just supplying regex patterns from the command line? > > Sure! > > I don't know in which order the attributes might be. > The regex you imple

Re: [Linuxsampler-devel] wav2gig naming-convention

2021-08-28 Thread Christian Schoenebeck
On Freitag, 27. August 2021 21:19:27 CEST Kolja Koch wrote: > Hi Christian, > > thanks a lot for the info! > > Regarding regex: > I know regex, but was not too familiar with it. > From what I understand, it is hard to foresee, in what order the > attributes are in the filename, which makes direct

Re: [Linuxsampler-devel] wav2gig naming-convention

2021-08-26 Thread Christian Schoenebeck
On Mittwoch, 25. August 2021 12:26:38 CEST Kolja Koch wrote: > Hello all, > > I played around a little bit with the wav2gig tool, in order to get > samples extracted by akaiextract into a gig-file. > Currently, wav2gig only supports a hard coded naming convention for the > wav-files in order to ge

Re: [Linuxsampler-devel] linuxsampler-2.2.0 build fail on aarch64 in Mageia Cauldron (9-dev)

2021-05-14 Thread Christian Schoenebeck
On Donnerstag, 13. Mai 2021 22:20:26 CEST Barry Jackson wrote: > On 13/05/2021 18:23, Christian Schoenebeck wrote: > > Already filed: > > https://bugs.linuxsampler.org/cgi-bin/show_bug.cgi?id=193 > > > > I think some people are using a std lib call to generate a time

Re: [Linuxsampler-devel] linuxsampler-2.2.0 build fail on aarch64 in Mageia Cauldron (9-dev)

2021-05-13 Thread Christian Schoenebeck
asm solution for generating the time stamp would be better. Best regards, Christian Schoenebeck ___ Linuxsampler-devel mailing list Linuxsampler-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

[Linuxsampler-devel] LinuxSampler 2.2.0 released

2021-05-09 Thread Christian Schoenebeck
/Release_Notes/LinuxSampler_2_2_0/ Best regards, Christian Schoenebeck ___ Linuxsampler-devel mailing list Linuxsampler-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Re: [Linuxsampler-devel] Documentation how to use Linuxsampler plugin?

2021-04-21 Thread Christian Schoenebeck
On Dienstag, 20. April 2021 11:18:36 CEST Jan Flikweert wrote: > Hi, > > I attached two script files. The file corrincl18th.lscp is the result one > track with the LS plugin with 16 instruments and a second track with again > LS plugin instrument 17+18. > > Kind regards, > > Jan Flikweert [snip]

Re: [Linuxsampler-devel] Documentation how to use Linuxsampler plugin?

2021-04-19 Thread Christian Schoenebeck
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. > >

Re: [Linuxsampler-devel] Documentation how to use Linuxsampler plugin?

2021-04-17 Thread Christian Schoenebeck
On Freitag, 16. April 2021 09:17:29 CEST Jan Flikweert wrote: > Hi all, Hi! > Does anyone know how to use the Linuxsampler's VST instrument plugin > generally and special in REAPER. Is there any documentation to read? So far nobody has written a documentation for the VST/AU plugin part of LS.

Re: [Linuxsampler-devel] poorman's round robin script?

2021-04-08 Thread Christian Schoenebeck
On Mittwoch, 7. April 2021 16:31:10 CEST you wrote: > Hi Christian/List, > > I've written and fully tested a working "neighbour notes" round robin > script with some rudimentary logic to avoid "dead" notes at either extreme > of the instrument. > The initial instrument range is for a cello, but ca

Re: [Linuxsampler-devel] poorman's round robin script?

2021-04-06 Thread Christian Schoenebeck
On Dienstag, 6. April 2021 10:39:55 CEST Andrew C wrote: > Hi Christian, > > Thanks so much for the code snippets, they'll get me off to a good start! > I'll be doing this wholly in gig format, not sfz. Ok, then just hit Ctrl + S whenever you changed something in gigedit's script editor. That wi

Re: [Linuxsampler-devel] poorman's round robin script?

2021-04-06 Thread Christian Schoenebeck
On Sonntag, 4. April 2021 22:24:09 CEST Andrew C wrote: > Hi all, > > I'm looking into creating a poorman's round robin script for some short > note staccatos. I assume you want to use sfz. In this case create a text file somewhere which you will fill with NKSP script code and link that script i

Re: [Linuxsampler-devel] Does a simple .gig -> .sfz converter exist?

2021-03-23 Thread Christian Schoenebeck
On Montag, 22. März 2021 22:29:13 CET Frank Neumann wrote: > Hi Christian and all, > > > > I was wondering if some script or small tool exists that can do "basic" > > > conversion of .gig files to (set of .wav samples + .sfz). > > > > I am not aware of a free one. So I guess you would be off with

Re: [Linuxsampler-devel] Does a simple .gig -> .sfz converter exist?

2021-03-21 Thread Christian Schoenebeck
On Freitag, 19. März 2021 22:30:28 CET Frank Neumann wrote: > Hi list, > > I was wondering if some script or small tool exists that can do "basic" > conversion of .gig files to (set of .wav samples + .sfz). I am not aware of a free one. So I guess you would be off with some of the known commerci

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

2021-03-21 Thread Christian Schoenebeck
On Dienstag, 16. März 2021 22:41:50 CET Doug Gray wrote: > > 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

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

2021-03-16 Thread Christian Schoenebeck
On Montag, 15. März 2021 22:18:28 CET Doug Gray wrote: > > 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 f

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

2021-03-15 Thread Christian Schoenebeck
On Sonntag, 14. März 2021 10:13:01 CET Doug Gray wrote: > Christian, > Many thanks - obvious when you pint to the relevant code. I should have > found that. Please do me a favour and reply to the list instead of just to me privately. > I was premature when saying that the vst2 SDK was included -

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

2021-03-12 Thread Christian Schoenebeck
On Montag, 8. März 2021 01:10:19 CET you wrote: > By the way this download includes the VST2 SDK code as well so the file is > included. You're right, the zip file from the Steinberg websites includes the VST2 SDK. I was just reading the github page which sais it would not included it. But that

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

2021-03-05 Thread Christian Schoenebeck
On Mittwoch, 3. März 2021 02:28:22 CET Doug Gray wrote: > Hi, > My first time here so be kind...pls... Nobody will hurt you. Promise. :) > 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 a

Re: [Linuxsampler-devel] [linuxsampler-devel] Make error for libgig rev 3857 using GCC 9.3.0

2021-02-21 Thread Christian Schoenebeck
On Dienstag, 16. Februar 2021 18:01:06 CET Andrew C wrote: > Hi Christian, > > Thanks for the timely response and resolution. I did indeed miss that > configure script warning about uuid, so thanks for putting a hard exit when > missing the dependency for it. > > Got another make error, this time

Re: [Linuxsampler-devel] [linuxsampler-devel] Make error for libgig rev 3857 using GCC 9.3.0

2021-02-14 Thread Christian Schoenebeck
On Sonntag, 14. Februar 2021 10:43:41 CET Andrew C wrote: > Hi all, > > Seems whenever I install a new Linux OS every few years and go to recompile > Linuxsampler, make errors get thrown my way! Well, that happens with every project that new compiler errors pop up with new versions. In most case

  1   2   3   4   5   6   >