Hey everyone, after trying everything else under the sun i decided to try touchable pro and just accepting a certain insecurity regarding updates and communication.
I am running into an issue connecting it via Wifi. I installed the newest server if could find (v 1.749) on my MacBook Air 2020. On the Ipad it shows v 1.761. So far it only works via USB. The weird thing is when i plug the cable in it also shows the Wifi connections which i can then use. But as soon as i unplug the cable also the Wifi connections disappear.
AMAZING! Thank you so much for a GREAT application. Itās by FAR the best Ableton Remote still. PLEASE let me know if you want any assistance. Iām an advanced Ableton user, teacher in music production and have a few years on user testing/requirement spec. for music IT applications on my CV. Would be glad to help!
Please make Touchable Pro open source. Or try to sell it to other devs. This awesome software deserves constant development/fixes/active contributionsā¦
I guess the deletion from the Windows App store was due to too many reports of Bugs/Abandonware?
had problems with newest windows update that the midi in and out ports havenāt been recognized. It depends to new windows 11 midi stack, where Windows MIDI Service does not find dynamic ports
a workaround is - first start server, then
CMD (Admin):
net stop midisrv
net start midisrv
at last start ableton
or better, edit the install.bat - than you can reinstall the script by right click and automatically stop and start midi service again and after that open ableton, which will now find touchable midi in and out
install.bat:
SET PATH=%*
del /S /Q ā%PATH%ā
Xcopy ā%~dp0touchAbleā ā%PATH%ā /E /I /Q
@echo off
net stop midisrv
net start midisrv
or better - set a fixed liibrary part like documents/ableton/user library ā¦.. than you only have to press 3 times ok button and select a random folder
@echo off
setlocal
set āTARGET=%USERPROFILE%\Documents\Ableton\User Library\Remote Scriptsā