Skip to content

Commit

Permalink
Update code comments
Browse files Browse the repository at this point in the history
  • Loading branch information
sourc3array committed Apr 24, 2023
1 parent bba1b15 commit 72d4909
Show file tree
Hide file tree
Showing 5 changed files with 33 additions and 25 deletions.
10 changes: 5 additions & 5 deletions genAudio_808TK.sfz → 808TK.sfz
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//------------------------------------------------------------------------------
// Instrument: 808TK (SFZ)
// Preset: 808TK | Version: 1.0.0-Alpha.1
// File: 808TK | Version: 1.0.0
// Designer: Jason Krueger (sourc3array)
// License: GNU GPL v3.0
// GitHub: https://github.com/sourc3array/Bare_Bones_XS
Expand Down Expand Up @@ -79,7 +79,7 @@ delay_random=0.012 // Set max random sample delay time in ms (humanize)
//------------------------------------------------------------------------------
// INCLUDES

#include "Programs/gA_808TK_Drums.sfz"
#include "Programs/gA_808TK_Snares.sfz"
#include "Programs/gA_808TK_Hats.sfz"
#include "Programs/gA_808TK_CymPerc.sfz"
#include "Programs/808TK_Drums.sfz"
#include "Programs/808TK_Snares.sfz"
#include "Programs/808TK_Hats.sfz"
#include "Programs/808TK_CymPerc.sfz"
12 changes: 7 additions & 5 deletions Programs/gA_808TK_CymPerc.sfz → Programs/808TK_CymPerc.sfz
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
//------------------------------------------------------------------------------
// genAudio :: SFZ Construction Kit
// Wave Alchemy :: 808 Tape
// Cymbals & Percussion :: V1.00
//------------------------------------------------------------------------------
// SFZ coding by SOURC3ARRAY https://soundcloud.com/sourc3array
// Instrument: 808TK (SFZ)
// File: Cymbals & Percussion | Version: 1.0.0
// Designer: Jason Krueger (sourc3array)
// License: GNU GPL v3.0
// GitHub: https://github.com/sourc3array/Bare_Bones_XS
//
// Visit GEN Audio at https://genaudio.biz
//------------------------------------------------------------------------------

<control>
Expand Down
12 changes: 7 additions & 5 deletions Programs/gA_808TK_Drums.sfz → Programs/808TK_Drums.sfz
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
//------------------------------------------------------------------------------
// genAudio :: SFZ Construction Kit
// Wave Alchemy :: 808 Tape
// DRUMS :: V1.00
//------------------------------------------------------------------------------
// SFZ coding by SOURC3ARRAY https://soundcloud.com/sourc3array
// Instrument: 808TK (SFZ)
// File: Drums | Version: 1.0.0
// Designer: Jason Krueger (sourc3array)
// License: GNU GPL v3.0
// GitHub: https://github.com/sourc3array/Bare_Bones_XS
//
// Visit GEN Audio at https://genaudio.biz
//------------------------------------------------------------------------------

<control>
Expand Down
12 changes: 7 additions & 5 deletions Programs/gA_808TK_Hats.sfz → Programs/808TK_Hats.sfz
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
//------------------------------------------------------------------------------
// genAudio :: SFZ Construction Kit
// Wave Alchemy :: 808 Tape
// Hi-HATS :: V1.00
//------------------------------------------------------------------------------
// SFZ coding by SOURC3ARRAY https://soundcloud.com/sourc3array
// Instrument: 808TK (SFZ)
// File: Hi-Hats | Version: 1.0.0
// Designer: Jason Krueger (sourc3array)
// License: GNU GPL v3.0
// GitHub: https://github.com/sourc3array/Bare_Bones_XS
//
// Visit GEN Audio at https://genaudio.biz
//------------------------------------------------------------------------------

<control>
Expand Down
12 changes: 7 additions & 5 deletions Programs/gA_808TK_Snares.sfz → Programs/808TK_Snares.sfz
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
//------------------------------------------------------------------------------
// genAudio :: SFZ Construction Kit
// Wave Alchemy :: 808 Tape
// SNARES :: V1.00
//------------------------------------------------------------------------------
// SFZ coding by SOURC3ARRAY https://soundcloud.com/sourc3array
// Instrument: 808TK (SFZ)
// File: Snares | Version: 1.0.0
// Designer: Jason Krueger (sourc3array)
// License: GNU GPL v3.0
// GitHub: https://github.com/sourc3array/Bare_Bones_XS
//
// Visit GEN Audio at https://genaudio.biz
//------------------------------------------------------------------------------

<control>
Expand Down

0 comments on commit 72d4909

Please sign in to comment.