{"id":20124988,"url":"https://github.com/jpcima/adljack","last_synced_at":"2025-05-06T17:34:01.397Z","repository":{"id":79026100,"uuid":"128701982","full_name":"jpcima/adljack","owner":"jpcima","description":"OPL3/OPN2 synthesizer using ADLMIDI and OPNMIDI, for Jack and cross-platform audio","archived":false,"fork":false,"pushed_at":"2025-04-18T01:16:04.000Z","size":538,"stargazers_count":43,"open_issues_count":9,"forks_count":4,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-04-18T14:53:05.264Z","etag":null,"topics":["adlmidi","audio","chip","emulator","jackaudio","midi","opl","opl3-emulator","opn2-emulator","opnmidi","real-time-audio","synthesizer"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsl-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jpcima.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2018-04-09T02:13:22.000Z","updated_at":"2025-04-18T01:16:08.000Z","dependencies_parsed_at":"2024-02-01T07:27:15.821Z","dependency_job_id":"cc729cda-ba94-4c45-ad62-674180496d18","html_url":"https://github.com/jpcima/adljack","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcima%2Fadljack","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcima%2Fadljack/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcima%2Fadljack/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jpcima%2Fadljack/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jpcima","download_url":"https://codeload.github.com/jpcima/adljack/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252734348,"owners_count":21795998,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["adlmidi","audio","chip","emulator","jackaudio","midi","opl","opl3-emulator","opn2-emulator","opnmidi","real-time-audio","synthesizer"],"created_at":"2024-11-13T19:54:09.722Z","updated_at":"2025-05-06T17:34:01.019Z","avatar_url":"https://github.com/jpcima.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# adljack\nOPL3/OPN2 synthesizer using ADLMIDI and OPNMIDI\n\nThis is a standalone synthesizer for ADLMIDI and OPNMIDI on the text console.\nIt is based on [libADLMIDI](https://github.com/Wohlstand/libADLMIDI) and [libOPNMIDI](https://github.com/Wohlstand/libOPNMIDI).\n\n- *adljack* is the version for the Jack audio system.\n- *adlrt* is the portable version for Linux, Windows and Mac.\n\n![screenshot](docs/screen.png)\n\n## Feature list\n\n- [x] Real time, low latency FM synthesizer\n- [x] Support of multiple FM chip emulators\n- [x] Support of multiple chips for extended polyphony\n- [x] Loading instrument banks in WOPL and WOPN formats\n- [x] General MIDI level 1 and 2\n- [x] Multi-channel MIDI playback\n- [x] Automatic bank reloading when the file changes on disk\n- [x] User interface for the terminal with dynamic controls\n- [x] Session management with the [NSM](http://non.tuxfamily.org/nsm/) protocol (adljack only)\n\n## Usage\n\nThis is how you use adljack in the console.\n\n* -h: Show a help message, and lists available players and emulators\n* -p [player]: Selects the player. (ADLMIDI, OPNMIDI)\n* -n [chips]: Defines the number of chips.\n* -b [bank]: Loads the indicated bank file.\n* -e [emulator]: Selects the emulator. (by number, as listed in -h)\n* -L [latency]: (adlrt only) Defines the audio latency. The unit is milliseconds. Default 20ms.\n\n## Development builds\n\n[![Build Status](https://semaphoreci.com/api/v1/jpcima/adljack/branches/master/badge.svg)](https://semaphoreci.com/jpcima/adljack)\n\nFind automatic builds of the development branch [here](http://jpcima.sdf1.org/software/development/ADLjack/) (Windows).\n\n## Build instructions\n\nInstalled required dependencies:\n- a C++ compiler for the 2011 standard\n- at least one development package for audio, and one for MIDI: ALSA, PulseAudio, Jack\n- either: (n)curses for a terminal interface, or SDL2 for a PDCurses pseudo-terminal (needed on Windows)\n\n### Compiling\n\n```\ngit clone --recursive https://github.com/jpcima/adljack.git\nmkdir adljack/build\ncd adljack/build\ncmake -DCMAKE_BUILD_TYPE=Release ..\ncmake --build .\n```\n\n### Installing\n\n```\nsudo cmake --build . --target install\n```\n\n## Questions\n\n### Why are the colors odd-looking in a X11 terminal?\n\nThe default terminal setting may prevent the program from being able to define its own colors.\nIn the initialization of your shell, try setting a 256-color terminal type: `test \"$TERM\" = \"xterm\" \u0026\u0026 export TERM=xterm-256color`\n\n### How to force the AdlRt to work with ALSA?\n\nYou can run the AdlRt with the `-A alsa` command-line argument:\n```bash\nadlrt -A alsa\n```\nwhich forces it to select ALSA as a sound system instead of PulseAudio.\n\n\n## Change Log\n\n### Dev\n\n- ability to set initial volume using the option `-v`\n\n### Version 1.3.1\n- fixed build on Arch Linux\n- updated libADLMIDI, libOPNMIDI, and other modules\n\n### Version 1.3.0\n\n- support for different channel allocation modes\n- support of YMFM OPN2 and YMFM OPNA emulators at libOPNMIDI\n- updated versions of libADLMIDI and libOPNMIDI\n- support for newer RtAudio 6.x\n- configuration will be saved in the config file and reloaded if not overriden by command-line arguments\n- experimental support for GTK system tray icon with context menu and file dialogues\n\n### Version 1.2.0\n\n- support of new emulators\n- support of MIDI portamento\n- support of OPN2 soft panning\n- resolved a possible crash occurring on the PDCurses build\n\n### Version 1.1.0\n\n- ability to connect audio ports automatically using the option `-a`\n\n### Version 1.1.0-rc.1\n\n- fidelity improvement of DosBox, MAME and Gens emulators by processing at native sample rate\n- update of the DosBox OPL emulator\n- support of MIDI aftertouch\n- fixed issues with pitch bend and pitch bend sensitivity\n- support of Roland SC-55 sysex: text insert\n- improved computation of the optimal 4 operator channel setting for OPL3\n- fixed long notes cutting prematurely\n- translation support on Windows\n- various fixes\n\n### Version 1.0.0\n\nThis is the initial release.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpcima%2Fadljack","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjpcima%2Fadljack","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjpcima%2Fadljack/lists"}