├── 1053_pcb.svg ├── CAD.tar ├── LICENSE ├── README.md ├── firmware ├── DUAL_LFO │ ├── DUAL_LFO.ino │ ├── Display.h │ ├── Settings.h │ ├── src │ │ ├── CS_Pot.cpp │ │ ├── CS_Pot.h │ │ ├── CS_Switch.cpp │ │ ├── CS_Switch.h │ │ └── Debug.h │ ├── tables.h │ ├── wave-big │ │ ├── brownnoise8192_int8.h │ │ ├── cos1024_int8.h │ │ ├── cos2048_int8.h │ │ ├── cos256_int8.h │ │ ├── cos4096_int8.h │ │ ├── cos8192_int8.h │ │ ├── cosphase2048_int8.h │ │ ├── cosphase8192_int8.h │ │ ├── envelop2048_uint8.h │ │ ├── halfsin256_uint8.h │ │ ├── halfsinwindow512_uint8.h │ │ ├── keep.txt │ │ ├── noise_static_1_16384_int8.h │ │ ├── pinknoise8192_int8.h │ │ ├── saw2048_int8.h │ │ ├── saw4096_int8.h │ │ ├── saw8192_int8.h │ │ ├── sin1024_int8.h │ │ ├── sin1024_uint8.h │ │ ├── sin2048_int8.h │ │ ├── sin256_int8.h │ │ ├── sin4096_int8.h │ │ ├── sin8192_int8.h │ │ ├── sin8192_uint8.h │ │ ├── smoothsquare8192_int8.h │ │ ├── square_no_alias512_int8.h │ │ ├── square_no_alias_2048_int8.h │ │ ├── triangle1024_int8.h │ │ ├── triangle2048_int8.h │ │ ├── triangle_dist_cubed_2048_int8.h │ │ ├── triangle_dist_squared_2048_int8.h │ │ ├── triangle_hermes_2048_int8.h │ │ ├── triangle_valve_2048_int8.h │ │ ├── triangle_valve_2_2048_int8.h │ │ ├── triangle_warm8192_int8.h │ │ ├── uphasor256_uint8.h │ │ └── whitenoise8192_int8.h │ └── wave │ │ ├── chum78_int8.h │ │ ├── chum9_int8.h │ │ ├── cos512_int8.h │ │ ├── cosphase256_int8.h │ │ ├── noise256.h │ │ ├── phasor256_int8.h │ │ ├── pulse16.h │ │ ├── pulse64.h │ │ ├── pulse8.h │ │ ├── ramp256.h │ │ ├── saw1024_int8.h │ │ ├── saw256.h │ │ ├── saw256_int8.h │ │ ├── saw512_int8.h │ │ ├── saw_analogue512_int8.h │ │ ├── sin512_int8.h │ │ ├── sine256.h │ │ ├── sq256.h │ │ ├── square_analogue512_int8.h │ │ ├── tri256.h │ │ ├── triangle512_int8.h │ │ ├── triangle_analogue512_int8.h │ │ ├── waveshape1_softclip_int8.h │ │ ├── waveshape2_softerclip_int8.h │ │ ├── waveshape_chebyshev_3rd_256_int8.h │ │ ├── waveshape_chebyshev_4th_256_int8.h │ │ ├── waveshape_chebyshev_5th_256_int8.h │ │ ├── waveshape_chebyshev_6th_256_int8.h │ │ ├── waveshape_sigmoid_int8.h │ │ └── waveshape_tanh_int8.h ├── Detuned_Beats_Wash │ └── Detuned_Beats_Wash.ino ├── FMsynth-env │ └── FMsynth-env.ino ├── PWM_Phasing │ └── PWM_Phasing.ino ├── WaveFolder │ └── WaveFolder │ │ └── WaveFolder.ino ├── WavePacket_FM-nano │ ├── WavePacket_FM-nano.ino │ └── encoder.h ├── WavePacket_PDreso-nano │ ├── WavePacket_PDreso-nano.ino │ └── encoder.h ├── rampantgrain │ └── rampantgrain.ino ├── rampart3-bytebeats │ ├── button.h │ ├── bytebeats.h │ ├── font.h │ ├── nyblybyte.h │ └── rampart3-bytebeats.ino ├── rampart3-modulove-modules │ ├── BurstGenerator.h │ ├── GenerativeSequencer.h │ ├── MultimodeEnv.h │ ├── Polyrythm.h │ ├── adsr.h │ ├── encoderbutton.h │ ├── font.h │ ├── rampart3-modulove-modules.ino │ └── synclfo.h ├── rampartGlitchArp │ └── rampartGlitchArp.ino ├── rampartGlitchSynth │ └── rampartGlitchSynth.ino ├── relay_drum │ └── relay_drum.ino ├── shepard-FM-chord │ ├── encoder.h │ └── shepard-FM-chord.ino └── simple_samples │ ├── KICK2_AT.h │ ├── SNARE2_AT.h │ ├── TR_HH_AT.h │ ├── TR_KICK_AT.h │ ├── beats.h │ ├── beats.txt │ ├── bjorklung.cpp │ ├── bjorklung.h │ ├── closedhat.h │ ├── kick.h │ ├── rim.h │ ├── simple_samples.ino │ ├── snare.h │ └── tom.h ├── gerbers ├── rampart3_filled_contour.gm1 ├── rampart3_filled_copperBottom.gbl ├── rampart3_filled_copperTop.gtl ├── rampart3_filled_drill.txt ├── rampart3_filled_maskBottom.gbs ├── rampart3_filled_maskTop.gts ├── rampart3_filled_pnp.xy ├── rampart3_filled_silkBottom.gbo └── rampart3_filled_silkTop.gto ├── guide-bytebeats.odt ├── guide-overview.jpg ├── guide.xcf ├── rampart.fzz ├── rampart2.fzz ├── rampart3-bytebeats.ino.hex ├── rampart3.fzz ├── rampart3__bottom_bom.csv ├── rampart3__bottom_bom.ods ├── rampart3_bom_csv.csv ├── rampart3_pcb.svg ├── rampart3_top.fzz ├── rampart3_top_pcb.svg ├── rampart3_top_pcb_cut.svg ├── rampart_bb.jpg ├── rampart_bb.png ├── rampart_externaldac.fzz ├── rampart_pcb.jpg ├── rampart_v2.jpg ├── rampartv3_bottom.jpg ├── rampartv3_pcb.jpg └── topgerbers ├── rampart3_top_filled_contour.gm1 ├── rampart3_top_filled_copperBottom.gbl ├── rampart3_top_filled_copperTop.gtl ├── rampart3_top_filled_drill.txt ├── rampart3_top_filled_maskBottom.gbs ├── rampart3_top_filled_maskTop.gts ├── rampart3_top_filled_pnp.xy ├── rampart3_top_filled_silkBottom.gbo └── rampart3_top_filled_silkTop.gto /1053_pcb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/1053_pcb.svg -------------------------------------------------------------------------------- /CAD.tar: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/CAD.tar -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/README.md -------------------------------------------------------------------------------- /firmware/DUAL_LFO/DUAL_LFO.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/DUAL_LFO.ino -------------------------------------------------------------------------------- /firmware/DUAL_LFO/Display.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/Display.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/Settings.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/Settings.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/src/CS_Pot.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/src/CS_Pot.cpp -------------------------------------------------------------------------------- /firmware/DUAL_LFO/src/CS_Pot.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/src/CS_Pot.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/src/CS_Switch.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/src/CS_Switch.cpp -------------------------------------------------------------------------------- /firmware/DUAL_LFO/src/CS_Switch.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/src/CS_Switch.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/src/Debug.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/src/Debug.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/tables.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/tables.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/brownnoise8192_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/brownnoise8192_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/cos1024_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/cos1024_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/cos2048_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/cos2048_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/cos256_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/cos256_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/cos4096_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/cos4096_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/cos8192_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/cos8192_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/cosphase2048_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/cosphase2048_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/cosphase8192_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/cosphase8192_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/envelop2048_uint8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/envelop2048_uint8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/halfsin256_uint8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/halfsin256_uint8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/halfsinwindow512_uint8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/halfsinwindow512_uint8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/keep.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/keep.txt -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/noise_static_1_16384_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/noise_static_1_16384_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/pinknoise8192_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/pinknoise8192_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/saw2048_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/saw2048_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/saw4096_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/saw4096_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/saw8192_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/saw8192_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/sin1024_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/sin1024_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/sin1024_uint8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/sin1024_uint8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/sin2048_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/sin2048_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/sin256_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/sin256_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/sin4096_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/sin4096_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/sin8192_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/sin8192_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/sin8192_uint8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/sin8192_uint8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/smoothsquare8192_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/smoothsquare8192_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/square_no_alias512_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/square_no_alias512_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/square_no_alias_2048_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/square_no_alias_2048_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/triangle1024_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/triangle1024_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/triangle2048_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/triangle2048_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/triangle_dist_cubed_2048_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/triangle_dist_cubed_2048_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/triangle_dist_squared_2048_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/triangle_dist_squared_2048_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/triangle_hermes_2048_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/triangle_hermes_2048_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/triangle_valve_2048_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/triangle_valve_2048_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/triangle_valve_2_2048_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/triangle_valve_2_2048_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/triangle_warm8192_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/triangle_warm8192_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/uphasor256_uint8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/uphasor256_uint8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave-big/whitenoise8192_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave-big/whitenoise8192_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/chum78_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/chum78_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/chum9_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/chum9_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/cos512_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/cos512_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/cosphase256_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/cosphase256_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/noise256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/noise256.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/phasor256_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/phasor256_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/pulse16.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/pulse16.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/pulse64.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/pulse64.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/pulse8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/pulse8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/ramp256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/ramp256.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/saw1024_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/saw1024_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/saw256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/saw256.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/saw256_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/saw256_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/saw512_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/saw512_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/saw_analogue512_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/saw_analogue512_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/sin512_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/sin512_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/sine256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/sine256.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/sq256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/sq256.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/square_analogue512_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/square_analogue512_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/tri256.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/tri256.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/triangle512_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/triangle512_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/triangle_analogue512_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/triangle_analogue512_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/waveshape1_softclip_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/waveshape1_softclip_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/waveshape2_softerclip_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/waveshape2_softerclip_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/waveshape_chebyshev_3rd_256_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/waveshape_chebyshev_3rd_256_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/waveshape_chebyshev_4th_256_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/waveshape_chebyshev_4th_256_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/waveshape_chebyshev_5th_256_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/waveshape_chebyshev_5th_256_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/waveshape_chebyshev_6th_256_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/waveshape_chebyshev_6th_256_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/waveshape_sigmoid_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/waveshape_sigmoid_int8.h -------------------------------------------------------------------------------- /firmware/DUAL_LFO/wave/waveshape_tanh_int8.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/DUAL_LFO/wave/waveshape_tanh_int8.h -------------------------------------------------------------------------------- /firmware/Detuned_Beats_Wash/Detuned_Beats_Wash.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/Detuned_Beats_Wash/Detuned_Beats_Wash.ino -------------------------------------------------------------------------------- /firmware/FMsynth-env/FMsynth-env.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/FMsynth-env/FMsynth-env.ino -------------------------------------------------------------------------------- /firmware/PWM_Phasing/PWM_Phasing.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/PWM_Phasing/PWM_Phasing.ino -------------------------------------------------------------------------------- /firmware/WaveFolder/WaveFolder/WaveFolder.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/WaveFolder/WaveFolder/WaveFolder.ino -------------------------------------------------------------------------------- /firmware/WavePacket_FM-nano/WavePacket_FM-nano.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/WavePacket_FM-nano/WavePacket_FM-nano.ino -------------------------------------------------------------------------------- /firmware/WavePacket_FM-nano/encoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/WavePacket_FM-nano/encoder.h -------------------------------------------------------------------------------- /firmware/WavePacket_PDreso-nano/WavePacket_PDreso-nano.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/WavePacket_PDreso-nano/WavePacket_PDreso-nano.ino -------------------------------------------------------------------------------- /firmware/WavePacket_PDreso-nano/encoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/WavePacket_PDreso-nano/encoder.h -------------------------------------------------------------------------------- /firmware/rampantgrain/rampantgrain.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampantgrain/rampantgrain.ino -------------------------------------------------------------------------------- /firmware/rampart3-bytebeats/button.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampart3-bytebeats/button.h -------------------------------------------------------------------------------- /firmware/rampart3-bytebeats/bytebeats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampart3-bytebeats/bytebeats.h -------------------------------------------------------------------------------- /firmware/rampart3-bytebeats/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampart3-bytebeats/font.h -------------------------------------------------------------------------------- /firmware/rampart3-bytebeats/nyblybyte.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampart3-bytebeats/nyblybyte.h -------------------------------------------------------------------------------- /firmware/rampart3-bytebeats/rampart3-bytebeats.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampart3-bytebeats/rampart3-bytebeats.ino -------------------------------------------------------------------------------- /firmware/rampart3-modulove-modules/BurstGenerator.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampart3-modulove-modules/BurstGenerator.h -------------------------------------------------------------------------------- /firmware/rampart3-modulove-modules/GenerativeSequencer.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampart3-modulove-modules/GenerativeSequencer.h -------------------------------------------------------------------------------- /firmware/rampart3-modulove-modules/MultimodeEnv.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampart3-modulove-modules/MultimodeEnv.h -------------------------------------------------------------------------------- /firmware/rampart3-modulove-modules/Polyrythm.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampart3-modulove-modules/Polyrythm.h -------------------------------------------------------------------------------- /firmware/rampart3-modulove-modules/adsr.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampart3-modulove-modules/adsr.h -------------------------------------------------------------------------------- /firmware/rampart3-modulove-modules/encoderbutton.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampart3-modulove-modules/encoderbutton.h -------------------------------------------------------------------------------- /firmware/rampart3-modulove-modules/font.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampart3-modulove-modules/font.h -------------------------------------------------------------------------------- /firmware/rampart3-modulove-modules/rampart3-modulove-modules.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampart3-modulove-modules/rampart3-modulove-modules.ino -------------------------------------------------------------------------------- /firmware/rampart3-modulove-modules/synclfo.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampart3-modulove-modules/synclfo.h -------------------------------------------------------------------------------- /firmware/rampartGlitchArp/rampartGlitchArp.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampartGlitchArp/rampartGlitchArp.ino -------------------------------------------------------------------------------- /firmware/rampartGlitchSynth/rampartGlitchSynth.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/rampartGlitchSynth/rampartGlitchSynth.ino -------------------------------------------------------------------------------- /firmware/relay_drum/relay_drum.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/relay_drum/relay_drum.ino -------------------------------------------------------------------------------- /firmware/shepard-FM-chord/encoder.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/shepard-FM-chord/encoder.h -------------------------------------------------------------------------------- /firmware/shepard-FM-chord/shepard-FM-chord.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/shepard-FM-chord/shepard-FM-chord.ino -------------------------------------------------------------------------------- /firmware/simple_samples/KICK2_AT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/simple_samples/KICK2_AT.h -------------------------------------------------------------------------------- /firmware/simple_samples/SNARE2_AT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/simple_samples/SNARE2_AT.h -------------------------------------------------------------------------------- /firmware/simple_samples/TR_HH_AT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/simple_samples/TR_HH_AT.h -------------------------------------------------------------------------------- /firmware/simple_samples/TR_KICK_AT.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/simple_samples/TR_KICK_AT.h -------------------------------------------------------------------------------- /firmware/simple_samples/beats.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/simple_samples/beats.h -------------------------------------------------------------------------------- /firmware/simple_samples/beats.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/simple_samples/beats.txt -------------------------------------------------------------------------------- /firmware/simple_samples/bjorklung.cpp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/simple_samples/bjorklung.cpp -------------------------------------------------------------------------------- /firmware/simple_samples/bjorklung.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/simple_samples/bjorklung.h -------------------------------------------------------------------------------- /firmware/simple_samples/closedhat.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/simple_samples/closedhat.h -------------------------------------------------------------------------------- /firmware/simple_samples/kick.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/simple_samples/kick.h -------------------------------------------------------------------------------- /firmware/simple_samples/rim.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/simple_samples/rim.h -------------------------------------------------------------------------------- /firmware/simple_samples/simple_samples.ino: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/simple_samples/simple_samples.ino -------------------------------------------------------------------------------- /firmware/simple_samples/snare.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/simple_samples/snare.h -------------------------------------------------------------------------------- /firmware/simple_samples/tom.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/firmware/simple_samples/tom.h -------------------------------------------------------------------------------- /gerbers/rampart3_filled_contour.gm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/gerbers/rampart3_filled_contour.gm1 -------------------------------------------------------------------------------- /gerbers/rampart3_filled_copperBottom.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/gerbers/rampart3_filled_copperBottom.gbl -------------------------------------------------------------------------------- /gerbers/rampart3_filled_copperTop.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/gerbers/rampart3_filled_copperTop.gtl -------------------------------------------------------------------------------- /gerbers/rampart3_filled_drill.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/gerbers/rampart3_filled_drill.txt -------------------------------------------------------------------------------- /gerbers/rampart3_filled_maskBottom.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/gerbers/rampart3_filled_maskBottom.gbs -------------------------------------------------------------------------------- /gerbers/rampart3_filled_maskTop.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/gerbers/rampart3_filled_maskTop.gts -------------------------------------------------------------------------------- /gerbers/rampart3_filled_pnp.xy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/gerbers/rampart3_filled_pnp.xy -------------------------------------------------------------------------------- /gerbers/rampart3_filled_silkBottom.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/gerbers/rampart3_filled_silkBottom.gbo -------------------------------------------------------------------------------- /gerbers/rampart3_filled_silkTop.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/gerbers/rampart3_filled_silkTop.gto -------------------------------------------------------------------------------- /guide-bytebeats.odt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/guide-bytebeats.odt -------------------------------------------------------------------------------- /guide-overview.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/guide-overview.jpg -------------------------------------------------------------------------------- /guide.xcf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/guide.xcf -------------------------------------------------------------------------------- /rampart.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart.fzz -------------------------------------------------------------------------------- /rampart2.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart2.fzz -------------------------------------------------------------------------------- /rampart3-bytebeats.ino.hex: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart3-bytebeats.ino.hex -------------------------------------------------------------------------------- /rampart3.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart3.fzz -------------------------------------------------------------------------------- /rampart3__bottom_bom.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart3__bottom_bom.csv -------------------------------------------------------------------------------- /rampart3__bottom_bom.ods: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart3__bottom_bom.ods -------------------------------------------------------------------------------- /rampart3_bom_csv.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart3_bom_csv.csv -------------------------------------------------------------------------------- /rampart3_pcb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart3_pcb.svg -------------------------------------------------------------------------------- /rampart3_top.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart3_top.fzz -------------------------------------------------------------------------------- /rampart3_top_pcb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart3_top_pcb.svg -------------------------------------------------------------------------------- /rampart3_top_pcb_cut.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart3_top_pcb_cut.svg -------------------------------------------------------------------------------- /rampart_bb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart_bb.jpg -------------------------------------------------------------------------------- /rampart_bb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart_bb.png -------------------------------------------------------------------------------- /rampart_externaldac.fzz: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart_externaldac.fzz -------------------------------------------------------------------------------- /rampart_pcb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart_pcb.jpg -------------------------------------------------------------------------------- /rampart_v2.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampart_v2.jpg -------------------------------------------------------------------------------- /rampartv3_bottom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampartv3_bottom.jpg -------------------------------------------------------------------------------- /rampartv3_pcb.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/rampartv3_pcb.jpg -------------------------------------------------------------------------------- /topgerbers/rampart3_top_filled_contour.gm1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/topgerbers/rampart3_top_filled_contour.gm1 -------------------------------------------------------------------------------- /topgerbers/rampart3_top_filled_copperBottom.gbl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/topgerbers/rampart3_top_filled_copperBottom.gbl -------------------------------------------------------------------------------- /topgerbers/rampart3_top_filled_copperTop.gtl: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/topgerbers/rampart3_top_filled_copperTop.gtl -------------------------------------------------------------------------------- /topgerbers/rampart3_top_filled_drill.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/topgerbers/rampart3_top_filled_drill.txt -------------------------------------------------------------------------------- /topgerbers/rampart3_top_filled_maskBottom.gbs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/topgerbers/rampart3_top_filled_maskBottom.gbs -------------------------------------------------------------------------------- /topgerbers/rampart3_top_filled_maskTop.gts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/topgerbers/rampart3_top_filled_maskTop.gts -------------------------------------------------------------------------------- /topgerbers/rampart3_top_filled_pnp.xy: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/topgerbers/rampart3_top_filled_pnp.xy -------------------------------------------------------------------------------- /topgerbers/rampart3_top_filled_silkBottom.gbo: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/topgerbers/rampart3_top_filled_silkBottom.gbo -------------------------------------------------------------------------------- /topgerbers/rampart3_top_filled_silkTop.gto: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/poetaster/rampart/HEAD/topgerbers/rampart3_top_filled_silkTop.gto --------------------------------------------------------------------------------