Search found 63 matches
- Tue Apr 11, 2017 2:39 am
- Forum: Newbies & Support
- Topic: Is support for Kontakt instruments possible or planned?
- Replies: 2
- Views: 12751
Re: Is support for Kontakt instruments possible or planned?
I doubt support for nki could ever be implemented due to all the reasons you give. Plus samples are encrypted. Linuxsampler has decided to focus on SFZ format which is a (semi) standard.
- Wed May 20, 2015 6:18 pm
- Forum: General LinuxSampler Discussion
- Topic: Can't start Gigedit from Fantasia
- Replies: 6
- Views: 34492
Re: Can't start Gigedit from Fantasia
I don't know how to start Gigedit from Fantasia, but why can't you just run it standalone?
- Wed Dec 17, 2014 7:01 pm
- Forum: Sample Libraries
- Topic: Sampletekk SFZ pianos
- Replies: 0
- Views: 106325
Sampletekk SFZ pianos
Sampletekk is now selling SFZs for some of their pianos. For years Sampletekk sold gigasampler versions of pianos which work excellently in linuxsampler, though recently they've phased out the gigasampler versions in favor kontakt. I think its great to have these pianos now available in SFZ. In addi...
- Fri Nov 28, 2014 4:48 pm
- Forum: New Sampler Engine
- Topic: SFZ opcodes bend_up bend_down
- Replies: 1
- Views: 74352
Re: SFZ opcodes bend_up bend_down
This is a great idea. I suggests writing to the developers list: http://linuxsampler.org/developers.html
- Thu Nov 13, 2014 3:58 am
- Forum: Newbies & Support
- Topic: Where is the how to install LinuxSampler on Linux page
- Replies: 2
- Views: 16368
Re: Where is the how to install LinuxSampler on Linux page
With Ubuntu you can use the kxstudio repos for linuxsampler and lots of other linux music software: http://kxstudio.sourceforge.net/
- Tue Oct 21, 2014 8:43 pm
- Forum: Newbies & Support
- Topic: Load LSCP file by midi? Keyrange?
- Replies: 1
- Views: 13939
Re: Load LSCP file by midi? Keyrange?
You can load an LSCP script with this command: cat yourscript.lscp | netcat localhost 8888 see: http://www.linuxsampler.org/documentation.html As far as I know you cannot control note ranges, i.e. splits with LSCP. You can also run linuxsampler as a plugin in carla or a DAW like Ardour or qtractor, ...
- Sat Jun 28, 2014 9:09 pm
- Forum: Newbies & Support
- Topic: Vir-midi does not work after compiling and installing LS
- Replies: 2
- Views: 8295
Re: Vir-midi does not work after compiling and installing LS
On my system, AVLinux 6.0.3, virmidi must be started by loading the virmidi kernel module with command: sudo modprobe snd-virmidi However, its possible to have this module loaded automatically at start up. You can check if this module is running with command: $ lsmod | grep virmidi snd_virmidi 1911 ...
- Wed May 14, 2014 5:57 pm
- Forum: Newbies & Support
- Topic: Centos Installation
- Replies: 2
- Views: 10036
Re: Centos Installation
You might be able to install using the PlanetCCRMA repos (in addition to other music software). If that does not work, just compile the software directly, without making RPMs which are not absolutely needed.
- Wed Feb 19, 2014 1:58 am
- Forum: Newbies & Support
- Topic: How to encrypt Gigafiles
- Replies: 1
- Views: 7985
Re: How to encrypt Gigafiles
I could be wrong, but I am not aware that linuxsampler has any support for encrypted gigafiles so I do not see the point in encrypting your files. I suspect if you want an encrypted sample format you'll need to use something other than gigasampler format, e.g. kontakt so your samples would be of no ...
- Fri Jan 17, 2014 6:55 pm
- Forum: New Sampler Engine
- Topic: linuxsampler outdated
- Replies: 3
- Views: 27254
Re: linuxsampler outdated
Many linux audio distros like AVLinux and kxstudio come with recent versions of linuxsampler so you do not need to compile it yourself. kxstudio repos can be used by any Ubuntu varient and so are an easy way for Ubuntu users to get linux audio software.