Search found 80 matches
- Mon Aug 31, 2009 8:27 pm
- Forum: Newbies & Support
- Topic: Trouble getting to connect to backend in AVLinux
- Replies: 4
- Views: 4619
Re: Trouble getting to connect to backend in AVLinux
haver you tried to use telnet to connect to the LinuxSampler backend to see if it responds correctly. open a terminal type the command: telnet localhost 8888 then type: GET SERVER INFO and press enter. At this point the sampler should anwser with a few lines like version etc. If this does not work (...
- Sun Aug 30, 2009 10:16 pm
- Forum: Newbies & Support
- Topic: LinuxsamplerVSTI crashes after opening a project in Sonar 8!
- Replies: 18
- Views: 10906
Re: LinuxsamplerVSTI crashes after opening a project in Sonar 8!
Hi sonay999, indeed strange that the demo version works while the full version doesn't. Perhaps you could write to the Sonar developers (technical support forum, email etc) and asking them what could be the cause of the different behaviour. You could send them the Linux to the latest LinuxSampler in...
- Mon Aug 10, 2009 9:03 pm
- Forum: Newbies & Support
- Topic: New to linux sampler and a few questions
- Replies: 9
- Views: 6041
Re: New to linux sampler and a few questions
Hi dexterflex, you have to use FX sends in the Fantasia or qsampler frontends unfortunately the docs of Fantasia would need to be updated since it does not cover FX sends: http://www.linuxsampler.org/jsampler/manual/html/jsampler.html just try to play around a bit, it's quite easy, if I find the tim...
- Sat Aug 08, 2009 8:08 pm
- Forum: Newbies & Support
- Topic: New to linux sampler and a few questions
- Replies: 9
- Views: 6041
Re: New to linux sampler and a few questions
LinuxSampler was designed from the ground up with efficient disk streaming in mind (Native Instruments calls it DFD (direct from disk). Actually I made some tests on my Laptop with Intel Dual Core CPU using the same samples (a large 2GB piano GIG) on LinuxSampler and Kontakt and then played the same...
- Wed Aug 05, 2009 8:50 am
- Forum: Sample Libraries
- Topic: Hydrogen
- Replies: 5
- Views: 15947
Re: Hydrogen
cool ! Yes, please convert the remaining ones and let us know so we can post the whole stuff.
cheers,
Benno
cheers,
Benno
- Tue Aug 04, 2009 7:49 pm
- Forum: Sample Libraries
- Topic: Hydrogen
- Replies: 5
- Views: 15947
Re: Hydrogen
Hi konsumer, thanks for the samples. cuse said that if these are GIG files (royalty-free) which work well with LinuxSampler we could host them on the LinuxSampler instruments page: http://www.linuxsampler.org/instruments.html If you agree we could add them to the above page and add the notes you pos...
- Mon Jul 20, 2009 11:20 am
- Forum: Newbies & Support
- Topic: Midi over ethernet
- Replies: 27
- Views: 15218
Re: Midi over ethernet
MIDI over ethernet is pretty simple because it's basically a stateless protocol and the messages are fairly short (usually no longer than 3 bytes, except for sysex). using multicast is a good idea since since it allows multiple listeners listening to the same MIDI out stream. multicast was not imple...
- Sun Jul 19, 2009 7:55 pm
- Forum: General LinuxSampler Discussion
- Topic: Windows beta pre-release (incl. VST and 64 bit binaries)
- Replies: 147
- Views: 240543
Re: Windows beta pre-release (incl. VST and 64 bit binaries)
a few bugreports about the latest beta from various forums users: http://forum.cockos.com/showthread.php?t=38133 from keyman_sam: instrument database still crashes! I'm not able to scan recursively my giga folder. Perhaps its too huge? In any case, a future provision for a soft crash would be nice. ...
- Tue Jul 14, 2009 10:25 am
- Forum: General LinuxSampler Discussion
- Topic: Windows beta pre-release (incl. VST and 64 bit binaries)
- Replies: 147
- Views: 240543
Re: Windows beta pre-release (incl. VST and 64 bit binaries)
Hi dougal, other users confirmed your problem in Cubase when using LinuxSampler in VST mode (LinuxSampler can be loaded in the VST rack but does not appear in the "out" dropdown). We are trying to track down and resolve the problem and hopefully post an updated binary in the next days. We will post ...
- Sat Jul 11, 2009 1:04 pm
- Forum: Newbies & Support
- Topic: Midi over ethernet
- Replies: 27
- Views: 15218
Re: Midi over ethernet
Hi, yeah, EthernetMIDI needs a complete overhaul, I get a few emails per month from users asking about news :) the number of monthly downloads is comparable to the number of downloads of LS, I find it interesting since the app was mainly a quick technology demo. The idea is to port EthernetMIDI to Q...