Search found 369 matches
- Mon Nov 22, 2021 9:21 pm
- Forum: Newbies & Support
- Topic: Compilation fails with undeclared identifier 'yyrhs'
- Replies: 3
- Views: 74350
Re: Compilation fails with undeclared identifier 'yyrhs'
The LS release tarballs always come with pregenerated parser .cpp/.h files, so Flex and Bison are usually only required for the developer version of LS from Subversion. However there was indeed a preprocessor statement bug in src/network/lscp.y which falsely caused some compatibility code for ancien...
- Tue Nov 09, 2021 4:44 pm
- Forum: Newbies & Support
- Topic: Linuxsampler work with pipewire?
- Replies: 8
- Views: 107722
Re: Linuxsampler work with pipewire?
Just for the records: this discussions seems to have moved to the mailing list.
- Thu Sep 23, 2021 3:28 pm
- Forum: Newbies & Support
- Topic: Linuxsampler work with pipewire?
- Replies: 8
- Views: 107722
Re: Linuxsampler work with pipewire?
No sound if I kill pipewire process. Not suprising, because pipewire is the sound server. If you kill it then there is nothing to transfer audio betweens apps and hardware. And LS can be started but no sound. Does LS show up in the QJackCtl graph? If yes, connect its audio output channels with QJac...
- Thu Sep 16, 2021 6:27 pm
- Forum: Newbies & Support
- Topic: Linuxsampler work with pipewire?
- Replies: 8
- Views: 107722
Re: Linuxsampler work with pipewire?
And if you don't run pipewire you are able to launch LS with JACK successfully, right?
- Wed Sep 15, 2021 3:41 pm
- Forum: Newbies & Support
- Topic: Linuxsampler work with pipewire?
- Replies: 8
- Views: 107722
Re: Linuxsampler work with pipewire?
Please try to be more precise about what behaviour you encounter exactly. For instance you now explained you tried to launch LS by Pipewire, but it failed. What are the error messages that you got in this case? Did you compile both pipewire and LS by yourself? Or did you install one of the two or bo...
- Tue Sep 14, 2021 6:01 pm
- Forum: Newbies & Support
- Topic: Is it possible to rearrange notes to pads?
- Replies: 2
- Views: 65877
Re: Is it possible to rearrange notes to pads?
Well, for other file formats (.gig, .sfz) you could add an instrument script:
http://doc.linuxsampler.org/Instrument_Scripts/
But that's not supported for Sound Font files (.sf2). So either you use a MIDI filter app in front, or adjust the regions of the sf2 file.
http://doc.linuxsampler.org/Instrument_Scripts/
But that's not supported for Sound Font files (.sf2). So either you use a MIDI filter app in front, or adjust the regions of the sf2 file.
- Tue Sep 14, 2021 3:17 pm
- Forum: Newbies & Support
- Topic: Linuxsampler work with pipewire?
- Replies: 8
- Views: 107722
Re: Linuxsampler work with pipewire?
That's because of exactly what the error message sais: you need start the JACK daemon, if you want to use JACK as audio output.
- Wed Sep 08, 2021 1:33 pm
- Forum: Newbies & Support
- Topic: wav2gig and unity note
- Replies: 4
- Views: 72942
Re: wav2gig and unity note
Just for the records, this discussion has moved to the mailing list:
https://sourceforge.net/p/linuxsampler/ ... sg37341010
https://sourceforge.net/p/linuxsampler/ ... sg37341010
- Thu Aug 26, 2021 4:01 pm
- Forum: Newbies & Support
- Topic: wav2gig and unity note
- Replies: 4
- Views: 72942
Re: wav2gig and unity note
:D Good to know! Although I do some programming, I never really 'patched' before. I'll look into the code of wav2gig more deeply and participate in the mailinglist, when I'm ready to contribute. Cheers, Kolja svn co https://svn.linuxsampler.org/svn/libgig/trunk libgig cd libgig [ ... edit source co...
- Tue Aug 24, 2021 2:46 pm
- Forum: Newbies & Support
- Topic: wav2gig and unity note
- Replies: 4
- Views: 72942
Re: wav2gig and unity note
Example: 'TP - 1SS - 64 - 065 - F3.wav' shows the correct range as of F3 (midi note 65), but the 'Unity note' is still C4, so when playing that note, the tone has the wrong pitch. - Is there a way to automate this? ATM (a) loop points , (b) unity note (a.k.a. "root note") and (c) fine tuning are ta...