├── Ableton+M4L ├── Live template Project │ ├── Ableton Project Info │ │ └── Project8_1.cfg │ └── Live template.als ├── Master-tempo-send.amxd └── Stream-Pitch.amxd ├── Applescripts └── Rules.scpt ├── Pd └── Soundflower-re-route.pd ├── Python └── getTempoAndKey.py ├── README.md └── TouchOSC └── Max DJ.touchosc /Ableton+M4L/Live template Project/Ableton Project Info/Project8_1.cfg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactify/dj-spotify/HEAD/Ableton+M4L/Live template Project/Ableton Project Info/Project8_1.cfg -------------------------------------------------------------------------------- /Ableton+M4L/Live template Project/Live template.als: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactify/dj-spotify/HEAD/Ableton+M4L/Live template Project/Live template.als -------------------------------------------------------------------------------- /Ableton+M4L/Master-tempo-send.amxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactify/dj-spotify/HEAD/Ableton+M4L/Master-tempo-send.amxd -------------------------------------------------------------------------------- /Ableton+M4L/Stream-Pitch.amxd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactify/dj-spotify/HEAD/Ableton+M4L/Stream-Pitch.amxd -------------------------------------------------------------------------------- /Applescripts/Rules.scpt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactify/dj-spotify/HEAD/Applescripts/Rules.scpt -------------------------------------------------------------------------------- /Pd/Soundflower-re-route.pd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactify/dj-spotify/HEAD/Pd/Soundflower-re-route.pd -------------------------------------------------------------------------------- /Python/getTempoAndKey.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactify/dj-spotify/HEAD/Python/getTempoAndKey.py -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactify/dj-spotify/HEAD/README.md -------------------------------------------------------------------------------- /TouchOSC/Max DJ.touchosc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/reactify/dj-spotify/HEAD/TouchOSC/Max DJ.touchosc --------------------------------------------------------------------------------