Giter Site home page Giter Site logo

add TypeScript about fret-zone HOT 5 OPEN

aqandrew avatar aqandrew commented on June 27, 2024
add TypeScript

from fret-zone.

Comments (5)

bEluga0000 avatar bEluga0000 commented on June 27, 2024

can u please explain what the issues is .

from fret-zone.

aqandrew avatar aqandrew commented on June 27, 2024

Sure. In reducers.js, there are some object definitions that represent tracks, measures, durations, and notes:

export const initialAppState = {
selectedTrackNumber: 0,
selectedMeasureNumber: 0,
selectedDurationId: undefined,
selectedStringNumber: 0,
// https://redux.js.org/recipes/structuring-reducers/normalizing-state-shape
tracks: {
byId: {},
allIds: [],
},
measures: {
byId: {},
allIds: [],
},
durations: {
byId: {},
allIds: [],
},
notes: {
byId: {},
allIds: [],
},
};
export const defaultMeasureOptions = {
timeSignature: {
beatsPerMeasure: 4,
beatUnit: 4,
},
keySignature: {
tonic: 'C',
isMajor: true,
},
durations: [],
};
export const defaultDurationOptions = {
isRest: false,
length: 1 / 4,
isDotted: false,
notes: [],
};

I'd like to add TypeScript to this project so that I can have more confidence in manipulating these object properties. I also find VS Code's Intellisense for TypeScript very helpful.

from fret-zone.

bEluga0000 avatar bEluga0000 commented on June 27, 2024

okay i will try to move this project to typescript

from fret-zone.

aqandrew avatar aqandrew commented on June 27, 2024

Please don't do that. For the time being this is just an educational project for myself, so I'm not accepting unsolicited PRs

from fret-zone.

bEluga0000 avatar bEluga0000 commented on June 27, 2024

okay

from fret-zone.

Related Issues (20)

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.