Version 0.0.9
Added 2024-12-01 12:20:48 +0000 UTCDownload via the installer or the attached CIA file for manual installation.
I attached a demo-song as well.
Hope you like it.
P.S. I tend to report what I'm working on in small increments to the community chat, check it out if that interests you.
P.S 2: Just noticed that the installer might say this version is already installed - you need to press Y to first uninstall the current and restart the installer. Will fix this in the future, apologies.
0.0.9
Added
Support for loading 8-Bit wav files. Now we can load up to 128 bars worth of 24khz 8-Bit audio at 88 BPM (my default tempo) This equates to roughly 348 seconds per deck. There is 8 MB available for each deck. So ~700 seconds in total.
"Insert linear slices" in tracker-menu. Places notes evenly in current lane
"Randomize slices" in tracker-menu. Changes ALL slice values in current lane (selection). Should be useful for drum-loops
"Clear phrase" option in tracker menu
Replaced "Insert Row" with "Insert Row Above" and "Insert Row Below" options in matrix menu
"Dup Ins" button clones current instrument into a new slot
Ducking
Lanes can be defined as triggers by enabling the "TrgDuck" toggle in the instrument view.
The ducking effect can be enabled per bus in the bus-effects view.
The mix, rate and pause parameters are accessible in bottom-tracker widget
The ducking can be globally disabled in the bottom tracker-companion view
Playhead in euclidean view
Option to create a new instrument when loading a sample from the twin panel browser
Experimental option to send a metronome click-sample to the right headphone channel.
This is to sync with external devices but it requires something that can detect and convert onsets in the incoming audio to midi clock or a "real" audio pulse signal on the receiving side.
This means it won't work when plugged directly into a korg volca or similar.
I use a custom Axoloti setup for this but it could also be programmed as a raspberry pi or PC app.
Can now load songs from the twin-panel file browser by pressing A
Changed
NumBeats now equates 4 beats to a bar for matching loops to the song tempo
Selecting a row in matrix view also selects and displays the phrase in the tracker view
Other pads are colored red when exclusive solo is active
Notes with no value in volume column play at full volume
The default pitch value in euclidean mode is now zero
Instrument view: No more modes. Button B is now for muting instead of escaping
Instrument view: Removed lane selection display from bottom to make room
B + CPadLeft/CPadRight now cycles between the instrument view pages
After loading a song, the first row is now triggered for playback to avoid silence
Fixed
Pop at the end of a sample playback due to mis-interpreted sample-length
Send-effects still audible when bus-volume is zero (pre-fader) Changed to post-fader behavior as it seems what you normally expect A pre/post fader option should be added in the future in case it is desired
Resampling only recorded half the amount of bars set
Don't trip if resampled data contains no wav file header
Cursor selection is lost when cycling instrument page by pressing Start
File -> Reload was not working
File -> Reload Seq was not working (Reloads only sequence data, no samples)