Search found 3 matches
- Thu Jan 30, 2014 5:21 pm
- Forum: Feature Requests
- Topic: Scripted arrangements
- Replies: 5
- Views: 10565
Re: Scripted arrangements
Awesome, sure, I would love to check out the beta. Thanks!
- Thu Jan 30, 2014 3:45 pm
- Forum: Feature Requests
- Topic: Scripted arrangements
- Replies: 5
- Views: 10565
Re: Scripted arrangements
Yes you've got the idea. Something like: GStomper myStomp = new GStomper(); PatternSet patterns = myStomp.createPatternSet(); Pattern myPattern = patterns.getPattern(0); myPattern.setLength(2); myPattern.track(0).setSample('/my/sample'); myPattern.track(0).setFX('phaser'); myPattern.track(0).setNote...
- Thu Jan 30, 2014 12:54 pm
- Forum: Feature Requests
- Topic: Scripted arrangements
- Replies: 5
- Views: 10565
Scripted arrangements
Hi there! First let me say, this is the coolest app I have seen yet! Excellent work! One idea I had was, it would be interesting if you could use a script to access an object model of the g-stomper. So you could assign samples, change slider values, manipulate pattern sets and effects, etc. Basicall...