Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components

2015-01-02 Thread Ru Vuott
t IF. Regards vuott Ven 2/1/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components A: "mailing list for gambas users" Data: Venerdì 2 gennaio 2015, 21:47 Le 02/01/2015 21:28, Ru Vuott a écrit :

Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components

2015-01-02 Thread Benoît Minisini
Le 02/01/2015 21:28, Ru Vuott a écrit : > ...well, > > I managed to run the Midi project with Volume setting. > > At present, we have to change Volume value only after we have started the > playing. > > So, I had to put a conditional and a Boolean variable (bleah !) to avoid > interference on the

Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components

2015-01-02 Thread Benoît Minisini
Le 02/01/2015 20:58, Ru Vuott a écrit : > Hello Benoît, > > I come back on this question, because I suppose I found the problem. > > Well, "Music.SoundFontPath" doesn't work, if I set the "Volume". > So, if I comment Volume setting, it works. > > However, I send you a little and simple project, her

Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components

2015-01-02 Thread Ru Vuott
project. Regards vuott Ven 2/1/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components A: "mailing list for gambas users" Data: Venerdì 2 gennaio 2015,

Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components

2015-01-02 Thread Ru Vuott
o activate and deactivate Volume setting in " Public Sub Slider1_Change() " routine. ) Regards. vuott Ven 2/1/15, Ru Vuott ha scritto: Oggetto: Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with gra

Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components

2015-01-02 Thread Ru Vuott
hanks and bye. vuott Ven 2/1/15, Benoît Minisini ha scritto: Oggetto: Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components A: "mailing list for gambas users" Data: Venerdì 2 gennaio 2015, 19:10 Le 02/01/2015 18:37, Ru Vuo

Re: [Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components

2015-01-02 Thread Benoît Minisini
Le 02/01/2015 18:37, Ru Vuott a écrit : > Hello Benoît, > > I noticed " Music.SoundFontPath " property doesn't work, if I use any graphic > component. > > So, for example, this works: > > Public Sub Main() > > With Music > .SoundFontPath = "/path/of/soundbank/file.sf2" > .Load("/pa

[Gambas-user] SDL2 : "Music.SoundFontPath" doesn't work with graphic components

2015-01-02 Thread Ru Vuott
Hello Benoît, I noticed " Music.SoundFontPath " property doesn't work, if I use any graphic component. So, for example, this works: Public Sub Main() With Music .SoundFontPath = "/path/of/soundbank/file.sf2" .Load("/path/of/my/file.mid") .Play End With While Music.Stat