[Linuxsampler-devel] Possible Bug report - LinuxSampler Windows, latest weekly build

2013-05-06 Thread Graham Goode
I recently released a jOrgan - LinuxSampler Theatre Pipe Organ sample set to some Alpha testers, and we have an issue with LinuxSampler standalone crashing. Lynn Walls describes it as follows: I conducted some more experiments on this problem. The sequence is as follows: 1. Start linuxsampler bac

Re: [Linuxsampler-devel] SFZ Library

2013-04-25 Thread Graham Goode
There is an opensource looping application available on Sourceforge - perhaps you could use that or see how Lars Palo does crossfades in his code? See: https://sourceforge.net/projects/loopauditioneer/ Kind regards, GrahamG On 4/17/13, fede wrote: > Hi all! I'm new in this mailing list and I'm

Re: [Linuxsampler-devel] Flac support for the SFZ sampler engine

2013-01-13 Thread Graham Goode
On 1/13/13, Andreas Persson wrote: > I've implemented the flac support now. I thought it was easier to keep > the the streaming buffer 24 bit instead of using floats. That also keeps > memory usage down. The alternative, to use floats in the buffer, would > make the code cleaner and maybe more CPU

Re: [Linuxsampler-devel] Flac support for the SFZ sampler engine

2013-01-11 Thread Graham Goode
Schoenebeck wrote: > On Friday 11 January 2013 07:57:43 Graham Goode wrote: >> I'd like to know if the flac file format is supported in the SFZ >> sampler engine of linuxsampler? > > Since the SFZ engine in LinuxSampler is utilizing libsndfile to handle audio > > forma

[Linuxsampler-devel] Flac support for the SFZ sampler engine

2013-01-10 Thread Graham Goode
Hi, I'd like to know if the flac file format is supported in the SFZ sampler engine of linuxsampler? Kind regards, GrahamG -- Master HTML5, CSS3, ASP.NET, MVC, AJAX, Knockout.js, Web API and much more. Get web developmen

Re: [Linuxsampler-devel] multiple midi ports

2011-07-10 Thread Graham Goode
Hi Eliot, I typically use the virtual MIDI ports from the virmidi driver for situations like this. modprobe snd-virmidi (this will give you four virtual MIDI ports) modprobe snd-virmidi enable=1,1,1,1(this will give you 16 virtual MIDI ports) Depending of which version of Linus you're usi

[Linuxsampler-devel] Proposal: Jack Audio and Jack MIDI support for the LinuxSamper Windows Build

2011-04-15 Thread Graham Goode
Hi Guys, I've been involved with testing the 32/64 bit version of Jack for Windows (1.9.8), which now has full Jack Audio and Jack Midi support. So, given that milestone for Windows based audio users, I wanted to propose that LinuxSampler also support Jack in Windows. As the Jack API is the same i

[Linuxsampler-devel] Bug? - Looped samples using the SFZ engine

2011-02-18 Thread Graham Goode
Hi Guys, Using the latest Windows snapshot build, no looped samples play looped when using the SFZ engine. According to the opcodes list, loops have been programmed into the engine, so is this a bug? I have tried adding a section to the sfz definition with loop_mode=loop_continuous and still no

Re: [Linuxsampler-devel] Problem building libgig (out of libgig-3.3.0.tar.tar, under Windows)

2011-02-18 Thread Graham Goode
Hi Steph, I have not built the windows binaries in quite a while, but I did have a problem like this before and it was with my pkg-config configuration. Every time I opened the msys command prompt I had to do the 'export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig' before doing anything else... it mi

Re: [Linuxsampler-devel] Fwd: [jOrgan-user] Fwd: Windows snapshot builds

2011-02-06 Thread Graham Goode
Hi Andreas, Thanks for the answers, I have forward them to the jOrgan group of users. Lynn has since gotten linuxsampler running with and without the LADSPA effects. Kind regards, GrahamG -- The modern datacenter depends

[Linuxsampler-devel] Fwd: [jOrgan-user] Fwd: Windows snapshot builds

2011-02-05 Thread Graham Goode
Hi Andreas, Just a follow up from the previous issue. -- Forwarded message -- From: Lynn Walls Date: Sat, 05 Feb 2011 11:46:12 -0500 Subject: Re: [jOrgan-user] Fwd: [Linuxsampler-devel] Windows snapshot builds To: jorgan-u...@lists.sourceforge.net Another observation...If you ru

[Linuxsampler-devel] Fwd: [jOrgan-user] Fwd: Windows snapshot builds

2011-02-05 Thread Graham Goode
Hi Andreas, A jOrgan user has reported this issue to me. Can we include those dlls with the installer or can you recommend which Audacity package to install? Perhaps this should be noted somewhere as well during the install procedure? Thanks again. Kind regards, GrahamG -- Forwarded mes

Re: [Linuxsampler-devel] Windows snapshot builds

2011-02-05 Thread Graham Goode
Hi Andreas, That is awesome news! Thanks for letting us know, I will be downloading the latest later today then. All the best GrahamG -- The modern datacenter depends on network connectivity to access resources and provi

Re: [Linuxsampler-devel] Midi In Port on windows ???

2010-09-27 Thread Graham Goode
Hi Harmat, In Windows one typically uses Virtual MIDI cables to connect LinuxSampler with other MIDI applications. See LoopBe for 64-bit systems, and MIDI Yoke for 32-bit. Hope that helps. GrahamG -- Start uncovering t

Re: [Linuxsampler-devel] HOWTo Build from CVS

2010-09-22 Thread Graham Goode
Hi, Here is the Windows build HowTo http://www.linuxsampler.org/msys.html I don't think there is a specfic build HowTo for OS-X, so other members of the list will have to help with that. GrahamG -- Start uncovering the

Re: [Linuxsampler-devel] [linuxsampler] Open Orchestra project

2010-01-18 Thread Graham Goode
Hi Christian, I'm trying to understand this property a little more too. You say 'The "random" dimension selects the sample by using a (pseudo) number generator, whereas "round robin" rotates always in the same sequence / cycle of the given samples.' If there is only one sample per MIDI note, what

[Linuxsampler-devel] Website and Forum seem to be down

2009-10-06 Thread Graham Goode
Hi Guys, I've been trying to acces the linuxsampler website and forum today and keep getting a 'Problem loading page' error. Is the site down or is it my ISP having issues? Thank, GrahamG -- Come build with us! The BlackBe

Re: [Linuxsampler-devel] linuxsampler source upgrade to GPLv3

2009-08-24 Thread Graham Goode
Hi, We've been through this 'license incompatible' discussion before. The original owners of the code are able to modify portions of the GPL without 'breaking' it. Subsequent users/programmers are not. GrahamG On 8/24/09, Luke Smith wrote: > After reading the GPL, I came to the conclusion that th

Re: [Linuxsampler-devel] Windows beta pre-release (incl. VST and 64 bit binaries)

2009-05-12 Thread Graham Goode
Hi, Just a quick initial feedback - using Windows XP 32-bit. The install worked fine on my system. The stand alone with Fantasia worked first-time with all my saved .lscp files. I'll get a chance later to test the VST and test in a 64-bit WinXP and Win-7RC. I will also get a chance later tonight to

[Linuxsampler-devel] Quickest way to disable building the Docs in a Gigedit compile

2009-05-03 Thread Graham Goode
Hi I'm compiling libgig, linuxsampler, and gigedit for windows on a computer that is not connected to the internet & so the gigedit build fails with the doc build. Is there a quick way to just disable the doc build section? (Sorry, I'm not a programmer so simple things like this are difficult). Gra

[Linuxsampler-devel] VSTi issue with VSTHost

2009-04-29 Thread Graham Goode
Both myself and another Virtual Pipe Organ enthusiast have been trying out the VST plugin (mostly in Win32). I have it succesfully running in Cantabile, Reaper, and Cakewalk Sonar. Lynn tried it in VSTHost and encountered some very strange behavior - Fantasia loads, you can succesfully load the GIG

[Linuxsampler-devel] Using the JACK API with Windows Build

2009-02-18 Thread Graham Goode
Hi, As the Jackdmp project is now doing regular builds and releases of Jackdmp for Windows and OS-X (binaries and source) I wondered if it was possoble to build a windows version of LinuxSampler with JACK support enabled? If so, how? If not, could we add it as a feature request? Thanks, Graham

Re: [Linuxsampler-devel] Corrected License for Linuxsampler WAS LinuxSampler for Ubuntu

2008-11-28 Thread Graham Goode
le. I'd just like to reach the point where users can get this great program from Synaptic :-) Graham On 11/23/08, Pieter Palmers <[EMAIL PROTECTED]> wrote: > Graham Goode wrote: >> Hi, > First of all, I am not a LinuxSampler developer. Nor am I a lawyer. But > I also w

Re: [Linuxsampler-devel] Ubuntu packages

2008-11-16 Thread Graham Goode
Hi, I was wondering if anyone knew what MAX_VOICES value was used in the build of the released DEBs that can be downloaded from the linuxsampler.org site? Thanks, Graham Goode Johannesburg, South Africa On 11/16/08, Graham Goode <[EMAIL PROTECTED]> wrote: > Hi Grammastola, > > Y

Re: [Linuxsampler-devel] Ubuntu packages

2008-11-16 Thread Graham Goode
Hi Grammastola, Yes they do work on Ubuntu Hardy - but if you're using Ubuntu Studio you need to remove the libgig version that is within the Ubuntu repository as it uses conflicting version numbers. You will likely also need to locate a LibFLAC v7 deb from somewhere as well, as I think the reposi

Re: [Linuxsampler-devel] Trying to build most recent CVS of linuxsampler in Ubuntu

2008-11-11 Thread Graham Goode
Hi Andreas, Spot on troubleshooting! Thanks, have changed the double = and sorted the problem. Now another quick question - the --enable-preload-samples value. Is this the amount of RAM that is preloaded with the samples, or the number of wav samples preloaded into RAM? I need to load more of the

[Linuxsampler-devel] Trying to build most recent CVS of linuxsampler in Ubuntu

2008-11-10 Thread Graham Goode
Hi, I just updated my local CVS with the 2nd Novemeber changes of linuxsampler and kicked on a build and got a: g++ -DHAVE_CONFIG_H -I. -I. -I../../.. -Wreturn-type -ffast-math -O3 -msse -march=pentium4 -mfpmath=sse -ffast-math -fomit-frame-pointer -funroll-loops -pthread -msse -MT DiskThread.lo

Re: [Linuxsampler-devel] runtime option max. voices & streams

2008-10-28 Thread Graham Goode
Hi Christian, I'm a newish user of LinuxSampler who can now compile everything from CVS in both Ubuntu and Puppy Linux, so I've come a long way from absolute beginner. Just a few questions to help me understand what you're saying about the command line max. voices and streams. 1. If you went with

Re: [Linuxsampler-devel] Building a DEB package with gigedit fails

2008-10-18 Thread Graham Goode
> Es geschah am Saturday 18 October 2008 als Graham Goode schrieb: >> I get the following error when the build exits: >> >> dpkg-shlibdeps: failure: no dependency information found for >> /usr/local/lib/linuxsampler/liblinuxsampler.so.1 (used by >> debian/tmp/us

[Linuxsampler-devel] Building a DEB package with gigedit fails

2008-10-17 Thread Graham Goode
Hi, I'm using Ubuntu Studio 8.04 with the latest CVS sources. Building and installing using ./configure, make, make install works perfectly. However, when I try to build DEB packages using dpkg-buildpackage -rfakeroot -b, libgig, liblscp, linuxsampler, and qsampler build fine, BUT gigedit does no