Csound Csound-dev Csound-tekno Search About

[Cs-dev] sigrev Csound6...

Date2013-04-24 20:18
FromRory Walsh
Subject[Cs-dev] sigrev Csound6...
AttachmentsNone  None  
I get the following problems when I try to trigger an instrument via MIDI in Cabbage with Csound 6?

Program received signal SIGFPE, Arithmetic exception.
[Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
0x00007ffff671d387 in kperf (csound=0xf10e20)
    at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
1505                    ip->kcounter =  csound->kcounter*csound->ksmps/lksmps;


Date2013-04-24 20:22
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] sigrev Csound6...
Clearlu lksmps is zero.  Victor has been changing this today I think


> I get the following problems when I try to trigger an instrument via MIDI
> in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =
> csound->kcounter*csound->ksmps/lksmps;
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring
> service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt!
> http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-04-24 20:23
FromRory Walsh
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsNone  None  
Thanks John. For the record this happens when I run a MIDI instrument with Csound6 on its own too.


On 24 April 2013 20:22, <jpff@cs.bath.ac.uk> wrote:
Clearlu lksmps is zero.  Victor has been changing this today I think


> I get the following problems when I try to trigger an instrument via MIDI
> in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =
> csound->kcounter*csound->ksmps/lksmps;
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring
> service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt!
> http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-04-24 20:24
FromVictor Lazzarini
SubjectRe: [Cs-dev] sigrev Csound6...
can you build again, because that code has changed, so we cannot say anything about it.

Victor
On 24 Apr 2013, at 20:18, Rory Walsh wrote:

> I get the following problems when I try to trigger an instrument via MIDI in Cabbage with Csound 6?
> 
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =  csound->kcounter*csound->ksmps/lksmps;
> 
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service 
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-04-24 20:25
FromRory Walsh
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsNone  None  
Will do.


On 24 April 2013 20:24, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
can you build again, because that code has changed, so we cannot say anything about it.

Victor
On 24 Apr 2013, at 20:18, Rory Walsh wrote:

> I get the following problems when I try to trigger an instrument via MIDI in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =  csound->kcounter*csound->ksmps/lksmps;
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-04-24 20:38
FromVictor Lazzarini
SubjectRe: [Cs-dev] sigrev Csound6...
I think I know what the issue is. I'm fixing it in GIT now.

Victor
On 24 Apr 2013, at 20:18, Rory Walsh wrote:

> I get the following problems when I try to trigger an instrument via MIDI in Cabbage with Csound 6?
> 
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =  csound->kcounter*csound->ksmps/lksmps;
> 
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service 
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net

Date2013-04-24 20:38
FromRory Walsh
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsquickTest.csd  None  None  
No sigrev now, but instead it just hangs with both Csound and my frontends. I tried running it through gdb but that didn't tell me anything either.  I've attached the basic file I'm using.


On 24 April 2013 20:25, Rory Walsh <rorywalsh@ear.ie> wrote:
Will do.


On 24 April 2013 20:24, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
can you build again, because that code has changed, so we cannot say anything about it.

Victor
On 24 Apr 2013, at 20:18, Rory Walsh wrote:

> I get the following problems when I try to trigger an instrument via MIDI in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =  csound->kcounter*csound->ksmps/lksmps;
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-04-24 20:39
FromVictor Lazzarini
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsNone  None  
Wait a bit until I fix it. It's not to do with my changes today, but with earlier changes to local ksmps. MIDI insert is not setting it,
On 24 Apr 2013, at 20:25, Rory Walsh wrote:

Will do.


On 24 April 2013 20:24, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
can you build again, because that code has changed, so we cannot say anything about it.

Victor
On 24 Apr 2013, at 20:18, Rory Walsh wrote:

> I get the following problems when I try to trigger an instrument via MIDI in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =  csound->kcounter*csound->ksmps/lksmps;
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-04-24 20:40
FromVictor Lazzarini
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsNone  None  
OK, I updated GIT, you can build now.
On 24 Apr 2013, at 20:25, Rory Walsh wrote:

Will do.


On 24 April 2013 20:24, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
can you build again, because that code has changed, so we cannot say anything about it.

Victor
On 24 Apr 2013, at 20:18, Rory Walsh wrote:

> I get the following problems when I try to trigger an instrument via MIDI in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =  csound->kcounter*csound->ksmps/lksmps;
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-04-24 20:42
FromAnders Genell
Subject[Cs-dev] jack-ios
AttachmentsNone  None  
Dear devs!

I just stumbled upon this

Maybe it could be useful for csound on iOS?

Regards,
Anders

Date2013-04-24 21:10
FromVictor Lazzarini
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsNone  None  
you didn't wait until I made the fixes to MIDIinsert()...
On 24 Apr 2013, at 20:39, Victor Lazzarini wrote:

Wait a bit until I fix it. It's not to do with my changes today, but with earlier changes to local ksmps. MIDI insert is not setting it,
On 24 Apr 2013, at 20:25, Rory Walsh wrote:

Will do.


On 24 April 2013 20:24, Victor Lazz arini <Victor.Lazzarini@nuim.ie> wrote:
can you build again, because that code has changed, so we cannot say anything about it.

Victor
On 24 Apr 2013, at 20:18, Rory Walsh wrote:

> I get the following problems when I try to trigger an instrument via MIDI in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =  csound->kcounter*csound->ksmps/lksmps;
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.so urceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-04-24 21:29
FromVictor Lazzarini
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsNone  None  
MIDI is working now in my tests.
On 24 Apr 2013, at 20:23, Rory Walsh wrote:

Thanks John. For the record this happens when I run a MIDI instrument with Csound6 on its own too.


On 24 April 2013 20:22, <jpff@cs.bath.ac.uk> wrote:
Clearlu lksmps is zero.  Victor has been changing this today I think


> I get the following problems when I try to trigger an instrument via MIDI
> in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =
> csound->kcounter*csound->ksmps/lksmps;
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring
> service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt!
> http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-04-24 22:06
FromRory Walsh
SubjectRe: [Cs-dev] jack-ios
AttachmentsNone  None  
It seems to be a little late to the party? I think audiobus already has a firm foothold in this department? I don't know, I still use Android!


On 24 April 2013 20:42, Anders Genell <anders.genell@gmail.com> wrote:
Dear devs!

I just stumbled upon this

Maybe it could be useful for csound on iOS?

Regards,
Anders

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-04-24 22:13
FromRory Walsh
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsNone  None  
Thanks Victor. Cabbage seems to be Csound6-ed now. That couldn't have been any more straight forward. I take my hat off to all the developers!


On 24 April 2013 21:29, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
MIDI is working now in my tests.

On 24 Apr 2013, at 20:23, Rory Walsh wrote:

Thanks John. For the record this happens when I run a MIDI instrument with Csound6 on its own too.


On 24 April 2013 20:22, <jpff@cs.bath.ac.uk> wrote:
Clearlu lksmps is zero.  Victor has been changing this today I think


> I get the following problems when I try to trigger an instrument via MIDI
> in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =
> csound->kcounter*csound->ksmps/lksmps;
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring
> service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt!
> http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-04-24 22:23
FromVictor Lazzarini
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsNone  None  
Great, it will be another tool to catch bugs.

Victor 
On 24 Apr 2013, at 22:13, Rory Walsh wrote:

Thanks Victor. Cabbage seems to be Csound6-ed now. That couldn't have been any more straight forward. I take my hat off to all the developers!


On 24 April 2013 21:29, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
MIDI is working now in my tests.

On 24 Apr 2013, at 20:23, Rory Walsh wrote:

Thanks John. For the record this happens when I run a MIDI instrument with Csound6 on its own too.


On 24 April 2013 20:22, <jpff@cs.bath.ac.uk> wrote:
Clearlu lksmps is zero.  Victor has been changing this today I think


> I get the following problems when I try to trigger an instrument via MIDI
> in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =
> csound->kcounter*csound->ksmps/lksmps;
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring
> service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt!
> http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-04-24 22:25
FromRory Walsh
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsNone  None  
What bugs?!...


On 24 April 2013 22:23, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Great, it will be another tool to catch bugs.

Victor 

On 24 Apr 2013, at 22:13, Rory Walsh wrote:

Thanks Victor. Cabbage seems to be Csound6-ed now. That couldn't have been any more straight forward. I take my hat off to all the developers!


On 24 April 2013 21:29, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
MIDI is working now in my tests.

On 24 Apr 2013, at 20:23, Rory Walsh wrote:

Thanks John. For the record this happens when I run a MIDI instrument with Csound6 on its own too.


On 24 April 2013 20:22, <jpff@cs.bath.ac.uk> wrote:
Clearlu lksmps is zero.  Victor has been changing this today I think


> I get the following problems when I try to trigger an instrument via MIDI
> in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =
> csound->kcounter*csound->ksmps/lksmps;
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring
> service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt!
> http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-04-24 22:37
FromVictor Lazzarini
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsNone  None  
shush!
On 24 Apr 2013, at 22:25, Rory Walsh wrote:

What bugs?!...


On 24 April 2013 22:23, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
Great, it will be another tool to catch bugs.

Victor 

On 24 Apr 2013, at 22:13, Rory Walsh wrote:

Thanks Victor. Cabbage seems to be Csound6-ed now. That couldn't have been any more straight forward. I take my hat off to all the developers!


On 24 April 2013 21:29, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
MIDI is working now in my tests.

On 24 Apr 2013, at 20:23, Rory Walsh wrote:

Thanks John. For the record this happens when I run a MIDI instrument with Csound6 on its own too.


On 24 April 2013 20:22, <jpff@cs.bath.ac.uk> wrote:
Clearlu lksmps is zero.  Victor has been changing this today I think


> I get the following problems when I try to trigger an instrument via MIDI
> in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =
> csound->kcounter*csound->ksmps/lksmps;
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring
> service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt!
> http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
tel.: +353 1 708 3545
Victor dot Lazzarini AT nuim dot ie




Date2013-04-25 09:21
FromAnders Genell
SubjectRe: [Cs-dev] jack-ios
AttachmentsNone  None  
Yes, I guess so...
Does audiobus do MIDI too? That could otherwise be useful, perhaps?





24 apr 2013 kl. 23:06 skrev Rory Walsh <rorywalsh@ear.ie>:

It seems to be a little late to the party? I think audiobus already has a firm foothold in this department? I don't know, I still use Android!


On 24 April 2013 20:42, Anders Genell <anders.genell@gmail.com> wrote:
Dear devs!

I just stumbled upon this

Maybe it could be useful for csound on iOS?

Regards,
Anders

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Date2013-04-26 01:36
FromMichael Gogins
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsNone  None  
Rory, do you have either...

(a) A Windows build of Cabbage for Csound 6 I can download and use, or 

(b) A way to build Cabbage with MinGW/MSys/CMake?

This would be for the upcoming Windows installer for Csound 6.

Regards,
Mike


On Wed, Apr 24, 2013 at 5:13 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
Thanks Victor. Cabbage seems to be Csound6-ed now. That couldn't have been any more straight forward. I take my hat off to all the developers!


On 24 April 2013 21:29, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
MIDI is working now in my tests.

On 24 Apr 2013, at 20:23, Rory Walsh wrote:

Thanks John. For the record this happens when I run a MIDI instrument with Csound6 on its own too.


On 24 April 2013 20:22, <jpff@cs.bath.ac.uk> wrote:
Clearlu lksmps is zero.  Victor has been changing this today I think


> I get the following problems when I try to trigger an instrument via MIDI
> in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =
> csound->kcounter*csound->ksmps/lksmps;
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring
> service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt!
> http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel




--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

Date2013-04-26 02:14
FromRory Walsh
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsNone  None  
I can probably get you a Windows build. People have been building Juce apps with MinGW lately, so it's on the cards for the future, but for now it's easier just to prepare a MSVC build.  


On 26 April 2013 01:36, Michael Gogins <michael.gogins@gmail.com> wrote:
Rory, do you have either...

(a) A Windows build of Cabbage for Csound 6 I can download and use, or 

(b) A way to build Cabbage with MinGW/MSys/CMake?

This would be for the upcoming Windows installer for Csound 6.

Regards,
Mike


On Wed, Apr 24, 2013 at 5:13 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
Thanks Victor. Cabbage seems to be Csound6-ed now. That couldn't have been any more straight forward. I take my hat off to all the developers!


On 24 April 2013 21:29, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
MIDI is working now in my tests.

On 24 Apr 2013, at 20:23, Rory Walsh wrote:

Thanks John. For the record this happens when I run a MIDI instrument with Csound6 on its own too.


On 24 April 2013 20:22, <jpff@cs.bath.ac.uk> wrote:
Clearlu lksmps is zero.  Victor has been changing this today I think


> I get the following problems when I try to trigger an instrument via MIDI
> in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =
> csound->kcounter*csound->ksmps/lksmps;
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring
> service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt!
> http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel




--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-04-26 02:53
FromMichael Gogins
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsNone  None  
That would be great. Keep in mind I will to use this with my own build of Csound 6, which is built with MinGW 4.7.2 for dwarf2 exceptions and Windows threading. If you use only the C API for Csound this should not be a problem for you.

Regards,
Mike


On Thu, Apr 25, 2013 at 9:14 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
I can probably get you a Windows build. People have been building Juce apps with MinGW lately, so it's on the cards for the future, but for now it's easier just to prepare a MSVC build.  


On 26 April 2013 01:36, Michael Gogins <michael.gogins@gmail.com> wrote:
Rory, do you have either...

(a) A Windows build of Cabbage for Csound 6 I can download and use, or 

(b) A way to build Cabbage with MinGW/MSys/CMake?

This would be for the upcoming Windows installer for Csound 6.

Regards,
Mike


On Wed, Apr 24, 2013 at 5:13 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
Thanks Victor. Cabbage seems to be Csound6-ed now. That couldn't have been any more straight forward. I take my hat off to all the developers!


On 24 April 2013 21:29, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
MIDI is working now in my tests.

On 24 Apr 2013, at 20:23, Rory Walsh wrote:

Thanks John. For the record this happens when I run a MIDI instrument with Csound6 on its own too.


On 24 April 2013 20:22, <jpff@cs.bath.ac.uk> wrote:
Clearlu lksmps is zero.  Victor has been changing this today I think


> I get the following problems when I try to trigger an instrument via MIDI
> in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =
> csound->kcounter*csound->ksmps/lksmps;
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring
> service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt!
> http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel




--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel




--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

Date2013-04-26 10:21
FromRory Walsh
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsNone  None  

Hi Mike. It just dawned on me that I'll need a windows install before I can build for csound 6. Would you mind sending me on a bare bones build for Windows?

sent from a mobile device...

On 26 Apr 2013 02:53, "Michael Gogins" <michael.gogins@gmail.com> wrote:
That would be great. Keep in mind I will to use this with my own build of Csound 6, which is built with MinGW 4.7.2 for dwarf2 exceptions and Windows threading. If you use only the C API for Csound this should not be a problem for you.

Regards,
Mike


On Thu, Apr 25, 2013 at 9:14 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
I can probably get you a Windows build. People have been building Juce apps with MinGW lately, so it's on the cards for the future, but for now it's easier just to prepare a MSVC build.  


On 26 April 2013 01:36, Michael Gogins <michael.gogins@gmail.com> wrote:
Rory, do you have either...

(a) A Windows build of Cabbage for Csound 6 I can download and use, or 

(b) A way to build Cabbage with MinGW/MSys/CMake?

This would be for the upcoming Windows installer for Csound 6.

Regards,
Mike


On Wed, Apr 24, 2013 at 5:13 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
Thanks Victor. Cabbage seems to be Csound6-ed now. That couldn't have been any more straight forward. I take my hat off to all the developers!


On 24 April 2013 21:29, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
MIDI is working now in my tests.

On 24 Apr 2013, at 20:23, Rory Walsh wrote:

Thanks John. For the record this happens when I run a MIDI instrument with Csound6 on its own too.


On 24 April 2013 20:22, <jpff@cs.bath.ac.uk> wrote:
Clearlu lksmps is zero.  Victor has been changing this today I think


> I get the following problems when I try to trigger an instrument via MIDI
> in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =
> csound->kcounter*csound->ksmps/lksmps;
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring
> service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt!
> http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel




--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel




--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


Date2013-04-26 19:17
FromAndres Cabrera
SubjectRe: [Cs-dev] sigrev Csound6...
AttachmentsNone  None  
It would be great to have an RC2 release soon, both for windows and OS X so that I can update CsoundQt to version 6 before the final 6.00 release.

Cheers,
Andrés


On Fri, Apr 26, 2013 at 2:21 AM, Rory Walsh <rorywalsh@ear.ie> wrote:

Hi Mike. It just dawned on me that I'll need a windows install before I can build for csound 6. Would you mind sending me on a bare bones build for Windows?

sent from a mobile device...

On 26 Apr 2013 02:53, "Michael Gogins" <michael.gogins@gmail.com> wrote:
That would be great. Keep in mind I will to use this with my own build of Csound 6, which is built with MinGW 4.7.2 for dwarf2 exceptions and Windows threading. If you use only the C API for Csound this should not be a problem for you.

Regards,
Mike


On Thu, Apr 25, 2013 at 9:14 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
I can probably get you a Windows build. People have been building Juce apps with MinGW lately, so it's on the cards for the future, but for now it's easier just to prepare a MSVC build.  


On 26 April 2013 01:36, Michael Gogins <michael.gogins@gmail.com> wrote:
Rory, do you have either...

(a) A Windows build of Cabbage for Csound 6 I can download and use, or 

(b) A way to build Cabbage with MinGW/MSys/CMake?

This would be for the upcoming Windows installer for Csound 6.

Regards,
Mike


On Wed, Apr 24, 2013 at 5:13 PM, Rory Walsh <rorywalsh@ear.ie> wrote:
Thanks Victor. Cabbage seems to be Csound6-ed now. That couldn't have been any more straight forward. I take my hat off to all the developers!


On 24 April 2013 21:29, Victor Lazzarini <Victor.Lazzarini@nuim.ie> wrote:
MIDI is working now in my tests.

On 24 Apr 2013, at 20:23, Rory Walsh wrote:

Thanks John. For the record this happens when I run a MIDI instrument with Csound6 on its own too.


On 24 April 2013 20:22, <jpff@cs.bath.ac.uk> wrote:
Clearlu lksmps is zero.  Victor has been changing this today I think


> I get the following problems when I try to trigger an instrument via MIDI
> in Cabbage with Csound 6?
>
> Program received signal SIGFPE, Arithmetic exception.
> [Switching to Thread 0x7fffeaaa7700 (LWP 9306)]
> 0x00007ffff671d387 in kperf (csound=0xf10e20)
>     at /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
> 1505                    ip->kcounter =
> csound->kcounter*csound->ksmps/lksmps;
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring
> service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt!
> http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel

Dr Victor Lazzarini
Senior Lecturer
Dept. of Music
NUI Maynooth Ireland
Victor dot Lazzarini AT nuim dot ie




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel




--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel




--
Michael Gogins
Irreducible Productions
http://www.michael-gogins.com
Michael dot Gogins at gmail dot com

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel


------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/csound-devel



Date2013-04-27 09:42
Fromjoachim heintz
SubjectRe: [Cs-dev] sigrev Csound6...
this would be excellent, also for further testing.
	joachim


Am 26.04.2013 20:17, schrieb Andres Cabrera:
> It would be great to have an RC2 release soon, both for windows and OS X
> so that I can update CsoundQt to version 6 before the final 6.00 release.
>
> Cheers,
> Andrés
>
>
> On Fri, Apr 26, 2013 at 2:21 AM, Rory Walsh  > wrote:
>
>     Hi Mike. It just dawned on me that I'll need a windows install
>     before I can build for csound 6. Would you mind sending me on a bare
>     bones build for Windows?
>
>     sent from a mobile device...
>
>     On 26 Apr 2013 02:53, "Michael Gogins"      > wrote:
>
>         That would be great. Keep in mind I will to use this with my own
>         build of Csound 6, which is built with MinGW 4.7.2 for dwarf2
>         exceptions and Windows threading. If you use only the C API for
>         Csound this should not be a problem for you.
>
>         Regards,
>         Mike
>
>
>         On Thu, Apr 25, 2013 at 9:14 PM, Rory Walsh          > wrote:
>
>             I can probably get you a Windows build. People have been
>             building Juce apps with MinGW lately, so it's on the cards
>             for the future, but for now it's easier just to prepare a
>             MSVC build.
>
>
>             On 26 April 2013 01:36, Michael Gogins
>             >
>             wrote:
>
>                 Rory, do you have either...
>
>                 (a) A Windows build of Cabbage for Csound 6 I can
>                 download and use, or
>
>                 (b) A way to build Cabbage with MinGW/MSys/CMake?
>
>                 This would be for the upcoming Windows installer for
>                 Csound 6.
>
>                 Regards,
>                 Mike
>
>
>                 On Wed, Apr 24, 2013 at 5:13 PM, Rory Walsh
>                 > wrote:
>
>                     Thanks Victor. Cabbage seems to be Csound6-ed now.
>                     That couldn't have been any more straight forward. I
>                     take my hat off to all the developers!
>
>
>                     On 24 April 2013 21:29, Victor Lazzarini
>                                          > wrote:
>
>                         MIDI is working now in my tests.
>
>                         On 24 Apr 2013, at 20:23, Rory Walsh wrote:
>
>>                         Thanks John. For the record this happens when
>>                         I run a MIDI instrument with Csound6 on its
>>                         own too.
>>
>>
>>                         On 24 April 2013 20:22, >                         > wrote:
>>
>>                             Clearlu lksmps is zero.  Victor has been
>>                             changing this today I think
>>
>>
>>                             > I get the following problems when I try
>>                             to trigger an instrument via MIDI
>>                             > in Cabbage with Csound 6?
>>                             >
>>                             > Program received signal SIGFPE,
>>                             Arithmetic exception.
>>                             > [Switching to Thread 0x7fffeaaa7700 (LWP
>>                             9306)]
>>                             > 0x00007ffff671d387 in kperf
>>                             (csound=0xf10e20)
>>                             >     at
>>                             /home/rory/sourcecode/csound-csound6-git/Top/csound.c:1505
>>                             > 1505                    ip->kcounter =
>>                             > csound->kcounter*csound->ksmps/lksmps;
>>                             >
>>                             ------------------------------------------------------------------------------
>>                             > Try New Relic Now & We'll Send You this
>>                             Cool Shirt
>>                             > New Relic is the only SaaS-based
>>                             application performance monitoring
>>                             > service
>>                             > that delivers powerful full stack
>>                             analytics. Optimize and monitor your
>>                             > browser, app, & servers with just a few
>>                             lines of code. Try New Relic
>>                             > and get this awesome Nerd Life shirt!
>>                             >
>>                             http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
>>                             > Csound-devel mailing list
>>                             > Csound-devel@lists.sourceforge.net
>>                             
>>                             >
>>                             https://lists.sourceforge.net/lists/listinfo/csound-devel
>>                             >
>>
>>
>>
>>                             ------------------------------------------------------------------------------
>>                             Try New Relic Now & We'll Send You this
>>                             Cool Shirt
>>                             New Relic is the only SaaS-based
>>                             application performance monitoring service
>>                             that delivers powerful full stack
>>                             analytics. Optimize and monitor your
>>                             browser, app, & servers with just a few
>>                             lines of code. Try New Relic
>>                             and get this awesome Nerd Life shirt!
>>                             http://p.sf.net/sfu/newrelic_d2d_apr
>>                             _______________________________________________
>>                             Csound-devel mailing list
>>                             Csound-devel@lists.sourceforge.net
>>                             
>>                             https://lists.sourceforge.net/lists/listinfo/csound-devel
>>
>>
>>                         ------------------------------------------------------------------------------
>>                         Try New Relic Now & We'll Send You this Cool Shirt
>>                         New Relic is the only SaaS-based application
>>                         performance monitoring service
>>                         that delivers powerful full stack analytics.
>>                         Optimize and monitor your
>>                         browser, app, & servers with just a few lines
>>                         of code. Try New Relic
>>                         and get this awesome Nerd Life shirt!
>>                         http://p.sf.net/sfu/newrelic_d2d_apr_______________________________________________
>>                         Csound-devel mailing list
>>                         Csound-devel@lists.sourceforge.net
>>                         
>>                         https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>                         Dr Victor Lazzarini
>                         Senior Lecturer
>                         Dept. of Music
>                         NUI Maynooth Ireland
>                         tel.:+353 1 708 3545 
>                         Victor dot Lazzarini AT nuim dot ie
>
>
>
>
>                         ------------------------------------------------------------------------------
>                         Try New Relic Now & We'll Send You this Cool Shirt
>                         New Relic is the only SaaS-based application
>                         performance monitoring service
>                         that delivers powerful full stack analytics.
>                         Optimize and monitor your
>                         browser, app, & servers with just a few lines of
>                         code. Try New Relic
>                         and get this awesome Nerd Life shirt!
>                         http://p.sf.net/sfu/newrelic_d2d_apr
>                         _______________________________________________
>                         Csound-devel mailing list
>                         Csound-devel@lists.sourceforge.net
>                         
>                         https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>                     ------------------------------------------------------------------------------
>                     Try New Relic Now & We'll Send You this Cool Shirt
>                     New Relic is the only SaaS-based application
>                     performance monitoring service
>                     that delivers powerful full stack analytics.
>                     Optimize and monitor your
>                     browser, app, & servers with just a few lines of
>                     code. Try New Relic
>                     and get this awesome Nerd Life shirt!
>                     http://p.sf.net/sfu/newrelic_d2d_apr
>                     _______________________________________________
>                     Csound-devel mailing list
>                     Csound-devel@lists.sourceforge.net
>                     
>                     https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>
>                 --
>                 Michael Gogins
>                 Irreducible Productions
>                 http://www.michael-gogins.com
>                 Michael dot Gogins at gmail dot com
>
>                 ------------------------------------------------------------------------------
>                 Try New Relic Now & We'll Send You this Cool Shirt
>                 New Relic is the only SaaS-based application performance
>                 monitoring service
>                 that delivers powerful full stack analytics. Optimize
>                 and monitor your
>                 browser, app, & servers with just a few lines of code.
>                 Try New Relic
>                 and get this awesome Nerd Life shirt!
>                 http://p.sf.net/sfu/newrelic_d2d_apr
>                 _______________________________________________
>                 Csound-devel mailing list
>                 Csound-devel@lists.sourceforge.net
>                 
>                 https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>             ------------------------------------------------------------------------------
>             Try New Relic Now & We'll Send You this Cool Shirt
>             New Relic is the only SaaS-based application performance
>             monitoring service
>             that delivers powerful full stack analytics. Optimize and
>             monitor your
>             browser, app, & servers with just a few lines of code. Try
>             New Relic
>             and get this awesome Nerd Life shirt!
>             http://p.sf.net/sfu/newrelic_d2d_apr
>             _______________________________________________
>             Csound-devel mailing list
>             Csound-devel@lists.sourceforge.net
>             
>             https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>
>         --
>         Michael Gogins
>         Irreducible Productions
>         http://www.michael-gogins.com
>         Michael dot Gogins at gmail dot com
>
>         ------------------------------------------------------------------------------
>         Try New Relic Now & We'll Send You this Cool Shirt
>         New Relic is the only SaaS-based application performance
>         monitoring service
>         that delivers powerful full stack analytics. Optimize and
>         monitor your
>         browser, app, & servers with just a few lines of code. Try New Relic
>         and get this awesome Nerd Life shirt!
>         http://p.sf.net/sfu/newrelic_d2d_apr
>         _______________________________________________
>         Csound-devel mailing list
>         Csound-devel@lists.sourceforge.net
>         
>         https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>     ------------------------------------------------------------------------------
>     Try New Relic Now & We'll Send You this Cool Shirt
>     New Relic is the only SaaS-based application performance monitoring
>     service
>     that delivers powerful full stack analytics. Optimize and monitor your
>     browser, app, & servers with just a few lines of code. Try New Relic
>     and get this awesome Nerd Life shirt!
>     http://p.sf.net/sfu/newrelic_d2d_apr
>     _______________________________________________
>     Csound-devel mailing list
>     Csound-devel@lists.sourceforge.net
>     
>     https://lists.sourceforge.net/lists/listinfo/csound-devel
>
>
>
>
> ------------------------------------------------------------------------------
> Try New Relic Now & We'll Send You this Cool Shirt
> New Relic is the only SaaS-based application performance monitoring service
> that delivers powerful full stack analytics. Optimize and monitor your
> browser, app, & servers with just a few lines of code. Try New Relic
> and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
>
>
>
> _______________________________________________
> Csound-devel mailing list
> Csound-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/csound-devel
>

------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net
https://lists.so

Date2013-04-27 09:58
Fromjpff@cs.bath.ac.uk
SubjectRe: [Cs-dev] sigrev Csound6...
We have a proposed date for rc2 to coincide approximately with LAC.  There
are a fe things that need to be done first so we cannot be definite n the
date yet.

==John ff

> this would be excellent, also for further testing.
> 	joachim
>
>
> Am 26.04.2013 20:17, schrieb Andres Cabrera:
>> It would be great to have an RC2 release soon, both for windows and OS X
>> so that I can update CsoundQt to version 6 before the final 6.00
>> release.
>>
>> Cheers,
>> Andrés
>>




------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service 
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
Csound-devel mailing list
Csound-devel@lists.sourceforge.net