> For the complete documentation index, see [llms.txt](https://hexose.gitbook.io/dx-modding-guide/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://hexose.gitbook.io/dx-modding-guide/lua-api/modcharts.md).

# Modcharts

### Setting

### setNotePos(note: Int, x: Int, y: Int)

sets note position

### setNoteX(note: Int, x: Int)

sets note X&#x20;

### setNoteY(note: Int, y: Int)

sets note Y

### setNoteAngle(note: Int, angle: Int)

sets note angle

### setNoteScale(note: Int, xscale: Int, yscale: Int)

sets note scale

### setNoteScaleX(note: Int, xscale: Int)

sets note width

### setNoteScaleY(note: Int, yscale: Int)

sets note height

### setNoteAlpha(note: Int,alpha: Int)

sets note alpha

### Getting

### getNoteX(note: Int)

gets note X&#x20;

### getNoteY(note: Int)

gets note Y

### getNoteAngle(note: Int)

gets note angle

### getNoteScaleX(note: Int)

gets note width

### getNoteScaleY(note: Int)

gets note height

### getNoteAlpha(note: Int)

gets note alpha
