File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ client applications in Python.
66The library provides a low-level, almost unaltered mapping of the ` libjack `
77[ C API] , plus a few additional convenience functions.
88
9+ The source code repository contains a few [ example scripts] to show its usage.
910
1011** Note:** ** pyjacklib** * as a stand-alone project is in an early beta-stage and
1112the API may still change slightly before a 1.0 release. You have been warned!*
@@ -55,7 +56,7 @@ pip wheel .
5556** pyjacklib** is licensed under the GNU Public License Version v2, or
5657any later version.
5758
58- Please see the file [ COPYING] ( ./COPYING ) for more information.
59+ Please see the file [ COPYING] for more information.
5960
6061
6162## Authors
@@ -67,7 +68,9 @@ Turned into stand-alone project and enhanced by *Christopher Arndt*.
6768
6869[ C API ] : https://jackaudio.org/api/
6970[ Cadence ] : https://github.com/falkTX/Cadence.git
71+ [ COPYING ] : https://github.com/jackaudio/pyjacklib/blob/master/COPYING
7072[ ctypes ] : https://docs.python.org/3/library/ctypes.html
73+ [ example scripts ] : https://github.com/jackaudio/pyjacklib/tree/master/examples
7174[ JACK ] : https://jackaudio.org/
7275[ pip ] : https://pypi.org/project/pip/
7376[ setuptools ] : https://pypi.org/project/setuptools/
You can’t perform that action at this time.
0 commit comments