Re: [Linuxsampler-devel] import instruments from directory broken?

2017-01-21 Thread linuxsampler
lines" propagated like rabbits, but it is finally done. Latest SVN version of LinuxSampler supports scanning .sfz and .sf2 files out of the box. Give it a try! CU Christian -- Check out the vibrant tech community on

[Linuxsampler-devel] LinuxSampler license actually forbids ALL use GPL design decisions)

2014-02-27 Thread linuxsampler-devel . zen . ssokolow
When my brother asked me for help setting up LinuxSampler, I noticed that, because of a trick of legalese, the license actually forbids ALL use. Basically, the problem is as follows: 1. The GPL allows use for any purpose so long as its restrictions are met. 2. The GPL explicitly forbids any

[Linuxsampler-devel] Can't compile on a Gemini PDA

2018-10-11 Thread MAXIPENNA--- via Linuxsampler-devel
Hello, this is my first attempt to provide support for aarch64 (ARMv8a). At the moment the only arm patch available is for ARMv7. Is anybody else working on this issue at the moment? NOTE: my patch apply and linuxsampler compiles fine for aarch64, but when the add ENGINE command is sent

[Linuxsampler-devel] Different velocity curves for volume and timbre

2017-11-08 Thread Mauricio Kanada via Linuxsampler-devel
aging tech sites, Slashdot.org! http://sdm.link/slashdot___ Linuxsampler-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

[Linuxsampler-devel] svn gigedit and gtkmm-3.24.0 compilation issue

2019-01-01 Thread Miroslav Šulc via Linuxsampler-devel
ds. miroslav ___ Linuxsampler-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Re: [Linuxsampler-devel] svn gigedit and gtkmm-3.24.0 compilation issue

2019-01-01 Thread Miroslav Šulc via Linuxsampler-devel
JOR_VERSION == 3 && GTKMM_MINOR_VERSION > 22 and change them accordingly to GTK_MAJOR_VERSION == 3 && GTKMM_MINOR_VERSION > 24 If you got it working there, do others a favour and send us your patch please! CU Christian ______

Re: [Linuxsampler-devel] svn gigedit and gtkmm-3.24.0 compilation issue

2019-01-02 Thread Miroslav Šulc via Linuxsampler-devel
are a Gentoo user, you can do that! :) CU Christian ___ Linuxsampler-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel ___ Linuxsa

Re: [Linuxsampler-devel] svn gigedit and gtkmm-3.24.0 compilation issue

2019-01-02 Thread Miroslav Šulc via Linuxsampler-devel
g.git/tree/media-sound/gigedit/files/gige dit--gtkmm-3.24.patch Perfect! And it is now in SVN r3450 on our side. Thanks for your patch Miroslav! CU Christian ___ Linuxsampler-devel mailing list [email protected]

[Linuxsampler-devel] Some troubling behavior regarding MIDI Control Messages

2020-02-24 Thread joo bian via Linuxsampler-devel
Dear All, I am developing a series of virtual instruments for SFZ v.1  and v.2, which are aimed for solo players and thus include many variations of each instrument, triggered by different pedals. Recently, I discovered a problem in LinuxSampler, which I am positive (but not 100% sure) that it

[Linuxsampler-devel] a Bug discovered

2020-02-29 Thread joo bian via Linuxsampler-devel
complex instruments for LinuxSampler, particularly for high-quality piano instruments... Within the current bug, there is no way to include soft-pedal samples along with sustain samples and sustained-soft samples, because LinuxSampler plays false region samples!  Here are the list of attached files

Re: [Linuxsampler-devel] a Bug discovered

2020-03-02 Thread joo bian via Linuxsampler-devel
Thank you so much Andreas for looking into this.  I checked again and well, I have installed version 2.1.1-2, but this is not the version you mentioned, is it? For Arch Linux, you find the package details here:  https://aur.archlinux.org/packages/linuxsampler-vst | | AUR (en) - linuxsampler

Re: [Linuxsampler-devel] a Bug discovered

2020-03-03 Thread joo bian via Linuxsampler-devel
CET joo bian via Linuxsampler-devel wrote: >  Thank you so much Andreas for looking into this. > I checked again and well, I have installed version 2.1.1-2, but this is not > the version you mentioned, is it? For Arch Linux, you find the package > details here:  https://aur.archlinux.

[Linuxsampler-devel] SFZ engine Polyphony Opcodes

2020-03-31 Thread joo bian via Linuxsampler-devel
fe!) Ebad ___ Linuxsampler-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

Re: [Linuxsampler-devel] SFZ engine Polyphony Opcodes

2020-04-03 Thread joo bian via Linuxsampler-devel
Thank you Christian, You pointed out several things. I will focus in this reply on disc stream and polyphony in the LinuxSampler setting and will touch on the other, when I am sure I am getting the settings right. So I use Arch linux because I can install LinuxSampler (stable and svn

Re: [Linuxsampler-devel] SFZ engine Polyphony Opcodes

2020-04-06 Thread joo bian via Linuxsampler-devel
Thank you Christian for the detailed reply, I kept changing the JACK and LS buffer, polyphony, etc, but I am still getting the X-Runs. So at this point, I think it's time to go back to your previous comment whether LinuxSampler was compiled with optimization flag turned on. I had never

Re: [Linuxsampler-devel] SFZ engine Polyphony Opcodes

2020-04-07 Thread joo bian via Linuxsampler-devel
an 10%). But I managed to compile it with -o3 optimization. Since the optimization arguments are mainly passed to the compiler, I could also give them directly to the compiler. So for installing the SVN version of the LinuxSampler on Arch Linux, I applied the following commands after navigating t

Re: [Linuxsampler-devel] SFZ engine Polyphony Opcodes

2020-04-08 Thread joo bian via Linuxsampler-devel
s than 25% and memory usage is less than 10%). File format of samples being used (wav, flac, ogg vorbis)? CU Christian ___ Linuxsampler-devel mailing list [email protected] https://lists.source

Re: [Linuxsampler-devel] SFZ engine Polyphony Opcodes

2020-04-09 Thread joo bian via Linuxsampler-devel
Thank you for your explanation Christian.  I will give it a try with ALSA as you recommended. But I did a big test the next three days, which might be interesting to the development team here.   So I finished my torture tests on both LinuxSampler SFZ and GIGA engines. Luckily, I had a single

Re: [Linuxsampler-devel] SFZ engine Polyphony Opcodes

2020-04-09 Thread joo bian via Linuxsampler-devel
I can gladly generate the profiling for you guys, as I really wish for this problem to be solved as soon as possible. Do you have some suggestions for how to go about the profiling?  In the linuxsampler configuration there are some arguments for detailed logging and debugging. Should I

Re: [Linuxsampler-devel] SFZ engine Polyphony Opcodes

2020-04-15 Thread joo bian via Linuxsampler-devel
)      5729  0.2005 ext4      3855  0.1349 libpthread-2.31.so      1676  0.0587 libm-2.31.so       266  0.0093 ld-2.31.so        77  0.0027 kvm        42  0.0015 bash        30  0.0010 lt-linuxsampler        24 8.4e-04 libgcc_s.so.1    3 1.0e-04 jbd2    2 7.0e-05

[Linuxsampler-devel] (follow up on Jacek Roszkowski patch): collaboration for adding POLYPHONY opcode to SFZ engine

2020-09-25 Thread joo bian via Linuxsampler-devel
Hi everyone, I have been developing a number of SFZ instruments for linuxsampler that I intend to sell next year. These are professional-grade instruments that could greatly help linux musicians. I am using LinuxSampler as the main SFZ engine, and by far, I prefer it to any other SFZ engine

[Linuxsampler-devel] tuning other than A440

2020-10-06 Thread joo bian via Linuxsampler-devel
ot;tune" OPCODE take a real number in LS or only an integer? If it only takes an integer, I should round the real number to get a higher precision... Thank you for your help, Cheers, Ebad___ Linuxsampler-devel mailing list [email protected]

Re: [Linuxsampler-devel] tuning other than A440

2020-10-06 Thread joo bian via Linuxsampler-devel
Linuxsampler-devel wrote: > Hi everyone, > I am trying to understand how to apply a different universal tuning in Linux > Sampler, apart from International A 440. Is there a way to do that in Linux > Sampler? Well, there is already a bunch of options for altering tuning, both on patch/ pres

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

2024-11-04 Thread Rory D. via Linuxsampler-devel
fiddling around with jack, for some reason linuxsampler was not attaching its outputs to any audio devices, but I was able to connect it manually with qjackctl. If there is any more testing you'd like me to do, please feel free to ask. Doug, thanks again so much! -- cheers!~

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

2024-11-03 Thread Rory D. via Linuxsampler-devel
Hello, I am trying to get LinuxSampler to run on my aarch64 Fedora Linux 41 laptop. However, I ran into an issue during the compile. I get an error when trying to build the file RTMath.cpp. The exact error is as follows: RTMath.cpp:77:8: error: #error "Sorry, LinuxSampler lacks time

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

2025-06-18 Thread Philippe DIDIER via Linuxsampler-devel
Le 18/06/2025 à 12:25, Christian Schoenebeck a écrit : 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

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

2025-06-16 Thread Philippe DIDIER via Linuxsampler-devel
Hi 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 concerns RTMath.cpp ... We get a build failure with this message : RTMath.cpp:79:19:

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

2025-06-05 Thread TJ Lindgren via Linuxsampler-devel
be deprecated on recent versions of MacOS. > > You can try with latest Fantasia version. It doesn't require installed Java > (JRE): > > https://github.com/grigoriliev/jsampler-fantasia/releases/tag/jsampler-fantasia-0.9.7 __

Re: [Linuxsampler-devel] gigaedit saving issues

2025-09-17 Thread David Schornsheim via Linuxsampler-devel
uge 10GB gig file: https://owncloud.gwdg.de/index.php/s/KbngKGggApKN8Zt Let me know if this mailing list is still the appropriate channel for reporting bugs. Best, David Am 09.09.2025 um 18:04 schrieb Christian Schoenebeck: On Monday, September 8, 2025 11:32:13 PM CEST David Schornsheim via

[Linuxsampler-devel] gigaedit saving issues

2025-09-11 Thread David Schornsheim via Linuxsampler-devel
We should let Christian know about it. Happy to provide any more info if required. Best, David ___ Linuxsampler-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

[Linuxsampler-devel] little problem to compile linuxsampler with the last GCC15

2025-11-10 Thread Philippe DIDIER via Linuxsampler-devel
Hi Actually I have no problem to build the last version of LinuxSampler (2.4.1) for the existing version of my distribution using GCC 12.3 But I failed to build LinuxSampler for the next coming version of my distribution using GCC15.2 : my system was not supposed to be UNIX98 compatible But

Re: [Linuxsampler-devel] little problem to compile linuxsampler with the last GCC15

2025-11-12 Thread Philippe DIDIER via Linuxsampler-devel
Le 12/11/2025 à 13:14, Christian Schoenebeck a écrit : On Tuesday, November 11, 2025 12:15:22 AM CET Philippe DIDIER wrote: [...] But I failed to build LinuxSampler for the next coming version of my distribution using GCC15.2 : my system was not supposed to be UNIX98 compatible But indeed it

[Linuxsampler-devel] [ANN] The QStuff* Spring Break'19 release batch #1

2019-04-11 Thread Rui Nuno Capela via Linuxsampler-devel
al handling. ** Qsampler - A LinuxSampler Qt GUI Interface [3] ** Qsampler 0.5.5 (spring-break'19) is out! Qsampler is a LinuxSampler [11] GUI front-end application written in C++ around the Qt framework [7] using Qt Designer. Website: https://qsampler.sourceforge.io http://qsampler.so

[Linuxsampler-devel] [ANN] The QStuff* Autumn'19 Release

2019-10-17 Thread Rui Nuno Capela via Linuxsampler-devel
ay icon context menu has been refactored to be exactly the same as the main-window context menu that is re-instantiated on demand. - Make sure compiler flags comply to c++11 as standard. ** Qsampler - A LinuxSampler Qt GUI Interface [3] ** Qsampler 0.6.0 (autumn'19) is out! Qsampler is a

[Linuxsampler-devel] [ANN] The QStuff* Winter'19 Release batch #1

2019-12-22 Thread Rui Nuno Capela via Linuxsampler-devel
t by plcl aka. Pedro López-Cabanillas, while on qmidinet [6], thanks). ** Qsampler - A LinuxSampler Qt GUI Interface [3] ** Qsampler 0.6.1 (winter'19) released! Qsampler is a LinuxSampler [11] GUI front-end application written in C++ around the Qt framework [7] using Qt De

[Linuxsampler-devel] [ANN] A QStuff* Spring'20 Release batch #1

2020-03-24 Thread Rui Nuno Capela via Linuxsampler-devel
he Vee-Ones, thanks). - Ditching deprecated QTime methods for QElapsedTimer's (in compliance to Qt >= 5.14.0). - Bumped copyright headers into the New Year (2020). ** Qsampler - A LinuxSampler Qt GUI Interface [3] ** Qsampler 0.6.2 (spring'20) released! Qsampler is a LinuxSampler [11

[Linuxsampler-devel] [ANN] The QStuff* Summer'20 Release batch #1

2020-07-31 Thread Rui Nuno Capela via Linuxsampler-devel
ther windows. - Early fixing to build for Qt >= 5.15.0. ** Qsampler - A LinuxSampler Qt GUI Interface [3] ** Qsampler 0.6.3 (summer'20) is out! Qsampler is a LinuxSampler [11] GUI front-end application written in C++ around the Qt framework [7] using Qt Designer. Website: https://qsampler.

[Linuxsampler-devel] [ANN] The QStuff* Winter'20 Release batch #1

2020-12-17 Thread Rui Nuno Capela via Linuxsampler-devel
h/qsynth-0.9.0-44.x86_64.AppImage Git repos: https://git.code.sf.net/p/qsynth/code https://github.com/rncbc/qsynth.git https://gitlab.com/rncbc/qsynth.git https://bitbucket.com/rncbc/qsynth.git Change-log: - Early fixing to build for Qt >= 6.0.0 and comply with C++17 standard. ** Qsampler -

[Linuxsampler-devel] [ANN] The QStuff* Winter'21 Release batch #1

2021-02-07 Thread Rui Nuno Capela via Linuxsampler-devel
cbc/qsynth.git Change-log: - Fixed MIDI player to files that are drag and dropped after a first time following engine re-initialization. - Fix multi-channel support with JACK. - Early preparations for the New Year develop(ment) cycle. ** Qsampler - A LinuxSampler Qt GUI Interface [3] ** Qsa

[Linuxsampler-devel] [ANN] The QStuff* End-of-Winter'21 Release batch #1

2021-03-14 Thread Rui Nuno Capela via Linuxsampler-devel
umber of audio channels not playing back through JACK when audio group number is set to 2. ** Qsampler - A LinuxSampler Qt GUI Interface [3] ** Qsampler 0.9.2 (end-of-winter'21) is out! Qsampler is a LinuxSampler [11] GUI front-end application written in C++ around the Qt framework [

[Linuxsampler-devel] [ANN] The QStuff* Spring'21 Release batch #1

2021-05-11 Thread Rui Nuno Capela via Linuxsampler-devel
everb/Chorus API (FluidSynth >= 2.2.0). - All packaging builds switching to CMake. [21] ** Qsampler - A LinuxSampler Qt GUI Interface [3] ** Qsampler 0.9.3 (spring'21) is released! Qsampler is a LinuxSampler [11] GUI front-end application written in C++ around the Q

[Linuxsampler-devel] [ANN] The QStuff* Early-Summer'21 Release batch #1

2021-07-04 Thread Rui Nuno Capela via Linuxsampler-devel
): https://download.sf.net/qsynth/qsynth-0.9.4-48.1.win-x64-setup.exe https://download.sf.net/qsynth/qsynth-0.9.4-48.1.mac-x64.dmg Git repos: https://git.code.sf.net/p/qsynth/code https://github.com/rncbc/qsynth.git https://gitlab.com/rncbc/qsynth.git https://bitbucket.com/rncbc/qsynth

[Linuxsampler-devel] [ANN] The QStuff* Winter'22 Release batch #1

2022-01-09 Thread Rui Nuno Capela via Linuxsampler-devel
et/qsynth/qsynth-0.9.5-49.2.win-x64-setup.exe Git repos: https://git.code.sf.net/p/qsynth/code https://github.com/rncbc/qsynth.git https://gitlab.com/rncbc/qsynth.git https://bitbucket.com/rncbc/qsynth.git ** Qsampler - A LinuxSampler Qt GUI Interface [3] ** Qsampler 0.9.5 (

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

2022-03-01 Thread Rui Nuno Capela via Linuxsampler-devel
since this late Mon Nov 22 17:08:21 CET 2021, as it seems... is there anything I can do to help? thanks && cheers -- rncbc aka. Rui Nuno Capela [email protected] ___ Linuxsampler-devel mailing list [email protected]

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

2022-03-01 Thread Rui Nuno Capela via Linuxsampler-devel
it should have been '* A Winter'22 Release (v0.9.5)" but somehow only the "0.9.5" got through, maybe my fault :( thanks anyway -- rncbc aka. Rui Nuno Capela [email protected] ___ Linuxsampler-devel mailing l

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

2022-03-05 Thread Rui Nuno Capela via Linuxsampler-devel
-C build install or even older: mkdir build cd build cmake .. && make && make install hth. cheers -- rncbc aka. Rui Nuno Capela [email protected] ___ Linuxsampler-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/linuxsampler-devel

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

2022-03-06 Thread Rui Nuno Capela via Linuxsampler-devel
On 3/5/22 17:56, Christian Schoenebeck wrote: 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

[Linuxsampler-devel] [ANN] The QStuff* Spring'22 Release batch #1

2022-04-02 Thread Rui Nuno Capela via Linuxsampler-devel
Flatpak [21] package (thanks again to Pedro Lopez-Cabanillas): https://flathub.org/apps/details/org.rncbc.qsynth Git repos: https://git.code.sf.net/p/qsynth/code https://github.com/rncbc/qsynth.git https://gitlab.com/rncbc/qsynth.git https://bitbucket.com/rncbc/qsynth.git ** Qsample

[Linuxsampler-devel] [ANN] The QStuff* Early-Autumn'22 Release batch #1

2022-10-03 Thread Rui Nuno Capela via Linuxsampler-devel
ackage (thanks again to Pedro Lopez-Cabanillas): https://flathub.org/apps/details/org.rncbc.qsynth Git repos: https://git.code.sf.net/p/qsynth/code https://github.com/rncbc/qsynth.git https://gitlab.com/rncbc/qsynth.git https://bitbucket.com/rncbc/qsynth.git ** Qsampler -

[Linuxsampler-devel] [ANN] The QStuff* End-of-Year'22 Release batch #1

2022-12-28 Thread Rui Nuno Capela via Linuxsampler-devel
ynth.git https://bitbucket.com/rncbc/qsynth.git ** Qsampler - A LinuxSampler Qt GUI Interface [3] ** Qsampler 0.9.8 (end-of-year'22) released! Qsampler is a LinuxSampler [11] GUI front-end application written in C++ around the Qt framework [7] using Qt Designer. Change-log: - Just

[Linuxsampler-devel] [ANN] The QStuff* Early-Spring'23 Release batch #1

2023-03-23 Thread Rui Nuno Capela via Linuxsampler-devel
/p/qsynth/code https://github.com/rncbc/qsynth.git https://gitlab.com/rncbc/qsynth.git https://codeberg.com/rncbc/qsynth.git ** Qsampler - A LinuxSampler Qt GUI Interface [3] ** Qsampler 0.9.9 (early-spring'23) is out! Qsampler is a LinuxSampler [11] GUI front-end application wr

[Linuxsampler-devel] [ANN] The QStuff* Spring'23 Release batch #1

2023-06-01 Thread Rui Nuno Capela via Linuxsampler-devel
qsynth Git repos: https://git.code.sf.net/p/qsynth/code https://github.com/rncbc/qsynth.git https://gitlab.com/rncbc/qsynth.git https://codeberg.com/rncbc/qsynth.git ** Qsampler - A LinuxSampler Qt GUI Interface [3] ** Qsampler 0.9.10 (spring'23) released! Qsampler is a Linux

[Linuxsampler-devel] [ANN] The QStuff* End-of-Summer'23 Release batch #1

2023-09-09 Thread Rui Nuno Capela via Linuxsampler-devel
qsynth Git repos: https://git.code.sf.net/p/qsynth/code https://github.com/rncbc/qsynth.git https://gitlab.com/rncbc/qsynth.git https://codeberg.com/rncbc/qsynth.git ** Qsampler - A LinuxSampler Qt GUI Interface [3] ** Qsampler 0.9.11 (end-of-summer'23) is out! Qsampler is a Li

[Linuxsampler-devel] [ANN] The QStuff* Winter'24 Release batch #1

2024-01-24 Thread Rui Nuno Capela via Linuxsampler-devel
up.exe - Flatpak [21] package (also thanks to Pedro Lopez-Cabanillas): https://flathub.org/apps/details/org.rncbc.qsynth Git repos: https://git.code.sf.net/p/qsynth/code https://github.com/rncbc/qsynth.git https://gitlab.com/rncbc/qsynth.git https://codeberg.com/rncbc/qsynth.git ** Qsample

[Linuxsampler-devel] [ANN] The QStuff* Spring'24 Release Candidate batch #1

2024-04-10 Thread Rui Nuno Capela via Linuxsampler-devel
://flathub.org/apps/details/org.rncbc.qsynth Git repos: https://git.code.sf.net/p/qsynth/code https://github.com/rncbc/qsynth.git https://gitlab.com/rncbc/qsynth.git https://codeberg.com/rncbc/qsynth.git ** Qsampler - A LinuxSampler Qt GUI Interface [3] ** Qsampler 0.9.90 (spring'

[Linuxsampler-devel] [ANN] QStuff* 0.9.91 - A Spring'24 Release Candidate 2 batch #1

2024-05-01 Thread Rui Nuno Capela via Linuxsampler-devel
t https://codeberg.com/rncbc/qsynth.git ** Qsampler - A LinuxSampler Qt GUI Interface [3] ** Qsampler 0.9.91 (spring'24 aka. v1.0.0-rc1) is out! Qsampler is a LinuxSampler [11] GUI front-end application written in C++ around the Qt framework [7] using Qt Designer. Change-log: - Prepping

[Linuxsampler-devel] [ANN] QStuff* 1.0.0 - An Unthinkable Release batch #1

2024-06-19 Thread Rui Nuno Capela via Linuxsampler-devel
t/qsynth/qsynth-1.0.0-1.1.x86_64.AppImage - Flatpak [21] package: https://flathub.org/apps/details/org.rncbc.qsynth Git repos: https://git.code.sf.net/p/qsynth/code https://github.com/rncbc/qsynth.git https://gitlab.com/rncbc/qsynth.git https://codeberg.com/rncbc/qsynth.git ** Qsample

[Linuxsampler-devel] [ANN] QSampler 1.0.1 - An Early Spring'25 Release

2025-03-27 Thread Rui Nuno Capela via Linuxsampler-devel
Hi all! Qsampler 1.0.1 (early-spring'25) is released! Qsampler [1] is a LinuxSampler [2] GUI front-end application written in C++ around the Qt framework using Qt Designer [3]. Change-log: - Fixed command line parsing (QCommandLineParser/Option) to not exiting the application w

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

2025-06-06 Thread Rui Nuno Capela via Linuxsampler-devel
On 6/6/25 10:52, Christian Schoenebeck wrote: 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

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

2025-06-05 Thread Rui Nuno Capela via Linuxsampler-devel
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't see an obvious way how to output where cmake is installing to, or how exactly. I tried the only documented way which is

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

2025-06-10 Thread Rui Nuno Capela via Linuxsampler-devel
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 Mac build cmake does not install any file at all:    + cmake --install build --prefix /home/persson/mac64/ --verbose

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

2025-06-10 Thread Rui Nuno Capela via Linuxsampler-devel
On 6/10/25 22:11, Christian Schoenebeck wrote: 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