Giter Site home page Giter Site logo

nesrak1 / organya Goto Github PK

View Code? Open in Web Editor NEW

This project forked from shbow/organya

0.0 1.0 1.0 1.68 MB

A music sequencer using DirectX and does not depend on a MIDI device.

License: BSD 3-Clause "New" or "Revised" License

C++ 75.49% C 14.84% Makefile 3.13% HTML 6.53%

organya's Introduction

๐ŸŽผ Organya Twei

A music sequencer for classic video game

This fork is for a more accurate (emphasis on 'more') English Translation with help from Google/Bing Translate and Bavi_H's 2.1.0 translation. Compilation was tested in Visual Studio 2019. This version does not use the original drum sounds from Cave Story.

This is not use MIDI device.
This original library was created by Studio Pixel from 1999, and was used in 'Cave Story'.

๐Ÿ’ Introduction

For the 'STARGAZER' development, I inherited this library from Studio Pixel in 2003.
However, due to a change in my private life, it became inactive for a long time. On the other hand, the world expansion of 'Cave Story' has increased the number of people requesting Organya.


In 1999, Studio Pixel produced the song composition software Organya for "Cave Story".

Basically, it is a tool used in the studio, so it is not very common. However, in rare cases, there is a person who says "I like shabby sound for whatever reason" and if they want to compose with it, this is the perfect tool.

With the world knowing the development of "Cave Story", which increased the demand of Organya, and the same for the opinion for how to manage the source code, I have made the repository public.

1999ๅนดใซ้–‹็™บๅฎคPixelใซใฆๅˆถไฝœใ€ๅพŒใซใ€Œๆดž็ชŸ็‰ฉ่ชžใ€ใซใฆไฝฟ็”จใ•ใ‚ŒใŸใ‚ชใƒซใ‚ฌใƒผใƒ‹ใƒฃ้Ÿณๆบใฎไฝœๆ›ฒใ‚ฝใƒ•ใƒˆใงใ™ใ€‚

ๅŸบๆœฌ็š„ใซใฏ้–‹็™บๅฎคๅ†…ใงไฝฟใ†ใƒ„ใƒผใƒซใชใฎใงใ€ใ‚ใพใ‚Šไธ€่ˆฌ็š„ใจใฏ่จ€ใˆใพใ›ใ‚“ใŒใ€ใพใ‚Œใซ๏ฝขใชใœใ‹ใ‚ทใƒงใƒœใ‚ค้ŸณใŒๅฅฝใ๏ฝฃใจ่จ€ใ†ไบบใŒใ„ใฆใ€ๆ›ดใซ๏ฝขใใฎ้Ÿณใงไฝœๆ›ฒใ—ใŸใ„๏ฝฃใจใ„ใ†ใฎใชใ‚‰ใ“ใฎใƒ„ใƒผใƒซใฏใ‚ฆใƒƒใƒ†ใƒ„ใ‚ฑใงใ™โ˜†

ใ”ๅญ˜็Ÿฅใ€Œๆดž็ชŸ็‰ฉ่ชžใ€ใฎไธ–็•Œๅฑ•้–‹ใซใ‚ˆใ‚Šใ€ใใฎ้Ÿณๆบใงใ‚ใ‚‹ใ‚ชใƒซใ‚ฌใƒผใƒ‹ใƒฃใธใฎ่ฆๆœ›ใŒๅข—ใˆใŸไธ€ๆ–นใงใ€้•ทๆœŸใซใ‚ใŸใ‚Šๆ‰‹ใคใ‹ใšใจใชใฃใฆใ—ใพใฃใŸใ‚ฝใƒผใ‚นใ‚ณใƒผใƒ‰ใ‚’ใ„ใ„ๅŠ ๆธ›ไฝ•ใจใ‹ใ—ใ‚ใจใ„ใ†ๅฃฐใ‚‚ๅŒๆง˜ใซไธ–็•Œใ‹ใ‚‰ใƒใƒฉใƒ›ใƒฉใจ่ˆžใ„่พผใ‚“ใงใใŸใฎใงใƒชใƒใ‚ธใƒˆใƒชใ‚’ๅ…ฌ้–‹ใ™ใ‚‹ใ“ใจใจใ—ใพใ—ใŸใ€‚


๐Ÿ’ Features

  • 8 Melody Tracks + 8 Drum Trucks (Each track can play one sound)
  • Melody track can be selected from 100 waveforms.
  • Drum track can be selected from 42 sounds.
  • Melody track can adjust the frequency to make the chorus effect.
  • You can loop music indefinitely in a measure.
  • Export to standard MIDI file (GM format).

๐ŸŽ Requirements

๐Ÿ’ for Utilization

๐Ÿ’ for Development

  • Microsoft Visual Studio 6.0
    I know Visual studio 6.0 is no longer supported. There is no general sale.
    I use that development software purchased 20 years ago in a virtual machine.

๐ŸŽ Usage

If you only use Organya you need only organya.exe .
Execute organya.exe file.

๐ŸŽ Contributing

This project was developed in Japanese. The help file is also written in Japanese as well.
I think that it is important to translate English (also Multilingual), not to mention bug fixes.
Or migrate this library to the latest .NET.

๐ŸŽ Author

๐Ÿ’ Twei

Rxo Inverse (้ฆ–่ฌ€)

๐Ÿ’ Original

Studio Pixel (้–‹็™บๅฎคPixel)

๐ŸŽ License

BSD

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.