Search found 4 matches
- Sun May 20, 2018 7:49 pm
- Forum: General LinuxSampler Discussion
- Topic: How about distributing LV2 plugin in m$windows installer?
- Replies: 0
- Views: 53595
How about distributing LV2 plugin in m$windows installer?
These days i make some install-test with some cross-platform linux-audio software, for which windows builds are released. Native jack and lv2 support in official binaries is not fantasy anymore. Some plugins are already made available for that arch in lv2 format. Of course, VST is version is also ca...
- Thu Dec 26, 2013 5:34 am
- Forum: General LinuxSampler Discussion
- Topic: Linking 3rd party stuff with liblinuxsampler (proposal)
- Replies: 1
- Views: 19784
Re: Linking 3rd party stuff with liblinuxsampler (proposal)
Tried variant with changed pkg-config. Flags, given by pkg-config --libs, may be used by both ld and gcc commands, but -rpath is ld-only flag, while option -Wl is not recognized by ld. The only compateble way is to add -rpath=${libdir} string in begining of output template, so that this string may b...
- Wed Dec 25, 2013 1:06 pm
- Forum: Sponsored Features
- Topic: Features you want to see implemented next? (Nov. 2009)
- Replies: 4
- Views: 211330
Re: Features you want to see implemented next? (Nov. 2009)
Confirming Raphael Poli , no known ways to vote. There is feature, which i don't know - wether implemted in LS, or it is banks problem: - Interpolation between velocity layers, if several. Currently interpolation works between different notes. But e.g., if you play frequently same note and slowly ch...
- Wed Dec 25, 2013 12:45 pm
- Forum: General LinuxSampler Discussion
- Topic: Linking 3rd party stuff with liblinuxsampler (proposal)
- Replies: 1
- Views: 19784
Linking 3rd party stuff with liblinuxsampler (proposal)
Hello. I discovered this issue when tried to install carla plugin host on gentoo. This tool appart to be simple plugin host, also implements a sampler, being linked directly with linuxsampler and fluidsynth libraries. Currently there are two ways to do it: libtool (older, needs autotools) and pkg-co...