Browse Source

Fix last commit

tags/v0.9.0
falkTX 12 years ago
parent
commit
fdbab4e8da
1 changed files with 1 additions and 4 deletions
  1. +1
    -4
      src/cadence_aloop_daemon.py

+ 1
- 4
src/cadence_aloop_daemon.py View File

@@ -16,7 +16,7 @@ import jacklib


global doLoop, doRunNow global doLoop, doRunNow
doLoop = True doLoop = True
doRunNow = False
doRunNow = True


# -------------------------------------------------- # --------------------------------------------------
# Global JACK variables # Global JACK variables
@@ -89,9 +89,6 @@ if __name__ == '__main__':
sampleRate = jacklib.get_sample_rate(client) sampleRate = jacklib.get_sample_rate(client)
bufferSize = jacklib.get_buffer_size(client) bufferSize = jacklib.get_buffer_size(client)


# Run first-time
run_alsa_bridge()

# Keep running until told otherwise # Keep running until told otherwise
while doLoop: while doLoop:
if doRunNow: if doRunNow:


Loading…
Cancel
Save