Search found 338 matches
- Sun Mar 21, 2021 2:27 pm
- Forum: Newbies & Support
- Topic: .gig files and how to use them
- Replies: 1
- Views: 278
Re: .gig files and how to use them
For a quick test, you can just click on the "Edit" button in QSampler which will cause the instrument editor "Gigedit" to pop up on screen. Use its virtual piano keyboard to trigger notes by clicking on the virtual keyboard's keys. You can also switch to different sounds of that gig file quickly by ...
- Sat Mar 06, 2021 2:10 pm
- Forum: Newbies & Support
- Topic: MIDI piano - soft pedal support in LS?
- Replies: 5
- Views: 380
Re: MIDI piano - soft pedal support in LS?
Yes, gain_ccN is not supported by LS yet. Here is the full list of SFZ opcodes supported by LS: http://linuxsampler.org/sfz/ I would recommend defining two separate SFZ regions and using SFZ opcode on_loccN to define which region shall be used if the pedal is down or up. This way you can fine tune t...
- Mon Mar 01, 2021 9:52 pm
- Forum: Newbies & Support
- Topic: Compiling LinuxSampler deb package for ARM (Raspberry PI) VST or other plug-ins are not created.
- Replies: 2
- Views: 168
Re: Compiling LinuxSampler deb package for ARM (Raspberry PI) VST or other plug-ins are not created.
audioeffectx.h is a header file of Steinberg's VST SDK. If you have the VST SDK, then you have this header file.
You usually need to download the VST SDK manually. That's because Steinberg does not permit redistribution of their SDK without their written consent.
You usually need to download the VST SDK manually. That's because Steinberg does not permit redistribution of their SDK without their written consent.
- Thu Feb 04, 2021 1:26 pm
- Forum: Newbies & Support
- Topic: MIDI piano - soft pedal support in LS?
- Replies: 5
- Views: 380
Re: MIDI piano - soft pedal support in LS?
Yes, soft pedal is not a hard coded sound feature unlike e.g. sustain pedal so it needs to be defined in the instrument (no matter if sfz or gig) what shall happen exactly if the soft pedal is pressed down. That's because for other things like sustain pedal the common intended behaviour is clear, it...
- Sat Dec 12, 2020 4:36 pm
- Forum: Newbies & Support
- Topic: Logic pro Does not validate audio unit plugin on macOS catalina
- Replies: 2
- Views: 610
Re: Logic pro Does not validate audio unit plugin on macOS catalina
There is 64 bit support for years. Is this an ARM Mac?
- Thu Oct 15, 2020 7:19 pm
- Forum: Newbies & Support
- Topic: SFZ parser source code
- Replies: 1
- Views: 770
Re: SFZ parser source code
Hmm, it's not much concealed IMO:
http://svn.linuxsampler.org/cgi-bin/vie ... iew=markup
http://svn.linuxsampler.org/cgi-bin/vie ... iew=markup
- Thu Jul 16, 2020 5:41 pm
- Forum: General LinuxSampler Discussion
- Topic: Reduce / identify latency in Linux sampler
- Replies: 8
- Views: 6578
Re: Reduce / identify latency in Linux sampler
Ok I see. That might be an explanation, because the SFZ engine is currently not maintained on the same level as the gig engine.
- Thu Jul 16, 2020 5:38 pm
- Forum: Newbies & Support
- Topic: Multiple Release Samples Triggered By Sustain Length
- Replies: 1
- Views: 1047
Re: Multiple Release Samples Triggered By Sustain Length
Yes, that's possible. Not sure if there was an easy way with SFZ itself, but you can always write an NKSP script to handle that in any precise way you might imagine. To capture the current time (e.g. when a note is triggered) you would read the built-in NKSP variable $ENGINE_UPTIME . Then when the n...
- Sat Jun 13, 2020 1:14 pm
- Forum: Newbies & Support
- Topic: sfz format: smpl chunk loops not supported for FLAC files
- Replies: 9
- Views: 2931
Re: sfz format: smpl chunk loops not supported for FLAC files
These were not fixes for libsndfile. What they do is simply accessing the 'smpl' RIFF chunk directly (on application level, not as a libsndfile patch). We could make a similar workaround in LS of course, it is not complicated, but the preferable solution still would be to address this in libsndilfe....
- Thu Jun 11, 2020 5:42 pm
- Forum: Newbies & Support
- Topic: sfz format: smpl chunk loops not supported for FLAC files
- Replies: 9
- Views: 2931
Re: sfz format: smpl chunk loops not supported for FLAC files
loop_mode seems to be SFZv1, so it should be supported by all players:
https://sfzformat.com/opcodes/loop_mode
https://sfzformat.com/opcodes/loop_mode