-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
7cd7a69
commit e4336d9
Showing
34 changed files
with
93 additions
and
93 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
src/main/kotlin/app/app.kt → src/main/kotlin/com/andiogenes/app/app.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/main/kotlin/app/logic/AudioSystem.kt → ...n/com/andiogenes/app/logic/AudioSystem.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
18 changes: 9 additions & 9 deletions
18
src/main/kotlin/app/logic/Presenter.kt → ...lin/com/andiogenes/app/logic/Presenter.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
16 changes: 8 additions & 8 deletions
16
.../kotlin/app/logic/bindings/NodeBinding.kt → ...iogenes/app/logic/bindings/NodeBinding.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...n/kotlin/app/ui/components/ContextMenu.kt → ...diogenes/app/ui/components/ContextMenu.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
...main/kotlin/app/ui/components/FlowNode.kt → .../andiogenes/app/ui/components/FlowNode.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
...ain/kotlin/app/ui/components/PathLayer.kt → ...andiogenes/app/ui/components/PathLayer.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
src/main/kotlin/app/ui/components/Port.kt → .../com/andiogenes/app/ui/components/Port.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
src/main/kotlin/app/ui/components/Root.kt → .../com/andiogenes/app/ui/components/Root.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
src/main/kotlin/app/ui/components/Slider.kt → ...om/andiogenes/app/ui/components/Slider.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/main/kotlin/app/ui/core/CoreScreen.kt → .../com/andiogenes/app/ui/core/CoreScreen.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...otlin/app/ui/core/DisplayObjectManager.kt → ...genes/app/ui/core/DisplayObjectManager.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 4 additions & 4 deletions
8
...in/kotlin/app/ui/display/DisplayObject.kt → ...ndiogenes/app/ui/display/DisplayObject.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../app/ui/display/DisplayObjectContainer.kt → .../app/ui/display/DisplayObjectContainer.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/kotlin/app/ui/utils/collision.kt → .../com/andiogenes/app/ui/utils/collision.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package app.ui.utils | ||
package com.andiogenes.app.ui.utils | ||
|
||
import kotlin.math.sqrt | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
src/main/kotlin/config/Configuration.kt → ...in/com/andiogenes/config/Configuration.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
6 changes: 3 additions & 3 deletions
6
src/main/kotlin/config/Dsl.kt → src/main/kotlin/com/andiogenes/config/Dsl.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/main/kotlin/config/Processor.kt → ...kotlin/com/andiogenes/config/Processor.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/kotlin/dataflow/Dataflow.kt → ...otlin/com/andiogenes/dataflow/Dataflow.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dataflow | ||
package com.andiogenes.dataflow | ||
|
||
/** | ||
* Поток данных. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/kotlin/dataflow/Node.kt → ...in/kotlin/com/andiogenes/dataflow/Node.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package dataflow | ||
package com.andiogenes.dataflow | ||
|
||
/** | ||
* Узел потока данных. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/kotlin/effects/AudioEffect.kt → ...lin/com/andiogenes/effects/AudioEffect.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package effects | ||
package com.andiogenes.effects | ||
|
||
import be.tarsos.dsp.AudioProcessor | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
src/main/kotlin/effects/DelayEffect.kt → ...lin/com/andiogenes/effects/DelayEffect.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/main/kotlin/effects/DistortionEffect.kt → ...om/andiogenes/effects/DistortionEffect.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/main/kotlin/effects/FlangerEffect.kt → ...n/com/andiogenes/effects/FlangerEffect.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/kotlin/effects/IdempotentEffect.kt → ...om/andiogenes/effects/IdempotentEffect.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package effects | ||
package com.andiogenes.effects | ||
|
||
import be.tarsos.dsp.AudioEvent | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
src/main/kotlin/effects/InputEffect.kt → ...lin/com/andiogenes/effects/InputEffect.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
src/main/kotlin/effects/OutputEffect.kt → ...in/com/andiogenes/effects/OutputEffect.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
src/main/kotlin/events/Event.kt → ...ain/kotlin/com/andiogenes/events/Event.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package events | ||
package com.andiogenes.events | ||
|
||
/** | ||
* Слушатель события. | ||
|
2 changes: 1 addition & 1 deletion
2
src/main/kotlin/events/EventDispatcher.kt → .../com/andiogenes/events/EventDispatcher.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package events | ||
package com.andiogenes.events | ||
|
||
/** | ||
* Базовый класс для всех классов, отправляющих события. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
package com.andiogenes.main | ||
|
||
import com.andiogenes.app.runApp | ||
import com.andiogenes.app.ui.components.Root | ||
|
||
|
||
fun main() { | ||
runApp("Guitar Processor", Root()) | ||
} |
2 changes: 1 addition & 1 deletion
2
src/main/kotlin/skija/Screen.kt → ...ain/kotlin/com/andiogenes/skija/Screen.kt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
package skija | ||
package com.andiogenes.skija | ||
|
||
import org.jetbrains.skija.Canvas | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.