[Csnd] vectrosynth, doesn't work
Date | 2012-01-18 19:58 |
From | Stefan Thomas |
Subject | [Csnd] vectrosynth, doesn't work |
Dear community, I wanted to try Giorgio Zucco's VECTROSYNTH. I downloaded the files, unzipped it and went to the folder PC version. Then I run csound VECTROSYNTH\ O.91.csd Unfortunately I got these errors:
Is there a possibility to get it running? |
Date | 2012-01-19 03:53 |
From | Giorgio Zucco |
Subject | [Csnd] Re: vectrosynth, doesn't work |
Hi,probably no longer works with new csound version,if you give me an email address I am sending you a newer version(I have no idea if it can attach zipped files in this forum), thanks Giorgio -- View this message in context: http://csound.1045644.n5.nabble.com/vectrosynth-doesn-t-work-tp5155736p5156743.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2012-01-19 08:39 |
From | Victor |
Subject | Re: [Csnd] Re: vectrosynth, doesn't work |
It should work, if it did in an older version, it should still work now. Otherwise it is a bug. On 19 Jan 2012, at 03:53, Giorgio Zucco |
Date | 2012-01-19 09:01 |
From | Tito Latini |
Subject | Re: [Csnd] Re: vectrosynth, doesn't work |
Attachments | None |
Date | 2012-01-19 11:40 |
From | Giorgio Zucco |
Subject | [Csnd] Re: vectrosynth, doesn't work |
hi,with the new version I'm having many problems with projects that include fltk. I recently also had to correct a simple waveform like this: f1 0 4096 10 1 0 1/2 0 1/3 0 1/4 0 1/5 0 ...... (with csound 5.15 does not work) rewritten as follows: f1 0 4096 10 1 0 0.5 0 0.33 0 ........( it works) also with Andres Cabrera's Diffamator I can not get it to work, the error list is very long, I do not know,bye Giorgio -- View this message in context: http://csound.1045644.n5.nabble.com/vectrosynth-doesn-t-work-tp5155736p5157435.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2012-01-19 12:25 |
From | Giorgio Zucco |
Subject | [Csnd] Re: vectrosynth, doesn't work |
yes,the beautiful Fm synth of Andres Cabrera : http://www.csounds.com/resources/Diffamator-0.91.zip -- View this message in context: http://csound.1045644.n5.nabble.com/vectrosynth-doesn-t-work-tp5155736p5157544.html Sent from the Csound - General mailing list archive at Nabble.com. Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2012-01-19 12:27 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Re: vectrosynth, doesn't work |
On 19 Jan 2012, at 11:40, Giorgio Zucco wrote: > hi,with the new version I'm having many problems with projects that include > fltk. Which problems? > I recently also had to correct a simple waveform like this: > > f1 0 4096 10 1 0 1/2 0 1/3 0 1/4 0 1/5 0 ...... (with csound 5.15 does not > work) As far as I know, this should never have worked. Arithmetic expressions in the score need to be inside [ ] f1 0 4096 10 1 0 [1/2] 0 [1/3] ... > also with Andres Cabrera's Diffamator I can not get it to work, the error > list is very long, I do not know,bye Diffamator? Andres? > > Giorgio > > -- > View this message in context: http://csound.1045644.n5.nabble.com/vectrosynth-doesn-t-work-tp5155736p5157435.html > Sent from the Csound - General mailing list archive at Nabble.com. > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > Dr Victor Lazzarini Senior Lecturer Dept. of Music NUI Maynooth Ireland tel.: +353 1 708 3545 Victor dot Lazzarini AT nuim dot ie Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2012-01-19 13:32 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Csnd] Re: vectrosynth, doesn't work |
I tried the zip file and it is a total ness. Commas missing or spsaces in numbers. Undefined opcodes, etc etc. It could never have worked. > > On 19 Jan 2012, at 11:40, Giorgio Zucco wrote: >> hi,with the new version I'm having many problems with projects that >> include >> fltk. > > Which problems? > >> I recently also had to correct a simple waveform like this: >> >> f1 0 4096 10 1 0 1/2 0 1/3 0 1/4 0 1/5 0 ...... (with csound 5.15 does >> not >> work) > > Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2012-01-19 14:06 |
From | Andres Cabrera |
Subject | Re: [Csnd] Re: vectrosynth, doesn't work |
Hi, It does work here with a very recent git version: Elapsed time at end of orchestra compile: real: 0.369s, CPU: 0.110s sorting score ... ... done Elapsed time at end of score sort: real: 0.369s, CPU: 0.110s ALSA: opened MIDI output device 'hw:1,0' Csound version 5.15 beta (double samples) Jan 15 2012 0dBFS level = 32768.0 WARNING: FLbutton "/0" ignoring snapshot capture retrieve WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 ftable 101: WARNING: Seeding from current time 2292162623 orch now loaded audio buffered in 256 sample-frame blocks PulseAudio input server: default reading 1024-byte blks of shorts from adc (RAW) PulseAudio output server: default pulseaudio output open writing 512 sample blks of 64-bit floats to dac SECTION 1: new alloc for instr 10: instr 10: istore = 0.000 instr 10: ipreset = 0.000 WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 Recalled preset: 0 Closing file 'Diffamator- 0.preset'... new alloc for instr 12: WARNING: (fl_setWidgetValue_set): not fully implemented yet; exp=1 WARNING: (fl_setWidgetValue_set): not fully implemented yet; exp=1 Maybe the changes that broke it happened in the last two days? Cheers, Andrés On Thu, Jan 19, 2012 at 1:32 PM, |
Date | 2012-01-19 15:16 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Csnd] Re: vectrosynth, doesn't work |
No; the errors were in the file I retrieved. Lots of them. > Hi, > > It does work here with a very recent git version: > > Elapsed time at end of orchestra compile: real: 0.369s, CPU: 0.110s > sorting score ... > ... done > Elapsed time at end of score sort: real: 0.369s, CPU: 0.110s > ALSA: opened MIDI output device 'hw:1,0' > Csound version 5.15 beta (double samples) Jan 15 2012 > 0dBFS level = 32768.0 > WARNING: FLbutton "/0" ignoring snapshot capture retrieve > WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > ftable 101: > WARNING: Seeding from current time 2292162623 > > orch now loaded > audio buffered in 256 sample-frame blocks > PulseAudio input server: default > reading 1024-byte blks of shorts from adc (RAW) > PulseAudio output server: default > pulseaudio output open > writing 512 sample blks of 64-bit floats to dac > SECTION 1: > new alloc for instr 10: > instr 10: istore = 0.000 > instr 10: ipreset = 0.000 > WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > Recalled preset: 0 > Closing file 'Diffamator- 0.preset'... > new alloc for instr 12: > WARNING: (fl_setWidgetValue_set): not fully implemented yet; exp=1 > WARNING: (fl_setWidgetValue_set): not fully implemented yet; exp=1 > > Maybe the changes that broke it happened in the last two days? > > Cheers, > Andrés > > On Thu, Jan 19, 2012 at 1:32 PM, |
Date | 2012-01-19 16:09 |
From | Andres Cabrera |
Subject | Re: [Csnd] Re: vectrosynth, doesn't work |
Hi, Are you trying Vectrosynth or Diffamator? I was trying Diffamator and it worked. Cheers, Andrés On Thu, Jan 19, 2012 at 3:16 PM, |
Date | 2012-01-19 16:11 |
From | jpff@cs.bath.ac.uk |
Subject | Re: [Csnd] Re: vectrosynth, doesn't work |
> Hi, > > Are you trying Vectrosynth or Diffamator? I was trying Diffamator and it > worked. > > Cheers, > Andrés > Vectrosynth do not have Diffamator afaik Send bugs reports to the Sourceforge bug tracker https://sourceforge.net/tracker/?group_id=81968&atid=564599 Discussions of bugs and features can be posted here To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" |
Date | 2012-01-19 16:18 |
From | Victor Lazzarini |
Subject | Re: [Csnd] Re: vectrosynth, doesn't work |
Diffamator works. I think John means vectrosynth does not. On 19 Jan 2012, at 16:09, Andres Cabrera wrote: > Hi, > > Are you trying Vectrosynth or Diffamator? I was trying Diffamator and it worked. > > Cheers, > Andrés > > On Thu, Jan 19, 2012 at 3:16 PM, |
Date | 2012-01-19 16:33 |
From | Marc Demers |
Subject | RE: [Csnd] Re: vectrosynth, doesn't work |
Is it possible to download the latest version of VectroSynth somewhere? Marc > From: Victor.Lazzarini@nuim.ie > Date: Thu, 19 Jan 2012 16:18:37 +0000 > To: csound@lists.bath.ac.uk > Subject: Re: [Csnd] Re: vectrosynth, doesn't work > > Diffamator works. I think John means vectrosynth does not. > On 19 Jan 2012, at 16:09, Andres Cabrera wrote: > > > Hi, > > > > Are you trying Vectrosynth or Diffamator? I was trying Diffamator and it worked. > > > > Cheers, > > Andrés > > > > On Thu, Jan 19, 2012 at 3:16 PM, <jpff@cs.bath.ac.uk> wrote: > >> No; the errors were in the file I retrieved. Lots of them. > >> > >>> Hi, > >>> > >>> It does work here with a very recent git version: > >>> > >>> Elapsed time at end of orchestra compile: real: 0.369s, CPU: 0.110s > >>> sorting score ... > >>> ... done > >>> Elapsed time at end of score sort: real: 0.369s, CPU: 0.110s > >>> ALSA: opened MIDI output device 'hw:1,0' > >>> Csound version 5.15 beta (double samples) Jan 15 2012 > >>> 0dBFS level = 32768.0 > >>> WARNING: FLbutton "/0" ignoring snapshot capture retrieve > >>> WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > >>> WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > >>> WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > >>> ftable 101: > >>> WARNING: Seeding from current time 2292162623 > >>> > >>> orch now loaded > >>> audio buffered in 256 sample-frame blocks > >>> PulseAudio input server: default > >>> reading 1024-byte blks of shorts from adc (RAW) > >>> PulseAudio output server: default > >>> pulseaudio output open > >>> writing 512 sample blks of 64-bit floats to dac > >>> SECTION 1: > >>> new alloc for instr 10: > >>> instr 10: istore = 0.000 > >>> instr 10: ipreset = 0.000 > >>> WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > >>> WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > >>> WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > >>> WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > >>> WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > >>> WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > >>> WARNING: (fl_setWidgetValuei): not fully implemented yet; exp=1 > >>> Recalled preset: 0 > >>> Closing file 'Diffamator- 0.preset'... > >>> new alloc for instr 12: > >>> WARNING: (fl_setWidgetValue_set): not fully implemented yet; exp=1 > >>> WARNING: (fl_setWidgetValue_set): not fully implemented yet; exp=1 > >>> > >>> Maybe the changes that broke it happened in the last two days? > >>> > >>> Cheers, > >>> Andrés > >>> > >>> On Thu, Jan 19, 2012 at 1:32 PM, <jpff@cs.bath.ac.uk> wrote: > >>>> I tried the zip file and it is a total ness. Commas missing or spsaces > >>>> in > >>>> numbers. Undefined opcodes, etc etc. It could never have worked. > >>>> > >>>>> > >>>>> On 19 Jan 2012, at 11:40, Giorgio Zucco wrote: > >>>>>> hi,with the new version I'm having many problems with projects that > >>>>>> include > >>>>>> fltk. > >>>>> > >>>>> Which problems? > >>>>> > >>>>>> I recently also had to correct a simple waveform like this: > >>>>>> > >>>>>> f1 0 4096 10 1 0 1/2 0 1/3 0 1/4 0 1/5 0 ...... (with csound 5.15 > >>>>>> does > >>>>>> not > >>>>>> work) > >>>>> > >>>>> > >>>> > >>>> > >>>> > >>>> Send bugs reports to the Sourceforge bug tracker > >>>> > >>>> https://sourceforge.net/tracker/?group_id=81968&atid=564599 > >>>> Discussions of bugs and features can be posted here > >>>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > >>>> csound" > >>>> > >>> > >>> > >>> Send bugs reports to the Sourceforge bug tracker > >>> https://sourceforge.net/tracker/?group_id=81968&atid=564599 > >>> Discussions of bugs and features can be posted here > >>> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe > >>> csound" > >>> > >>> > >>> > >>> > >> > >> > >> > >> > >> Send bugs reports to the Sourceforge bug tracker > >> https://sourceforge.net/tracker/?group_id=81968&atid=564599 > >> Discussions of bugs and features can be posted here > >> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > >> > > > > > > Send bugs reports to the Sourceforge bug tracker > > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > > Discussions of bugs and features can be posted here > > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > > > > Dr Victor Lazzarini > Senior Lecturer > Dept. of Music > NUI Maynooth Ireland > tel.: +353 1 708 3545 > Victor dot Lazzarini AT nuim dot ie > > > > > > Send bugs reports to the Sourceforge bug tracker > https://sourceforge.net/tracker/?group_id=81968&atid=564599 > Discussions of bugs and features can be posted here > To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound" > |