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

2015-01-02 Thread Ru Vuott
setting in Public Sub Slider1_Change() routine. ) Regards. vuott Ven 2/1/15, Ru Vuott vu...@yahoo.it ha scritto: Oggetto: Re: [Gambas-user] SDL2 : Music.SoundFontPath doesn't work with graphic components A: mailing list for gambas users

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 gam...@users.sourceforge.net ha scritto: Oggetto: Re: [Gambas-user] SDL2 : Music.SoundFontPath doesn't work with graphic components A: mailing list for gambas users gambas-user@lists.sourceforge.net

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

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

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

2015-01-02 Thread Ru Vuott
2/1/15, Benoît Minisini gam...@users.sourceforge.net ha scritto: Oggetto: Re: [Gambas-user] SDL2 : Music.SoundFontPath doesn't work with graphic components A: mailing list for gambas users gambas-user@lists.sourceforge.net Data: Venerdì 2 gennaio 2015, 21:47 Le 02/01/2015 21:28, Ru Vuott

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, here attached.

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 Slider

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

[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.State =