Skip to content

Commit

Permalink
wip range binding
Browse files Browse the repository at this point in the history
  • Loading branch information
magnetophon committed May 24, 2024
1 parent a0a6fa6 commit 8ed7b1d
Show file tree
Hide file tree
Showing 7 changed files with 23,513 additions and 6,975 deletions.
3 changes: 0 additions & 3 deletions build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,6 @@ impl UI<f64> for CollectParameters {
}

fn main() {

println!("cargo:rerun-if-changed=dsp");

#[cfg(feature = "faust-rebuild")]
Expand All @@ -205,7 +204,5 @@ fn main() {
faust_build::FaustBuilder::new("dsp/lamb-rs-192k.dsp", "src/dsp_192k.rs")
.set_use_double(true)
.set_module_name("dsp_192k".to_string())

.build();

}
Loading

0 comments on commit 8ed7b1d

Please sign in to comment.