Skip to content

Instantly share code, notes, and snippets.

//Basic MIDI arpeggiator instrument for the Arduino UNO by Joseph Thompson.
//This plays triads that can be shifted in pitch and position on the scale
//Inspired by and uses the button/potentiometer checking from https://github.com/silveirago/DIY-Midi-Controller/blob/master/Code%20-%20c%C3%B3digo/en-DIY_midi_controller/en-DIY_midi_controller.ino
// uses Grove rgb_lcd, from grove starter kit. https://wiki.seeedstudio.com/Grove-LCD_RGB_Backlight/ This is not essential and can be removed
#include <rgb_lcd.h>
#include <MIDI.h>
MIDI_CREATE_DEFAULT_INSTANCE(); //Creates MIDI object to interact with Serial
@jot240
jot240 / TF_IDF_pyspark.ipynb
Created November 2, 2021 13:20
Basic TF_IDF search pyspark
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.