Giter Club home page Giter Club logo

maxdevtools's Introduction

Max device development tools

Summary

This repository includes resources and tools we use at Ableton when building and maintaining Max devices.

These are aimed primarily at experienced Max for Live builders. To get started with Max for Live, please have a look at the Building Max Devices Pack.

Maintainers

maxdevtools's People

Contributors

cclauss avatar jby-ableton avatar luketeaford avatar mattijskneppers avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

maxdevtools's Issues

Running audio based tests using Ableton

Great resource thank you. I'm just wondering if it's possible to automate the generation of audio generation with Ableton for third party developers to aid testing or is this more of an internal capability?

maxdiff doesn't seem robust to different text encoding settings

Hi Mattijs,

first try with the very welcome maxdiff, I run into this problem:

%python3 ~/src/maxdevtools-ableton/maxdiff/amxd_textconv.py cocavs-image.amxd
Traceback (most recent call last):
  File "/Users/schwarz/src/maxdevtools-ableton/maxdiff/amxd_textconv.py", line 106, in <module>
    main()
  File "/Users/schwarz/src/maxdevtools-ableton/maxdiff/amxd_textconv.py", line 99, in main
    print(result)
UnicodeEncodeError: 'latin-1' codec can't encode character '\u2013' in position 150942: ordinal not in range(256)

I need to do setenv PYTHONIOENCODING UTF-8 to make it work. Maybe my setup is weird, but can't the encoding be enforced by the scripts themselves? Best!

maxdiff should be robust to malformed json files

It happens that git produces merge conflict marks in patches. This causes maxdiff to bail. It should probably default to raw file output, maybe with a warning inserted at the top? Or can the json parsing be recovered, just ignoring the broken dicts?

diffbad.maxpat.zip

/sw/bin/python3 /Users/schwarz/src/maxdevtools-ableton/maxdiff/maxpat_textconv.py diffbad.maxpat

Traceback (most recent call last):
  File "/Users/schwarz/src/maxdevtools-ableton/maxdiff/maxpat_textconv.py", line 34, in <module>
    main()
  File "/Users/schwarz/src/maxdevtools-ableton/maxdiff/maxpat_textconv.py", line 26, in main
    result = parse(args.file)
  File "/Users/schwarz/src/maxdevtools-ableton/maxdiff/maxpat_textconv.py", line 13, in parse
    patcher_dict = json.load(file_obj)
  File "/sw/lib/python3.10/json/__init__.py", line 293, in load
    return loads(fp.read(),
  File "/sw/lib/python3.10/json/__init__.py", line 346, in loads
    return _default_decoder.decode(s)
  File "/sw/lib/python3.10/json/decoder.py", line 337, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "/sw/lib/python3.10/json/decoder.py", line 353, in raw_decode
    obj, end = self.scan_once(s, idx)
json.decoder.JSONDecodeError: Expecting property name enclosed in double quotes: line 57 column 1 (char 1235)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.