Login and become root:
sudo su -
Update your stuff (maybe? I dunno whatevs)
pacman -Syu
| nnoremap <silent> <leader>e :call Fzf_dev()<CR> | |
| " ripgrep | |
| if executable('rg') | |
| let $FZF_DEFAULT_COMMAND = 'rg --files --hidden --follow --glob "!.git/*"' | |
| set grepprg=rg\ --vimgrep | |
| command! -bang -nargs=* Find call fzf#vim#grep('rg --column --line-number --no-heading --fixed-strings --ignore-case --hidden --follow --glob "!.git/*" --color "always" '.shellescape(<q-args>).'| tr -d "\017"', 1, <bang>0) | |
| endif | |
| " Files + devicons |
Login and become root:
sudo su -
Update your stuff (maybe? I dunno whatevs)
pacman -Syu
| TITLE:: SonaGraph | |
| summary:: A piano-tuned spectrum analyzer/visualizer, inspired by Kay Sonagraph | |
| categories:: Analysis | |
| related:: Classes | |
| DESCRIPTION:: | |
| The classic Kay Sonagraph was based on a bank of filters used to plot on paper spectral information, widely used in phonetics and acoustic analysis (bird singing). SonaGraph works in two steps. First, a sound is analized by passing it through a 88 band pass filter, tuned on piano keys. Amps in dB and pitch are collected and data are then available to manipulation/visualization. Second, data can be explored interactively by the included GUI. | |
| CLASSMETHODS:: |