]> git.parisson.com Git - telecaster-server.git/commitdiff
cleanup
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 19 Sep 2024 21:56:05 +0000 (23:56 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 19 Sep 2024 21:56:05 +0000 (23:56 +0200)
tests/tc_link_pw.py
tests/tc_link_pw_jack.py

index ad543aa9bdd8702679c662e0e4e4c20adf026452..195c6ff13ac50ee4e9245fb43e1f31a7fa5abf63 100644 (file)
@@ -42,17 +42,6 @@ mic_output.connect(audio_processing_input.right)
 firefox_input.connect(audio_processing_output)
 firefox_input.disconnect(alsa_output)
 
-# Connect the last output to the last input -- during testing it was found that
-# Midi channel is normally listed first, so this avoids that.
-# source = outputs[-1]
-# sink = inputs[-1]
-# source.connect(sink)
-
-# Fun Fact! You can connect/disconnect in either order!
-# sink.disconnect(source) # Tada!
-
-# Default Input/Output links will be made with left-left and right-right
-# connections; in other words, a straight stereo connection.
-# It's possible to manually cross the lines, however!
-# source.right.connect(sink.left)
-# source.left.connect(sink.right)
+
+
+
index b70f63a88ce82e38c3ab3664e0483369ccc5021f..7ef383b7c09fa844adc9703a51332c94292ba2ad 100644 (file)
@@ -33,17 +33,4 @@ firefox.connect(audio_processing)
 jack_source.disconnect(firefox)
 audio_processing.disconnect(alsa_inputs)
 
-# Connect the last output to the last input -- during testing it was found that
-# Midi channel is normally listed first, so this avoids that.
-# source = outputs[-1]
-# sink = inputs[-1]
-# source.connect(sink)
-
-# Fun Fact! You can connect/disconnect in either order!
-# sink.disconnect(source) # Tada!
-
-# Default Input/Output links will be made with left-left and right-right
-# connections; in other words, a straight stereo connection.
-# It's possible to manually cross the lines, however!
-# source.right.connect(sink.left)
-# source.left.connect(sink.right)
+