Well, in this case I think what you need is the following bricks:

- A way to communicate from your user interface to liquidsoap. Usually
could be via telnet or a harbor http endpoint. See for instance:
http://liquidsoap.fm/doc-1.2.0/harbor_http.html

- When receiving the fade command, the best would be, I think, to call
source.skip to a source inside a crossfade. For instance:
s = <internal source>
crossfaded = crossfade(s)

# When skip command comes, call:
# source.skip(s)

Hope this helps,
Romain

2016-06-01 7:09 GMT-05:00 JD Buys <[email protected]>:

> Hi,
>
> I want to be able to click a button and then fade the song out and go to
> the next song in the playlist.
>
> JD
>
> On Wed, Jun 1, 2016 at 1:39 PM Romain Beauxis <[email protected]>
> wrote:
>
>> Hi,
>>
>> What exactly are you trying to achieve?
>>
>> Romain
>>
>> 2016-05-31 15:37 GMT+02:00 JD Buys <[email protected]>:
>>
>>> Hi,
>>>
>>> Can anyone help me to implement a fade.final or fade.out  when I run a
>>> telnet command?
>>>
>>> Thanks
>>>
>>>
>>> ------------------------------------------------------------------------------
>>> What NetFlow Analyzer can do for you? Monitors network bandwidth and
>>> traffic
>>> patterns at an interface-level. Reveals which users, apps, and protocols
>>> are
>>> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
>>> J-Flow, sFlow and other flows. Make informed decisions using capacity
>>> planning reports.
>>> https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
>>> _______________________________________________
>>> Savonet-users mailing list
>>> [email protected]
>>> https://lists.sourceforge.net/lists/listinfo/savonet-users
>>>
>>>
>>
>> ------------------------------------------------------------------------------
>> What NetFlow Analyzer can do for you? Monitors network bandwidth and
>> traffic
>> patterns at an interface-level. Reveals which users, apps, and protocols
>> are
>> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
>> J-Flow, sFlow and other flows. Make informed decisions using capacity
>> planning reports.
>> https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
>> _______________________________________________
>> Savonet-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/savonet-users
>>
>
>
> ------------------------------------------------------------------------------
> What NetFlow Analyzer can do for you? Monitors network bandwidth and
> traffic
> patterns at an interface-level. Reveals which users, apps, and protocols
> are
> consuming the most bandwidth. Provides multi-vendor support for NetFlow,
> J-Flow, sFlow and other flows. Make informed decisions using capacity
> planning reports. https://ad.doubleclick.net/ddm/clk/305295220;132659582;e
> _______________________________________________
> Savonet-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/savonet-users
>
>
------------------------------------------------------------------------------
What NetFlow Analyzer can do for you? Monitors network bandwidth and traffic
patterns at an interface-level. Reveals which users, apps, and protocols are 
consuming the most bandwidth. Provides multi-vendor support for NetFlow, 
J-Flow, sFlow and other flows. Make informed decisions using capacity planning
reports. http://sdm.link/zohomanageengine
_______________________________________________
Savonet-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/savonet-users

Reply via email to