Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Djack13 committed Oct 11, 2018
1 parent 9442f46 commit 5fba965
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 34 deletions.
18 changes: 1 addition & 17 deletions src/Chorus.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@




/*
TO DO:
Vérif echelles avec clamp, valeurs init, echelles entrées etc...
Csound messages actifs
enlever les printk2 dans le csd
doc a faire
*/

#include "VCV_Csound.hpp"
#include <csound/csound.hpp>
#include <iostream>
Expand Down Expand Up @@ -66,7 +50,7 @@ struct Chorus : Module {


static void messageCallback(CSOUND* cs, int attr, const char *format, va_list valist) {
vprintf(format, valist); //if commented -> disable csound message on terminal
//vprintf(format, valist); //if commented -> disable csound message on terminal
return;
}

Expand Down
18 changes: 1 addition & 17 deletions src/Delay.cpp
Original file line number Diff line number Diff line change
@@ -1,19 +1,3 @@




/*
TO DO:
Vérif echelles avec clamp, valeurs init, echelles entrées etc...
Csound messages actifs
enlever les printk2 dans le csd
doc a faire
*/

#include "VCV_Csound.hpp"
#include <csound/csound.hpp>
#include <iostream>
Expand Down Expand Up @@ -66,7 +50,7 @@ struct Delay : Module {


static void messageCallback(CSOUND* cs, int attr, const char *format, va_list valist) {
vprintf(format, valist); //if commented -> disable csound message on terminal
//vprintf(format, valist); //if commented -> disable csound message on terminal
return;
}

Expand Down

0 comments on commit 5fba965

Please sign in to comment.