You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bonzo: FFT capture: update to last version of miniaudio, so we can ca…
…pture playback (loopback) and not only mic.
You can ask for capturing a playback device by setting fftCapturePlaybackDevices to true in "rendering" section of json.
You can also specify a search string to capture a specific device by setting "fftCaptureDeviceSearchString"
Bonzo Network: Send FirstVisibleLine (not used right now), on a grabb…
…er you can use F3 to follow or not the caret of the coder.
Now Bonzo will try to reconnect regularly if there is a deconnection (server closed ...)
Smart indentation support (Gargaj#96)
* Smart indentation support
Indentation support can be set to `smart` (default), `preserve` or `none` in the `gui` section of the config file.
Readme file has been updated accordingly.
Heavily based on SciTe official implementation.
* Make linux flavour use c++11
* Fix the wrong ident and make code more readable
* Rewrite in c++98, name config key “autoIndent”