Ignore:
Timestamp:
Apr 21, 2016, 9:32:59 PM (8 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master, pitchshift, sampler, timestretch, yinfft+
Children:
e31aad20
Parents:
b5bef11
Message:

python/lib/gen_code.py: use new proxy functions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • python/lib/gen_external.py

    rb5bef11 ra7f398d  
    117117            elif len(lib[o][family]) == 1:
    118118                print ( "{:15s} {:10s} {:s}".format(o, family, lib[o][family][0] ) )
    119             else:                                             
     119            else:
    120120                print ( "{:15s} {:10s} {:d}".format(o, family, len(lib[o][family]) ) )
    121121    """
     
    159159        print ("wrote %s" % output_file )
    160160        sources_list.append(output_file)
    161    
     161
    162162    objlist = "".join(["extern PyTypeObject Py_%sType;\n" % p for p in lib])
    163163    out = """
Note: See TracChangeset for help on using the changeset viewer.