-
The same clarity file can be used for multiple smart contracts.
In which case, we should probably warn/forbid inconsistent clarinet config with different epoch/version for the same file such as:
`…
-
The Stacks blockchain is full of redundant SIP-009 trait references. I believe this is largely due to ignorance about mainnet trait references in Clarity contracts supported by Clarinet's `add require…
-
It's possible to declare multiple contracts identifiers with the same source file in the Clarinet.toml
```toml
[contracts.counter-1]
path = "contracts/counter.clar"
[contracts.counter-2]
path…
-
The screen is wide (I am viewing osmd on desktop), but the notes are still crowded:
![crowded_notes](https://user-images.githubusercontent.com/50280000/218519296-065fe467-5ab4-4937-9a38-eeb4bfaa4c4…
-
It seems that we should be able to have brew install shell completion scripts for us when installing clarinet. For example, see [this formula](https://github.com/Homebrew/homebrew-core/blob/6a8f5692ae…
-
### Issue type
Muse Sounds bug
### Bug description
When playing Eb4 and then C4, there can be a noticeable buzzing sound on the C4 note when played at low volume (such as mp or p) when using …
-
I looked over the examples and while all of the kinds of things I want to do are included in one or more examples, the design patterns they use (how the render the ABC, how they set up the synth playe…
-
### Your idea
So, I envision being able to create custom profiles/families of instruments when creating new scores (we have the default options like Common, Orchestral, Concert Band, Pop/Rock, etc). …
-
# Test case
```
Clarinet
var exports = {};
var parser = exports.parser();
parser.onvalue = function (v) {
console.log("Value: " + v);
};
…
-
I do a lot of score engraving for wind band composers. One of the things that I always have to create on my own outside of the Score Setup Wizard is different types of clarinets. The only clarinet ava…