Skip to content

Instantly share code, notes, and snippets.

We're going to create a preset patch using this guide.
Technical Specification for OP-XY Patch JSON File Format
1. Introduction
1.1 Purpose
The purpose of this document is to provide a comprehensive technical specification for the JSON file format used to store and exchange patch data on the OP-XY device. This specification aims to standardize the structure and content of patch files, ensuring compatibility and consistency across different patches, whether they are synth presets, drum kits, or sample-based instruments. By adhering to this format, developers, sound designers, and users can create, modify, and share patches efficiently and reliably.
1.2 Overview
@aliosa27
aliosa27 / GoogleDorking.md
Created December 21, 2023 18:25 — forked from sundowndev/GoogleDorking.md
Google dork cheatsheet

Google dork cheatsheet

Search filters

Filter Description Example
allintext Searches for occurrences of all the keywords given. allintext:"keyword"
intext Searches for the occurrences of keywords all at once or one at a time. intext:"keyword"
inurl Searches for a URL matching one of the keywords. inurl:"keyword"
allinurl Searches for a URL matching all the keywords in the query. allinurl:"keyword"
intitle Searches for occurrences of keywords in title all or one. intitle:"keyword"
@aliosa27
aliosa27 / OSX-vpn.md
Last active January 9, 2018 01:41 — forked from holms/OSX-vpn.md
Working Debian PPTP VPN for OSX client

PPTP VPN Server setup on Debian, for OSX/iOS clients.

sudo aptitude install pptpd 

sudo cat > /etc/pptpd.conf << EOF
localip 192.168.240.1
remoteip 192.168.240.2-9
EOF
@aliosa27
aliosa27 / OSX-vpn.md
Created January 9, 2018 01:38 — forked from holms/OSX-vpn.md
Working Debian PPTP VPN for OSX client

PPTP VPN Server setup on Debian, for OSX/iOS clients.

sudo aptitude install pptpd 

sudo cat > /etc/pptpd.conf << EOF
localip 192.168.240.1
remoteip 192.168.240.2-9
EOF