V5 streaming audio file player plus others

This is a cut down version of my GP file, it shows some useful ways to do things with SAFP and ways to route midi and keyboard splits for up to 6 synth slots.

hope you find it useful

V5 streaming audio player example.gig.zip (6.8 MB)

4 Likes

How did you get those transport buttons? I don’t see them in the widget list

Simply pad-widgets overlayed with a label-widget, where the label-font is set to something like “Wingdings”… a label widget is “click-transparent”, so a mouseclick goes right through to the underlying pad.
With a bit of scripting you could even change the text color according to the ON/OFF state of the pad, but that would make things much more complex.
Search the forum for this “technique” - there should be some examples and infos available.

1 Like