Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
daisyy-hardware
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sdiy
daisyy
daisyy-hardware
Commits
a34b9654
Commit
a34b9654
authored
1 year ago
by
David Huss
Browse files
Options
Downloads
Patches
Plain Diff
Add base for InterpolatingLookup
parent
c4eef923
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
code/daisy-looper/daisy-looper.ino
+1
-0
1 addition, 0 deletions
code/daisy-looper/daisy-looper.ino
with
1 addition
and
0 deletions
code/daisy-looper/daisy-looper.ino
+
1
−
0
View file @
a34b9654
...
@@ -125,6 +125,7 @@ void AudioCallback(float **in, float **out, size_t size) {
...
@@ -125,6 +125,7 @@ void AudioCallback(float **in, float **out, size_t size) {
input_envelope_follower
.
Process
(
in
[
1
][
i
]);
input_envelope_follower
.
Process
(
in
[
1
][
i
]);
// Process the Looper
// Process the Looper
// TODO: Add Saturating function here
looper_out
=
looper
.
Process
();
looper_out
=
looper
.
Process
();
// Mix the dry/Wet of the looper
// Mix the dry/Wet of the looper
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment