Re: [LAD] New kid on the block

2014-04-02 Thread Mark D. McCurry
On Wed, Apr 02, 2014 at 10:31:42PM +0100, Will Godfrey wrote: > I, and a number of other people, have found that yoshi is consistently more > stable, reliable and less prone to xruns under stress. > > ... > > I frequently use very large patch sets. zyn is unable to load these even > if it saved th

Re: [LAD] New kid on the block

2014-04-02 Thread Will Godfrey
On Wed, 02 Apr 2014 22:12:55 +0200 Nils wrote: > > On 02.04.2014 21:47, Will Godfrey wrote: > > I've started making tentative steps towards improving yoshimi > I think this question must be asked: > Why would you want to do that? Just forget Yoshimi and work with the > original Zyn. > > Are th

Re: [LAD] New kid on the block

2014-04-02 Thread Will Godfrey
On Wed, 2 Apr 2014 19:56:54 + Fons Adriaensen wrote: > On Wed, Apr 02, 2014 at 08:47:12PM +0100, Will Godfrey wrote: > > > The jack ring buffer is already used for data transfers > > from jack midi to the dsp code > > Why would you want to do that ? Jack MIDI is received by > Jack's realtim

Re: [LAD] New kid on the block

2014-04-02 Thread Nils
On 02.04.2014 21:47, Will Godfrey wrote: I've started making tentative steps towards improving yoshimi I think this question must be asked: Why would you want to do that? Just forget Yoshimi and work with the original Zyn. Are there any real advantages (however small!) that Yoshimi has and Z

Re: [LAD] New kid on the block

2014-04-02 Thread Fons Adriaensen
On Wed, Apr 02, 2014 at 08:47:12PM +0100, Will Godfrey wrote: > The jack ring buffer is already used for data transfers > from jack midi to the dsp code Why would you want to do that ? Jack MIDI is received by Jack's realtime thread which also calls the DSP code (or so I assume). So any MIDI even

[LAD] New kid on the block

2014-04-02 Thread Will Godfrey
I've started making tentative steps towards improving yoshimi - in particular with respect to isolating MIDI, GUI and DSP. The jack ring buffer is already used for data transfers from jack midi to the dsp code, but I want to a) set up another buffer between jack midi and gui, and b) if possible, t

Re: [LAD] Input/output error alsa api

2014-04-02 Thread R. Mattes
On Wed, 2 Apr 2014 09:19:38 +, Krause, Mathias wrote > Hi Thiago, > > > Do you know if there is some rule to compiling using librtaudio? > > Because, there is an error..and i don't know what's wrong. I'm using g++ 4.7.2 and i'm compiling using: > > > > $ g++ -o > > > > The error is: undefined

Re: [LAD] Input/output error alsa api

2014-04-02 Thread Krause, Mathias
Hi Thiago, > Do you know if there is some rule to compiling using librtaudio? > Because, there is an error..and i don't know what's wrong. I'm using g++ > 4.7.2 and i'm compiling using: > > $ g++ -o > > The error is: undefined reference to 'RtAudio::RtAudio(RtAudio::Api)' > i'm including the li