91
General - (fb2k) / Shaky/unsteady output playing DSD128 files with FB2k version 2.0 32 bit
Last post by JohnMarch -
Supported: x86 32-bit, x86 64-bit.
Download and install
foo_httpcontrol_0_97_28.fb2k-component
https://bitbucket.org/oblikoamorale/foo_httpcontrol/downloads/
Setting is the same as before.
Standard installation
- \AppData\Roaming\foobar2000-v2\foo_httpcontrol_data\foobar2000controller
Portable installation
- profile\foo_httpcontrol_data\foobar2000controller
Code: [Select]function on_playback_order_changed(new_index) {
buttons.update();
window.Repaint();
}
function on_playback_order_changed(new_index) {
buttons.update();
window.Repaint();
}
function on_playback_order_changed(new_index) {
// do something
}