- Add utils.h & utils.c files,

- Implement DR_Kit_Id_Convert() and DR_Bank_Program_Id_Convert(),
- Implement UI title label and id_bank_program label update,
- Add GPL3 license file & file headers.
This commit is contained in:
2024-04-14 16:17:19 +02:00
parent e1b8414c51
commit 8844bd636f
15 changed files with 1335 additions and 147 deletions

View File

@@ -1,5 +1,26 @@
#!/bin/bash
#------------------------------------------------------------------------------#
# drummer-mkttl #
#------------------------------------------------------------------------------#
#------------------------------------------------------------------------------#
# This file is part of Drummer. #
# #
# Drummer is free software: you can redistribute it and/or modify it #
# under the terms of the GNU General Public License as published by #
# the Free Software Foundation, either version 3 of the License, or #
# (at your option) any later version. #
# #
# Drummer is distributed in the hope that it will be useful, #
# but WITHOUT ANY WARRANTY; without even the implied warranty of #
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the #
# GNU General Public License for more details. #
# #
# You should have received a copy of the GNU General Public License #
# along with Drummer. If not, see <https://www.gnu.org/licenses/>. #
#------------------------------------------------------------------------------#
manifest_file="manifest.ttl"
out_file="drummer.ttl"
owner_email="alkorz3@rx3.net"