MANIFEST.in
README.md
setup.py
embedded/m_pyo.h
embedded/bela/README.md
embedded/juceplugin/PyoClass.cpp
embedded/juceplugin/PyoClass.h
embedded/juceplugin/README.md
embedded/juceplugin/test.py
embedded/openframeworks/PyoClass.cpp
embedded/openframeworks/PyoClass.h
embedded/openframeworks/README
embedded/puredata/Makefile
embedded/puredata/pyo~-help.pd
embedded/puredata/pyo~-meta.pd
embedded/puredata/pyo~.c
embedded/puredata/examples/cvlverb.py
embedded/puredata/examples/midi_synth.py
embedded/puredata/examples/random_waves.py
embedded/puredata/examples/resonators.py
embedded/puredata/examples/resonators_add_delays.py
externals/README
externals/external-template.py
externals/externalmodule-template.c
externals/externalmodule-template.h
include/ad_coreaudio.h
include/ad_jack.h
include/ad_portaudio.h
include/dummymodule.h
include/fft.h
include/interpolation.h
include/matrixmodule.h
include/md_portmidi.h
include/pvstreammodule.h
include/py2to3.h
include/pyomodule.h
include/servermodule.h
include/streammodule.h
include/tablemodule.h
include/wind.h
pyo/__init__.py
pyo/_linux_wheel_fix_symlinks.py
pyo.egg-info/PKG-INFO
pyo.egg-info/SOURCES.txt
pyo.egg-info/dependency_links.txt
pyo.egg-info/entry_points.txt
pyo.egg-info/not-zip-safe
pyo.egg-info/top_level.txt
pyo/editor/EPyo.py
pyo/editor/Tutorial_01_RingMod.py
pyo/editor/Tutorial_02_Flanger.py
pyo/editor/Tutorial_03_TriTable.py
pyo/editor/__init__.py
pyo/editor/snippets/__init__.py
pyo/editor/snippets/Audio/SoundPlayer
pyo/editor/snippets/Audio/TableOsc
pyo/editor/snippets/Audio/__init__.py
pyo/editor/snippets/Control/ChorusJit
pyo/editor/snippets/Control/Vibrato
pyo/editor/snippets/Control/__init__.py
pyo/editor/snippets/Interface/NewFrame
pyo/editor/snippets/Interface/PaintPanel
pyo/editor/snippets/Interface/__init__.py
pyo/editor/snippets/Utilities/ChooseAudioDev
pyo/editor/snippets/Utilities/Incrementor
pyo/editor/snippets/Utilities/__init__.py
pyo/editor/styles/Custom
pyo/editor/styles/Default
pyo/editor/styles/Espresso
pyo/editor/styles/Monokai-Soda
pyo/editor/styles/Smooth
pyo/editor/styles/Soft
pyo/editor/styles/Solarized (dark)
pyo/editor/styles/Solarized (light)
pyo/editor/styles/__init__.py
pyo/examples/__init__.py
pyo/examples/01-intro/01-audio-server.py
pyo/examples/01-intro/02-sine-tone.py
pyo/examples/01-intro/03-parallel-proc.py
pyo/examples/01-intro/04-serial-proc.py
pyo/examples/01-intro/05-output-channels.py
pyo/examples/01-intro/__init__.py
pyo/examples/02-controls/01-fixed-control.py
pyo/examples/02-controls/02-dynamic-control.py
pyo/examples/02-controls/03-output-range.py
pyo/examples/02-controls/04-building-lfo.py
pyo/examples/02-controls/05-math-ops.py
pyo/examples/02-controls/06-multichannel-expansion.py
pyo/examples/02-controls/07-multichannel-expansion-2.py
pyo/examples/02-controls/08-handling-channels.py
pyo/examples/02-controls/09-handling-channels-2.py
pyo/examples/02-controls/10-handling-channels-3.py
pyo/examples/02-controls/11-handling-channels-4.py
pyo/examples/02-controls/__init__.py
pyo/examples/03-generators/01-complex-oscs.py
pyo/examples/03-generators/02-band-limited-oscs.py
pyo/examples/03-generators/03-fm-generators.py
pyo/examples/03-generators/04-noise-generators.py
pyo/examples/03-generators/05-strange-attractors.py
pyo/examples/03-generators/06-random-generators.py
pyo/examples/03-generators/__init__.py
pyo/examples/04-soundfiles/01-read-from-disk.py
pyo/examples/04-soundfiles/02-read-from-disk-2.py
pyo/examples/04-soundfiles/03-read-from-ram.py
pyo/examples/04-soundfiles/04-record-perf.py
pyo/examples/04-soundfiles/05-record-streams.py
pyo/examples/04-soundfiles/06-record-table.py
pyo/examples/04-soundfiles/__init__.py
pyo/examples/05-envelopes/01-data-signal-conversion.py
pyo/examples/05-envelopes/02-linear-ramp.py
pyo/examples/05-envelopes/03-exponential-ramp.py
pyo/examples/05-envelopes/04-simple-envelopes.py
pyo/examples/05-envelopes/05-breakpoints-functions.py
pyo/examples/05-envelopes/__init__.py
pyo/examples/06-filters/01-lowpass-filters.py
pyo/examples/06-filters/02-bandpass-filters.py
pyo/examples/06-filters/03-complex-resonator.py
pyo/examples/06-filters/04-phasing.py
pyo/examples/06-filters/05-convolution-filters.py
pyo/examples/06-filters/06-vocoder.py
pyo/examples/06-filters/07-hilbert-transform.py
pyo/examples/06-filters/__init__.py
pyo/examples/07-effects/01-flanger.py
pyo/examples/07-effects/02-schroeder-reverb.py
pyo/examples/07-effects/03-fuzz-disto.py
pyo/examples/07-effects/04-ping-pong-delay.py
pyo/examples/07-effects/05-hand-made-chorus.py
pyo/examples/07-effects/06-hand-made-harmonizer.py
pyo/examples/07-effects/__init__.py
pyo/examples/08-dynamics/01-dynamic-range.py
pyo/examples/08-dynamics/02-ducking.py
pyo/examples/08-dynamics/03-gated-verb.py
pyo/examples/08-dynamics/04-rms-tracing.py
pyo/examples/08-dynamics/__init__.py
pyo/examples/09-callbacks/01-periodic-calls.py
pyo/examples/09-callbacks/02-score-calls.py
pyo/examples/09-callbacks/03-delayed-calls.py
pyo/examples/09-callbacks/__init__.py
pyo/examples/10-tables/01-envelopes.py
pyo/examples/10-tables/02-scrubbing.py
pyo/examples/10-tables/03-looping.py
pyo/examples/10-tables/04-granulation.py
pyo/examples/10-tables/05-micro-montage.py
pyo/examples/10-tables/06-table-stutter.py
pyo/examples/10-tables/07-moving-points.py
pyo/examples/10-tables/08-table-lookup.py
pyo/examples/10-tables/__init__.py
pyo/examples/16-midi/01-midi-scan.py
pyo/examples/16-midi/02-notein-object.py
pyo/examples/16-midi/03-midi-envelope.py
pyo/examples/16-midi/04-simple-midi-synth.py
pyo/examples/16-midi/05-control-change.py
pyo/examples/16-midi/06-midi-out.py
pyo/examples/16-midi/07-midifile-with-mido.py
pyo/examples/16-midi/__init__.py
pyo/examples/18-multicore/01-processes-spawning.py
pyo/examples/18-multicore/02-sharing-audio.py
pyo/examples/18-multicore/03-synchronization.py
pyo/examples/18-multicore/04-data-control.py
pyo/examples/18-multicore/__init__.py
pyo/examples/19-multirate/01-multi-rate-processing.py
pyo/examples/19-multirate/02-multi-rate-synthesis.py
pyo/examples/19-multirate/__init__.py
pyo/examples/algorithmic/01_music_box.py
pyo/examples/algorithmic/02_scale_snap.py
pyo/examples/algorithmic/03_melody_algo.py
pyo/examples/algorithmic/04_drum_machine.py
pyo/examples/algorithmic/__init__.py
pyo/examples/control/01_ctrl_slider.py
pyo/examples/control/02_ctrl_multislider.py
pyo/examples/control/03_table_grapher.py
pyo/examples/control/04_set_example.py
pyo/examples/control/05_mixer.py
pyo/examples/control/06_lfo_controls.py
pyo/examples/control/__init__.py
pyo/examples/effects/01_flanger.py
pyo/examples/effects/02_chorus.py
pyo/examples/effects/03_detuned_waveguides.py
pyo/examples/effects/04_harmonizer.py
pyo/examples/effects/05_fuzz_disto.py
pyo/examples/effects/06_simple_reverb.py
pyo/examples/effects/07_simple_reverb2.py
pyo/examples/effects/08_vocoder_main.py
pyo/examples/effects/__init__.py
pyo/examples/effects/vocoder_lib.py
pyo/examples/fft/01_fft_filter.py
pyo/examples/fft/02_fft_cross.py
pyo/examples/fft/03_fft_morph.py
pyo/examples/fft/04_fft_gate.py
pyo/examples/fft/05_fft_delay.py
pyo/examples/fft/06_fft_vectral.py
pyo/examples/fft/07_fft_stretch.py
pyo/examples/fft/08_fft_spec.py
pyo/examples/fft/__init__.py
pyo/examples/matrix/01_wave_terrain.py
pyo/examples/matrix/02_matrix_record.py
pyo/examples/matrix/03_matrix_algo.py
pyo/examples/matrix/04_matrix_rec_loop.py
pyo/examples/matrix/__init__.py
pyo/examples/sampling/01_sound_cloud.py
pyo/examples/sampling/02_live_looper.py
pyo/examples/sampling/03_rec_and_loop.py
pyo/examples/sampling/04_live_convolution.py
pyo/examples/sampling/__init__.py
pyo/examples/sequencing/01_starttime_duration.py
pyo/examples/sequencing/02_random_score.py
pyo/examples/sequencing/03_function_call.py
pyo/examples/sequencing/__init__.py
pyo/examples/snds/__init__.py
pyo/examples/snds/alum1.wav
pyo/examples/snds/alum2.wav
pyo/examples/snds/alum3.wav
pyo/examples/snds/alum4.wav
pyo/examples/snds/baseballmajeur_m.aif
pyo/examples/snds/drumloop.wav
pyo/examples/snds/flute.aif
pyo/examples/snds/mapleleafrag.mid
pyo/examples/snds/ounkmaster.aif
pyo/examples/snds/snd_1.aif
pyo/examples/snds/snd_2.aif
pyo/examples/snds/snd_3.aif
pyo/examples/snds/snd_4.aif
pyo/examples/snds/snd_5.aif
pyo/examples/snds/snd_6.aif
pyo/examples/synthesis/01_pulsar_synthesis.py
pyo/examples/synthesis/02_FM3.py
pyo/examples/synthesis/03_cos_waveshaping.py
pyo/examples/synthesis/04_degrade_synthesis.py
pyo/examples/synthesis/05_ring_mod_class.py
pyo/examples/synthesis/06_paf.py
pyo/examples/synthesis/07_split_sideband_synthesis.py
pyo/examples/synthesis/08_bucket_brigade_device.py
pyo/examples/synthesis/__init__.py
pyo/examples/tables/01_curve_table.py
pyo/examples/tables/02_scrubbing.py
pyo/examples/tables/03_granulation.py
pyo/examples/tables/04_granule.py
pyo/examples/tables/05_table_maker.py
pyo/examples/tables/__init__.py
pyo/examples/utilities/01_get_example.py
pyo/examples/utilities/02_midi_ctl_scan.py
pyo/examples/utilities/02_osc_scan.py
pyo/examples/utilities/03_savefile.py
pyo/examples/utilities/04_batch_processing.py
pyo/examples/utilities/04_batch_synthesis.py
pyo/examples/utilities/05_high_sr_processing.py
pyo/examples/utilities/06_separated_threads.py
pyo/examples/utilities/07_scope.py
pyo/examples/utilities/__init__.py
pyo/examples/utilities/buffer_interface.py
pyo/examples/utilities/play_snd.py
pyo/examples/wxgui/01_gui_widgets_example.py
pyo/examples/wxgui/__init__.py
pyo/lib/__init__.py
pyo/lib/_core.py
pyo/lib/_maps.py
pyo/lib/_tkwidgets.py
pyo/lib/_widgets.py
pyo/lib/_wxwidgets.py
pyo/lib/analysis.py
pyo/lib/arithmetic.py
pyo/lib/controls.py
pyo/lib/dynamics.py
pyo/lib/effects.py
pyo/lib/expression.py
pyo/lib/filters.py
pyo/lib/fourier.py
pyo/lib/generators.py
pyo/lib/hrtf.py
pyo/lib/listener.py
pyo/lib/matrix.py
pyo/lib/matrixprocess.py
pyo/lib/midi.py
pyo/lib/opensndctrl.py
pyo/lib/pan.py
pyo/lib/pattern.py
pyo/lib/phasevoc.py
pyo/lib/players.py
pyo/lib/randoms.py
pyo/lib/server.py
pyo/lib/tableprocess.py
pyo/lib/tables.py
pyo/lib/triggers.py
pyo/lib/utils.py
pyo/lib/wxgui.py
pyo/lib/snds/IRMediumHallStereo.wav
pyo/lib/snds/__init__.py
pyo/lib/snds/accord.aif
pyo/lib/snds/transparent.aif
pyo64/__init__.py
scripts/cleanup_older_pyo_versions.py
scripts/compile_OSX.sh
scripts/compile_OSX_withJack.sh
scripts/compile_linux_withJack.sh
scripts/compile_win.bat
scripts/example_listing.md
scripts/release_doc_src.sh
scripts/release_wheels_OSX.sh
scripts/release_wheels_Win.bat
scripts/win_audio_drivers_inspector.py
scripts/win/windows-10-64bit-build-routine.txt
scripts/win/windows-7-build-routine.txt
src/.DS_Store
src/engine/ad_coreaudio.c
src/engine/ad_jack.c
src/engine/ad_portaudio.c
src/engine/dummymodule.c
src/engine/fft.c
src/engine/inputfadermodule.c
src/engine/interpolation.c
src/engine/md_portmidi.c
src/engine/midilistenermodule.c
src/engine/mixmodule.c
src/engine/osclistenermodule.c
src/engine/pvstreammodule.c
src/engine/pyomodule.c
src/engine/servermodule.c
src/engine/streammodule.c
src/engine/wind.c
src/objects/analysismodule.c
src/objects/arithmeticmodule.c
src/objects/bandsplitmodule.c
src/objects/chorusmodule.c
src/objects/compressmodule.c
src/objects/convolvemodule.c
src/objects/delaymodule.c
src/objects/distomodule.c
src/objects/exprmodule.c
src/objects/fadermodule.c
src/objects/fftmodule.c
src/objects/filtremodule.c
src/objects/freeverbmodule.c
src/objects/granulatormodule.c
src/objects/harmonizermodule.c
src/objects/hilbertmodule.c
src/objects/hrtfmodule.c
src/objects/inputmodule.c
src/objects/lfomodule.c
src/objects/matrixmodule.c
src/objects/matrixprocessmodule.c
src/objects/metromodule.c
src/objects/midimodule.c
src/objects/noisemodule.c
src/objects/oscbankmodule.c
src/objects/oscilmodule.c
src/objects/oscmodule.c
src/objects/panmodule.c
src/objects/patternmodule.c
src/objects/phasevocmodule.c
src/objects/randommodule.c
src/objects/recordmodule.c
src/objects/selectmodule.c
src/objects/sfplayermodule.c
src/objects/sigmodule.c
src/objects/tablemodule.c
src/objects/trigmodule.c
src/objects/utilsmodule.c
src/objects/wgverbmodule.c