-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
303 changed files
with
845 additions
and
327 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
#include "config.h" | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* strings specifiying the compilation date, time and author | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* Variables that are needed globally, and even by the very basic libs. | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* The little program that loads up the basic libs and starts main. It can also | ||
* start up the gdb debugger on fatal signals. | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* The little program that loads up the basic libs and starts main. It can also | ||
* start up the gdb debugger on fatal signals. | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* Link manager - contains high-level routines to load and handle | ||
* external DLLs | ||
|
@@ -65,7 +65,7 @@ static struct dll_handle loadlist[MAXDLLLIST]; | |
int loadlist_n; | ||
|
||
#ifdef SUPPORT_STATIC_PLUGINS | ||
DLLEXTINFO_BEGIN_PREFIX struct linkinfostruct staticdlls = {.name = "static", .desc = "Compiled in plugins (c) 2009-'24 Stian Skjelstad", .ver = DLLVERSION}; | ||
DLLEXTINFO_BEGIN_PREFIX struct linkinfostruct staticdlls = {.name = "static", .desc = "Compiled in plugins (c) 2009-'25 Stian Skjelstad", .ver = DLLVERSION}; | ||
#endif | ||
|
||
#ifdef _WIN32 | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* Part of Link Manager (plinkman.c) | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* PMain - main module (loads and inits all startup modules) | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* OCP.INI file and environment reading functions | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIface text mode spectrum analyser | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIface text mode channel display | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIface note dots mode | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIface main interface code | ||
* | ||
|
@@ -2886,5 +2886,5 @@ static interfaceReturnEnum plmpCallBack(void) | |
|
||
static struct interfacestruct plOpenCP = {plmpOpenFile, plmpCallBack, plmpCloseFile, "plOpenCP", NULL}; | ||
|
||
DLLEXTINFO_CORE_PREFIX struct linkinfostruct dllextinfo = {.name = "cpiface", .desc = "OpenCP Interface (c) 1994-'24 Niklas Beisert, Tammo Hinrichs, Stian Skjelstad", .ver = DLLVERSION, .sortindex = 35, .Init = plmpInit, .LateInit = plmpLateInit, .PreClose = plmpPreClose, .Close = plmpClose}; | ||
DLLEXTINFO_CORE_PREFIX struct linkinfostruct dllextinfo = {.name = "cpiface", .desc = "OpenCP Interface (c) 1994-'25 Niklas Beisert, Tammo Hinrichs, Stian Skjelstad", .ver = DLLVERSION, .sortindex = 35, .Init = plmpInit, .LateInit = plmpLateInit, .PreClose = plmpPreClose, .Close = plmpClose}; | ||
/* OpenCP Module Player */ |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 2022-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2022-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* Font debugger | ||
* | ||
|
@@ -251,5 +251,5 @@ static void FontDebugClose(struct PluginCloseAPI_t *API) | |
cpiUnregisterDefMode(&cpiModeFontDebug); | ||
} | ||
|
||
DLLEXTINFO_CORE_PREFIX struct linkinfostruct dllextinfo = {.name = "cpifontdebug", .desc = "OpenCP Font Debugger (c) 2022-'24 Stian Skjelstad", .ver = DLLVERSION, .sortindex = 40, .LateInit = FontDebugInit, .PreClose = FontDebugClose}; | ||
DLLEXTINFO_CORE_PREFIX struct linkinfostruct dllextinfo = {.name = "cpifontdebug", .desc = "OpenCP Font Debugger (c) 2022-'25 Stian Skjelstad", .ver = DLLVERSION, .sortindex = 40, .LateInit = FontDebugInit, .PreClose = FontDebugClose}; | ||
/* OpenCP Module Player */ |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIface graphic spectrum analysers | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIface text mode instrument display | ||
* | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 2008-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2008-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* Keyboard shortcut help-browser. | ||
*' | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIface main interface code | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIface link info screen | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIFace song message mode | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIFace main volume bar | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIFace phase graphs mode | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIFace background picture loader | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIFace file type dectection routines for the file selector | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIFace oscilloscope mode | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected] | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIFace text modes master mode and window handler | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2011-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2011-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIface text track/pattern display | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* FFT routines for the spectrum analysers | ||
* | ||
|
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 1987, by Steven A. Bennett | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* GIF picture loader | ||
* | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 2020-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2020-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* JPEG decoder, using libjpeg/libturbojpeg | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIFace output routines / key handlers for the MCP system | ||
* | ||
|
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 2020-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2020-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* PNG decoder using libpng | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* TGA picture loader | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* CPIface text mode volume control interface code | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* Player devices system | ||
* | ||
|
@@ -657,7 +657,7 @@ static void setup_devp_run (void **token, const struct DevInterfaceAPI_t *API) | |
DLLEXTINFO_CORE_PREFIX struct linkinfostruct dllextinfo = | ||
{ | ||
.name = "plrbase", | ||
.desc = "OpenCP Player Devices System (c) 1994-'24 Niklas Beisert, Tammo Hinrichs, Stian Skjelstad", | ||
.desc = "OpenCP Player Devices System (c) 1994-'25 Niklas Beisert, Tammo Hinrichs, Stian Skjelstad", | ||
.ver = DLLVERSION, | ||
.PreInit = deviplayPreInit, | ||
.LateInit = deviplayLateInit, | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* Wavetable devices system | ||
* | ||
|
@@ -676,7 +676,7 @@ static void setup_devw_run (void **token, const struct DevInterfaceAPI_t *API) | |
DLLEXTINFO_CORE_PREFIX struct linkinfostruct dllextinfo = | ||
{ | ||
.name = "mcpbase", | ||
.desc = "OpenCP Wavetable Devices System (c) 1994-'24 Niklas Beisert, Tammo Hinrichs, Stian Skjelstad", | ||
.desc = "OpenCP Wavetable Devices System (c) 1994-'25 Niklas Beisert, Tammo Hinrichs, Stian Skjelstad", | ||
.ver = DLLVERSION, | ||
.PreInit = deviwavePreInit, | ||
.LateInit = deviwaveLateInit, | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* Freqency calculation routines | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* Mixer asm routines for display etc | ||
* | ||
|
@@ -103,4 +103,4 @@ void mixGetMasterSampleSS16S(int16_t *_dst, const void *_src, uint32_t len, uint | |
} while(len); | ||
} | ||
|
||
DLLEXTINFO_CORE_PREFIX struct linkinfostruct dllextinfo = {.name = "mchasm", .desc = "OpenCP Player Auxiliary Routines (c) 1994-'24 Niklas Beisert, Tammo Hinrichs", .ver = DLLVERSION, .sortindex = 10}; | ||
DLLEXTINFO_CORE_PREFIX struct linkinfostruct dllextinfo = {.name = "mchasm", .desc = "OpenCP Player Auxiliary Routines (c) 1994-'25 Niklas Beisert, Tammo Hinrichs", .ver = DLLVERSION, .sortindex = 10}; |
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* unit-test of "mchasm.c" | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* Display mixer routines/vars/defs | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* Mixer asm routines for display etc | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* assembler routines for amplifying/clipping | ||
* | ||
|
@@ -114,4 +114,4 @@ void mixClipAlt2(uint16_t *dst, const uint16_t *src, uint32_t len, const uint16_ | |
} | ||
#endif | ||
|
||
DLLEXTINFO_CORE_PREFIX struct linkinfostruct dllextinfo = {.name = "mixclip", .desc = "OpenCP common clipper for various streams (c) 1994-'24 Niklas Beisert, Stian Skjelstad", .ver = DLLVERSION, .sortindex = 10}; | ||
DLLEXTINFO_CORE_PREFIX struct linkinfostruct dllextinfo = {.name = "mixclip", .desc = "OpenCP common clipper for various streams (c) 1994-'25 Niklas Beisert, Stian Skjelstad", .ver = DLLVERSION, .sortindex = 10}; |
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* Player system variables / auxiliary routines | ||
* | ||
|
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
/* OpenCP Module Player | ||
* copyright (c) 1994-'10 Niklas Beisert <[email protected]> | ||
* copyright (c) 2004-'24 Stian Skjelstad <[email protected]> | ||
* copyright (c) 2004-'25 Stian Skjelstad <[email protected]> | ||
* | ||
* aux assembler routines for player devices system | ||
* | ||
|
Oops, something went wrong.