omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular
    1. Home
    2. eriknie
    3. Topics

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    • Profile
    • Following 0
    • Followers 1
    • Topics 5
    • Posts 14
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by eriknie

    • eriknie

      3.4 Beta -> question on: Midi, Quit app and Location iDrive on MacOs
      Pythonista • • eriknie

      2
      0
      Votes
      2
      Posts
      89
      Views

      eriknie

      nobody can help me on any of the questions?
      I tried to find the answers, but I'm not able to find any of them.

      Thanks!
      Erik

    • eriknie

      Got MIDI working!!!!!
      Pythonista • • eriknie

      1
      0
      Votes
      1
      Posts
      425
      Views

      No one has replied

    • eriknie

      Hide hidden names from iterdir()
      Pythonista • • eriknie

      6
      0
      Votes
      6
      Posts
      3480
      Views

      mikael

      @eriknie, glob is your friend, except it can be slow, if that matters to you.

      For example, visible files in the current directory:

      from pathlib import Path p = Path.cwd() visible_files = p.glob('**/[!.]*')
    • eriknie

      Communication path from Pythonista to Python on MacBook using Bluetooth
      Pythonista • • eriknie

      7
      0
      Votes
      7
      Posts
      2749
      Views

      eriknie

      Thanks for all the remarks.

      I want to disable WIFI during a gig because some synchonisation services (I use iCloud and Google Drive to synchronize my settings, apple update) use WIFI and might cause CPU spikes and so audio spikes.
      Perhaps it might not be a problem when this is an ad-hoc connection .

      Mulitpeer works great in Pythonista, but no library for regular python...
      Searched for hours.

      I might try UDP broadcast just to get the few bytes over to python on my MacBook

    • eriknie

      CoreMidi implementation failed
      Pythonista • • eriknie

      9
      0
      Votes
      9
      Posts
      3484
      Views

      eriknie

      I tried all possible combination, no midi is recieved by any clients. I spent way too much time on this....
      Would be nice if Pythonista had a coreMidi module installed...

      Thanks for all the help!