This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
PRESET_FOLDER = EQE_PREFIX..'/db/presets' | |
PRESET_DEFAULT = 'CURRENT_BANDS' | |
function preset_file(name) | |
return PRESET_FOLDER..'/'..name..'.lua' | |
end | |
local esc = require 'str_esc' | |
function eqe.save(name, input) | |
input = input or eqe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
is this gonna work |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
is this gonna work |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nil |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
String file contents |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/env python2 | |
# HOW TO USE: | |
# Download this file | |
# Install python 2 | |
# Run one of these commands (depends on your setup): | |
# python2 eqefm_import.py 1 | |
# python eqefm_import.py 1 | |
# python2.exe eqefm_import.py 1 | |
# python.exe eqefm_import.py 1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// (c) Copyright 2016, Sean Connelly (@voidqk), http://syntheti.cc | |
// MIT License | |
// Project Home: https://github.com/voidqk/sndfilter | |
#include "compressor.h" | |
#include <math.h> | |
#include <string.h> | |
// core algorithm extracted from Chromium source, DynamicsCompressorKernel.cpp, here: | |
// https://git.io/v1uSK |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"id": "166fae036c7f58d8", | |
"historyId": "3041289", | |
"messages": [ | |
{ | |
"id": "166fae036c7f58d8", | |
"threadId": "166fae036c7f58d8", | |
"labelIds": [ | |
"IMPORTANT", | |
"CATEGORY_PERSONAL", |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
07/16 | |
16:30: 3 | |
15:00: 4 | |
13:30: 4 | |
12:00: 5 | |
10:30: 5 | |
07/13 | |
15:00: 5 | |
13:30: 5 just finished doing brace on ground (also drinking coffee) | |
12:00: 4 (walking with cam to get sushi for lunch) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
07/16 | |
16:30: 3 | |
15:00: 4 | |
13:30: 4 | |
12:00: 5 | |
10:30: 5 | |
07/13 | |
15:00: 5 (still high on coffee) | |
13:30: 5 just finished doing brace on ground (also drinking coffee) | |
12:00: 4 (walking with cam to get sushi for lunch) |
NewerOlder