Posts

25 Mar 2017 »
Multiple Columns Per Track
Adding support for multiple note columns on each track, to allow for chords and other effects without having to duplicate effect chains.
02 Mar 2017 »
Track Effect Chains
Implementing per track effects chains.


25 Jan 2017 »
Cut and Paste
Implementing cut and paste in the pattern editor.
22 Jan 2017 »
Undo and Redo
WeTracker now has a full undo/redo system.


18 Jan 2017 »
Improved Track Mute Controls
Adding enhanced controls to the monitors to enable and disable playback at the track level.
15 Jan 2017 »
WeTracker Backend Service
Implementing a database back-end to serve songs and other assets to the WeTracker application.


19 Dec 2016 »
Fully Operational Instrument Editor
Another step towards a fully functioning authoring interface, introducing a new 'view' and a whole bunch of new widgets to support instrument creation and editing.
13 Dec 2016 »
Major Update to the Player Code!
Major changes to the internals of the audio engine that plays the music. Now much more in-line with WebAudio, and more amenable to advanced features such as filters and effects.


02 Dec 2016 »
New Pattern Editor Method
More experimentation into the fastest and most effective method for rendering the pattern editor in the interface. This time, influenced by the work of [a1k0n](https://github.com/a1k0n), tying to use the HTML5 canvas and 2d rendering capabilities.
28 Nov 2016 »
Reboot!
After a successful experiment, I have decided to reboot the project, basing on a much simpler approach using pure Javascript and JQuery, rather than a more feature rich framework like React.


23 Nov 2016 »
Creating a Simple, Fast Pattern Editor in HTML
An experiment to prove the potential to create a some, light and fast pattern editor, akin to the ones found in FastTrackerII, MilkyTracker, etc. in pure HTML.