Skip to content

Comments

Some minor changes:#2

Open
Standfuss wants to merge 1 commit intoabudaan:gh-pagesfrom
Standfuss:minorChanges
Open

Some minor changes:#2
Standfuss wants to merge 1 commit intoabudaan:gh-pagesfrom
Standfuss:minorChanges

Conversation

@Standfuss
Copy link

Hallo abudaan,

I really like your Project and appreciate very much the effort you put into it. Unfortunately i could not install the current version. Via "npm install qambi" there were issues with filesaverjs.

https://www.npmjs.com/package/filesaverjs

The Project is deprecated and moved. I updated the package.json and got basic things to work on my local machine.
(

Sequencer in Audio performs really nice also when there load on animationFrames. And it provides the actual midi tick which is exactly what i need.

Thanks for your great work, i hope the PR is useful to you (at least in part). I just wanted to give some "Feedback" to your great work.

Best Regards,

Bernd

  • package.json changed dependencies since i could not install via npm
    -- "filesaverjs": "^1.2.1" could not be resolved.
    -- "bable-core" came with the new file-saver version
    -- updated "flow-bin" since it had some issues when i run npm install

  • save_midifile.js
    -- adapted to new file-saver
    !! No testing done

  • sampler.js
    -- returns the actual Sampler instance in promise now

  • init_audio.js
    -- had issues here with chrome policy
    !! Dont know it it can be done like this -- there might be issues on other places in code when initAudio() is never called.

  • init.js
    -- removed void return since actually a promise is returned.

- package.json  changed dependencies since i could not install via npm
-- "filesaverjs": "^1.2.1" could not be resolved.
-- "bable-core" came with the new file-saver version
-- updated "flow-bin" since it had some issues when i run npm install

- save_midifile.js
-- adapted to new file-saver
!! No testing done

- sampler.js
-- returns the actual Sampler instance in promise now

- init_audio.js
-- had issues here with chrome policy
!! Dont know it it can be done like this -- there might be issues on other places in code when initAudio() is never called.

- init.js
-- removed void return since actually a promise is returned.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant