Giter Site home page Giter Site logo

cinter's People

Contributors

askeksa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cinter's Issues

cinter -> c/c++?

I'm in the process of collecting non-realtime synth, since I'm planning to add sample-generator support for milkytracker:

milkysynths

Is it possible to somehow create a c/c++ cinter class, which I could include? (I'm a rust newbie).

VST directory?

Hello, I am trying to follow these instructions:

  1. Locate the VST plugin for your OS in the vst directory...."

But this repository doesn't seem to have a vst directory, is it missing ?
thanks for your help

Some minor (potential) size opts

Hi,

I noticed some minor size opts that can be done as part of the sin-table generation

https://github.com/askeksa/Cinter/blob/master/player/Cinter4.S#L70

At this point it would be possible to do

neg.w d0

instead as d0 is -16384 after this loop.

Also here these two pointers (+ the offsets) points to the same address so actually one write is needed.

https://github.com/askeksa/Cinter/blob/master/player/Cinter4.S#L74-L75

Now given that the code above here

https://github.com/askeksa/Cinter/blob/master/player/Cinter4.S#L63-L64 looks identical maybe the compressor will actually do a better job if it stays the same so I'm not as sure about that one.

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.