ylmrx

Results 5 issues of ylmrx

We need those here, they could prove useful to everyone ! :) Take care

we have : ``` $ def get_fzf_binary_name(): . fzf_tmux_cmd = 'fzf-tmux' . if 'TMUX' in ${...} and $(which fzf_tmux_cmd): . return fzf_tmux_cmd . . return 'fzf' . [11:02:21] fuzzy@fricadin ~...

The osirus hoverland skin have a top-centered knob widget for controls such as pan, balance... as seen here : Can we get the same on Trancy TI ?

enhancement

The sound level differ by about -6dB on 1st output. (using a virus C rom) This doesn't happen with ostirus (as it emulates the master volume instead of patch volume,...

- ZipStringList : new operator allowing to zip two lists of strings, such as: ```txt zip([a,b,c,d], [1,2,3]) => [a,1,b,2,c,3] ``` - LaunchPadXDisplay : convert a texture2D to a sysex message...