Skip to content

Commit

Permalink
oh, the varieties of the *nix command line
Browse files Browse the repository at this point in the history
  • Loading branch information
pauldavisthefirst committed Oct 11, 2013
1 parent 8f2ad9f commit 16193a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jackd/jackd.c
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,9 @@ main (int argc, char *argv[])
}
}
break;
} else if (strcmp (argv[i], "-Xseq") == 0) {
slave_drivers = jack_slist_append (slave_drivers,"alsa_midi");
break;
}
}

Expand Down

0 comments on commit 16193a3

Please sign in to comment.