├── Generic ├── Generic.py ├── MIDI_Map.py ├── SpecialChannelStripComponent.py ├── SpecialMixerComponent.py ├── SpecialSessionComponent.py ├── SpecialTransportComponent.py ├── SpecialViewControllerComponent.py ├── SpecialZoomingComponent.py └── __init__.py └── README.md /Generic/Generic.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j74/Generic-Python-Remote-Script/HEAD/Generic/Generic.py -------------------------------------------------------------------------------- /Generic/MIDI_Map.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j74/Generic-Python-Remote-Script/HEAD/Generic/MIDI_Map.py -------------------------------------------------------------------------------- /Generic/SpecialChannelStripComponent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j74/Generic-Python-Remote-Script/HEAD/Generic/SpecialChannelStripComponent.py -------------------------------------------------------------------------------- /Generic/SpecialMixerComponent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j74/Generic-Python-Remote-Script/HEAD/Generic/SpecialMixerComponent.py -------------------------------------------------------------------------------- /Generic/SpecialSessionComponent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j74/Generic-Python-Remote-Script/HEAD/Generic/SpecialSessionComponent.py -------------------------------------------------------------------------------- /Generic/SpecialTransportComponent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j74/Generic-Python-Remote-Script/HEAD/Generic/SpecialTransportComponent.py -------------------------------------------------------------------------------- /Generic/SpecialViewControllerComponent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j74/Generic-Python-Remote-Script/HEAD/Generic/SpecialViewControllerComponent.py -------------------------------------------------------------------------------- /Generic/SpecialZoomingComponent.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j74/Generic-Python-Remote-Script/HEAD/Generic/SpecialZoomingComponent.py -------------------------------------------------------------------------------- /Generic/__init__.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j74/Generic-Python-Remote-Script/HEAD/Generic/__init__.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/j74/Generic-Python-Remote-Script/HEAD/README.md --------------------------------------------------------------------------------