simplify the setup by removing ableton

This commit is contained in:
deflax 2020-03-31 17:17:11 +03:00
parent 4501ecbddd
commit 63c9d1f953
11 changed files with 40 additions and 48 deletions

2
.gitignore vendored
View file

@ -1,2 +0,0 @@
Backup/
Samples/

Binary file not shown.

Before

Width:  |  Height:  |  Size: 470 KiB

View file

@ -1,5 +0,0 @@
[.ShellClassInfo]
ConfirmFileOp=0
NoSharing=0
IconFile=Ableton Project Info/AProject.ico
IconIndex=0

View file

@ -3,18 +3,11 @@ digital music setup deflax 2020
software:
- jack:
- links:
- from system capture mic to traktor
- from traktor to ableton
- from ableton to system playback
- ableton live lite 10:
- provides:
- traktor decks A to D tracks via in 1/2, 3/4, 5/6, 7/8
- reason host via rewire
- main mixer output via out 1/2
- cue via out 3/4
- from system capture mic to reason
- from traktor to reason
- from reason to system playback
- native instruments traktor pro 3
- provides:
- master clock via ableton link
- 3d party tracks beatmatched and routed via jack (audio only, no timeline sync)
- propellerhead reason 10
- provides:
@ -25,7 +18,7 @@ software:
controllers:
- akai midimix
- controls:
- ableton main mixer
- mixers
- novation remote le 25
- controls:
- modular synths

File diff suppressed because one or more lines are too long

View file

@ -1,16 +1,10 @@
<!DOCTYPE patchbay>
<patchbay version="0.3.13.10" name="jack-patchbay">
<patchbay version="0.3.13.10" name="traktor2reason">
<output-sockets>
<socket exclusive="off" client="system" type="jack-audio" name="system">
<plug>capture_1</plug>
<plug>capture_2</plug>
</socket>
<socket exclusive="off" client="Ableton Live 10 Lite" type="jack-audio" name="Ableton Live 10 Lite">
<plug>out1</plug>
<plug>out2</plug>
<plug>out3</plug>
<plug>out4</plug>
</socket>
<socket exclusive="off" client="Traktor-01" type="jack-audio" name="Traktor-01">
<plug>out1</plug>
<plug>out2</plug>
@ -25,6 +19,12 @@
<plug>out11</plug>
<plug>out12</plug>
</socket>
<socket exclusive="off" client="Reason" type="jack-audio" name="Reason">
<plug>out1</plug>
<plug>out2</plug>
<plug>out3</plug>
<plug>out4</plug>
</socket>
</output-sockets>
<input-sockets>
<socket exclusive="off" client="system" type="jack-audio" name="system">
@ -33,16 +33,6 @@
<plug>playback_3</plug>
<plug>playback_4</plug>
</socket>
<socket exclusive="off" client="Ableton Live 10 Lite" type="jack-audio" name="Ableton Live 10 Lite">
<plug>in1</plug>
<plug>in2</plug>
<plug>in3</plug>
<plug>in4</plug>
<plug>in5</plug>
<plug>in6</plug>
<plug>in7</plug>
<plug>in8</plug>
</socket>
<socket exclusive="off" client="Traktor-01" type="jack-audio" name="Traktor-01">
<plug>in1</plug>
<plug>in2</plug>
@ -59,12 +49,28 @@
<plug>in13</plug>
<plug>in14</plug>
</socket>
<socket exclusive="off" client="Reason" type="jack-audio" name="Reason">
<plug>in1</plug>
<plug>in2</plug>
<plug>in3</plug>
<plug>in4</plug>
<plug>in5</plug>
<plug>in6</plug>
<plug>in7</plug>
<plug>in8</plug>
<plug>in9</plug>
<plug>in10</plug>
</socket>
<socket exclusive="off" client="Reason" type="jack-audio" name="Reason 2">
<plug>in9</plug>
<plug>in10</plug>
</socket>
</input-sockets>
<slots/>
<cables>
<cable output="system" input="Traktor-01" type="jack-audio"/>
<cable output="Ableton Live 10 Lite" input="system" type="jack-audio"/>
<cable output="Traktor-01" input="Ableton Live 10 Lite" type="jack-audio"/>
<cable output="system" input="Reason 2" type="jack-audio"/>
<cable output="Traktor-01" input="Reason" type="jack-audio"/>
<cable output="Reason" input="system" type="jack-audio"/>
</cables>
</patchbay>