ideoforms / AbletonOSC

Control Ableton Live 11 via Open Sound Control (OSC)
MIT License
426 stars 70 forks source link

Tab AutoComplete + exit/quit #142

Closed esaruoho closed 2 months ago

esaruoho commented 2 months ago

@ideoforms here's the full list based on README.md

with autocomplete. now there's 203 different hooks/handlers.

looks like this: run-console autocomplete

there's also exit and quit for exiting cleanly.

fixes part 1 of https://github.com/ideoforms/AbletonOSC/issues/36 it does not address Add serialisation to allow querying history from previous sessions cos i'm betting that's a big deal.

ideoforms commented 2 months ago

Nice, definitely a quality of life improvement and code looks good - thanks! Will merge now. I think readline provides some kind of internal history tracking that might make it straightforward to resume history from previous sessions, but no need to address both here.