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
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
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
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
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
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
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
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