Fwd: Re: synchronization with Jack transport : jack-audio-tools-master problem

Philippe GARCIA-ORTUNO <[email protected]> Thu, 10 Oct 2019 00:29:58 +0200
Newsgroups gmane.comp.audio.jackit
Message-ID <[email protected]>
This is a multi-part message in MIME format.
--===============1359223528201961045==
Content-Type: multipart/alternative;
 boundary="------------75CD87A47A4DC8A9A920E4B2"
Content-Language: fr

This is a multi-part message in MIME format.
--------------75CD87A47A4DC8A9A920E4B2
Content-Type: text/plain; charset=utf-8; format=flowed
Content-Transfer-Encoding: 8bit

Thank you, it work fine now.

But timebase_master.py with bpm 120 did not solve the problem with my 
tempest.

When I connect seq24 to Jack at 120 bpm, my tempest in slave from seq24 
go at 77 bpm ...

Philippe


-------- Message transféré --------
Sujet : 	Re: [Jack-Devel] synchronization with Jack transport : 
jack-audio-tools-master problem
Date : 	Fri, 4 Oct 2019 08:39:23 +0200
De : 	Christopher Arndt <[email protected]>
Pour : 	Philippe GARCIA-ORTUNO <[email protected]>



Am 04.10.19 um 00:37 schrieb Philippe GARCIA-ORTUNO:
> I still continue to have some error with python3:
> ModuleNotFoundError: No module named 'jack'

You need to install the 'JACK-Client' Python package, either via your 
distribution's package manager or via pip, e.g.:

$ pip3 install --user JACK-Client

If you install jack-audio-tools via 'python3 setup.py install', this 
dependency will be installed automatically.

> chapolin@chapolin-MS-7B89:~/jack-audio-tools-master$ python3 setup.py 
> cmd  --help
> [...] error: invalid command 'cmd'

As the error message says, there is no setup.py command named 'cmd'. You 
probably got that from the help message, where 'cmd' is only a 
placeholder for an actually available command, for example, 'install'.

$ python3 setup.py install --help

Like I already wrote, the command your're looking for is:

$ python3 setup.py install


Chris


--------------75CD87A47A4DC8A9A920E4B2
Content-Type: text/html; charset=utf-8
Content-Transfer-Encoding: 8bit

<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    Thank you, it work fine now.<br>
    <br>
    But timebase_master.py with bpm 120 did not solve the problem with
    my tempest.<br>
    <br>
    When I connect seq24 to Jack at 120 bpm, my tempest in slave from
    seq24 go at 77 bpm ...<br>
    <br>
    Philippe <br>
    <div class="moz-forward-container"><br>
      <br>
      -------- Message transféré --------
      <table class="moz-email-headers-table" cellspacing="0"
        cellpadding="0" border="0">
        <tbody>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Sujet :
            </th>
            <td>Re: [Jack-Devel] synchronization with Jack transport :
              jack-audio-tools-master problem</td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Date : </th>
            <td>Fri, 4 Oct 2019 08:39:23 +0200</td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">De : </th>
            <td>Christopher Arndt <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]">&lt;[email protected]&gt;</a></td>
          </tr>
          <tr>
            <th valign="BASELINE" nowrap="nowrap" align="RIGHT">Pour : </th>
            <td>Philippe GARCIA-ORTUNO <a class="moz-txt-link-rfc2396E" href="mailto:[email protected]">&lt;[email protected]&gt;</a></td>
          </tr>
        </tbody>
      </table>
      <br>
      <br>
      Am 04.10.19 um 00:37 schrieb Philippe GARCIA-ORTUNO:<br>
      <blockquote type="cite">I still continue to have some error with
        python3:<br>
        ModuleNotFoundError: No module named 'jack'<br>
      </blockquote>
      <br>
      You need to install the 'JACK-Client' Python package, either via
      your distribution's package manager or via pip, e.g.:<br>
      <br>
      $ pip3 install --user JACK-Client<br>
      <br>
      If you install jack-audio-tools via 'python3 setup.py install',
      this dependency will be installed automatically.<br>
      <br>
      <blockquote type="cite">chapolin@chapolin-MS-7B89:~/jack-audio-tools-master$
        python3 setup.py cmd  --help<br>
        [...] error: invalid command 'cmd'<br>
      </blockquote>
      <br>
      As the error message says, there is no setup.py command named
      'cmd'. You probably got that from the help message, where 'cmd' is
      only a placeholder for an actually available command, for example,
      'install'.<br>
      <br>
      $ python3 setup.py install --help<br>
      <br>
      Like I already wrote, the command your're looking for is:<br>
      <br>
      $ python3 setup.py install<br>
      <br>
      <br>
      Chris<br>
      <br>
    </div>
  </body>
</html>

--------------75CD87A47A4DC8A9A920E4B2--

--===============1359223528201961045==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline

_______________________________________________
Jack-Devel mailing list
[email protected]
http://lists.jackaudio.org/listinfo.cgi/jack-devel-jackaudio.org

--===============1359223528201961045==--