Skip to content

Commit bd10c79

Browse files
committed
Set up Sarosh's generator
1 parent 9846124 commit bd10c79

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

tensorbeat/sarosh_gen.proto

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,14 @@ option go_package = "./proto;proto";
77
import "tensorbeat/common.proto";
88

99
message GenerateMusicRequest {
10-
string yt_playlist_URL = 1;
10+
repeated string notes = 1;
1111
}
1212

1313
message GenerateMusicResponse {
14-
bytes song = 1;
14+
repeated string notes = 1;
1515
}
1616

1717

18-
19-
2018
service SaroshGenerator {
21-
2219
rpc GenerateMusic(GenerateMusicRequest) returns (GenerateMusicResponse);
23-
24-
2520
}

0 commit comments

Comments
 (0)