Skip to content

Commit

Permalink
update definitions (#3)
Browse files Browse the repository at this point in the history
* update definitions
* fixed constant var checks
  • Loading branch information
emuell committed Aug 5, 2024
1 parent e77f76a commit 05b254c
Show file tree
Hide file tree
Showing 13 changed files with 2,140 additions and 1,996 deletions.
1,967 changes: 2 additions & 1,965 deletions docs/API/renoise.md

Large diffs are not rendered by default.

5 changes: 2 additions & 3 deletions docs/API/renoise/renoise.Instrument.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,11 @@
TAB_EXT_MIDI: integer = 3,
}
```

### MAX_NUMBER_OF_PHRASES : [`integer`](../../API/builtins/integer.md) {#MAX_NUMBER_OF_PHRASES}
### NUMBER_OF_MACROS : [`integer`](../../API/builtins/integer.md) {#NUMBER_OF_MACROS}

---
## Properties
### MAX_NUMBER_OF_PHRASES : [`integer`](../../API/builtins/integer.md) {#MAX_NUMBER_OF_PHRASES}
### NUMBER_OF_MACROS : [`integer`](../../API/builtins/integer.md) {#NUMBER_OF_MACROS}
### active_tab : [`renoise.Instrument.Tab`](renoise.Instrument.md#Tab) {#active_tab}
Currently active tab in the instrument GUI (samples, plugin or MIDI).

Expand Down
7 changes: 3 additions & 4 deletions docs/API/renoise/renoise.InstrumentPhrase.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,6 @@ not instruments, but samples are addressed/triggered in phrases.
KEY_TRACKING_OFFSET: integer = 3,
}
```


---
## Properties
### MAX_NUMBER_OF_EFFECT_COLUMNS : [`integer`](../../API/builtins/integer.md) {#MAX_NUMBER_OF_EFFECT_COLUMNS}
### MAX_NUMBER_OF_LINES : [`integer`](../../API/builtins/integer.md) {#MAX_NUMBER_OF_LINES}
Maximum number of lines that can be present in a phrase.
Expand All @@ -25,7 +21,10 @@ Min/Maximum number of effect columns that can be present in a phrase.

### MIN_NUMBER_OF_NOTE_COLUMNS : [`integer`](../../API/builtins/integer.md) {#MIN_NUMBER_OF_NOTE_COLUMNS}
Min/Maximum number of note columns that can be present in a phrase.


---
## Properties
### autoseek : [`boolean`](../../API/builtins/boolean.md) {#autoseek}
Phrase autoseek settings

Expand Down
6 changes: 4 additions & 2 deletions docs/API/renoise/renoise.Pattern.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
# renoise.Pattern
## Constants

---
## Properties
### MAX_NUMBER_OF_LINES : [`integer`](../../API/builtins/integer.md) {#MAX_NUMBER_OF_LINES}
Maximum number of lines that can be present in a pattern.


---
## Properties
### is_empty : [`boolean`](../../API/builtins/boolean.md) {#is_empty}
Quickly check if any track in a pattern has some non empty pattern lines.
This does not look at track automation.
Expand Down
8 changes: 5 additions & 3 deletions docs/API/renoise/renoise.PatternLine.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,17 @@
# renoise.PatternLine
## Constants

---
## Properties
### EMPTY_DELAY : [`integer`](../../API/builtins/integer.md) {#EMPTY_DELAY}
### EMPTY_EFFECT_AMOUNT : [`integer`](../../API/builtins/integer.md) {#EMPTY_EFFECT_AMOUNT}
### EMPTY_EFFECT_NUMBER : [`integer`](../../API/builtins/integer.md) {#EMPTY_EFFECT_NUMBER}
### EMPTY_INSTRUMENT : [`integer`](../../API/builtins/integer.md) {#EMPTY_INSTRUMENT}
### EMPTY_NOTE : [`integer`](../../API/builtins/integer.md) {#EMPTY_NOTE}
### EMPTY_PANNING : [`integer`](../../API/builtins/integer.md) {#EMPTY_PANNING}
### EMPTY_VOLUME : [`integer`](../../API/builtins/integer.md) {#EMPTY_VOLUME}
### NOTE_OFF : [`integer`](../../API/builtins/integer.md) {#NOTE_OFF}
### NOTE_OFF : [`integer`](../../API/builtins/integer.md) {#NOTE_OFF}

---
## Properties
### effect_columns : [`renoise.EffectColumn`](../../API/renoise/renoise.EffectColumn.md)`[]` {#effect_columns}
**READ-ONLY**

Expand Down
5 changes: 2 additions & 3 deletions docs/API/renoise/renoise.SampleEnvelopeModulationDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,11 @@
PLAYMODE_CURVES: integer = 3,
}
```

### MAX_NUMBER_OF_POINTS : [`integer`](../../API/builtins/integer.md) {#MAX_NUMBER_OF_POINTS}
### MIN_NUMBER_OF_POINTS : [`integer`](../../API/builtins/integer.md) {#MIN_NUMBER_OF_POINTS}

---
## Properties
### MAX_NUMBER_OF_POINTS : [`integer`](../../API/builtins/integer.md) {#MAX_NUMBER_OF_POINTS}
### MIN_NUMBER_OF_POINTS : [`integer`](../../API/builtins/integer.md) {#MIN_NUMBER_OF_POINTS}
### bipolar : [`boolean`](../../API/builtins/boolean.md) {#bipolar}
Modulation polarity:
when bipolar, the device applies it's values in a -1 to 1 range,
Expand Down
5 changes: 2 additions & 3 deletions docs/API/renoise/renoise.SampleStepperModulationDevice.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,11 @@
PLAYMODE_CURVES: integer = 3,
}
```

### MAX_NUMBER_OF_POINTS : [`integer`](../../API/builtins/integer.md) {#MAX_NUMBER_OF_POINTS}
### MIN_NUMBER_OF_POINTS : [`integer`](../../API/builtins/integer.md) {#MIN_NUMBER_OF_POINTS}

---
## Properties
### MAX_NUMBER_OF_POINTS : [`integer`](../../API/builtins/integer.md) {#MAX_NUMBER_OF_POINTS}
### MIN_NUMBER_OF_POINTS : [`integer`](../../API/builtins/integer.md) {#MIN_NUMBER_OF_POINTS}
### bipolar : [`boolean`](../../API/builtins/boolean.md) {#bipolar}
Modulation polarity:
when bipolar, the device applies it's values in a -1 to 1 range,
Expand Down
3 changes: 1 addition & 2 deletions docs/API/renoise/renoise.Song.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ Renoise's main document - the song.
SUB_COLUMN_EFFECT_AMOUNT: integer = 9,
}
```

### MAX_NUMBER_OF_INSTRUMENTS : [`integer`](../../API/builtins/integer.md) {#MAX_NUMBER_OF_INSTRUMENTS}

---
## Properties
### MAX_NUMBER_OF_INSTRUMENTS : [`integer`](../../API/builtins/integer.md) {#MAX_NUMBER_OF_INSTRUMENTS}
### artist : [`string`](../../API/builtins/string.md) {#artist}
Song Comments

Expand Down
Loading

0 comments on commit 05b254c

Please sign in to comment.