ChordSymbol icon indicating copy to clipboard operation
ChordSymbol copied to clipboard

Simple notation for chords in SuperCollider

Results 11 ChordSymbol issues
Sort by recently updated
recently updated
newest added

Fixes the error ``` WARNING: Extension in '/Users/xxx/Library/Application Support/SuperCollider/downloaded-quarks/ChordSymbol/classes/ChordSymbol.sc' overwrites Symbol:isRest in main class library. ``` during startup

**WARNING: Extension in 'C:\ProgramData\SuperCollider\Extensions\ChordSymbol-master\classes\ChordSymbol.sc' overwrites Symbol:isRest in main class library. Intentional overwrites must be put in a 'SystemOverwrites' subfolder.** How can I avoid having that error? Your class works like...

In the code, there are various comments about replacing `keyToDegree2` by `keyToDegree` (and removing `performKeyToDegree2`). The comment says: > // TODO won't be required in next SC release see pull...

### triss/ChordSymbol now has a Chat Room on Gitter @triss has just created a chat room. You can visit it here: [https://gitter.im/triss/ChordSymbol](https://gitter.im/triss/ChordSymbol?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&content=body_link). This pull-request adds this badge to your README.md:...

Hi, It's pretty common in SC to have the same method name implemented on value, arrays and patterns (for example: .midicps). Currently, the method has a different name if applied...

enhancement

[0, 1.5] -> \c_32 - not always possible?

enhancement
question