-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Another mixing pass from erics notes
Lowered the intro vocals 3 db and removed cymbals from breakdown part also exported midi flute to audio file. Octave bug was happening
- Loading branch information
Showing
18 changed files
with
46,570 additions
and
649 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
Git LFS file not shown
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 3 additions & 0 deletions
3
200413-song-idea/interchange/200413-song-idea/audiofiles/midi-flutes-part_Selection-2%L.wav
Git LFS file not shown
3 changes: 3 additions & 0 deletions
3
200413-song-idea/interchange/200413-song-idea/audiofiles/midi-flutes-part_Selection-2%R.wav
Git LFS file not shown
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
@prefix atom: <http://lv2plug.in/ns/ext/atom#> . | ||
@prefix lv2: <http://lv2plug.in/ns/lv2core#> . | ||
@prefix pset: <http://lv2plug.in/ns/ext/presets#> . | ||
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . | ||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . | ||
@prefix state: <http://lv2plug.in/ns/ext/state#> . | ||
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . | ||
|
||
<state.ttl> | ||
lv2:appliesTo <http://yoshimi.sourceforge.net/lv2_plugin> ; | ||
a pset:Preset ; | ||
rdfs:seeAlso <state.ttl> . | ||
|
Oops, something went wrong.