Csound Csound-dev Csound-tekno Search About

[Csnd-dev] opcode SDK

Date2018-06-22 11:31
FromVictor Lazzarini
Subject[Csnd-dev] opcode SDK
Hi everyone,

to try to encourage third-party opcode development, we have discussed putting together
a simple plugin opcode SDK. So to kick this off, I’ve started a new repo in the Csound
project with the basics of this (CMake scripts and trivial examples)

https://github.com/csound/opcode_sdk

it should be easy enough to fork this and start developing. Further documentation
may be added, as well as other examples, but this should be enough to get people
started.
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Irela

Date2018-06-22 11:38
FromGuillermo Senna
SubjectRe: [Csnd-dev] opcode SDK
Excellent idea!


On 22/06/18 07:31, Victor Lazzarini wrote:
> Hi everyone,
>
> to try to encourage third-party opcode development, we have discussed putting together
> a simple plugin opcode SDK. So to kick this off, I’ve started a new repo in the Csound
> project with the basics of this (CMake scripts and trivial examples)
>
> https://github.com/csound/opcode_sdk
>
> it should be easy enough to fork this and start developing. Further documentation
> may be added, as well as other examples, but this should be enough to get people
> started.
> ========================
> Prof. Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy,
> Maynooth University,
> Maynooth, Co Kildare, Ireland
> Tel: 00 353 7086936
> Fax: 00 353 1 7086952 

Date2018-06-22 12:36
FromRory Walsh
SubjectRe: [Csnd-dev] opcode SDK
A welcome development.

On 22 June 2018 at 11:38, Guillermo Senna <gsenna@gmail.com> wrote:
Excellent idea!


On 22/06/18 07:31, Victor Lazzarini wrote:
> Hi everyone,
>
> to try to encourage third-party opcode development, we have discussed putting together
> a simple plugin opcode SDK. So to kick this off, I’ve started a new repo in the Csound
> project with the basics of this (CMake scripts and trivial examples)
>
> https://github.com/csound/opcode_sdk
>
> it should be easy enough to fork this and start developing. Further documentation
> may be added, as well as other examples, but this should be enough to get people
> started.
> ========================
> Prof. Victor Lazzarini
> Dean of Arts, Celtic Studies, and Philosophy,
> Maynooth University,
> Maynooth, Co Kildare, Ireland
> Tel: 00 353 7086936
> Fax: 00 353 1 7086952
>


Date2018-06-22 13:01
FromJohn ff
SubjectRe: [Csnd-dev] opcode SDK
Sorry not be confused as ever but surely the multiple example in in multiple.cis wrong?  It calls the vector version.

⁣Sent from TypeApp ​

On Jun 22, 2018, 11:32, at 11:32, Victor Lazzarini  wrote:
>Hi everyone,
>
>to try to encourage third-party opcode development, we have discussed
>putting together
>a simple plugin opcode SDK. So to kick this off, I’ve started a new
>repo in the Csound
>project with the basics of this (CMake scripts and trivial examples)
>
>https://github.com/csound/opcode_sdk
>
>it should be easy enough to fork this and start developing. Further
>documentation
>may be added, as well as other examples, but this should be enough to
>get people
>started.
>========================
>Prof. Victor Lazzarini
>Dean of Arts, Celtic Studies, and Philosophy,
>Maynooth University,
>Maynooth, Co Kildare, Ireland
>Tel: 00 353 7086936

Date2018-06-22 13:48
FromVictor Lazzarini
SubjectRe: [Csnd-dev] opcode SDK
yes, that was wrong. 
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952 

> On 22 Jun 2018, at 13:01, John ff  wrote:
> 
> Sorry not be confused as ever but surely the multiple example in in multiple.cis wrong?  It calls the vector version.
> 
> ⁣Sent from TypeApp ​
> 
> On Jun 22, 2018, 11:32, at 11:32, Victor Lazzarini  wrote:
>> Hi everyone,
>> 
>> to try to encourage third-party opcode development, we have discussed
>> putting together
>> a simple plugin opcode SDK. So to kick this off, I’ve started a new
>> repo in the Csound
>> project with the basics of this (CMake scripts and trivial examples)
>> 
>> https://github.com/csound/opcode_sdk
>> 
>> it should be easy enough to fork this and start developing. Further
>> documentation
>> may be added, as well as other examples, but this should be enough to
>> get people
>> started.
>> ========================
>> Prof. Victor Lazzarini
>> Dean of Arts, Celtic Studies, and Philosophy,
>> Maynooth University,
>> Maynooth, Co Kildare, Ireland
>> Tel: 00 353 7086936
>>

Date2018-06-27 00:01
FromFelipe Sateler
SubjectRe: [Csnd-dev] opcode SDK
This looks interesting. Any reason FindCsound is not provided by csound itself though?

On Fri, Jun 22, 2018 at 8:48 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
yes, that was wrong.
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952

> On 22 Jun 2018, at 13:01, John ff <jpff@CODEMIST.CO.UK> wrote:
>
> Sorry not be confused as ever but surely the multiple example in in multiple.cis wrong?  It calls the vector version.
>
> ⁣Sent from TypeApp ​
>
> On Jun 22, 2018, 11:32, at 11:32, Victor Lazzarini <victor.lazzarini@mu.ie> wrote:
>> Hi everyone,
>>
>> to try to encourage third-party opcode development, we have discussed
>> putting together
>> a simple plugin opcode SDK. So to kick this off, I’ve started a new
>> repo in the Csound
>> project with the basics of this (CMake scripts and trivial examples)
>>
>> https://github.com/csound/opcode_sdk
>>
>> it should be easy enough to fork this and start developing. Further
>> documentation
>> may be added, as well as other examples, but this should be enough to
>> get people
>> started.
>> ========================
>> Prof. Victor Lazzarini
>> Dean of Arts, Celtic Studies, and Philosophy,
>> Maynooth University,
>> Maynooth, Co Kildare, Ireland
>> Tel: 00 353 7086936
>> Fax: 00 353 1 7086952



--

Saludos,
Felipe Sateler

Date2018-06-27 07:30
FromVictor Lazzarini
SubjectRe: [Csnd-dev] opcode SDK
I thought of that, but did not look into how to  do it.

Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy
Maynooth University
Ireland

On 27 Jun 2018, at 00:02, Felipe Sateler <fsateler@GMAIL.COM> wrote:

This looks interesting. Any reason FindCsound is not provided by csound itself though?

On Fri, Jun 22, 2018 at 8:48 AM Victor Lazzarini <Victor.Lazzarini@mu.ie> wrote:
yes, that was wrong.
========================
Prof. Victor Lazzarini
Dean of Arts, Celtic Studies, and Philosophy,
Maynooth University,
Maynooth, Co Kildare, Ireland
Tel: 00 353 7086936
Fax: 00 353 1 7086952

> On 22 Jun 2018, at 13:01, John ff <jpff@CODEMIST.CO.UK> wrote:
>
> Sorry not be confused as ever but surely the multiple example in in multiple.cis wrong?  It calls the vector version.
>
> ⁣Sent from TypeApp ​
>
> On Jun 22, 2018, 11:32, at 11:32, Victor Lazzarini <victor.lazzarini@mu.ie> wrote:
>> Hi everyone,
>>
>> to try to encourage third-party opcode development, we have discussed
>> putting together
>> a simple plugin opcode SDK. So to kick this off, I’ve started a new
>> repo in the Csound
>> project with the basics of this (CMake scripts and trivial examples)
>>
>> https://github.com/csound/opcode_sdk
>>
>> it should be easy enough to fork this and start developing. Further
>> documentation
>> may be added, as well as other examples, but this should be enough to
>> get people
>> started.
>> ========================
>> Prof. Victor Lazzarini
>> Dean of Arts, Celtic Studies, and Philosophy,
>> Maynooth University,
>> Maynooth, Co Kildare, Ireland
>> Tel: 00 353 7086936
>> Fax: 00 353 1 7086952



--

Saludos,
Felipe Sateler