[Csnd-dev] emugens
| Date | 2021-08-29 16:06 |
| From | Victor Lazzarini |
| Subject | [Csnd-dev] emugens |
Eduardo: would you be agreeable that I move your opcodes in emugens and scugens to bultin linkage (since these do not have any external dependencies and are written in C) ======================== Prof. Victor Lazzarini Maynooth University Ireland |
| Date | 2021-08-29 18:02 |
| From | Eduardo Moguillansky |
| Subject | Re: [Csnd-dev] emugens |
Yes, of course On 29.08.21 17:06, Victor Lazzarini wrote: > Eduardo: would you be agreeable that I move your opcodes in emugens and scugens to bultin linkage > (since these do not have any external dependencies and are written in C) > ======================== > Prof. Victor Lazzarini > Maynooth University > Ireland |
| Date | 2021-08-29 21:31 |
| From | "Dr. Richard Boulanger" |
| Subject | Re: [Csnd-dev] emugens |
Wonderful I would love to see more of Eduardo's plugins added as opcodes! - especially perlin noise ! - dB Dr. Richard Boulanger Professor Electronic Production and Design Berklee College of Music Professional Writing & Technology Division On Sun, Aug 29, 2021 at 1:02 PM Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote: Yes, of course |
| Date | 2021-08-29 21:47 |
| From | Eduardo Moguillansky |
| Subject | Re: [Csnd-dev] emugens |
|
to be clear, what victor is talking about is how the opcodes
which are already part of the csound distribution are linked to
csound. On 29.08.21 22:31, Dr. Richard
Boulanger wrote:
|
| Date | 2021-08-29 21:56 |
| From | "Dr. Richard Boulanger" |
| Subject | Re: [Csnd-dev] emugens |
darn... oh well, I have been happily able to just drop your binaries into my plugins directory on the mac (and after changing the permissions on them) explore them - which has been very nice. A lot of great low level and high-level things in your collection - much appreciated. - dB Dr. Richard Boulanger Professor Electronic Production and Design Berklee College of Music Professional Writing & Technology Division On Sun, Aug 29, 2021 at 4:48 PM Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:
|
| Date | 2021-09-01 01:31 |
| From | Eduardo Moguillansky |
| Subject | Re: [Csnd-dev] emugens |
|
Victor, I fetched latest git and the emugens opcodes are not showing up here anymore (csound -z does not show them). Any clue? best regards, Eduardo On 29.08.21 22:56, Dr. Richard
Boulanger wrote:
|
| Date | 2021-09-01 06:43 |
| From | Victor Lazzarini |
| Subject | Re: [Csnd-dev] [EXTERNAL] Re: [Csnd-dev] emugens |
|
I'll have a look. Prof. Victor Lazzarini
Maynooth University
Ireland
On 1 Sep 2021, at 01:31, Eduardo Moguillansky <eduardo.moguillansky@gmail.com> wrote:
|
| Date | 2021-09-01 07:49 |
| From | Eduardo Moguillansky |
| Subject | Re: [Csnd-dev] [EXTERNAL] Re: [Csnd-dev] emugens |
|
I think I found the problem: diff --git a/Top/csmodule.c b/Top/csmodule.c
index a99a32b45..c226cd3fb 100644
--- a/Top/csmodule.c
+++ b/Top/csmodule.c
@@ -1154,7 +1154,7 @@ const INITFN staticmodules[] = { hrtfopcodes_localops_init, babo_localops_init,
select_localops_init, serial_localops_init,
counter_localops_init,platerev_localops_init,
pvsgendy_localops_init, scugens_localops_init,
- scugens_localops_init,
+ emugens_localops_init,
NULL };
On 01.09.21 07:43, Victor Lazzarini
wrote:
I'll have a look. |
| Date | 2021-09-01 08:45 |
| From | Victor Lazzarini |
| Subject | Re: [Csnd-dev] [EXTERNAL] Re: [Csnd-dev] emugens |
yes, exactly. That’s fixed now. ======================== Prof. Victor Lazzarini Maynooth University Ireland > On 1 Sep 2021, at 07:49, Eduardo Moguillansky |