All Projects → gaolay → MMDSP

gaolay / MMDSP

Licence: other
multi music status display MMDSP

Programming Languages

assembly
5116 projects
C++
36643 projects - #6 most used programming language
c
50402 projects - #5 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to MMDSP

portable mdx
A portable mdx music format decoder.
Stars: ✭ 27 (-22.86%)
Mutual labels:  mdx, x68000
mdxtools
A bunch of tools for handling the MDX music format (music for the Sharp x68000)
Stars: ✭ 44 (+25.71%)
Mutual labels:  mdx, x68000
Remark Codesandbox
🎩 Create CodeSandbox directly from code blocks
Stars: ✭ 204 (+482.86%)
Mutual labels:  mdx
sreetamdas.com
Personal website built with Next.js, TypeScript and Styled-components
Stars: ✭ 175 (+400%)
Mutual labels:  mdx
Gatsby Starter Portfolio Emma
Minimalistic portfolio with full-width grid, page transitions, support for additional MDX pages, and a focus on large images. Especially designers and/or photographers will love this theme! Built with MDX and Theme UI.
Stars: ✭ 253 (+622.86%)
Mutual labels:  mdx
Digital Garden
🌻[WIP] Gatsby Theme to build your own digital garden 🌻🥀🌸
Stars: ✭ 217 (+520%)
Mutual labels:  mdx
alexcarpenter-next
Personal website built with Next.js, TypeScript, Contentlayer, and vanilla-extract.
Stars: ✭ 67 (+91.43%)
Mutual labels:  mdx
Tailwind Nextjs Starter Blog
This is a Next.js, Tailwind CSS blogging starter template. Comes out of the box configured with the latest technologies to make technical writing a breeze. Easily configurable and customizable. Perfect as a replacement to existing Jekyll and Hugo individual blogs.
Stars: ✭ 166 (+374.29%)
Mutual labels:  mdx
MLDPhotoManager
弹出AlertController让用户选择相机还是相册.基于@gang544043963大神的LGPhotoBrowser项目再次封装
Stars: ✭ 19 (-45.71%)
Mutual labels:  mld
Gatsby Theme Terminal
A zero component Gatsby theme for developers 🔋
Stars: ✭ 251 (+617.14%)
Mutual labels:  mdx
arcath.net-next
My Website built using Next.JS
Stars: ✭ 30 (-14.29%)
Mutual labels:  mdx
Gatsby Mdx Blog Starter Project
Gatsby MDX Blog Starter Project
Stars: ✭ 248 (+608.57%)
Mutual labels:  mdx
Cloudflare Docs
Cloudflare’s developer docs.
Stars: ✭ 219 (+525.71%)
Mutual labels:  mdx
website
My personal website.
Stars: ✭ 29 (-17.14%)
Mutual labels:  mdx
Xdm
a modern MDX compiler. No runtime. With esbuild, Rollup, and webpack plugins
Stars: ✭ 206 (+488.57%)
Mutual labels:  mdx
md2mld
Little cli to convert md files into mld files
Stars: ✭ 24 (-31.43%)
Mutual labels:  mld
Awesome
A curated list of awesome MDX resources
Stars: ✭ 195 (+457.14%)
Mutual labels:  mdx
Wordquery
word fast-querying addon for anki
Stars: ✭ 247 (+605.71%)
Mutual labels:  mdx
wikit
Wikit - A universal lookup tool
Stars: ✭ 149 (+325.71%)
Mutual labels:  mdx
usehooks-ts
React hook library, ready to use, written in Typescript.
Stars: ✭ 2,873 (+8108.57%)
Mutual labels:  mdx

MMDSP

multi music status display MMDSP

This program was named MMDSP (Multi Music status Displayer / Selector / Player). It is a real time display & file selector that supports various music drivers that run on SHARP X68000.

MMDSP supports six types of music drivers: MXDRV, MADRV, MCDRV, RCD, MLD, and ZMUSIC.

You can enjoy functions such as semi-transparency of the background graphic screen (512 * 512 65536 color mode), partial transparency (by GVRAM bit0), and so on.

MMDSP has continuous playback function. You can enjoy auto / random / simple program play easily without creating any data files.

You can reside and call it at any time with XF4 + XF5 key. (Specified on the command line)

MMDSP is characterized by a realistic movement spectrum analyzer, but when you play PCM8 compatible data on a 10 MHz model, the operation may be slightly heavy depending on the data.

Also, there are some MMDSP videos on Youtube.

How to build

1. Please configure makefile according to your environment.

AS	= a:/usr/asm/as.x
ASFLAGS	= -w -u
LD	= a:/usr/asm/lk.x

2.make

A:\> make
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].