[Cs-dev] fluid opcodes on OSX.
Date | 2007-05-18 12:26 |
From | Victor Lazzarini |
Subject | [Cs-dev] fluid opcodes on OSX. |
I had a look at the fluid opcodes on OSX, using Istvan's example from the manual. While this works on Windows, it does not seem to on OSX. The soundfont gets loaded (well at least I get the console messages reporting it), but I am not getting any sound out of it. I am using the virtual keyboard (on both Win and OSX). The rtevents get sent OK, but fluidsynth does not produce sound. On Windows I am using v.1.13 and on OSX 1.1.17. I suspect fluidsynth itself to be faulty, but I can't really test it. In fact, I really do not know anything about the code, so it's difficult for me to debug. I would prefer if the author(s) could step in and say what might be the problem. If it ever worked on OSX (which I don't know because I never tested it), why has it stopped working? In which release has it stopped working? Have the sources been modified at all? I would prefer if someone stepped in to check this, because I am not very familiar with how this code works or should work. Victor Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-05-18 12:57 |
From | "Dr. Richard Boulanger" |
Subject | Re: [Cs-dev] fluid opcodes on OSX. |
Victor, The fluid stuff ALL worked on OSX with the November 10, 2006 version of Csound - on my PPC macbook and my intel macbook. It all worked up until the most recent version. -dB On May 18, 2007, at 7:26 AM, Victor Lazzarini wrote: > I had a look at the fluid opcodes on OSX, using Istvan's > example from the manual. > > While this works on Windows, it does not seem to on OSX. > The soundfont gets loaded (well at least I get the console messages > reporting it), but I am not getting any sound out of it. I am using > the > virtual keyboard (on both Win and OSX). The rtevents get sent OK, > but fluidsynth does not produce sound. > > On Windows I am using v.1.13 and on OSX 1.1.17. I suspect fluidsynth > itself to be faulty, but I can't really test it. > > In fact, I really do not know anything about the code, so it's > difficult for > me to debug. I would prefer if the author(s) could step in and say > what might be the problem. > > If it ever worked on OSX (which I don't know because I never tested > it), > why has it stopped working? In which release has it stopped working? > Have the sources been modified at all? > > I would prefer if someone stepped in to check this, because I am not > very familiar with how this code works or should work. > > Victor > Victor Lazzarini > Music Technology Laboratory > Music Department > National University of Ireland, Maynooth > > > ---------------------------------------------------------------------- > --- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Csound-devel mailing list > Csound-devel@lists.sourceforge.net > https://lists.sourceforge.net/lists/listinfo/csound-devel ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net |
Date | 2007-05-18 13:01 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] fluid opcodes on OSX. |
Attachments | fltest.csd None None |
I discovered that it's not all of fluidsynth that is broken, but the MIDI part. The attached file, which uses fluidNote to play instead of MIDI controls actually is working perfectly. Victor At 12:26 18/05/2007, you wrote: >I had a look at the fluid opcodes on OSX, using Istvan's >example from the manual. > >While this works on Windows, it does not seem to on OSX. >The soundfont gets loaded (well at least I get the console messages >reporting it), but I am not getting any sound out of it. I am using the >virtual keyboard (on both Win and OSX). The rtevents get sent OK, >but fluidsynth does not produce sound. > >On Windows I am using v.1.13 and on OSX 1.1.17. I suspect fluidsynth >itself to be faulty, but I can't really test it. > >In fact, I really do not know anything about the code, so it's difficult for >me to debug. I would prefer if the author(s) could step in and say >what might be the problem. > >If it ever worked on OSX (which I don't know because I never tested it), >why has it stopped working? In which release has it stopped working? >Have the sources been modified at all? > >I would prefer if someone stepped in to check this, because I am not >very familiar with how this code works or should work. > >Victor >Victor Lazzarini >Music Technology Laboratory >Music Department >National University of Ireland, Maynooth > > >------------------------------------------------------------------------- >This SF.net email is sponsored by DB2 Express >Download DB2 Express C - the FREE version of DB2 express and take >control of your XML. No limits. Just data. Click to get it now. >http://sourceforge.net/powerbar/db2/ >_______________________________________________ >Csound-devel mailing list >Csound-devel@lists.sourceforge.net >https://lists.sourceforge.net/lists/listinfo/csound-devel Victor Lazzarini Music Technology Laboratory Music Department National University of Ireland, Maynooth |
Date | 2007-05-18 13:06 |
From | "Dr. Richard Boulanger" |
Subject | Re: [Cs-dev] fluid opcodes on OSX. |
hum.... interesting.... so you are close.... do the soundfont instruments from the manual work on OSX too? You might try these - because - they broke too - with this recent release.... and so.... it might be a similar thing going on with MIDI and soundfonts (the samples) not necessarily the opcodes.... maybe MIDI in isn't transposing the sample correctly anymore? something with the header? just some wild guesses. -dB On May 18, 2007, at 8:01 AM, Victor Lazzarini wrote: > I discovered that it's not all of fluidsynth that is broken, but the > MIDI part. The attached file, which uses fluidNote to play instead > of MIDI controls actually is working perfectly. > > Victor > > > At 12:26 18/05/2007, you wrote: >> I had a look at the fluid opcodes on OSX, using Istvan's >> example from the manual. >> >> While this works on Windows, it does not seem to on OSX. >> The soundfont gets loaded (well at least I get the console messages >> reporting it), but I am not getting any sound out of it. I am >> using the >> virtual keyboard (on both Win and OSX). The rtevents get sent OK, >> but fluidsynth does not produce sound. >> >> On Windows I am using v.1.13 and on OSX 1.1.17. I suspect fluidsynth >> itself to be faulty, but I can't really test it. >> >> In fact, I really do not know anything about the code, so it's >> difficult for >> me to debug. I would prefer if the author(s) could step in and say >> what might be the problem. >> >> If it ever worked on OSX (which I don't know because I never >> tested it), >> why has it stopped working? In which release has it stopped working? >> Have the sources been modified at all? >> >> I would prefer if someone stepped in to check this, because I am not >> very familiar with how this code works or should work. >> >> Victor >> Victor Lazzarini >> Music Technology Laboratory >> Music Department >> National University of Ireland, Maynooth >> >> >> --------------------------------------------------------------------- >> ---- >> This SF.net email is sponsored by DB2 Express >> Download DB2 Express C - the FREE version of DB2 express and take >> control of your XML. No limits. Just data. Click to get it now. >> http://sourceforge.net/powerbar/db2/ >> _______________________________________________ >> Csound-devel mailing list >> Csound-devel@lists.sourceforge.net >> https://lists.sourceforge.net/lists/listinfo/csound-devel >> |
Date | 2007-05-18 13:15 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] fluid opcodes on OSX. |
As far as I know soundfonts are fixed. It was a simple bug, I think, you can try them with the beta release I did. Victor At 13:06 18/05/2007, you wrote: >hum.... interesting.... so you are close.... do the soundfont >instruments from the manual work on OSX too? >You might try these - because - they broke too - with this recent >release.... and so.... it might be a similar >thing going on with MIDI and soundfonts (the samples) not necessarily >the opcodes.... maybe MIDI in isn't >transposing the sample correctly anymore? something with the >header? just some wild guesses. > >-dB > >On May 18, 2007, at 8:01 AM, Victor Lazzarini wrote: > > > I discovered that it's not all of fluidsynth that is broken, but the > > MIDI part. The attached file, which uses fluidNote to play instead > > of MIDI controls actually is working perfectly. > > > > Victor > > > > > > At 12:26 18/05/2007, you wrote: > >> I had a look at the fluid opcodes on OSX, using Istvan's > >> example from the manual. > >> > >> While this works on Windows, it does not seem to on OSX. > >> The soundfont gets loaded (well at least I get the console messages > >> reporting it), but I am not getting any sound out of it. I am > >> using the > >> virtual keyboard (on both Win and OSX). The rtevents get sent OK, > >> but fluidsynth does not produce sound. > >> > >> On Windows I am using v.1.13 and on OSX 1.1.17. I suspect fluidsynth > >> itself to be faulty, but I can't really test it. > >> > >> In fact, I really do not know anything about the code, so it's > >> difficult for > >> me to debug. I would prefer if the author(s) could step in and say > >> what might be the problem. > >> > >> If it ever worked on OSX (which I don't know because I never > >> tested it), > >> why has it stopped working? In which release has it stopped working? > >> Have the sources been modified at all? > >> > >> I would prefer if someone stepped in to check this, because I am not > >> very familiar with how this code works or should work. > >> > >> Victor > >> Victor Lazzarini > >> Music Technology Laboratory > >> Music Department > >> National University of Ireland, Maynooth > >> > >> > >> --------------------------------------------------------------------- > >> ---- > >> This SF.net email is sponsored by DB2 Express > >> Download DB2 Express C - the FREE version of DB2 express and take > >> control of your XML. No limits. Just data. Click to get it now. > >> http://sourceforge.net/powerbar/db2/ > >> _______________________________________________ > >> Csound-devel mailing list > >> Csound-devel@lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/csound-devel > >> |
Date | 2007-05-18 13:37 |
From | Victor Lazzarini |
Subject | Re: [Cs-dev] fluid opcodes on OSX. |
In fact, now I am starting to think that the problem is not with fluidsynth at all, as I am able to send MIDI notes to it from Csound (see attached CSD). Perhaps midiin is not quite right then? Victor At 13:06 18/05/2007, you wrote: >hum.... interesting.... so you are close.... do the soundfont >instruments from the manual work on OSX too? >You might try these - because - they broke too - with this recent >release.... and so.... it might be a similar >thing going on with MIDI and soundfonts (the samples) not necessarily >the opcodes.... maybe MIDI in isn't >transposing the sample correctly anymore? something with the >header? just some wild guesses. > >-dB > >On May 18, 2007, at 8:01 AM, Victor Lazzarini wrote: > > > I discovered that it's not all of fluidsynth that is broken, but the > > MIDI part. The attached file, which uses fluidNote to play instead > > of MIDI controls actually is working perfectly. > > > > Victor > > > > > > At 12:26 18/05/2007, you wrote: > >> I had a look at the fluid opcodes on OSX, using Istvan's > >> example from the manual. > >> > >> While this works on Windows, it does not seem to on OSX. > >> The soundfont gets loaded (well at least I get the console messages > >> reporting it), but I am not getting any sound out of it. I am > >> using the > >> virtual keyboard (on both Win and OSX). The rtevents get sent OK, > >> but fluidsynth does not produce sound. > >> > >> On Windows I am using v.1.13 and on OSX 1.1.17. I suspect fluidsynth > >> itself to be faulty, but I can't really test it. > >> > >> In fact, I really do not know anything about the code, so it's > >> difficult for > >> me to debug. I would prefer if the author(s) could step in and say > >> what might be the problem. > >> > >> If it ever worked on OSX (which I don't know because I never > >> tested it), > >> why has it stopped working? In which release has it stopped working? > >> Have the sources been modified at all? > >> > >> I would prefer if someone stepped in to check this, because I am not > >> very familiar with how this code works or should work. > >> > >> Victor > >> Victor Lazzarini > >> Music Technology Laboratory > >> Music Department > >> National University of Ireland, Maynooth > >> > >> > >> --------------------------------------------------------------------- > >> ---- > >> This SF.net email is sponsored by DB2 Express > >> Download DB2 Express C - the FREE version of DB2 express and take > >> control of your XML. No limits. Just data. Click to get it now. > >> http://sourceforge.net/powerbar/db2/ > >> _______________________________________________ > >> Csound-devel mailing list > >> Csound-devel@lists.sourceforge.net > >> https://lists.sourceforge.net/lists/listinfo/csound-devel > >> |