Sbstn Bcht

Results 20 comments of Sbstn Bcht

Hello, As i expected `binary_world.xm` is now working correctly on my rust player. You can adapt code for `libxm` if you want using the code [here](https://codeberg.org/sbechet/xmrsplayer/commit/8a6c03ac4a3b264f7b39c762e81a0776c90f92b6#diff-bace2a4223cecdfcfcda2ecc37aae7c0e9ed27d3). I had to completely...

Maybe [this](https://codeberg.org/sbechet/xmrsplayer/src/branch/main/src/channel.rs#L255) can help.

Ok, I have extracted SID registers: voice: (u16, u16, u8, u8, u8) = (freq, pw, cr,ad,sr) [ voice1, voice2, voice3 ] just after i call sample() fn. => debuging resid-rs:...

Can `self.envelope_counter` be lesser than 0? ``` State::Release => { // The envelope counter can flip from 0x00 to 0xff by changing state to // attack, then to release. The...

Hello James, I tried my own implementation [here](https://github.com/sbechet/loopback-component-cas/) with the following constraints: 1. Use [loopback framework](http://loopback.io/) to implement logic account (acl, role...) 1. Same for Applications access 1. Full share...

Chatgpt hallucinated an idea like ``` CommonMarkViewer::new() .link_action(|url| { handle_link(url); LinkAction::None // or Open, or OpenInTab, or... }) .show(ctx, markdown_text); ```

Removed unstable rust, see #65

Hello Mikael, It's working with rust stable now, see PR #65 .