├── .github └── workflows │ ├── custom.yml │ ├── firmware.yml │ └── requirements.txt ├── .gitignore ├── .gitmodules ├── API-notes.md ├── README.md ├── TODO.md ├── docs ├── App-and-Applet-Index.md ├── Build-Choices.md ├── CNAME ├── Clock-Setup.md ├── Development-Philosophy.md ├── FAQ.md ├── Hemisphere-Applet-Filtering.md ├── Hemisphere-Config.md ├── Hemisphere-General-Settings.md ├── Hemisphere-Gestures.md ├── Hemisphere-Input-Mapping.md ├── Hemisphere-Presets.md ├── Hemisphere-Quantizer-Setup.md ├── Installation.md ├── README.md ├── Saving-State.md ├── Troubleshooting.md ├── _applets │ ├── AD-EG.md │ ├── ADSR-EG.md │ ├── ASR.md │ ├── AttenOff.md │ ├── Binary-Counter.md │ ├── BootsNCat.md │ ├── Brancher.md │ ├── BugCrack.md │ ├── Burst.md │ ├── Button2.md │ ├── CV-Recorder.md │ ├── Calculate.md │ ├── Calibr8.md │ ├── Carpeggio.md │ ├── Chordinate.md │ ├── Clk2Gate.md │ ├── Clock-Skipper.md │ ├── ClockDivider.md │ ├── Compare.md │ ├── Cumulus.md │ ├── DivSeq.md │ ├── Dr.-LoFi.md │ ├── DrumMap.md │ ├── Dual-Quantizer.md │ ├── DualTM.md │ ├── DuoTET.md │ ├── Ebb-&-LFO.md │ ├── Enigma-Jr.md │ ├── EnsOscKey.md │ ├── Envelope-Follower.md │ ├── EuclidX.md │ ├── GameOfLife.md │ ├── Gate-Delay.md │ ├── Gated-VCA.md │ ├── Logic.md │ ├── LowerRenz.md │ ├── MIDI-Input.md │ ├── MIDI-Out.md │ ├── Metronome.md │ ├── Mixer-Balance.md │ ├── MultiScale.md │ ├── Palimpsest.md │ ├── Pigeons.md │ ├── PolyDiv.md │ ├── ProbDiv.md │ ├── ProbMeloD.md │ ├── Random-Walk.md │ ├── Reset-Clock.md │ ├── RunglBook.md │ ├── ScaleDuet.md │ ├── Schmitt-Trigger.md │ ├── Scope.md │ ├── Seq32.md │ ├── SeqPlay7.md │ ├── SequenceX.md │ ├── Sequins.md │ ├── ShiftGate.md │ ├── Shredder.md │ ├── Shuffle.md │ ├── Slew.md │ ├── Squanch.md │ ├── Stairs.md │ ├── Strum.md │ ├── Switch-Seq.md │ ├── Switch.md │ ├── TB-3PO.md │ ├── Threshold-Logic-Neuron.md │ ├── Trending.md │ ├── TrigSeq.md │ ├── TrigSeq16.md │ ├── Tuner.md │ ├── TwoRings.md │ ├── VectorEG.md │ ├── VectorLFO.md │ ├── VectorMod.md │ ├── VectorMorph.md │ ├── Voltage.md │ ├── WTVCO.md │ └── Xfader.md ├── _apps │ ├── Acid-Curds.md │ ├── Automatonnetz.md │ ├── Backup-and-Restore.md │ ├── Calibr8or.md │ ├── Captain-MIDI.md │ ├── CopierMaschine.md │ ├── Dialectic-Ping-Pong.md │ ├── Enigma.md │ ├── Harrington-1200.md │ ├── Low-rents.md │ ├── Meta-Q.md │ ├── Neural-Net.md │ ├── Passencore.md │ ├── Piqued.md │ ├── Pong.md │ ├── Quadrants.md │ ├── Quadraturia.md │ ├── Quantermain.md │ ├── References.md │ ├── Scale-Editor.md │ ├── Scenery.md │ ├── Scenes.md │ ├── Setup-About.md │ ├── The-Darkest-Timeline.md │ ├── Viznutcracker-sweet.md │ └── Waveform-Editor.md ├── _audio_applets │ ├── Crosspan.md │ ├── Delay.md │ ├── FoldMMF.md │ ├── Input.md │ ├── MidSide.md │ ├── Osc.md │ ├── Upsampled.md │ └── VCA.md ├── _config.yml ├── images │ ├── AD-EG.png │ ├── ADSR-EG.png │ ├── Alt_Map.png │ ├── AppletList.png │ ├── AttenOff.png │ ├── AudioAppletOverview.png │ ├── BugCrack.png │ ├── Calculate.png │ ├── Clk2Gate.png │ ├── Crosspan.png │ ├── Default_Map.png │ ├── Delay.png │ ├── DivSeq.png │ ├── DrumMap.png │ ├── DualTM.png │ ├── DuoTET.png │ ├── EZ_Reflash.png │ ├── EbbAndLFO.png │ ├── Encoder_direction.png │ ├── EuclidX.png │ ├── Help_Screen.png │ ├── Input.png │ ├── LadderLPF.png │ ├── MidSide.png │ ├── Osc.png │ ├── ProbMeloD.png │ ├── Q_engine_edit_Scale.png │ ├── Q_engine_edit_mask.png │ ├── Q_engine_edit_root.png │ ├── Q_engine_mask_rotation.png │ ├── Q_engine_parameter_selection.png │ ├── Q_engine_selection.png │ ├── Quadrants_Quickstart.png │ ├── Scenery.png │ ├── Seq32.png │ ├── Seq8.png │ ├── Setup_About.png │ ├── Setup_Reflash.png │ ├── Shredder.png │ ├── Strum.png │ ├── TrigSeq.png │ ├── Upsampled.png │ ├── VCA.png │ ├── WTVCO.png │ ├── Xfader.png │ ├── cal_adc1.png │ ├── cal_adc2.png │ ├── cal_adc3.png │ ├── cal_complete.png │ ├── cal_dac1.png │ ├── cal_dac2.png │ ├── cal_screen.png │ ├── cal_screenblank.png │ ├── cal_start.png │ ├── cal_vor.png │ ├── front_panel_desc.png │ ├── hMIDIIn.png │ └── three_criminals.jpg └── index.md ├── hardware ├── HemispherePanel_14HP.fpd ├── HemispherePanel_8HP.fpd ├── OCP │ ├── TH_O_C_MAIN0_1_0.pdf │ └── TH_O_C_UI-1_0.pdf ├── O_C_blank_spacer.fpd ├── O_C_blank_spacer.svg ├── fpd_nearlyghost │ ├── ORNAMENT & CRIME PANEL np.pdf │ ├── ORNAMENT & CRIME PANEL without parts nb.pdf │ └── O_C_blank_spacer graphic.fpd ├── gerbers │ ├── 128x64_1_3_oled │ │ ├── MISW_1.3_128x64_OLED.brd │ │ └── MISW_1.3_128x64_OLED.sch │ ├── ornament_2e_enc.zip │ └── readme.md ├── o_c_rev2e_schematic.pdf └── readme.md └── software ├── .clang-format ├── .clang-tidy ├── platformio.ini ├── res ├── FixTooLargeError.hex ├── Piqued-envelopes.R ├── Xen-harmonic.xlsx ├── bjorklund.py ├── oc_version.sh ├── parse_build_request.py ├── peaks_lookup_tables.py ├── peaks_resources.py ├── plot.py ├── progname.py ├── tideslite.cpp └── xen-arts-scales.txt ├── src ├── APP_ASR.h ├── APP_AUTOMATONNETZ.h ├── APP_BBGEN.h ├── APP_BYTEBEATGEN.h ├── APP_Backup.h ├── APP_Boilerplate.h.txt ├── APP_CALIBR8OR.h ├── APP_CHORDS.h ├── APP_DQ.h ├── APP_ENIGMA.h ├── APP_ENVGEN.h ├── APP_FPART.h ├── APP_H1200.h ├── APP_HEMISPHERE.h ├── APP_LORENZ.h ├── APP_MIDI.h ├── APP_NeuralNetwork.h ├── APP_PASSENCORE.h ├── APP_POLYLFO.h ├── APP_PONGGAME.h ├── APP_QQ.h ├── APP_QUADRANTS.h ├── APP_REFS.h ├── APP_SCALEEDITOR.h ├── APP_SCENES.h ├── APP_SEQ.h ├── APP_SETTINGS.h ├── APP_THEDARKESTTIMELINE.h ├── APP_WAVEFORMEDITOR.h ├── Audio │ ├── AudioBuffer.h │ ├── AudioDelayExt.h │ ├── AudioMixer.h │ ├── AudioParam.h │ ├── AudioPassthrough.h │ ├── AudioVCA.h │ ├── InterpolatingStream.h │ └── effect_reverb_schroeder.h ├── AudioAppletSubapp.h ├── AudioIO.cpp ├── AudioIO.h ├── CVInputMap.h ├── HSApplication.h ├── HSClockManager.h ├── HSIOFrame.cpp ├── HSIOFrame.h ├── HSLorenzGeneratorManager.h ├── HSMIDI.h ├── HSProbLoopLinker.h ├── HSRingBufferManager.h ├── HSUtils.cpp ├── HSUtils.h ├── HSicons.h ├── HemisphereApplet.cpp ├── HemisphereApplet.h ├── HemisphereAudioApplet.h ├── Main.cpp ├── OC_ADC.cpp ├── OC_ADC.h ├── OC_DAC.cpp ├── OC_DAC.h ├── OC_apps.cpp ├── OC_apps.h ├── OC_autotune.cpp ├── OC_autotune.h ├── OC_autotune_presets.h ├── OC_autotuner.h ├── OC_bitmaps.cpp ├── OC_bitmaps.h ├── OC_calibration.cpp ├── OC_calibration.h ├── OC_chords.cpp ├── OC_chords.h ├── OC_chords_edit.h ├── OC_chords_presets.h ├── OC_config.h ├── OC_core.cpp ├── OC_core.h ├── OC_debug.cpp ├── OC_debug.h ├── OC_digital_inputs.cpp ├── OC_digital_inputs.h ├── OC_euclidean_mask_draw.h ├── OC_gpio.cpp ├── OC_gpio.h ├── OC_input_map.cpp ├── OC_input_map.h ├── OC_input_maps.h ├── OC_menus.cpp ├── OC_menus.h ├── OC_options.h ├── OC_patterns.cpp ├── OC_patterns.h ├── OC_scale_edit.h ├── OC_scales.cpp ├── OC_scales.h ├── OC_sequence_edit.h ├── OC_strings.cpp ├── OC_strings.h ├── OC_trigger_delays.h ├── OC_ui.cpp ├── OC_ui.h ├── OC_version.h ├── OC_visualfx.h ├── PackingUtils.h ├── PhzConfig.cpp ├── PhzConfig.h ├── PhzIcons.h ├── SegmentDisplay.h ├── UI │ ├── ui_button.h │ ├── ui_encoder.h │ ├── ui_event_queue.h │ └── ui_events.h ├── VBiasManager.h ├── applets │ ├── ADEG.h │ ├── ADSREG.h │ ├── ASR.h │ ├── AttenuateOffset.h │ ├── Binary.h │ ├── BitBeat.h │ ├── Boilerplate.h.txt │ ├── BootsNCat.h │ ├── Brancher.h │ ├── BugCrack.h │ ├── Burst.h │ ├── Button.h │ ├── CVRecV2.h │ ├── Calculate.h │ ├── Calibr8.h │ ├── Carpeggio.h │ ├── Chordinator.h │ ├── ClkToGate.h │ ├── ClockDivider.h │ ├── ClockSetup.h │ ├── ClockSetupT4.h │ ├── ClockSkip.h │ ├── Combin8.h │ ├── Compare.h │ ├── Cumulus.h │ ├── DivSeq.h │ ├── DivSeq10.h │ ├── DrLoFi.h │ ├── DrumMap.h │ ├── DualQuant.h │ ├── DuoTET.h │ ├── EbbAndLfo.h │ ├── EnigmaJr.h │ ├── EnsOscKey.h │ ├── EnvFollow.h │ ├── EuclidX.h │ ├── GameOfLife.h │ ├── GateDelay.h │ ├── GatedVCA.h │ ├── Logic.h │ ├── LowerRenz.h │ ├── Metronome.h │ ├── MidiLoop.h │ ├── MiniSeq.h │ ├── MultiScale.h │ ├── Palimpsest.h │ ├── Pigeons.h │ ├── PolyDiv.h │ ├── ProbabilityDivider.h │ ├── ProbabilityMelody.h │ ├── ResetClock.h │ ├── RndWalk.h │ ├── RunglBook.h │ ├── ScaleDuet.h │ ├── Schmitt.h │ ├── Scope.h │ ├── Seq32.h │ ├── SeqPlay7.h │ ├── SequenceX.h │ ├── ShiftGate.h │ ├── ShiftReg.h │ ├── Shredder.h │ ├── Shuffle.h │ ├── Slew.h │ ├── Squanch.h │ ├── Stairs.h │ ├── Strum.h │ ├── Switch.h │ ├── SwitchSeq.h │ ├── TB3PO.h │ ├── TLNeuron.h │ ├── Trending.h │ ├── TrigSeq.h │ ├── TrigSeq16.h │ ├── Tuner.h │ ├── TwoRings.h │ ├── VectorEG.h │ ├── VectorLFO.h │ ├── VectorMod.h │ ├── VectorMorph.h │ ├── Voltage.h │ ├── WTVCO.h │ ├── Xfader.h │ ├── hMIDIIn.h │ └── hMIDIOut.h ├── audio_applets │ ├── CrosspanApplet.h │ ├── DelayApplet.h │ ├── DynamicsApplet.h │ ├── FilterFolderApplet.h │ ├── FreeverbApplet.h │ ├── HandSawApplet.h │ ├── InputApplet.h │ ├── LadderApplet.h │ ├── MidSideApplet.h │ ├── OscApplet.h │ ├── PassthruApplet.h │ ├── SamverbApplet.h │ ├── UpsampledApplet.h │ ├── VCAApplet.h │ └── WAVPlayerApplet.h ├── bjorklund.cpp ├── bjorklund.h ├── braids_quantizer.cpp ├── braids_quantizer.h ├── braids_quantizer_scales.h ├── dsputils.h ├── dsputils_arm.h ├── enigma │ ├── EnigmaOutput.h │ ├── EnigmaStep.h │ ├── EnigmaTrack.h │ ├── TuringMachine.h │ └── TuringMachineState.h ├── extern │ ├── avr │ │ └── eeprom.h │ ├── dspinst.h │ ├── fastapprox │ │ ├── cast.h │ │ ├── fastexp.h │ │ └── fastlog.h │ ├── gfx_font_6x8.h │ ├── stmlib_utils_dsp.h │ ├── stmlib_utils_random.cpp │ └── stmlib_utils_random.h ├── frames_poly_lfo.cpp ├── frames_poly_lfo.h ├── frames_resources.cpp ├── frames_resources.h ├── grids2_resources.h ├── grids_resources.h ├── hem_arp_chord.h ├── hemisphere_audio_config.h ├── hemisphere_config.h ├── neuralnet │ └── LogicGate.h ├── peaks_bouncing_balls.h ├── peaks_bytebeat.cpp ├── peaks_bytebeat.h ├── peaks_gate_processor.h ├── peaks_multistage_envelope.cpp ├── peaks_multistage_envelope.h ├── peaks_pattern_predictor.h ├── peaks_resources.cpp ├── peaks_resources.h ├── src.ino ├── src │ ├── Audio │ │ ├── effect_dynamics.cpp │ │ ├── effect_dynamics.h │ │ ├── filter_variable2.cpp │ │ └── filter_variable2.h │ ├── drivers │ │ ├── ADC │ │ │ ├── ADC_Module.cpp │ │ │ ├── ADC_Module.h │ │ │ ├── OC_util_ADC.cpp │ │ │ ├── OC_util_ADC.h │ │ │ ├── RingBuffer.cpp │ │ │ ├── RingBuffer.h │ │ │ ├── RingBufferDMA.cpp │ │ │ └── RingBufferDMA.h │ │ ├── FreqMeasure │ │ │ ├── OC_FreqMeasure.cpp │ │ │ ├── OC_FreqMeasure.h │ │ │ └── OC_FreqMeasureCapture.h │ │ ├── SH1106_128x64_driver.cpp │ │ ├── SH1106_128x64_driver.h │ │ ├── display.cpp │ │ ├── display.h │ │ ├── framebuffer.h │ │ ├── page_display_driver.h │ │ ├── weegfx.cpp │ │ └── weegfx.h │ └── util │ │ └── util_misc.cpp ├── streams_lorenz_generator.cpp ├── streams_lorenz_generator.h ├── streams_resources.cpp ├── streams_resources.h ├── tideslite.cpp ├── tideslite.h ├── tiny_dsp.h ├── tonnetz │ ├── tonnetz.h │ ├── tonnetz_abstract_triad.h │ └── tonnetz_state.h ├── usb_name.c ├── util │ ├── EEPROMStorage.h │ ├── clkdivmult.h │ ├── pewpew.xcf │ ├── pewpewsplash.h │ ├── util_SPIFIFO.h │ ├── util_arp.h │ ├── util_debugpins.h │ ├── util_grid.h │ ├── util_history.h │ ├── util_integer_sequences.h │ ├── util_logistic_map.h │ ├── util_macros.h │ ├── util_math.h │ ├── util_misc.h │ ├── util_pagestorage.h │ ├── util_pattern_predictor.h │ ├── util_phase_extractor.h │ ├── util_profiling.h │ ├── util_ringbuffer.h │ ├── util_settings.h │ ├── util_sync.h │ ├── util_templates.h │ ├── util_trigger_delay.h │ ├── util_tuples.h │ └── util_turing.h └── vector_osc │ ├── HSVectorOscillator.h │ ├── WaveformManager.h │ └── waveform_library.h └── test ├── Makefile ├── oc_test_quantizer.cpp ├── oc_test_settings.cpp └── oc_tests.cpp /.github/workflows/custom.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/.github/workflows/custom.yml -------------------------------------------------------------------------------- /.github/workflows/firmware.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/.github/workflows/firmware.yml -------------------------------------------------------------------------------- /.github/workflows/requirements.txt: -------------------------------------------------------------------------------- 1 | platformio 2 | -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/.gitignore -------------------------------------------------------------------------------- /.gitmodules: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/.gitmodules -------------------------------------------------------------------------------- /API-notes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/API-notes.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/README.md -------------------------------------------------------------------------------- /TODO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/TODO.md -------------------------------------------------------------------------------- /docs/App-and-Applet-Index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/App-and-Applet-Index.md -------------------------------------------------------------------------------- /docs/Build-Choices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/Build-Choices.md -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | firmware.phazerville.com -------------------------------------------------------------------------------- /docs/Clock-Setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/Clock-Setup.md -------------------------------------------------------------------------------- /docs/Development-Philosophy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/Development-Philosophy.md -------------------------------------------------------------------------------- /docs/FAQ.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/FAQ.md -------------------------------------------------------------------------------- /docs/Hemisphere-Applet-Filtering.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/Hemisphere-Applet-Filtering.md -------------------------------------------------------------------------------- /docs/Hemisphere-Config.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/Hemisphere-Config.md -------------------------------------------------------------------------------- /docs/Hemisphere-General-Settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/Hemisphere-General-Settings.md -------------------------------------------------------------------------------- /docs/Hemisphere-Gestures.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/Hemisphere-Gestures.md -------------------------------------------------------------------------------- /docs/Hemisphere-Input-Mapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/Hemisphere-Input-Mapping.md -------------------------------------------------------------------------------- /docs/Hemisphere-Presets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/Hemisphere-Presets.md -------------------------------------------------------------------------------- /docs/Hemisphere-Quantizer-Setup.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/Hemisphere-Quantizer-Setup.md -------------------------------------------------------------------------------- /docs/Installation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/Installation.md -------------------------------------------------------------------------------- /docs/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/README.md -------------------------------------------------------------------------------- /docs/Saving-State.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/Saving-State.md -------------------------------------------------------------------------------- /docs/Troubleshooting.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/Troubleshooting.md -------------------------------------------------------------------------------- /docs/_applets/AD-EG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/AD-EG.md -------------------------------------------------------------------------------- /docs/_applets/ADSR-EG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/ADSR-EG.md -------------------------------------------------------------------------------- /docs/_applets/ASR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/ASR.md -------------------------------------------------------------------------------- /docs/_applets/AttenOff.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/AttenOff.md -------------------------------------------------------------------------------- /docs/_applets/Binary-Counter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Binary-Counter.md -------------------------------------------------------------------------------- /docs/_applets/BootsNCat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/BootsNCat.md -------------------------------------------------------------------------------- /docs/_applets/Brancher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Brancher.md -------------------------------------------------------------------------------- /docs/_applets/BugCrack.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/BugCrack.md -------------------------------------------------------------------------------- /docs/_applets/Burst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Burst.md -------------------------------------------------------------------------------- /docs/_applets/Button2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Button2.md -------------------------------------------------------------------------------- /docs/_applets/CV-Recorder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/CV-Recorder.md -------------------------------------------------------------------------------- /docs/_applets/Calculate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Calculate.md -------------------------------------------------------------------------------- /docs/_applets/Calibr8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Calibr8.md -------------------------------------------------------------------------------- /docs/_applets/Carpeggio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Carpeggio.md -------------------------------------------------------------------------------- /docs/_applets/Chordinate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Chordinate.md -------------------------------------------------------------------------------- /docs/_applets/Clk2Gate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Clk2Gate.md -------------------------------------------------------------------------------- /docs/_applets/Clock-Skipper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Clock-Skipper.md -------------------------------------------------------------------------------- /docs/_applets/ClockDivider.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/ClockDivider.md -------------------------------------------------------------------------------- /docs/_applets/Compare.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Compare.md -------------------------------------------------------------------------------- /docs/_applets/Cumulus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Cumulus.md -------------------------------------------------------------------------------- /docs/_applets/DivSeq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/DivSeq.md -------------------------------------------------------------------------------- /docs/_applets/Dr.-LoFi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Dr.-LoFi.md -------------------------------------------------------------------------------- /docs/_applets/DrumMap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/DrumMap.md -------------------------------------------------------------------------------- /docs/_applets/Dual-Quantizer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Dual-Quantizer.md -------------------------------------------------------------------------------- /docs/_applets/DualTM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/DualTM.md -------------------------------------------------------------------------------- /docs/_applets/DuoTET.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/DuoTET.md -------------------------------------------------------------------------------- /docs/_applets/Ebb-&-LFO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Ebb-&-LFO.md -------------------------------------------------------------------------------- /docs/_applets/Enigma-Jr.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Enigma-Jr.md -------------------------------------------------------------------------------- /docs/_applets/EnsOscKey.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/EnsOscKey.md -------------------------------------------------------------------------------- /docs/_applets/Envelope-Follower.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Envelope-Follower.md -------------------------------------------------------------------------------- /docs/_applets/EuclidX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/EuclidX.md -------------------------------------------------------------------------------- /docs/_applets/GameOfLife.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/GameOfLife.md -------------------------------------------------------------------------------- /docs/_applets/Gate-Delay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Gate-Delay.md -------------------------------------------------------------------------------- /docs/_applets/Gated-VCA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Gated-VCA.md -------------------------------------------------------------------------------- /docs/_applets/Logic.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Logic.md -------------------------------------------------------------------------------- /docs/_applets/LowerRenz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/LowerRenz.md -------------------------------------------------------------------------------- /docs/_applets/MIDI-Input.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/MIDI-Input.md -------------------------------------------------------------------------------- /docs/_applets/MIDI-Out.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/MIDI-Out.md -------------------------------------------------------------------------------- /docs/_applets/Metronome.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Metronome.md -------------------------------------------------------------------------------- /docs/_applets/Mixer-Balance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Mixer-Balance.md -------------------------------------------------------------------------------- /docs/_applets/MultiScale.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/MultiScale.md -------------------------------------------------------------------------------- /docs/_applets/Palimpsest.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Palimpsest.md -------------------------------------------------------------------------------- /docs/_applets/Pigeons.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Pigeons.md -------------------------------------------------------------------------------- /docs/_applets/PolyDiv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/PolyDiv.md -------------------------------------------------------------------------------- /docs/_applets/ProbDiv.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/ProbDiv.md -------------------------------------------------------------------------------- /docs/_applets/ProbMeloD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/ProbMeloD.md -------------------------------------------------------------------------------- /docs/_applets/Random-Walk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Random-Walk.md -------------------------------------------------------------------------------- /docs/_applets/Reset-Clock.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Reset-Clock.md -------------------------------------------------------------------------------- /docs/_applets/RunglBook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/RunglBook.md -------------------------------------------------------------------------------- /docs/_applets/ScaleDuet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/ScaleDuet.md -------------------------------------------------------------------------------- /docs/_applets/Schmitt-Trigger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Schmitt-Trigger.md -------------------------------------------------------------------------------- /docs/_applets/Scope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Scope.md -------------------------------------------------------------------------------- /docs/_applets/Seq32.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Seq32.md -------------------------------------------------------------------------------- /docs/_applets/SeqPlay7.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/SeqPlay7.md -------------------------------------------------------------------------------- /docs/_applets/SequenceX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/SequenceX.md -------------------------------------------------------------------------------- /docs/_applets/Sequins.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Sequins.md -------------------------------------------------------------------------------- /docs/_applets/ShiftGate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/ShiftGate.md -------------------------------------------------------------------------------- /docs/_applets/Shredder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Shredder.md -------------------------------------------------------------------------------- /docs/_applets/Shuffle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Shuffle.md -------------------------------------------------------------------------------- /docs/_applets/Slew.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Slew.md -------------------------------------------------------------------------------- /docs/_applets/Squanch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Squanch.md -------------------------------------------------------------------------------- /docs/_applets/Stairs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Stairs.md -------------------------------------------------------------------------------- /docs/_applets/Strum.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Strum.md -------------------------------------------------------------------------------- /docs/_applets/Switch-Seq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Switch-Seq.md -------------------------------------------------------------------------------- /docs/_applets/Switch.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Switch.md -------------------------------------------------------------------------------- /docs/_applets/TB-3PO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/TB-3PO.md -------------------------------------------------------------------------------- /docs/_applets/Threshold-Logic-Neuron.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Threshold-Logic-Neuron.md -------------------------------------------------------------------------------- /docs/_applets/Trending.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Trending.md -------------------------------------------------------------------------------- /docs/_applets/TrigSeq.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/TrigSeq.md -------------------------------------------------------------------------------- /docs/_applets/TrigSeq16.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/TrigSeq16.md -------------------------------------------------------------------------------- /docs/_applets/Tuner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Tuner.md -------------------------------------------------------------------------------- /docs/_applets/TwoRings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/TwoRings.md -------------------------------------------------------------------------------- /docs/_applets/VectorEG.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/VectorEG.md -------------------------------------------------------------------------------- /docs/_applets/VectorLFO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/VectorLFO.md -------------------------------------------------------------------------------- /docs/_applets/VectorMod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/VectorMod.md -------------------------------------------------------------------------------- /docs/_applets/VectorMorph.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/VectorMorph.md -------------------------------------------------------------------------------- /docs/_applets/Voltage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Voltage.md -------------------------------------------------------------------------------- /docs/_applets/WTVCO.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/WTVCO.md -------------------------------------------------------------------------------- /docs/_applets/Xfader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_applets/Xfader.md -------------------------------------------------------------------------------- /docs/_apps/Acid-Curds.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Acid-Curds.md -------------------------------------------------------------------------------- /docs/_apps/Automatonnetz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Automatonnetz.md -------------------------------------------------------------------------------- /docs/_apps/Backup-and-Restore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Backup-and-Restore.md -------------------------------------------------------------------------------- /docs/_apps/Calibr8or.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Calibr8or.md -------------------------------------------------------------------------------- /docs/_apps/Captain-MIDI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Captain-MIDI.md -------------------------------------------------------------------------------- /docs/_apps/CopierMaschine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/CopierMaschine.md -------------------------------------------------------------------------------- /docs/_apps/Dialectic-Ping-Pong.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Dialectic-Ping-Pong.md -------------------------------------------------------------------------------- /docs/_apps/Enigma.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Enigma.md -------------------------------------------------------------------------------- /docs/_apps/Harrington-1200.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Harrington-1200.md -------------------------------------------------------------------------------- /docs/_apps/Low-rents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Low-rents.md -------------------------------------------------------------------------------- /docs/_apps/Meta-Q.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Meta-Q.md -------------------------------------------------------------------------------- /docs/_apps/Neural-Net.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Neural-Net.md -------------------------------------------------------------------------------- /docs/_apps/Passencore.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Passencore.md -------------------------------------------------------------------------------- /docs/_apps/Piqued.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Piqued.md -------------------------------------------------------------------------------- /docs/_apps/Pong.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Pong.md -------------------------------------------------------------------------------- /docs/_apps/Quadrants.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Quadrants.md -------------------------------------------------------------------------------- /docs/_apps/Quadraturia.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Quadraturia.md -------------------------------------------------------------------------------- /docs/_apps/Quantermain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Quantermain.md -------------------------------------------------------------------------------- /docs/_apps/References.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/References.md -------------------------------------------------------------------------------- /docs/_apps/Scale-Editor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Scale-Editor.md -------------------------------------------------------------------------------- /docs/_apps/Scenery.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Scenery.md -------------------------------------------------------------------------------- /docs/_apps/Scenes.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Scenes.md -------------------------------------------------------------------------------- /docs/_apps/Setup-About.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Setup-About.md -------------------------------------------------------------------------------- /docs/_apps/The-Darkest-Timeline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/The-Darkest-Timeline.md -------------------------------------------------------------------------------- /docs/_apps/Viznutcracker-sweet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Viznutcracker-sweet.md -------------------------------------------------------------------------------- /docs/_apps/Waveform-Editor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_apps/Waveform-Editor.md -------------------------------------------------------------------------------- /docs/_audio_applets/Crosspan.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_audio_applets/Crosspan.md -------------------------------------------------------------------------------- /docs/_audio_applets/Delay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_audio_applets/Delay.md -------------------------------------------------------------------------------- /docs/_audio_applets/FoldMMF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_audio_applets/FoldMMF.md -------------------------------------------------------------------------------- /docs/_audio_applets/Input.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_audio_applets/Input.md -------------------------------------------------------------------------------- /docs/_audio_applets/MidSide.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_audio_applets/MidSide.md -------------------------------------------------------------------------------- /docs/_audio_applets/Osc.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_audio_applets/Osc.md -------------------------------------------------------------------------------- /docs/_audio_applets/Upsampled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_audio_applets/Upsampled.md -------------------------------------------------------------------------------- /docs/_audio_applets/VCA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_audio_applets/VCA.md -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/_config.yml -------------------------------------------------------------------------------- /docs/images/AD-EG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/AD-EG.png -------------------------------------------------------------------------------- /docs/images/ADSR-EG.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/ADSR-EG.png -------------------------------------------------------------------------------- /docs/images/Alt_Map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Alt_Map.png -------------------------------------------------------------------------------- /docs/images/AppletList.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/AppletList.png -------------------------------------------------------------------------------- /docs/images/AttenOff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/AttenOff.png -------------------------------------------------------------------------------- /docs/images/AudioAppletOverview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/AudioAppletOverview.png -------------------------------------------------------------------------------- /docs/images/BugCrack.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/BugCrack.png -------------------------------------------------------------------------------- /docs/images/Calculate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Calculate.png -------------------------------------------------------------------------------- /docs/images/Clk2Gate.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Clk2Gate.png -------------------------------------------------------------------------------- /docs/images/Crosspan.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Crosspan.png -------------------------------------------------------------------------------- /docs/images/Default_Map.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Default_Map.png -------------------------------------------------------------------------------- /docs/images/Delay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Delay.png -------------------------------------------------------------------------------- /docs/images/DivSeq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/DivSeq.png -------------------------------------------------------------------------------- /docs/images/DrumMap.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/DrumMap.png -------------------------------------------------------------------------------- /docs/images/DualTM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/DualTM.png -------------------------------------------------------------------------------- /docs/images/DuoTET.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/DuoTET.png -------------------------------------------------------------------------------- /docs/images/EZ_Reflash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/EZ_Reflash.png -------------------------------------------------------------------------------- /docs/images/EbbAndLFO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/EbbAndLFO.png -------------------------------------------------------------------------------- /docs/images/Encoder_direction.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Encoder_direction.png -------------------------------------------------------------------------------- /docs/images/EuclidX.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/EuclidX.png -------------------------------------------------------------------------------- /docs/images/Help_Screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Help_Screen.png -------------------------------------------------------------------------------- /docs/images/Input.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Input.png -------------------------------------------------------------------------------- /docs/images/LadderLPF.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/LadderLPF.png -------------------------------------------------------------------------------- /docs/images/MidSide.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/MidSide.png -------------------------------------------------------------------------------- /docs/images/Osc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Osc.png -------------------------------------------------------------------------------- /docs/images/ProbMeloD.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/ProbMeloD.png -------------------------------------------------------------------------------- /docs/images/Q_engine_edit_Scale.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Q_engine_edit_Scale.png -------------------------------------------------------------------------------- /docs/images/Q_engine_edit_mask.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Q_engine_edit_mask.png -------------------------------------------------------------------------------- /docs/images/Q_engine_edit_root.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Q_engine_edit_root.png -------------------------------------------------------------------------------- /docs/images/Q_engine_mask_rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Q_engine_mask_rotation.png -------------------------------------------------------------------------------- /docs/images/Q_engine_parameter_selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Q_engine_parameter_selection.png -------------------------------------------------------------------------------- /docs/images/Q_engine_selection.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Q_engine_selection.png -------------------------------------------------------------------------------- /docs/images/Quadrants_Quickstart.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Quadrants_Quickstart.png -------------------------------------------------------------------------------- /docs/images/Scenery.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Scenery.png -------------------------------------------------------------------------------- /docs/images/Seq32.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Seq32.png -------------------------------------------------------------------------------- /docs/images/Seq8.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Seq8.png -------------------------------------------------------------------------------- /docs/images/Setup_About.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Setup_About.png -------------------------------------------------------------------------------- /docs/images/Setup_Reflash.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Setup_Reflash.png -------------------------------------------------------------------------------- /docs/images/Shredder.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Shredder.png -------------------------------------------------------------------------------- /docs/images/Strum.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Strum.png -------------------------------------------------------------------------------- /docs/images/TrigSeq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/TrigSeq.png -------------------------------------------------------------------------------- /docs/images/Upsampled.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Upsampled.png -------------------------------------------------------------------------------- /docs/images/VCA.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/VCA.png -------------------------------------------------------------------------------- /docs/images/WTVCO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/WTVCO.png -------------------------------------------------------------------------------- /docs/images/Xfader.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/Xfader.png -------------------------------------------------------------------------------- /docs/images/cal_adc1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/cal_adc1.png -------------------------------------------------------------------------------- /docs/images/cal_adc2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/cal_adc2.png -------------------------------------------------------------------------------- /docs/images/cal_adc3.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/cal_adc3.png -------------------------------------------------------------------------------- /docs/images/cal_complete.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/cal_complete.png -------------------------------------------------------------------------------- /docs/images/cal_dac1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/cal_dac1.png -------------------------------------------------------------------------------- /docs/images/cal_dac2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/cal_dac2.png -------------------------------------------------------------------------------- /docs/images/cal_screen.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/cal_screen.png -------------------------------------------------------------------------------- /docs/images/cal_screenblank.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/cal_screenblank.png -------------------------------------------------------------------------------- /docs/images/cal_start.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/cal_start.png -------------------------------------------------------------------------------- /docs/images/cal_vor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/cal_vor.png -------------------------------------------------------------------------------- /docs/images/front_panel_desc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/front_panel_desc.png -------------------------------------------------------------------------------- /docs/images/hMIDIIn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/hMIDIIn.png -------------------------------------------------------------------------------- /docs/images/three_criminals.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/images/three_criminals.jpg -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/docs/index.md -------------------------------------------------------------------------------- /hardware/HemispherePanel_14HP.fpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/hardware/HemispherePanel_14HP.fpd -------------------------------------------------------------------------------- /hardware/HemispherePanel_8HP.fpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/hardware/HemispherePanel_8HP.fpd -------------------------------------------------------------------------------- /hardware/OCP/TH_O_C_MAIN0_1_0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/hardware/OCP/TH_O_C_MAIN0_1_0.pdf -------------------------------------------------------------------------------- /hardware/OCP/TH_O_C_UI-1_0.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/hardware/OCP/TH_O_C_UI-1_0.pdf -------------------------------------------------------------------------------- /hardware/O_C_blank_spacer.fpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/hardware/O_C_blank_spacer.fpd -------------------------------------------------------------------------------- /hardware/O_C_blank_spacer.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/hardware/O_C_blank_spacer.svg -------------------------------------------------------------------------------- /hardware/fpd_nearlyghost/ORNAMENT & CRIME PANEL np.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/hardware/fpd_nearlyghost/ORNAMENT & CRIME PANEL np.pdf -------------------------------------------------------------------------------- /hardware/fpd_nearlyghost/ORNAMENT & CRIME PANEL without parts nb.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/hardware/fpd_nearlyghost/ORNAMENT & CRIME PANEL without parts nb.pdf -------------------------------------------------------------------------------- /hardware/fpd_nearlyghost/O_C_blank_spacer graphic.fpd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/hardware/fpd_nearlyghost/O_C_blank_spacer graphic.fpd -------------------------------------------------------------------------------- /hardware/gerbers/128x64_1_3_oled/MISW_1.3_128x64_OLED.brd: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/hardware/gerbers/128x64_1_3_oled/MISW_1.3_128x64_OLED.brd -------------------------------------------------------------------------------- /hardware/gerbers/128x64_1_3_oled/MISW_1.3_128x64_OLED.sch: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/hardware/gerbers/128x64_1_3_oled/MISW_1.3_128x64_OLED.sch -------------------------------------------------------------------------------- /hardware/gerbers/ornament_2e_enc.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/hardware/gerbers/ornament_2e_enc.zip -------------------------------------------------------------------------------- /hardware/gerbers/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/hardware/gerbers/readme.md -------------------------------------------------------------------------------- /hardware/o_c_rev2e_schematic.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/hardware/o_c_rev2e_schematic.pdf -------------------------------------------------------------------------------- /hardware/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/hardware/readme.md -------------------------------------------------------------------------------- /software/.clang-format: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/.clang-format -------------------------------------------------------------------------------- /software/.clang-tidy: -------------------------------------------------------------------------------- 1 | --- 2 | Checks: 'performance-*' 3 | SystemHeaders: false 4 | ... 5 | 6 | -------------------------------------------------------------------------------- /software/platformio.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/platformio.ini -------------------------------------------------------------------------------- /software/res/FixTooLargeError.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/res/FixTooLargeError.hex -------------------------------------------------------------------------------- /software/res/Piqued-envelopes.R: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/res/Piqued-envelopes.R -------------------------------------------------------------------------------- /software/res/Xen-harmonic.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/res/Xen-harmonic.xlsx -------------------------------------------------------------------------------- /software/res/bjorklund.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/res/bjorklund.py -------------------------------------------------------------------------------- /software/res/oc_version.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/res/oc_version.sh -------------------------------------------------------------------------------- /software/res/parse_build_request.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/res/parse_build_request.py -------------------------------------------------------------------------------- /software/res/peaks_lookup_tables.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/res/peaks_lookup_tables.py -------------------------------------------------------------------------------- /software/res/peaks_resources.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/res/peaks_resources.py -------------------------------------------------------------------------------- /software/res/plot.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/res/plot.py -------------------------------------------------------------------------------- /software/res/progname.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/res/progname.py -------------------------------------------------------------------------------- /software/res/tideslite.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/res/tideslite.cpp -------------------------------------------------------------------------------- /software/res/xen-arts-scales.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/res/xen-arts-scales.txt -------------------------------------------------------------------------------- /software/src/APP_ASR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_ASR.h -------------------------------------------------------------------------------- /software/src/APP_AUTOMATONNETZ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_AUTOMATONNETZ.h -------------------------------------------------------------------------------- /software/src/APP_BBGEN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_BBGEN.h -------------------------------------------------------------------------------- /software/src/APP_BYTEBEATGEN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_BYTEBEATGEN.h -------------------------------------------------------------------------------- /software/src/APP_Backup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_Backup.h -------------------------------------------------------------------------------- /software/src/APP_Boilerplate.h.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_Boilerplate.h.txt -------------------------------------------------------------------------------- /software/src/APP_CALIBR8OR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_CALIBR8OR.h -------------------------------------------------------------------------------- /software/src/APP_CHORDS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_CHORDS.h -------------------------------------------------------------------------------- /software/src/APP_DQ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_DQ.h -------------------------------------------------------------------------------- /software/src/APP_ENIGMA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_ENIGMA.h -------------------------------------------------------------------------------- /software/src/APP_ENVGEN.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_ENVGEN.h -------------------------------------------------------------------------------- /software/src/APP_FPART.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_FPART.h -------------------------------------------------------------------------------- /software/src/APP_H1200.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_H1200.h -------------------------------------------------------------------------------- /software/src/APP_HEMISPHERE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_HEMISPHERE.h -------------------------------------------------------------------------------- /software/src/APP_LORENZ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_LORENZ.h -------------------------------------------------------------------------------- /software/src/APP_MIDI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_MIDI.h -------------------------------------------------------------------------------- /software/src/APP_NeuralNetwork.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_NeuralNetwork.h -------------------------------------------------------------------------------- /software/src/APP_PASSENCORE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_PASSENCORE.h -------------------------------------------------------------------------------- /software/src/APP_POLYLFO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_POLYLFO.h -------------------------------------------------------------------------------- /software/src/APP_PONGGAME.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_PONGGAME.h -------------------------------------------------------------------------------- /software/src/APP_QQ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_QQ.h -------------------------------------------------------------------------------- /software/src/APP_QUADRANTS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_QUADRANTS.h -------------------------------------------------------------------------------- /software/src/APP_REFS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_REFS.h -------------------------------------------------------------------------------- /software/src/APP_SCALEEDITOR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_SCALEEDITOR.h -------------------------------------------------------------------------------- /software/src/APP_SCENES.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_SCENES.h -------------------------------------------------------------------------------- /software/src/APP_SEQ.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_SEQ.h -------------------------------------------------------------------------------- /software/src/APP_SETTINGS.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_SETTINGS.h -------------------------------------------------------------------------------- /software/src/APP_THEDARKESTTIMELINE.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_THEDARKESTTIMELINE.h -------------------------------------------------------------------------------- /software/src/APP_WAVEFORMEDITOR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/APP_WAVEFORMEDITOR.h -------------------------------------------------------------------------------- /software/src/Audio/AudioBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/Audio/AudioBuffer.h -------------------------------------------------------------------------------- /software/src/Audio/AudioDelayExt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/Audio/AudioDelayExt.h -------------------------------------------------------------------------------- /software/src/Audio/AudioMixer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/Audio/AudioMixer.h -------------------------------------------------------------------------------- /software/src/Audio/AudioParam.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/Audio/AudioParam.h -------------------------------------------------------------------------------- /software/src/Audio/AudioPassthrough.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/Audio/AudioPassthrough.h -------------------------------------------------------------------------------- /software/src/Audio/AudioVCA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/Audio/AudioVCA.h -------------------------------------------------------------------------------- /software/src/Audio/InterpolatingStream.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/Audio/InterpolatingStream.h -------------------------------------------------------------------------------- /software/src/Audio/effect_reverb_schroeder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/Audio/effect_reverb_schroeder.h -------------------------------------------------------------------------------- /software/src/AudioAppletSubapp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/AudioAppletSubapp.h -------------------------------------------------------------------------------- /software/src/AudioIO.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/AudioIO.cpp -------------------------------------------------------------------------------- /software/src/AudioIO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/AudioIO.h -------------------------------------------------------------------------------- /software/src/CVInputMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/CVInputMap.h -------------------------------------------------------------------------------- /software/src/HSApplication.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/HSApplication.h -------------------------------------------------------------------------------- /software/src/HSClockManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/HSClockManager.h -------------------------------------------------------------------------------- /software/src/HSIOFrame.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/HSIOFrame.cpp -------------------------------------------------------------------------------- /software/src/HSIOFrame.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/HSIOFrame.h -------------------------------------------------------------------------------- /software/src/HSLorenzGeneratorManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/HSLorenzGeneratorManager.h -------------------------------------------------------------------------------- /software/src/HSMIDI.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/HSMIDI.h -------------------------------------------------------------------------------- /software/src/HSProbLoopLinker.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/HSProbLoopLinker.h -------------------------------------------------------------------------------- /software/src/HSRingBufferManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/HSRingBufferManager.h -------------------------------------------------------------------------------- /software/src/HSUtils.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/HSUtils.cpp -------------------------------------------------------------------------------- /software/src/HSUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/HSUtils.h -------------------------------------------------------------------------------- /software/src/HSicons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/HSicons.h -------------------------------------------------------------------------------- /software/src/HemisphereApplet.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/HemisphereApplet.cpp -------------------------------------------------------------------------------- /software/src/HemisphereApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/HemisphereApplet.h -------------------------------------------------------------------------------- /software/src/HemisphereAudioApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/HemisphereAudioApplet.h -------------------------------------------------------------------------------- /software/src/Main.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/Main.cpp -------------------------------------------------------------------------------- /software/src/OC_ADC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_ADC.cpp -------------------------------------------------------------------------------- /software/src/OC_ADC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_ADC.h -------------------------------------------------------------------------------- /software/src/OC_DAC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_DAC.cpp -------------------------------------------------------------------------------- /software/src/OC_DAC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_DAC.h -------------------------------------------------------------------------------- /software/src/OC_apps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_apps.cpp -------------------------------------------------------------------------------- /software/src/OC_apps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_apps.h -------------------------------------------------------------------------------- /software/src/OC_autotune.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_autotune.cpp -------------------------------------------------------------------------------- /software/src/OC_autotune.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_autotune.h -------------------------------------------------------------------------------- /software/src/OC_autotune_presets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_autotune_presets.h -------------------------------------------------------------------------------- /software/src/OC_autotuner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_autotuner.h -------------------------------------------------------------------------------- /software/src/OC_bitmaps.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_bitmaps.cpp -------------------------------------------------------------------------------- /software/src/OC_bitmaps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_bitmaps.h -------------------------------------------------------------------------------- /software/src/OC_calibration.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_calibration.cpp -------------------------------------------------------------------------------- /software/src/OC_calibration.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_calibration.h -------------------------------------------------------------------------------- /software/src/OC_chords.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_chords.cpp -------------------------------------------------------------------------------- /software/src/OC_chords.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_chords.h -------------------------------------------------------------------------------- /software/src/OC_chords_edit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_chords_edit.h -------------------------------------------------------------------------------- /software/src/OC_chords_presets.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_chords_presets.h -------------------------------------------------------------------------------- /software/src/OC_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_config.h -------------------------------------------------------------------------------- /software/src/OC_core.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_core.cpp -------------------------------------------------------------------------------- /software/src/OC_core.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_core.h -------------------------------------------------------------------------------- /software/src/OC_debug.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_debug.cpp -------------------------------------------------------------------------------- /software/src/OC_debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_debug.h -------------------------------------------------------------------------------- /software/src/OC_digital_inputs.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_digital_inputs.cpp -------------------------------------------------------------------------------- /software/src/OC_digital_inputs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_digital_inputs.h -------------------------------------------------------------------------------- /software/src/OC_euclidean_mask_draw.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_euclidean_mask_draw.h -------------------------------------------------------------------------------- /software/src/OC_gpio.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_gpio.cpp -------------------------------------------------------------------------------- /software/src/OC_gpio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_gpio.h -------------------------------------------------------------------------------- /software/src/OC_input_map.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_input_map.cpp -------------------------------------------------------------------------------- /software/src/OC_input_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_input_map.h -------------------------------------------------------------------------------- /software/src/OC_input_maps.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_input_maps.h -------------------------------------------------------------------------------- /software/src/OC_menus.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_menus.cpp -------------------------------------------------------------------------------- /software/src/OC_menus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_menus.h -------------------------------------------------------------------------------- /software/src/OC_options.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_options.h -------------------------------------------------------------------------------- /software/src/OC_patterns.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_patterns.cpp -------------------------------------------------------------------------------- /software/src/OC_patterns.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_patterns.h -------------------------------------------------------------------------------- /software/src/OC_scale_edit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_scale_edit.h -------------------------------------------------------------------------------- /software/src/OC_scales.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_scales.cpp -------------------------------------------------------------------------------- /software/src/OC_scales.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_scales.h -------------------------------------------------------------------------------- /software/src/OC_sequence_edit.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_sequence_edit.h -------------------------------------------------------------------------------- /software/src/OC_strings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_strings.cpp -------------------------------------------------------------------------------- /software/src/OC_strings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_strings.h -------------------------------------------------------------------------------- /software/src/OC_trigger_delays.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_trigger_delays.h -------------------------------------------------------------------------------- /software/src/OC_ui.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_ui.cpp -------------------------------------------------------------------------------- /software/src/OC_ui.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_ui.h -------------------------------------------------------------------------------- /software/src/OC_version.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_version.h -------------------------------------------------------------------------------- /software/src/OC_visualfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/OC_visualfx.h -------------------------------------------------------------------------------- /software/src/PackingUtils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/PackingUtils.h -------------------------------------------------------------------------------- /software/src/PhzConfig.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/PhzConfig.cpp -------------------------------------------------------------------------------- /software/src/PhzConfig.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/PhzConfig.h -------------------------------------------------------------------------------- /software/src/PhzIcons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/PhzIcons.h -------------------------------------------------------------------------------- /software/src/SegmentDisplay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/SegmentDisplay.h -------------------------------------------------------------------------------- /software/src/UI/ui_button.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/UI/ui_button.h -------------------------------------------------------------------------------- /software/src/UI/ui_encoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/UI/ui_encoder.h -------------------------------------------------------------------------------- /software/src/UI/ui_event_queue.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/UI/ui_event_queue.h -------------------------------------------------------------------------------- /software/src/UI/ui_events.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/UI/ui_events.h -------------------------------------------------------------------------------- /software/src/VBiasManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/VBiasManager.h -------------------------------------------------------------------------------- /software/src/applets/ADEG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/ADEG.h -------------------------------------------------------------------------------- /software/src/applets/ADSREG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/ADSREG.h -------------------------------------------------------------------------------- /software/src/applets/ASR.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/ASR.h -------------------------------------------------------------------------------- /software/src/applets/AttenuateOffset.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/AttenuateOffset.h -------------------------------------------------------------------------------- /software/src/applets/Binary.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Binary.h -------------------------------------------------------------------------------- /software/src/applets/BitBeat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/BitBeat.h -------------------------------------------------------------------------------- /software/src/applets/Boilerplate.h.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Boilerplate.h.txt -------------------------------------------------------------------------------- /software/src/applets/BootsNCat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/BootsNCat.h -------------------------------------------------------------------------------- /software/src/applets/Brancher.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Brancher.h -------------------------------------------------------------------------------- /software/src/applets/BugCrack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/BugCrack.h -------------------------------------------------------------------------------- /software/src/applets/Burst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Burst.h -------------------------------------------------------------------------------- /software/src/applets/Button.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Button.h -------------------------------------------------------------------------------- /software/src/applets/CVRecV2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/CVRecV2.h -------------------------------------------------------------------------------- /software/src/applets/Calculate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Calculate.h -------------------------------------------------------------------------------- /software/src/applets/Calibr8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Calibr8.h -------------------------------------------------------------------------------- /software/src/applets/Carpeggio.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Carpeggio.h -------------------------------------------------------------------------------- /software/src/applets/Chordinator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Chordinator.h -------------------------------------------------------------------------------- /software/src/applets/ClkToGate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/ClkToGate.h -------------------------------------------------------------------------------- /software/src/applets/ClockDivider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/ClockDivider.h -------------------------------------------------------------------------------- /software/src/applets/ClockSetup.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/ClockSetup.h -------------------------------------------------------------------------------- /software/src/applets/ClockSetupT4.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/ClockSetupT4.h -------------------------------------------------------------------------------- /software/src/applets/ClockSkip.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/ClockSkip.h -------------------------------------------------------------------------------- /software/src/applets/Combin8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Combin8.h -------------------------------------------------------------------------------- /software/src/applets/Compare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Compare.h -------------------------------------------------------------------------------- /software/src/applets/Cumulus.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Cumulus.h -------------------------------------------------------------------------------- /software/src/applets/DivSeq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/DivSeq.h -------------------------------------------------------------------------------- /software/src/applets/DivSeq10.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/DivSeq10.h -------------------------------------------------------------------------------- /software/src/applets/DrLoFi.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/DrLoFi.h -------------------------------------------------------------------------------- /software/src/applets/DrumMap.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/DrumMap.h -------------------------------------------------------------------------------- /software/src/applets/DualQuant.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/DualQuant.h -------------------------------------------------------------------------------- /software/src/applets/DuoTET.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/DuoTET.h -------------------------------------------------------------------------------- /software/src/applets/EbbAndLfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/EbbAndLfo.h -------------------------------------------------------------------------------- /software/src/applets/EnigmaJr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/EnigmaJr.h -------------------------------------------------------------------------------- /software/src/applets/EnsOscKey.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/EnsOscKey.h -------------------------------------------------------------------------------- /software/src/applets/EnvFollow.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/EnvFollow.h -------------------------------------------------------------------------------- /software/src/applets/EuclidX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/EuclidX.h -------------------------------------------------------------------------------- /software/src/applets/GameOfLife.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/GameOfLife.h -------------------------------------------------------------------------------- /software/src/applets/GateDelay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/GateDelay.h -------------------------------------------------------------------------------- /software/src/applets/GatedVCA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/GatedVCA.h -------------------------------------------------------------------------------- /software/src/applets/Logic.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Logic.h -------------------------------------------------------------------------------- /software/src/applets/LowerRenz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/LowerRenz.h -------------------------------------------------------------------------------- /software/src/applets/Metronome.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Metronome.h -------------------------------------------------------------------------------- /software/src/applets/MidiLoop.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/MidiLoop.h -------------------------------------------------------------------------------- /software/src/applets/MiniSeq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/MiniSeq.h -------------------------------------------------------------------------------- /software/src/applets/MultiScale.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/MultiScale.h -------------------------------------------------------------------------------- /software/src/applets/Palimpsest.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Palimpsest.h -------------------------------------------------------------------------------- /software/src/applets/Pigeons.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Pigeons.h -------------------------------------------------------------------------------- /software/src/applets/PolyDiv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/PolyDiv.h -------------------------------------------------------------------------------- /software/src/applets/ProbabilityDivider.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/ProbabilityDivider.h -------------------------------------------------------------------------------- /software/src/applets/ProbabilityMelody.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/ProbabilityMelody.h -------------------------------------------------------------------------------- /software/src/applets/ResetClock.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/ResetClock.h -------------------------------------------------------------------------------- /software/src/applets/RndWalk.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/RndWalk.h -------------------------------------------------------------------------------- /software/src/applets/RunglBook.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/RunglBook.h -------------------------------------------------------------------------------- /software/src/applets/ScaleDuet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/ScaleDuet.h -------------------------------------------------------------------------------- /software/src/applets/Schmitt.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Schmitt.h -------------------------------------------------------------------------------- /software/src/applets/Scope.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Scope.h -------------------------------------------------------------------------------- /software/src/applets/Seq32.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Seq32.h -------------------------------------------------------------------------------- /software/src/applets/SeqPlay7.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/SeqPlay7.h -------------------------------------------------------------------------------- /software/src/applets/SequenceX.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/SequenceX.h -------------------------------------------------------------------------------- /software/src/applets/ShiftGate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/ShiftGate.h -------------------------------------------------------------------------------- /software/src/applets/ShiftReg.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/ShiftReg.h -------------------------------------------------------------------------------- /software/src/applets/Shredder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Shredder.h -------------------------------------------------------------------------------- /software/src/applets/Shuffle.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Shuffle.h -------------------------------------------------------------------------------- /software/src/applets/Slew.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Slew.h -------------------------------------------------------------------------------- /software/src/applets/Squanch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Squanch.h -------------------------------------------------------------------------------- /software/src/applets/Stairs.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Stairs.h -------------------------------------------------------------------------------- /software/src/applets/Strum.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Strum.h -------------------------------------------------------------------------------- /software/src/applets/Switch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Switch.h -------------------------------------------------------------------------------- /software/src/applets/SwitchSeq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/SwitchSeq.h -------------------------------------------------------------------------------- /software/src/applets/TB3PO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/TB3PO.h -------------------------------------------------------------------------------- /software/src/applets/TLNeuron.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/TLNeuron.h -------------------------------------------------------------------------------- /software/src/applets/Trending.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Trending.h -------------------------------------------------------------------------------- /software/src/applets/TrigSeq.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/TrigSeq.h -------------------------------------------------------------------------------- /software/src/applets/TrigSeq16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/TrigSeq16.h -------------------------------------------------------------------------------- /software/src/applets/Tuner.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Tuner.h -------------------------------------------------------------------------------- /software/src/applets/TwoRings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/TwoRings.h -------------------------------------------------------------------------------- /software/src/applets/VectorEG.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/VectorEG.h -------------------------------------------------------------------------------- /software/src/applets/VectorLFO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/VectorLFO.h -------------------------------------------------------------------------------- /software/src/applets/VectorMod.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/VectorMod.h -------------------------------------------------------------------------------- /software/src/applets/VectorMorph.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/VectorMorph.h -------------------------------------------------------------------------------- /software/src/applets/Voltage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Voltage.h -------------------------------------------------------------------------------- /software/src/applets/WTVCO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/WTVCO.h -------------------------------------------------------------------------------- /software/src/applets/Xfader.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/Xfader.h -------------------------------------------------------------------------------- /software/src/applets/hMIDIIn.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/hMIDIIn.h -------------------------------------------------------------------------------- /software/src/applets/hMIDIOut.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/applets/hMIDIOut.h -------------------------------------------------------------------------------- /software/src/audio_applets/CrosspanApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/audio_applets/CrosspanApplet.h -------------------------------------------------------------------------------- /software/src/audio_applets/DelayApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/audio_applets/DelayApplet.h -------------------------------------------------------------------------------- /software/src/audio_applets/DynamicsApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/audio_applets/DynamicsApplet.h -------------------------------------------------------------------------------- /software/src/audio_applets/FilterFolderApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/audio_applets/FilterFolderApplet.h -------------------------------------------------------------------------------- /software/src/audio_applets/FreeverbApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/audio_applets/FreeverbApplet.h -------------------------------------------------------------------------------- /software/src/audio_applets/HandSawApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/audio_applets/HandSawApplet.h -------------------------------------------------------------------------------- /software/src/audio_applets/InputApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/audio_applets/InputApplet.h -------------------------------------------------------------------------------- /software/src/audio_applets/LadderApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/audio_applets/LadderApplet.h -------------------------------------------------------------------------------- /software/src/audio_applets/MidSideApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/audio_applets/MidSideApplet.h -------------------------------------------------------------------------------- /software/src/audio_applets/OscApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/audio_applets/OscApplet.h -------------------------------------------------------------------------------- /software/src/audio_applets/PassthruApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/audio_applets/PassthruApplet.h -------------------------------------------------------------------------------- /software/src/audio_applets/SamverbApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/audio_applets/SamverbApplet.h -------------------------------------------------------------------------------- /software/src/audio_applets/UpsampledApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/audio_applets/UpsampledApplet.h -------------------------------------------------------------------------------- /software/src/audio_applets/VCAApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/audio_applets/VCAApplet.h -------------------------------------------------------------------------------- /software/src/audio_applets/WAVPlayerApplet.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/audio_applets/WAVPlayerApplet.h -------------------------------------------------------------------------------- /software/src/bjorklund.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/bjorklund.cpp -------------------------------------------------------------------------------- /software/src/bjorklund.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/bjorklund.h -------------------------------------------------------------------------------- /software/src/braids_quantizer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/braids_quantizer.cpp -------------------------------------------------------------------------------- /software/src/braids_quantizer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/braids_quantizer.h -------------------------------------------------------------------------------- /software/src/braids_quantizer_scales.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/braids_quantizer_scales.h -------------------------------------------------------------------------------- /software/src/dsputils.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/dsputils.h -------------------------------------------------------------------------------- /software/src/dsputils_arm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/dsputils_arm.h -------------------------------------------------------------------------------- /software/src/enigma/EnigmaOutput.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/enigma/EnigmaOutput.h -------------------------------------------------------------------------------- /software/src/enigma/EnigmaStep.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/enigma/EnigmaStep.h -------------------------------------------------------------------------------- /software/src/enigma/EnigmaTrack.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/enigma/EnigmaTrack.h -------------------------------------------------------------------------------- /software/src/enigma/TuringMachine.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/enigma/TuringMachine.h -------------------------------------------------------------------------------- /software/src/enigma/TuringMachineState.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/enigma/TuringMachineState.h -------------------------------------------------------------------------------- /software/src/extern/avr/eeprom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/extern/avr/eeprom.h -------------------------------------------------------------------------------- /software/src/extern/dspinst.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/extern/dspinst.h -------------------------------------------------------------------------------- /software/src/extern/fastapprox/cast.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/extern/fastapprox/cast.h -------------------------------------------------------------------------------- /software/src/extern/fastapprox/fastexp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/extern/fastapprox/fastexp.h -------------------------------------------------------------------------------- /software/src/extern/fastapprox/fastlog.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/extern/fastapprox/fastlog.h -------------------------------------------------------------------------------- /software/src/extern/gfx_font_6x8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/extern/gfx_font_6x8.h -------------------------------------------------------------------------------- /software/src/extern/stmlib_utils_dsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/extern/stmlib_utils_dsp.h -------------------------------------------------------------------------------- /software/src/extern/stmlib_utils_random.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/extern/stmlib_utils_random.cpp -------------------------------------------------------------------------------- /software/src/extern/stmlib_utils_random.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/extern/stmlib_utils_random.h -------------------------------------------------------------------------------- /software/src/frames_poly_lfo.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/frames_poly_lfo.cpp -------------------------------------------------------------------------------- /software/src/frames_poly_lfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/frames_poly_lfo.h -------------------------------------------------------------------------------- /software/src/frames_resources.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/frames_resources.cpp -------------------------------------------------------------------------------- /software/src/frames_resources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/frames_resources.h -------------------------------------------------------------------------------- /software/src/grids2_resources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/grids2_resources.h -------------------------------------------------------------------------------- /software/src/grids_resources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/grids_resources.h -------------------------------------------------------------------------------- /software/src/hem_arp_chord.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/hem_arp_chord.h -------------------------------------------------------------------------------- /software/src/hemisphere_audio_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/hemisphere_audio_config.h -------------------------------------------------------------------------------- /software/src/hemisphere_config.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/hemisphere_config.h -------------------------------------------------------------------------------- /software/src/neuralnet/LogicGate.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/neuralnet/LogicGate.h -------------------------------------------------------------------------------- /software/src/peaks_bouncing_balls.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/peaks_bouncing_balls.h -------------------------------------------------------------------------------- /software/src/peaks_bytebeat.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/peaks_bytebeat.cpp -------------------------------------------------------------------------------- /software/src/peaks_bytebeat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/peaks_bytebeat.h -------------------------------------------------------------------------------- /software/src/peaks_gate_processor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/peaks_gate_processor.h -------------------------------------------------------------------------------- /software/src/peaks_multistage_envelope.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/peaks_multistage_envelope.cpp -------------------------------------------------------------------------------- /software/src/peaks_multistage_envelope.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/peaks_multistage_envelope.h -------------------------------------------------------------------------------- /software/src/peaks_pattern_predictor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/peaks_pattern_predictor.h -------------------------------------------------------------------------------- /software/src/peaks_resources.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/peaks_resources.cpp -------------------------------------------------------------------------------- /software/src/peaks_resources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/peaks_resources.h -------------------------------------------------------------------------------- /software/src/src.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src.ino -------------------------------------------------------------------------------- /software/src/src/Audio/effect_dynamics.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/Audio/effect_dynamics.cpp -------------------------------------------------------------------------------- /software/src/src/Audio/effect_dynamics.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/Audio/effect_dynamics.h -------------------------------------------------------------------------------- /software/src/src/Audio/filter_variable2.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/Audio/filter_variable2.cpp -------------------------------------------------------------------------------- /software/src/src/Audio/filter_variable2.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/Audio/filter_variable2.h -------------------------------------------------------------------------------- /software/src/src/drivers/ADC/ADC_Module.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/ADC/ADC_Module.cpp -------------------------------------------------------------------------------- /software/src/src/drivers/ADC/ADC_Module.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/ADC/ADC_Module.h -------------------------------------------------------------------------------- /software/src/src/drivers/ADC/OC_util_ADC.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/ADC/OC_util_ADC.cpp -------------------------------------------------------------------------------- /software/src/src/drivers/ADC/OC_util_ADC.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/ADC/OC_util_ADC.h -------------------------------------------------------------------------------- /software/src/src/drivers/ADC/RingBuffer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/ADC/RingBuffer.cpp -------------------------------------------------------------------------------- /software/src/src/drivers/ADC/RingBuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/ADC/RingBuffer.h -------------------------------------------------------------------------------- /software/src/src/drivers/ADC/RingBufferDMA.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/ADC/RingBufferDMA.cpp -------------------------------------------------------------------------------- /software/src/src/drivers/ADC/RingBufferDMA.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/ADC/RingBufferDMA.h -------------------------------------------------------------------------------- /software/src/src/drivers/FreqMeasure/OC_FreqMeasure.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/FreqMeasure/OC_FreqMeasure.cpp -------------------------------------------------------------------------------- /software/src/src/drivers/FreqMeasure/OC_FreqMeasure.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/FreqMeasure/OC_FreqMeasure.h -------------------------------------------------------------------------------- /software/src/src/drivers/FreqMeasure/OC_FreqMeasureCapture.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/FreqMeasure/OC_FreqMeasureCapture.h -------------------------------------------------------------------------------- /software/src/src/drivers/SH1106_128x64_driver.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/SH1106_128x64_driver.cpp -------------------------------------------------------------------------------- /software/src/src/drivers/SH1106_128x64_driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/SH1106_128x64_driver.h -------------------------------------------------------------------------------- /software/src/src/drivers/display.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/display.cpp -------------------------------------------------------------------------------- /software/src/src/drivers/display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/display.h -------------------------------------------------------------------------------- /software/src/src/drivers/framebuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/framebuffer.h -------------------------------------------------------------------------------- /software/src/src/drivers/page_display_driver.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/page_display_driver.h -------------------------------------------------------------------------------- /software/src/src/drivers/weegfx.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/weegfx.cpp -------------------------------------------------------------------------------- /software/src/src/drivers/weegfx.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/drivers/weegfx.h -------------------------------------------------------------------------------- /software/src/src/util/util_misc.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/src/util/util_misc.cpp -------------------------------------------------------------------------------- /software/src/streams_lorenz_generator.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/streams_lorenz_generator.cpp -------------------------------------------------------------------------------- /software/src/streams_lorenz_generator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/streams_lorenz_generator.h -------------------------------------------------------------------------------- /software/src/streams_resources.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/streams_resources.cpp -------------------------------------------------------------------------------- /software/src/streams_resources.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/streams_resources.h -------------------------------------------------------------------------------- /software/src/tideslite.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/tideslite.cpp -------------------------------------------------------------------------------- /software/src/tideslite.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/tideslite.h -------------------------------------------------------------------------------- /software/src/tiny_dsp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/tiny_dsp.h -------------------------------------------------------------------------------- /software/src/tonnetz/tonnetz.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/tonnetz/tonnetz.h -------------------------------------------------------------------------------- /software/src/tonnetz/tonnetz_abstract_triad.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/tonnetz/tonnetz_abstract_triad.h -------------------------------------------------------------------------------- /software/src/tonnetz/tonnetz_state.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/tonnetz/tonnetz_state.h -------------------------------------------------------------------------------- /software/src/usb_name.c: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/usb_name.c -------------------------------------------------------------------------------- /software/src/util/EEPROMStorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/EEPROMStorage.h -------------------------------------------------------------------------------- /software/src/util/clkdivmult.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/clkdivmult.h -------------------------------------------------------------------------------- /software/src/util/pewpew.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/pewpew.xcf -------------------------------------------------------------------------------- /software/src/util/pewpewsplash.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/pewpewsplash.h -------------------------------------------------------------------------------- /software/src/util/util_SPIFIFO.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_SPIFIFO.h -------------------------------------------------------------------------------- /software/src/util/util_arp.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_arp.h -------------------------------------------------------------------------------- /software/src/util/util_debugpins.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_debugpins.h -------------------------------------------------------------------------------- /software/src/util/util_grid.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_grid.h -------------------------------------------------------------------------------- /software/src/util/util_history.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_history.h -------------------------------------------------------------------------------- /software/src/util/util_integer_sequences.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_integer_sequences.h -------------------------------------------------------------------------------- /software/src/util/util_logistic_map.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_logistic_map.h -------------------------------------------------------------------------------- /software/src/util/util_macros.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_macros.h -------------------------------------------------------------------------------- /software/src/util/util_math.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_math.h -------------------------------------------------------------------------------- /software/src/util/util_misc.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_misc.h -------------------------------------------------------------------------------- /software/src/util/util_pagestorage.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_pagestorage.h -------------------------------------------------------------------------------- /software/src/util/util_pattern_predictor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_pattern_predictor.h -------------------------------------------------------------------------------- /software/src/util/util_phase_extractor.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_phase_extractor.h -------------------------------------------------------------------------------- /software/src/util/util_profiling.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_profiling.h -------------------------------------------------------------------------------- /software/src/util/util_ringbuffer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_ringbuffer.h -------------------------------------------------------------------------------- /software/src/util/util_settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_settings.h -------------------------------------------------------------------------------- /software/src/util/util_sync.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_sync.h -------------------------------------------------------------------------------- /software/src/util/util_templates.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_templates.h -------------------------------------------------------------------------------- /software/src/util/util_trigger_delay.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_trigger_delay.h -------------------------------------------------------------------------------- /software/src/util/util_tuples.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_tuples.h -------------------------------------------------------------------------------- /software/src/util/util_turing.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/util/util_turing.h -------------------------------------------------------------------------------- /software/src/vector_osc/HSVectorOscillator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/vector_osc/HSVectorOscillator.h -------------------------------------------------------------------------------- /software/src/vector_osc/WaveformManager.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/vector_osc/WaveformManager.h -------------------------------------------------------------------------------- /software/src/vector_osc/waveform_library.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/src/vector_osc/waveform_library.h -------------------------------------------------------------------------------- /software/test/Makefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/test/Makefile -------------------------------------------------------------------------------- /software/test/oc_test_quantizer.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/test/oc_test_quantizer.cpp -------------------------------------------------------------------------------- /software/test/oc_test_settings.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/test/oc_test_settings.cpp -------------------------------------------------------------------------------- /software/test/oc_tests.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/djphazer/O_C-Phazerville/HEAD/software/test/oc_tests.cpp --------------------------------------------------------------------------------