Dennis Dominguez

Results 16 comments of Dennis Dominguez

Sure! Thanks for bringing it to my attention, I'll try and implement it sometime this weekend

http://essej.net/sooperlooper/doc_midi_commands.html Sooperlooper is probably best

Hey! I'd be glad to help, feel free to PM me and we can work it out. Best way to avoid audio glitches on the RasPi is either to shut...

https://github.com/dddomin3/DSPi/blob/master/bash/dspiSwitcher.sh#L32 Here's where I turn off wireless networking to avoid some audio glitches

Run this in your Developer Tools > Console, and it'll work to at least view 1000 events on the first page. ``` var Scope = angular.element($("div.ng-scope")).scope(); Scope.perPage = 1000; Scope.changePage(1);...

Oh I just build the nat gateway resource, and use the auto-gened name, and pull it up that way. ``` data "google_compute_address" "my_address" { name = "foobar" } ``` Not...