diff --git a/TODO b/TODO index 7c0eeba..8f61811 100644 --- a/TODO +++ b/TODO @@ -2,4 +2,10 @@ -fix usb handling code -make complete gui -figure out setting EQ mid Hz and EQ treb Hz - +-amp/cabinet models +-expression pedal options +-audio setup options +-tone library +-effects library +-effects level +-handling presets (loading, saving, exporting/importing to/from xml patches) diff --git a/gdigi.c b/gdigi.c index b6eac26..7b0fd8b 100644 --- a/gdigi.c +++ b/gdigi.c @@ -1839,4 +1839,3 @@ int main(int argc, char **argv) { return 0; } -