Igor Zinken

Results 27 issues of Igor Zinken

Hi there, I understand the Time class' [transport time](https://github.com/Tonejs/Tone.js/wiki/Time#transport-time) notation of `BARS:QUARTERS:SIXTEENTHS` is a core part of the engine, but I feel that outside of time signatures with a beat...

feature request

When logging from the native layer, this can block the rendering (when executed from a callback). As such it is preferred to [use systrace instead](https://developer.android.com/studio/profile/systrace-commandline.html). Refactor _debug.cpp_ and remove _log_...

improvement
performance

Sequencing works via three actors: _Sequencer_ (static, collects events to playback at given time) _AudioEngine_ (static, caches properties of the sequencer - time as samples -) _SequencerController_ (constructor, directly modifies...

improvement

To solve a bug in Safari 15 regarding the parsing of .mp3 files, the third party mpg123-decoded dependency was added (its loaded async in _sample-loader.js_ on file decoder failure). Once...

For maximum stereo width

feature request

As the right hand help window can be hidden in the settings menu, there is an empty space when maximizing the application on a large screen. Do not extend the...

improvement

Cutting and pasting as well as performing undo and redo are only possible using keyboard shortcuts. For an improvement experience on tablet devices, add icons for these operations next to...

improvement

When creating a selection within a channel, the behaviour is such that pasting this selection in any other channel should update the pasted event channels to match the target channel....

question